| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing header comment header comments.•••* gnu/packages/minetest.scm: Add the ‘GNU Guix’ header comment.
* gnu/packages/notcurses.scm: Likewise.
* gnu/packages/presentation.scm: Likewise.
* gnu/packages/solidity.scm: Likewise.
* guix/build/minetest-build-system.scm: Likewise.
* gnu/packages/vnc.scm: Add missing ‘;’.
* guix/scripts/import/crate.scm: Remove leading newline.
Change-Id: I5294e6067b9348f2929d823a07d4ec335eaa5ecd
| Tobias Geerinckx-Rice | 2024-09-08 | 1 | -0/+1 |
* | Upgrade Haskell packages.•••Script-aided bulk change.
| Lars-Dominik Braun | 2023-02-26 | 1 | -99/+67 |
* | gnu: Use HACKAGE-URI for packages from Hackage.•••Script-aided bulk change.
| Lars-Dominik Braun | 2023-02-26 | 1 | -2/+1 |
* | gnu: Add upstream-name property to Haskell packages.•••Script-aided bulk change.
| Lars-Dominik Braun | 2023-02-26 | 1 | -0/+1 |
* | gnu: Simplify package inputs.•••This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès | 2021-12-13 | 1 | -56/+56 |
* | 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 | 1 | -1/+1 |
* | 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-10-08 | 1 | -5/+7 |
* | gnu: dhall: Update to 1.32.0.•••* gnu/packages/dhall.scm (dhall): Update to 1.32.0.
[inputs]: Add ghc-half.
| Tobias Geerinckx-Rice | 2020-06-09 | 1 | -11/+7 |
* | gnu: dhall: Disable network tests differently.•••* gnu/packages/dhall.scm (dhall)[source]: Remove patch.
[arguments]: Rename ‘remove-more-tests’ phase to ‘remove-network-tests’.
Identify the tests by name instead of by content.
* gnu/packages/patches/dhall-remove-network-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice | 2020-06-09 | 1 | -4/+18 |
* | gnu: Add dhall.•••* gnu/packages/dhall.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
(dist_patch_DATA): Add new patch.
* gnu/packages/patches/dhall-remove-network-tests.patch: Add patch to remove
dhall network tests.
Signed-off-by: Leo Famulari <leo@famulari.name>
| John Soo | 2020-05-29 | 1 | -0/+133 |