summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:19:16 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:35 -0500
commit8d2ae3fe2c9c5b92be5398d08b808092ba5252c5 (patch)
tree1f3510035a8df74263c90aa4d99879bba60a1144
parent0dbd310598ac8a38d995cb5fdc5f6d476d323442 (diff)
downloadpatches-8d2ae3fe2c9c5b92be5398d08b808092ba5252c5.tar
patches-8d2ae3fe2c9c5b92be5398d08b808092ba5252c5.tar.gz
gnu: ghc-rebase: Update to 1.3.1.1.
* gnu/packages/haskell-xyz.scm (ghc-rebase): Update to 1.3.1.1.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 644b3ce7a6..779779a501 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8167,7 +8167,7 @@ includes efficient implementations for common data types.")
(define-public ghc-rebase
(package
(name "ghc-rebase")
- (version "1.2.4")
+ (version "1.3.1.1")
(source
(origin
(method url-fetch)
@@ -8176,7 +8176,7 @@ includes efficient implementations for common data types.")
"rebase-" version ".tar.gz"))
(sha256
(base32
- "1gah2qwfpzwamnikbc5h4nv6dgvv9h16di9ka7946za3nibyasya"))))
+ "0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a"))))
(build-system haskell-build-system)
(inputs `(("ghc-hashable" ,ghc-hashable)
("ghc-vector" ,ghc-vector)