summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-15 12:22:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-15 16:44:25 +0100
commitfd4f26ee20d8e4ca453d5d45df95b3bc1f3b9df8 (patch)
tree866831813e91463d52d30b985af5890ca813d7a7 /gnu/packages
parentfb9472a327cb2643d8097af6a0c60809b50622bb (diff)
downloadguix-patches-fd4f26ee20d8e4ca453d5d45df95b3bc1f3b9df8.tar
guix-patches-fd4f26ee20d8e4ca453d5d45df95b3bc1f3b9df8.tar.gz
gnu: ghc-reflection: Update to 2.1.2.
* gnu/packages/haskell.scm (ghc-reflection): Update to 2.1.2.
Diffstat (limited to 'gnu/packages')
-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 95bb3811ca..68172d8a91 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1292,7 +1292,7 @@ unlit literate code files; and an option to turn off macro-expansion.")
(define-public ghc-reflection
(package
(name "ghc-reflection")
- (version "2.1")
+ (version "2.1.2")
(source
(origin
(method url-fetch)
@@ -1302,7 +1302,7 @@ unlit literate code files; and an option to turn off macro-expansion.")
".tar.gz"))
(sha256
(base32
- "10w3m6v3g6am203wbrikdbp57x9vw6b4jsh7bxdzsss4nmpm81zg"))))
+ "0f9w0akbm6p8h7kzgcd2f6nnpw1wy84pqn45vfz1ch5j0hn8h2d9"))))
(build-system haskell-build-system)
(inputs `(("ghc-tagged" ,ghc-tagged)))
(home-page "https://github.com/ekmett/reflection")