summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 22:32:40 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:12 +0200
commit4a2100b8ae3dd3297f2748f312da3586795776bd (patch)
treea7d8f1b643cf4c8cd732f5d61c8a562979ec755d /gnu/packages
parent1a8f5eb2e1b4e0bfe36010ca6bfb568618ecc588 (diff)
downloadpatches-4a2100b8ae3dd3297f2748f312da3586795776bd.tar
patches-4a2100b8ae3dd3297f2748f312da3586795776bd.tar.gz
gnu: ghc-lifted-base: Update to 0.2.3.12.
* gnu/packages/haskell.scm (ghc-lifted-base): Update to 0.2.3.12.
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 c8dcefeb12..f195563516 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5074,7 +5074,7 @@ It is modeled after doctest for Python, see
(define-public ghc-lifted-base
(package
(name "ghc-lifted-base")
- (version "0.2.3.8")
+ (version "0.2.3.12")
(source
(origin
(method url-fetch)
@@ -5084,7 +5084,7 @@ It is modeled after doctest for Python, see
".tar.gz"))
(sha256
(base32
- "17yz4n7q96x4cp8vxai8csn2vmpigxvipkfh48arahf91f0xy18n"))))
+ "1i8p8d3rkdh21bhgjjh32vd7qqjr7jq7p59qds0aw2kmargsjd61"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Missing testing libraries.
(inputs