diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-01 12:34:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:45 +0100 |
commit | 2c72272a500682f7d79e7319b48078b1ab6d0133 (patch) | |
tree | 87142e21b5a0a8989894e3252066a00462cd5d69 | |
parent | 6bfcb59d0251472917058eb99927a96c293be7a6 (diff) |
gnu: ghc-chasingbottoms: Update to 1.3.1.3.
* gnu/packages/haskell.scm (ghc-chasingbottoms): Update to 1.3.1.3.
[source]: Remove snippet and its modules.
-rw-r--r-- | gnu/packages/haskell.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8ee111f2e5..7e665e1af5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2870,7 +2870,7 @@ encourages inductive, recursive definitions of graph algorithms.") (define-public ghc-chasingbottoms (package (name "ghc-chasingbottoms") - (version "1.3.0.13") + (version "1.3.1.3") (source (origin (method url-fetch) @@ -2878,14 +2878,7 @@ encourages inductive, recursive definitions of graph algorithms.") "ChasingBottoms-" version ".tar.gz")) (sha256 (base32 - "1fb86jd6cdz4rx3fj3r9n8d60kx824ywwy7dw4qnrdran46ja3pl")) - (modules '((guix build utils))) - (snippet - ;; The Hackage page and the cabal file linked there for this package - ;; both list 0.7 as the upper version limit, but the source tarball - ;; specifies 0.6. Assume the Hackage page is correct. - '(substitute* "ChasingBottoms.cabal" - (("syb >= 0.1.0.2 && < 0.6") "syb >= 0.1.0.2 && < 0.7"))))) + "04jwwjs22mqc4hvpp4c3gpb79inrrq5sapks5khknspv2hslm61q")))) (build-system haskell-build-system) (inputs `(("ghc-mtl" ,ghc-mtl) |