mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ghc-fingertree: Update to 0.1.3.0.
* gnu/packages/haskell.scm (ghc-fingertree): Update to 0.1.3.0.
This commit is contained in:
parent
d4fd8ee4aa
commit
35deff7286
1 changed files with 3 additions and 4 deletions
|
@ -3573,17 +3573,16 @@ (define-public ghc-async
|
|||
(define-public ghc-fingertree
|
||||
(package
|
||||
(name "ghc-fingertree")
|
||||
(version "0.1.1.0")
|
||||
(version "0.1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://hackage.haskell.org/package/fingertree/fingertree-"
|
||||
version
|
||||
".tar.gz"))
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w6x3kp3by5yjmam6wlrf9vap5l5rrqaip0djbrdp0fpf2imn30n"))))
|
||||
"1ryjj7qrx70ckcjlr02x9zh86kfp76azbxq05r7hawqkaqg44sfs"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
|
||||
(home-page "https://hackage.haskell.org/package/fingertree")
|
||||
|
|
Loading…
Reference in a new issue