diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:25:52 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:15 -0500 |
commit | 3f1ba75dcd7d0a7181364f86d85abc6dbfa18586 (patch) | |
tree | ca48c6d23e052edf339f133fcf5c140e836ec80e /gnu | |
parent | a4084db16897ff78c72c62f8abe09a480c61f60a (diff) | |
download | patches-3f1ba75dcd7d0a7181364f86d85abc6dbfa18586.tar patches-3f1ba75dcd7d0a7181364f86d85abc6dbfa18586.tar.gz |
gnu: ghc-validity: Update to 0.9.0.2.
* gnu/packages/haskell-xyz.scm (ghc-validity): Update to 0.9.0.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 256e33b900..3e01f349dd 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -11259,7 +11259,7 @@ example of, \"An applicative functor that is not a monad.\"") (define-public ghc-validity (package (name "ghc-validity") - (version "0.7.0.0") + (version "0.9.0.2") (source (origin (method url-fetch) @@ -11269,7 +11269,7 @@ example of, \"An applicative functor that is not a monad.\"") ".tar.gz")) (sha256 (base32 - "0xribw98amafihw87ddajk6vlirp7w9b26lrnjgq7jfm4710j95f")))) + "1aa93lp1pqwv7vhx19nazlig8qhbp3psblbz360s5lii3s5rli2v")))) (build-system haskell-build-system) (native-inputs `(("ghc-hspec" ,ghc-hspec) ("hspec-discover" ,hspec-discover))) |