diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:22:01 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:13 -0500 |
commit | 10650c441b4a555ad78b9fbcd328bc5cc5231f8e (patch) | |
tree | db8af6da037e81b7dfff2b6e21a41c6e54112557 /gnu/packages | |
parent | b50b600466fbc13fc6ac95adeef829d8ed0bf3fb (diff) | |
download | patches-10650c441b4a555ad78b9fbcd328bc5cc5231f8e.tar patches-10650c441b4a555ad78b9fbcd328bc5cc5231f8e.tar.gz |
gnu: ghc-extra: Update to 1.6.18.
* gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.6.18.
[inputs]: Add 'ghc-semigroups'.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index b8386750ae..685419e7e2 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3281,7 +3281,7 @@ versions of GHC (i.e., < 6.10).") (define-public ghc-extra (package (name "ghc-extra") - (version "1.6.9") + (version "1.6.18") (source (origin (method url-fetch) @@ -3291,10 +3291,11 @@ versions of GHC (i.e., < 6.10).") ".tar.gz")) (sha256 (base32 - "0xxcpb00pgwi9cmy6a7ghh6rblxry42p8pz5ssfgj20fs1xwzj1b")))) + "0jvd4l0hi8pf5899pxc32yc638y0mrc357w0rph99k3hm277i0cy")))) (build-system haskell-build-system) (inputs `(("ghc-clock" ,ghc-clock) + ("ghc-semigroups" ,ghc-semigroups) ("ghc-quickcheck" ,ghc-quickcheck))) (home-page "https://github.com/ndmitchell/extra") (synopsis "Extra Haskell functions") |