summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:40:01 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:15 +0200
commit3a066eb5ee852338d7de1d37ddc524df92efe2a2 (patch)
treed674f6600b3fca4c01d5cde7858d5315e667671d /gnu
parentb8afa2da58bb04ea5ac021547601e956341f814e (diff)
downloadguix-patches-3a066eb5ee852338d7de1d37ddc524df92efe2a2.tar
guix-patches-3a066eb5ee852338d7de1d37ddc524df92efe2a2.tar.gz
gnu: ghc-extra: Update to 1.6.9.
* gnu/packages/haskell.scm (ghc-extra): Update to 1.6.9.
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 9a5632c47d..9f2b6f2bef 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3062,7 +3062,7 @@ Strings.")
(define-public ghc-extra
(package
(name "ghc-extra")
- (version "1.6.3")
+ (version "1.6.9")
(source
(origin
(method url-fetch)
@@ -3072,7 +3072,7 @@ Strings.")
".tar.gz"))
(sha256
(base32
- "06ds0jlx6sljwdf63l154qbzia9mnsri79i9qm3xikky3nj9ia1m"))))
+ "0xxcpb00pgwi9cmy6a7ghh6rblxry42p8pz5ssfgj20fs1xwzj1b"))))
(build-system haskell-build-system)
(inputs
`(("ghc-clock" ,ghc-clock)