mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ghc-intervalmap: Update to 0.6.1.1.
* gnu/packages/haskell-xyz.scm (ghc-intervalmap): Update to 0.6.1.1.
This commit is contained in:
parent
07d65eef05
commit
e4946e32b6
1 changed files with 2 additions and 2 deletions
|
@ -5261,7 +5261,7 @@ (define-public ghc-interpolate
|
||||||
(define-public ghc-intervalmap
|
(define-public ghc-intervalmap
|
||||||
(package
|
(package
|
||||||
(name "ghc-intervalmap")
|
(name "ghc-intervalmap")
|
||||||
(version "0.6.0.0")
|
(version "0.6.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5269,7 +5269,7 @@ (define-public ghc-intervalmap
|
||||||
"IntervalMap-" version ".tar.gz"))
|
"IntervalMap-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06hin9wf1by8aqa7820fsi2339bh82184frkwz3jsb9sqa0hszcg"))))
|
"0vdlvxvhf7vjyv0mfn6jaj2i2gclqv8419ck32s2jxfcmki5m5g8"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
|
|
Loading…
Reference in a new issue