diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:18:14 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:33 -0500 |
commit | 4081565d3d8ab31274d2a61a58d198f36d4e6af6 (patch) | |
tree | 58c4280f914e4d8b91d3988b7a0b1c1a8bbe1625 /gnu | |
parent | a06613eaaf0ad34c77d4fc3a782ddcc5b329a8bc (diff) |
gnu: ghc-free: Update to 5.1.2.
* gnu/packages/haskell-xyz.scm (ghc-free): Update to 5.1.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index f692b8d7b9..d0a80c6441 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3735,7 +3735,7 @@ Foundation has the following goals: (define-public ghc-free (package (name "ghc-free") - (version "5.0.2") + (version "5.1.2") (source (origin (method url-fetch) @@ -3745,7 +3745,7 @@ Foundation has the following goals: ".tar.gz")) (sha256 (base32 - "15m3n9vhz7z3kzv1w3wlfa3x8jp4cbrkwmrcjr7jlx39iqffn1gg")))) + "0vlf3f2ckl3cr7z2zl8c9c8qkdlfgvmh04gxkp2fg0z9dz80nlyb")))) (build-system haskell-build-system) (inputs `(("ghc-prelude-extras" ,ghc-prelude-extras) |