gnu: ghc-haskell-src: Update to 1.0.3.0.

* gnu/packages/haskell.scm (ghc-haskell-src): Update to 1.0.3.0.
master
Timothy Sample 2018-08-28 22:24:24 -04:00 committed by Ricardo Wurmus
parent 38922e49ca
commit 3ea018c742
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)