summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-29 00:55:51 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:19 +0200
commitd8717c89b434ad887b8c4b66f9d6e229d547ebe2 (patch)
tree6243f3e261c24bf3760a9dc8713222c4da287679 /gnu
parent8e06e15b7d5d890b2811a60973ce9e51fc80e606 (diff)
downloadguix-patches-d8717c89b434ad887b8c4b66f9d6e229d547ebe2.tar
guix-patches-d8717c89b434ad887b8c4b66f9d6e229d547ebe2.tar.gz
gnu: ghc-reducers: Update to 3.12.3.
* gnu/packages/haskell.scm (ghc-reducers): Update to 3.12.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 32b3384c60..12fb9121b9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3182,7 +3182,7 @@ this package makes them available back to GHC 7.2.")
(define-public ghc-reducers
(package
(name "ghc-reducers")
- (version "3.12.2")
+ (version "3.12.3")
(source
(origin
(method url-fetch)
@@ -3192,7 +3192,7 @@ this package makes them available back to GHC 7.2.")
".tar.gz"))
(sha256
(base32
- "1gbaa5x4zbvnbklcb0d4q4m8hk6w0gz4s0c4m288czi1nw43dl65"))))
+ "09wf8pl9ycglcv6qj5ba26gkg2s5iy81hsx9xp0q8na0cwvp71ki"))))
(build-system haskell-build-system)
(inputs
`(("ghc-fingertree" ,ghc-fingertree)