Commit Graph

454 Commits

Author SHA1 Message Date
Lars-Dominik Braun
8216e89c8b
gnu: ghc-async: Update to 2.2.4.
* gnu/packages/haskell-xyz.scm (ghc-async): Update to 2.2.4.
[inputs]: Remove ghc-hunit, ghc-test-framework, and ghc-test-framework-hunit.
[native-inputs]: Add ghc-hunit, ghc-test-framework, and ghc-test-framework-hunit.
2021-11-02 09:32:49 +01:00
Lars-Dominik Braun
cf4ee324a5
gnu: ghc-aeson-compat: Update to 0.3.10.
* gnu/packages/haskell-xyz.scm (ghc-aeson-compat): Update to 0.3.10.
[inputs]: Remove ghc-exceptions, ghc-semigroups, and ghc-nats.
[native-inputs]: Add ghc-base-orphans.
2021-11-02 09:32:49 +01:00
Ludovic Courtès
c3c502896b
gnu: Fix Texinfo markup in descriptions of Haskell packages.
* gnu/packages/haskell-xyz.scm (ghc-citeproc)
(ghc-hsyaml-aeson, ghc-lukko): Fix Texinfo markup in descriptions.
2021-10-14 16:45:17 +02:00
Efraim Flashner
8eb1d71449
gnu: ghc-parsers: Add missing input.
* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add
ghc-semigroups.
2021-10-10 08:15:08 +03:00
Efraim Flashner
7c3f28fdc4
gnu: ghc-charset: Remove cabal-revision.
This is a follow-up to b97f549b14.

* gnu/packages/haskell-xyz.scm (ghc-charset)[arguments]: Remove cabal
revision.
2021-10-10 08:05:20 +03:00
Lars-Dominik Braun
ff5fea3dfe
gnu: ghc-haskeline: Remove version postfix from variable name.
* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to…
(ghc-haskeline): …this.
2021-10-08 09:13:54 +02:00
Lars-Dominik Braun
d142843d15
gnu: ghc-repline: Remove version 0.2.0.0.
Not required by any package in the tree.

* gnu/packages/haskell-xyz.scm (ghc-repline-0.3): Merge into…
(ghc-repline): …this.
* gnu/packages/dhall.scm (dhall): Use ghc-repline.
2021-10-08 09:13:54 +02:00
Lars-Dominik Braun
da9ba3880c
gnu: ghc-silently: Remove unused input.
Plus it’s commented out anyway.

* gnu/packages/haskell-xyz.scm (ghc-silently): Remove commented out
inputs.
2021-10-08 09:13:53 +02:00
Lars-Dominik Braun
b97f549b14
gnu: Update Haskell ecosystem.
Bump packages’ versions to the lastest Stackage or Hackage
release. Since packages are interdependent, do so in a single commit.

525 packages have been updated.

These packages have been removed, because they fail to build, have no
newer version available and no dependencies:

corrode
ghc-easytest
ghc-edisonapi
ghc-edisoncore
ghc-pandoc-types
ghc-regex-tdfa-text

These have been removed, because they are no longer required:

ghc-happy-1.19.9
ghc-prettyprinter-1.6
ghc-protolude-0.3

ghc-pandoc-citeproc and pandoc-citeproc have been removed, because pandoc
does not use them any more.

Co-authored-by: Xinglu Chen <public@yoctocell.xyz>
2021-10-08 09:13:52 +02:00
Alice BRENON
77674643a3
gnu: ghc-pandoc-types: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Update.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-09 21:30:59 +05:30
Christopher Lemmer Webber
9455143907
Update copyright/name notices for Christine Lemmer-Webber.
* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber.
* gnu/build/image.scm: Likewise.
* gnu/build/vm.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/assembly.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/finance.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/haskell-xyz.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/sphinx.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/system/vm.scm: Likewise.
2021-08-15 14:15:37 -04:00
Maxim Cournoyer
e81228166e
gnu: web: Move libyaml and libcyaml to (gnu packages serialization).
Files to be adjusted were searched with the following command:

 $ git ls-files | xargs grep -l -E ',libc?yaml' | \
       xargs grep -L '(gnu packages serialization)'

* gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to...
* gnu/packages/serialization.scm: ... here.
2021-07-29 22:03:33 -04:00
Tobias Geerinckx-Rice
3166e7324e
gnu: Add ghc-finite-typelits.
* gnu/packages/haskell-xyz.scm (ghc-finite-typelits): New public variable.
2021-07-04 16:29:14 +02:00
Tobias Geerinckx-Rice
c098af67b1
gnu: Add ghc-text-zipper.
* gnu/packages/haskell-xyz.scm (ghc-text-zipper): New public variable.
2021-07-04 16:29:14 +02:00
Tobias Geerinckx-Rice
ddd06ba35d
gnu: Add ghc-data-clist.
* gnu/packages/haskell-xyz.scm (ghc-data-clist): New public variable.
2021-07-04 16:29:14 +02:00
Tobias Geerinckx-Rice
efbe266756
gnu: Add ghc-config-ini.
* gnu/packages/haskell-xyz.scm (ghc-config-ini): New public variable.
2021-07-04 16:29:14 +02:00
Tobias Geerinckx-Rice
3499d23692
gnu: Add ghc-ini.
* gnu/packages/haskell-xyz.scm (ghc-ini): New public variable.
2021-07-04 01:14:03 +02:00
Tobias Geerinckx-Rice
bcfec279af
gnu: Add ghc-word-wrap.
* gnu/packages/haskell-xyz.scm (ghc-word-wrap): New public variable.
2021-07-03 15:04:00 +02:00
Nicolas Goaziou
3f3b8e1a85
gnu: ghc-indents: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-indents)[home-page]: Update URL.
2021-02-28 11:11:37 +01:00
Léo Le Bouter
6bea71afac
Revert "gnu: Add ghc-protolude-0.2."
This reverts commit 9ef7937766.
2021-02-24 17:55:35 +01:00
Léo Le Bouter
325098de34
Revert "gnu: ghc-protolude: Update to 0.3.0."
This reverts commit a281a67f3c.
2021-02-24 17:55:35 +01:00
Léo Le Bouter
d4d40fa683
gnu: Add ghc-protolude-0.3.
* gnu/packages/haskell-xyz.scm (ghc-protolude-0.3): New variable.
2021-02-24 17:55:34 +01:00
Stefan Reichör
212e473e80
gnu: Add ghc-wordexp.
* gnu/packages/haskell-xyz.scm (ghc-wordexp): New variable.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-02-24 15:16:07 +01:00
Stefan Reichör
a281a67f3c
gnu: ghc-protolude: Update to 0.3.0.
* gnu/packages/haskell-xyz.scm (ghc-protolude): Update to 0.3.0.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-02-24 15:00:06 +01:00
Léo Le Bouter
9ef7937766
gnu: Add ghc-protolude-0.2.
* gnu/packages/haskell-xyz.scm (ghc-protolude-0.2): New variable.
2021-02-24 15:00:06 +01:00
Nicolas Goaziou
b4bbf3d1e9
gnu: Rename ghc-nixfmt into nixfmt
* gnu/packages/haskell-xyz.scm (ghc-nixfmt): Move to...
* gnu/packages/haskell-apps.scm (nixfmt): ... here.

This is a followup to 703ccd5836.
2021-02-22 10:41:16 +01:00
EuAndreh via Guix-patches via
703ccd5836
gnu: Add ghc-nixfmt.
* gnu/packages/haskell-xyz.scm (ghc-nixfmt): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-21 01:48:53 +01:00
Ricardo Wurmus
ace3af2b80
gnu: pandoc-citeproc: Separate outputs.
This removes unnecessary references to Haskell packages for the statically
built executable.

* gnu/packages/haskell-xyz.scm (pandoc-citeproc)[outputs]: Add "lib" and "doc"
outputs.
2020-12-01 15:39:33 +01:00
Ricardo Wurmus
bb071237f2
gnu: ghc-libyaml: Use libyaml+static.
This is necessary to build static libraries that are used in the static build
of pandoc-citeproc.

* gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Replace libyaml with
libyaml+static.
[arguments]: Adjust directory name.
2020-12-01 13:30:35 +01:00
Carlo Holl
d482954c99
gnu: ghc-cassava-megaparsec: Downgrade to 2.0.1.
* gnu/packages/haskell-xyz.scm (ghc-cassava-megaparsec): Downgrade to 2.0.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:17 -05:00
Carlo Holl
1112b916a5
gnu: ghc-hledger-lib: Downgrade to 0.14.1.
* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): Downgrade to 0.14.1.
[inputs]: Replace with what is generated by guix import.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:16 -05:00
Carlo Holl
df0e411373
gnu: ghc-doctest: Downgrade to 0.16.2.
* gnu/packages/haskell-xyz.scm (ghc-doctest): Downgrade to 0.16.2.
[inputs]: Replace with what is generated by guix import.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:16 -05:00
Carlo Holl
4e3b6235a4
gnu: ghc-tabular: Downgrade to 0.2.2.7.
* gnu/packages/haskell-xyz.scm (ghc-tabular): Downgrade to 0.2.2.7.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:15 -05:00
Kyle Meyer
e287980576
gnu: ghc-filepath-bytestring: Update to 1.4.2.1.6.
The minimum version of ghc-filepath-bytestring is now 1.4.2.1.4 in the latest
release of git-annex, the only Guix package that has this library as an input.

* gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): Update to 1.4.2.1.6.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25 13:43:35 +01:00
Kyle Meyer
283b1becae
gnu: Add ghc-torrent.
* gnu/packages/haskell-xyz.scm (ghc-torrent): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25 13:43:35 +01:00
Kyle Meyer
7d06279ef5
gnu: Add ghc-bencode.
* gnu/packages/haskell-xyz.scm (ghc-bencode): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25 13:43:35 +01:00
Vagrant Cascadian
2faef3cb6f
gnu: ghc-text-short: Fix spelling.
* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of
  "similar".
2020-11-23 17:19:08 -08:00
Christopher Lemmer Webber
161e1019fd
gnu: Add ghc-network-multicast.
* gnu/packages/haskell-xyz.scm (ghc-network-multicast): New variable.
2020-11-04 12:03:53 -05:00
Christopher Lemmer Webber
c00d001d79
gnu: Add ghc-mountpoints.
* gnu/packages/haskell-xyz.scm (ghc-mountpoints): New variable.
2020-11-04 12:03:53 -05:00
Carlo Holl
d610896870
gnu: Add ghc-hledger-lib.
* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:46 +00:00
Carlo Holl
aa8f40097d
gnu: Add ghc-cassava-megaparsec.
* gnu/packages/haskell-xyz.scm (ghc-cassava-megaparsec): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:46 +00:00
Carlo Holl
1748f1b80a
gnu: Add ghc-cassava.
* gnu/packages/haskell-xyz.scm (ghc-cassava): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:46 +00:00
Carlo Holl
f2a8aea14c
gnu: Add ghc-wizards.
* gnu/packages/haskell-xyz.scm (ghc-wizards): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:46 +00:00
Carlo Holl
3a09211c1b
gnu: Add ghc-uglymemo.
* gnu/packages/haskell-xyz.scm (ghc-uglymemo): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:46 +00:00
Carlo Holl
094a9d7ac4
gnu: Add ghc-tabular.
* gnu/packages/haskell-xyz.scm (ghc-tabular): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00
Carlo Holl
aeb94a1fad
gnu: Add ghc-text-short.
* gnu/packages/haskell-xyz.scm (ghc-text-short): New variable.
2020-11-01 13:34:45 +00:00
Carlo Holl
21c211337f
gnu: Add ghc-only.
* gnu/packages/haskell-xyz.scm (ghc-only): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00
Carlo Holl
27baf2a137
gnu: Add ghc-lucid.
* gnu/packages/haskell-xyz.scm (ghc-lucid): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00
Carlo Holl
e16f7de88f
gnu: Add ghc-hspec-megaparsec.
* gnu/packages/haskell-xyz.scm (ghc-hspec-megaparsec): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00
Carlo Holl
232eab1d30
gnu: ghc-doctest: Update to 0.16.3.
* gnu/packages/haskell-xyz.scm (ghc-doctest): Update to 0.16.3.
[inputs,native-inputs]: Replace with what is generated by guix import.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00