mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: ghc-extra: Update to 1.6.9.
* gnu/packages/haskell.scm (ghc-extra): Update to 1.6.9.
This commit is contained in:
parent
b8afa2da58
commit
3a066eb5ee
1 changed files with 2 additions and 2 deletions
|
@ -3062,7 +3062,7 @@ (define-public ghc-polyparse
|
|||
(define-public ghc-extra
|
||||
(package
|
||||
(name "ghc-extra")
|
||||
(version "1.6.3")
|
||||
(version "1.6.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3072,7 +3072,7 @@ (define-public ghc-extra
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06ds0jlx6sljwdf63l154qbzia9mnsri79i9qm3xikky3nj9ia1m"))))
|
||||
"0xxcpb00pgwi9cmy6a7ghh6rblxry42p8pz5ssfgj20fs1xwzj1b"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-clock" ,ghc-clock)
|
||||
|
|
Loading…
Reference in a new issue