summaryrefslogtreecommitdiff
path: root/gnu/packages/purescript.scm
Commit message (Collapse)AuthorAge
* gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references.Ludovic Courtès2022-03-18
| | | | | | * gnu/packages/purescript.scm (ghc-optparse-applicative-0.15.1.0): Move to... * gnu/packages/haskell-xyz.scm (ghc-optparse-applicative-0.15.1.0): ... here.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: purescript: Update to 0.14.5.Tobias Geerinckx-Rice2021-11-03
| | | | * gnu/packages/purescript.scm (purescript): Update to 0.14.5.
* gnu: Update Haskell ecosystem.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Revert "gnu: purescript: Move to version-specific ghc-protolude-0.2 input."Léo Le Bouter2021-02-24
| | | | This reverts commit 59c3ea22546f9bd7e0560a66f98a020af7d1ad6e.
* gnu: purescript: Move to version-specific ghc-protolude-0.2 input.Léo Le Bouter2021-02-24
| | | | | * gnu/packages/purescript.scm (purescript)[inputs]: Replace ghc-protolude with ghc-protolude-0.2.
* gnu: purescript: Update to 0.13.8.BonfaceKilz2020-12-13
| | | | | | | * gnu/packages/purescript.scm (purescript): Update to 0.13.8. [inputs]: Add ghc-cborg, ghc-serialise. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add purescript.John Soo2020-05-08
| | | | | | | | * gnu/packages/purescript.scm (purescript): New variable. * gnu/packages/patches/purescript-relax-dependencies.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-happy@1.19.9John Soo2020-05-08
* gnu/packages/purescript.scm (ghc-happy-1.19.9): New file, New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add purescript.scm. Signed-off-by: Christopher Baines <mail@cbaines.net>