diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 22:51:38 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:07 -0500 |
commit | 1f67853e7701183d5902e1d0ea3f2bd8d1c4435f (patch) | |
tree | 21d8e0d5f66911f8e038a61c002e8ff3f15e5181 /gnu/packages | |
parent | 048ef066cc7530f097dad6d23e8fd7c22a23e747 (diff) | |
download | guix-1f67853e7701183d5902e1d0ea3f2bd8d1c4435f.tar guix-1f67853e7701183d5902e1d0ea3f2bd8d1c4435f.tar.gz |
gnu: ghc-chasingbottoms: Update to 1.3.1.7.
* gnu/packages/haskell-xyz.scm (ghc-chasingbottoms): Update to 1.3.1.7.
Diffstat (limited to 'gnu/packages')
-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 53107a21a8..458254ad23 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -1487,7 +1487,7 @@ backend for the Charts library.") (define-public ghc-chasingbottoms (package (name "ghc-chasingbottoms") - (version "1.3.1.4") + (version "1.3.1.7") (source (origin (method url-fetch) @@ -1495,7 +1495,7 @@ backend for the Charts library.") "ChasingBottoms-" version ".tar.gz")) (sha256 (base32 - "06cynx6hcbfpky7qq3b3mjjgwbnaxkwin3znbwq4b9ikiw0ng633")))) + "0ziiqfsvv1ypdra6kd0bhbsl852i0wqn43jkfii38yl879cdacan")))) (build-system haskell-build-system) (inputs `(("ghc-quickcheck" ,ghc-quickcheck) |