diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 22:36:52 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:12 +0200 |
commit | 5285d61490f1c4fbdbdc82ad6e6daaab863e1a46 (patch) | |
tree | 57575e98a7500a810d65d8423e32a5532d2d162f | |
parent | 17539a7ed1abba1f69045baf505581d0b5f2ccd2 (diff) | |
download | guix-5285d61490f1c4fbdbdc82ad6e6daaab863e1a46.tar.gz |
gnu: ghc-split: Update to 0.2.3.3.
* gnu/packages/haskell.scm (ghc-split): Update to 0.2.3.3.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index a4bb28eecd..a555cea5e9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -3700,7 +3700,7 @@ colored output using the ansi-terminal package.") (define-public ghc-split (package (name "ghc-split") - (version "0.2.3.1") + (version "0.2.3.3") (outputs '("out" "doc")) (source (origin @@ -3711,7 +3711,7 @@ colored output using the ansi-terminal package.") ".tar.gz")) (sha256 (base32 - "12660m16c6sib3laaxn6w9s453pyx1b49myrmzfij372vq5bc5bn")))) + "04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x")))) (build-system haskell-build-system) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck))) |