gnu: ghc-validity: Update to 0.9.0.2.
* gnu/packages/haskell-xyz.scm (ghc-validity): Update to 0.9.0.2.
This commit is contained in:
parent
a4084db168
commit
3f1ba75dcd
1 changed files with 2 additions and 2 deletions
|
@ -11259,7 +11259,7 @@ example of, \"An applicative functor that is not a monad.\"")
|
||||||
(define-public ghc-validity
|
(define-public ghc-validity
|
||||||
(package
|
(package
|
||||||
(name "ghc-validity")
|
(name "ghc-validity")
|
||||||
(version "0.7.0.0")
|
(version "0.9.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11269,7 +11269,7 @@ example of, \"An applicative functor that is not a monad.\"")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xribw98amafihw87ddajk6vlirp7w9b26lrnjgq7jfm4710j95f"))))
|
"1aa93lp1pqwv7vhx19nazlig8qhbp3psblbz360s5lii3s5rli2v"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs `(("ghc-hspec" ,ghc-hspec)
|
(native-inputs `(("ghc-hspec" ,ghc-hspec)
|
||||||
("hspec-discover" ,hspec-discover)))
|
("hspec-discover" ,hspec-discover)))
|
||||||
|
|
Reference in a new issue