aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 22:17:08 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:11 +0200
commite7e74518221a97496d8e1e4b0de61ccf25135ae9 (patch)
tree2a5d9b5e79b76e84d0d6312b75ee60637066e6e3 /gnu
parent09b52698babe9a09a4f0aba2f34e1732094b88a1 (diff)
downloadguix-e7e74518221a97496d8e1e4b0de61ccf25135ae9.tar.gz
guix-e7e74518221a97496d8e1e4b0de61ccf25135ae9.zip
gnu: ghc-reflection: Update to 2.1.4.
* gnu/packages/haskell.scm (ghc-reflection): Update to 2.1.4.
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 7994b6c33c..5df71e87e7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1649,7 +1649,7 @@ unlit literate code files; and an option to turn off macro-expansion.")
(define-public ghc-reflection
(package
(name "ghc-reflection")
- (version "2.1.2")
+ (version "2.1.4")
(source
(origin
(method url-fetch)
@@ -1659,7 +1659,7 @@ unlit literate code files; and an option to turn off macro-expansion.")
".tar.gz"))
(sha256
(base32
- "0f9w0akbm6p8h7kzgcd2f6nnpw1wy84pqn45vfz1ch5j0hn8h2d9"))))
+ "0kf4a5ijw6jfnfibjcrpdy9vzh1n6v2pxia8dhyyqdissiwc8bzj"))))
(build-system haskell-build-system)
(inputs `(("ghc-tagged" ,ghc-tagged)))
(home-page "https://github.com/ekmett/reflection")