diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 09:42:30 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:47:59 -0500 |
commit | 0a702df90febab5ae19e6b35afdaae463a94f159 (patch) | |
tree | 2385a3ee91d98248fe1e6f1ed285baf2e4fc7f89 | |
parent | e0389704a922ec5bcd8bdec6736b1f64e0ecd4bf (diff) | |
download | guix-0a702df90febab5ae19e6b35afdaae463a94f159.tar.gz |
gnu: ghc-foundation: Update to 0.0.25.
* gnu/packages/haskell-xyz.scm (ghc-foundation): Update to 0.0.25.
-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 b692da8e6e..44edf2b95b 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3641,7 +3641,7 @@ and are often as efficient as hand-written folds.") (define-public ghc-foundation (package (name "ghc-foundation") - (version "0.0.21") + (version "0.0.25") (source (origin (method url-fetch) @@ -3649,7 +3649,7 @@ and are often as efficient as hand-written folds.") "foundation/foundation-" version ".tar.gz")) (sha256 (base32 - "1q43y8wfj0wf9gdq2kzphwjwq6m5pvryy1lqgk954aq5z3ks1lsf")))) + "0q6kx57ygmznlpf8n499hid4x6mj3180paijx0a8dgi9hh7man61")))) (build-system haskell-build-system) (inputs `(("ghc-basement" ,ghc-basement))) (home-page "https://github.com/haskell-foundation/foundation") |