rekado pushed a commit to branch master
in repository guix.
commit 3ea018c7428d3a08a143dcf917bea0e89bf8f704
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 22:24:24 2018 -0400
gnu: ghc-haskell-src: Update to 1.0.3.0.
* gnu/packages/haskell.scm (ghc-haskell-src): Update to 1.0.3.0.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 86ec0b2..44e8960 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -965,7 +965,7 @@ them.")
(define-public ghc-haskell-src
(package
(name "ghc-haskell-src")
- (version "1.0.2.0")
+ (version "1.0.3.0")
(source
(origin
(method url-fetch)
@@ -975,7 +975,7 @@ them.")
".tar.gz"))
(sha256
(base32
- "19lilhpwnjb7cks9fq1ipnc8f7dwxy0ri3dgjkdxs3i355byw99a"))))
+ "1g4dj1f0j68bhn4ixfac63wjzy6gsp6kwgxryb1k5nl3i0g99d5l"))))
(build-system haskell-build-system)
(inputs
`(("ghc-happy" ,ghc-happy)