Age | Commit message (Expand) | Author |
2021-10-10 | gnu: ghc-parsers: Add missing input....* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add
ghc-semigroups.
| Efraim Flashner |
2021-10-10 | gnu: ghc-charset: Remove cabal-revision....This is a follow-up to b97f549b14402421fcfb360ddd4cff7de93b9af0.
* gnu/packages/haskell-xyz.scm (ghc-charset)[arguments]: Remove cabal
revision.
| Efraim Flashner |
2021-10-08 | gnu: ghc-haskeline: Remove version postfix from variable name....* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to…
(ghc-haskeline): …this.
| Lars-Dominik Braun |
2021-10-08 | 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.
| Lars-Dominik Braun |
2021-10-08 | gnu: ghc-silently: Remove unused input....Plus it’s commented out anyway.
* gnu/packages/haskell-xyz.scm (ghc-silently): Remove commented out
inputs.
| Lars-Dominik Braun |
2021-10-08 | 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>
| Lars-Dominik Braun |
2021-09-09 | 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>
| Alice BRENON |
2021-08-15 | 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.
| Christopher Lemmer Webber |
2021-07-29 | 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.
| Maxim Cournoyer |
2021-07-04 | gnu: Add ghc-finite-typelits....* gnu/packages/haskell-xyz.scm (ghc-finite-typelits): New public variable.
| Tobias Geerinckx-Rice |
2021-07-04 | gnu: Add ghc-text-zipper....* gnu/packages/haskell-xyz.scm (ghc-text-zipper): New public variable.
| Tobias Geerinckx-Rice |
2021-07-04 | gnu: Add ghc-data-clist....* gnu/packages/haskell-xyz.scm (ghc-data-clist): New public variable.
| Tobias Geerinckx-Rice |
2021-07-04 | gnu: Add ghc-config-ini....* gnu/packages/haskell-xyz.scm (ghc-config-ini): New public variable.
| Tobias Geerinckx-Rice |
2021-07-04 | gnu: Add ghc-ini....* gnu/packages/haskell-xyz.scm (ghc-ini): New public variable.
| Tobias Geerinckx-Rice |
2021-07-03 | gnu: Add ghc-word-wrap....* gnu/packages/haskell-xyz.scm (ghc-word-wrap): New public variable.
| Tobias Geerinckx-Rice |
2021-02-28 | gnu: ghc-indents: Update home page....* gnu/packages/haskell-xyz.scm (ghc-indents)[home-page]: Update URL.
| Nicolas Goaziou |
2021-02-24 | Revert "gnu: Add ghc-protolude-0.2."...This reverts commit 9ef7937766dd2e79807f3b0a6cd141ed310650a9.
| Léo Le Bouter |
2021-02-24 | Revert "gnu: ghc-protolude: Update to 0.3.0."...This reverts commit a281a67f3ca56b5dfa670b4019d26d4c39e0c804.
| Léo Le Bouter |
2021-02-24 | gnu: Add ghc-protolude-0.3....* gnu/packages/haskell-xyz.scm (ghc-protolude-0.3): New variable.
| Léo Le Bouter |
2021-02-24 | gnu: Add ghc-wordexp....* gnu/packages/haskell-xyz.scm (ghc-wordexp): New variable.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
| Stefan Reichör |
2021-02-24 | 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>
| Stefan Reichör |
2021-02-24 | gnu: Add ghc-protolude-0.2....* gnu/packages/haskell-xyz.scm (ghc-protolude-0.2): New variable.
| Léo Le Bouter |
2021-02-22 | 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 703ccd583611b6efa689b7a2d1daf35d6cd83c35.
| Nicolas Goaziou |
2021-02-21 | gnu: Add ghc-nixfmt....* gnu/packages/haskell-xyz.scm (ghc-nixfmt): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| EuAndreh via Guix-patches via |
2020-12-01 | 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.
| Ricardo Wurmus |
2020-12-01 | 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.
| Ricardo Wurmus |
2020-11-25 | 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>
| Carlo Holl |
2020-11-25 | 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>
| Carlo Holl |
2020-11-25 | 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>
| Carlo Holl |
2020-11-25 | 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>
| Carlo Holl |
2020-11-25 | 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>
| Kyle Meyer |
2020-11-25 | gnu: Add ghc-torrent....* gnu/packages/haskell-xyz.scm (ghc-torrent): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Kyle Meyer |
2020-11-25 | gnu: Add ghc-bencode....* gnu/packages/haskell-xyz.scm (ghc-bencode): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Kyle Meyer |
2020-11-23 | gnu: ghc-text-short: Fix spelling....* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of
"similar".
| Vagrant Cascadian |
2020-11-04 | gnu: Add ghc-network-multicast....* gnu/packages/haskell-xyz.scm (ghc-network-multicast): New variable.
| Christopher Lemmer Webber |
2020-11-04 | gnu: Add ghc-mountpoints....* gnu/packages/haskell-xyz.scm (ghc-mountpoints): New variable.
| Christopher Lemmer Webber |
2020-11-01 | gnu: Add ghc-hledger-lib....* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-cassava-megaparsec....* gnu/packages/haskell-xyz.scm (ghc-cassava-megaparsec): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-cassava....* gnu/packages/haskell-xyz.scm (ghc-cassava): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-wizards....* gnu/packages/haskell-xyz.scm (ghc-wizards): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-uglymemo....* gnu/packages/haskell-xyz.scm (ghc-uglymemo): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-tabular....* gnu/packages/haskell-xyz.scm (ghc-tabular): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-text-short....* gnu/packages/haskell-xyz.scm (ghc-text-short): New variable.
| Carlo Holl |
2020-11-01 | gnu: Add ghc-only....* gnu/packages/haskell-xyz.scm (ghc-only): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-lucid....* gnu/packages/haskell-xyz.scm (ghc-lucid): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-hspec-megaparsec....* gnu/packages/haskell-xyz.scm (ghc-hspec-megaparsec): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | 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>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-decimal....* gnu/packages/haskell-xyz.scm (ghc-decimal): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-csv....* gnu/packages/haskell-xyz.scm (ghc-csv): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |
2020-11-01 | gnu: Add ghc-control-monad-free....* gnu/packages/haskell-xyz.scm (ghc-control-monad-free): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Carlo Holl |