diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-30 15:33:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-01 16:08:58 +0100 |
commit | 92cd94648c7da546dc1c643505e6dfda4396256d (patch) | |
tree | 8adcdf90540b5f029ccf15fe1fbc816c5f542609 /gnu/packages | |
parent | 1a1cf03f2488232a3f3bf6d543b512c5efc80c9f (diff) | |
download | gnu-guix-92cd94648c7da546dc1c643505e6dfda4396256d.tar gnu-guix-92cd94648c7da546dc1c643505e6dfda4396256d.tar.gz |
gnu: ghc-array: Update to 0.5.2.0.
* gnu/packages/haskell.scm (ghc-array): Update to 0.5.2.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6ba5642101..eee5e9206d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6084,7 +6084,7 @@ and edge labels with positional information, etc. (define-public ghc-array (package (name "ghc-array") - (version "0.5.1.1") + (version "0.5.2.0") (source (origin (method url-fetch) @@ -6093,7 +6093,7 @@ and edge labels with positional information, etc. version ".tar.gz")) (sha256 (base32 - "08r2rq4blvc737mrg3xhlwiw13jmsz5dlf2fd0ghb9cdaxc6kjc9")))) + "12v83s2imxb3p2crnlzrpjh0nk6lpysw9bdk9yahs6f37csa5jaj")))) (build-system haskell-build-system) (home-page "http://hackage.haskell.org/package/array") |