diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-25 14:28:37 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-11-02 09:32:51 +0100 |
commit | 0bf782d58582d0c68c39b7be0a3f0354e65f3f9a (patch) | |
tree | 6a1367cc944036aa454581c6a854faa69bc47384 | |
parent | eba970f1b6f089d28fb4bc07f5cee2e5905bf8b6 (diff) | |
download | guix-0bf782d58582d0c68c39b7be0a3f0354e65f3f9a.tar.gz |
gnu: ghc-operational: Update to 0.2.4.0.
* gnu/packages/haskell-xyz.scm (ghc-operational): Update to 0.2.4.0.
-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 e21232801b..967a7743b6 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -8980,7 +8980,7 @@ found at runtime, a userError is thrown.") (define-public ghc-operational (package (name "ghc-operational") - (version "0.2.3.5") + (version "0.2.4.0") (source (origin (method url-fetch) @@ -8988,7 +8988,7 @@ found at runtime, a userError is thrown.") "operational-" version ".tar.gz")) (sha256 (base32 - "1x2abg2q9d26h1vzj40r6k7k3gqgappbs4g9d853vvg77837km4i")))) + "1hwmwbsxzwv68b39rv4gn3da6irv8zm89gqrkc3rdsgwi5ziyn3i")))) (build-system haskell-build-system) (inputs `(("ghc-random" ,ghc-random))) |