gnu: ghc-mockery: Update to 0.3.3.
* gnu/packages/haskell.scm (ghc-mockery): Update to 0.3.3. [inputs]: Add ghc-base-compat.
This commit is contained in:
parent
3869735729
commit
1e521705bf
|
@ -5408,18 +5408,19 @@ back-ends.")
|
||||||
(define-public ghc-mockery
|
(define-public ghc-mockery
|
||||||
(package
|
(package
|
||||||
(name "ghc-mockery")
|
(name "ghc-mockery")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"mockery/mockery-" version ".tar.gz"))
|
"mockery/mockery-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m0lp2z63sgkylz5318j53r5hnrkp705qh7nqbb149ir4gy7g1bg"))))
|
"1m7sq2vclgir3qbpngzl3g87ks4034blwwf7p3h02c0jlcwpl5b1"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-temporary" ,ghc-temporary)
|
`(("ghc-temporary" ,ghc-temporary)
|
||||||
("ghc-logging-facade" ,ghc-logging-facade)))
|
("ghc-logging-facade" ,ghc-logging-facade)
|
||||||
|
("ghc-base-compat" ,ghc-base-compat)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hspec" ,ghc-hspec)
|
`(("ghc-hspec" ,ghc-hspec)
|
||||||
("hspec-discover" ,hspec-discover)))
|
("hspec-discover" ,hspec-discover)))
|
||||||
|
|
Loading…
Reference in New Issue