diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-29 01:00:28 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:20 +0200 |
commit | 6d2fd200f472d0f23d751991eb6093a1b3f816da (patch) | |
tree | c6c99118a8f45ac28a662d130811ce41d1ab78c8 | |
parent | 8b1573b1e41452d2ddea503dd61bf6b84e542af9 (diff) | |
download | patches-6d2fd200f472d0f23d751991eb6093a1b3f816da.tar patches-6d2fd200f472d0f23d751991eb6093a1b3f816da.tar.gz |
gnu: ghc-rebase: Update to 1.2.4.
* gnu/packages/haskell.scm (ghc-rebase): Update to 1.2.4.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6bc3e49823..0bd4c9de20 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9284,7 +9284,7 @@ parsing and printing @dfn{Universally Unique Identifiers} or UUIDs.") (define-public ghc-rebase (package (name "ghc-rebase") - (version "1.1") + (version "1.2.4") (source (origin (method url-fetch) @@ -9293,7 +9293,7 @@ parsing and printing @dfn{Universally Unique Identifiers} or UUIDs.") "rebase-" version ".tar.gz")) (sha256 (base32 - "1qkhnpcc4g2vd6jmbf3b6psqkan6hyawqzrwzqdd931hsb02l6ia")))) + "1gah2qwfpzwamnikbc5h4nv6dgvv9h16di9ka7946za3nibyasya")))) (build-system haskell-build-system) (inputs `(("ghc-stm" ,ghc-stm) ("ghc-hashable" ,ghc-hashable) |