[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/33: gnu: ghc-chasingbottoms: Update to 1.3.1.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
07/33: gnu: ghc-chasingbottoms: Update to 1.3.1.3. |
Date: |
Tue, 5 Dec 2017 10:38:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2c72272a500682f7d79e7319b48078b1ab6d0133
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Dec 1 12:34:23 2017 +0100
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.
---
gnu/packages/haskell.scm | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8ee111f..7e665e1 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)
- branch master updated (d20b738 -> 006a245), Tobias Geerinckx-Rice, 2017/12/05
- 02/33: gnu: ghc-bytestring: Update to 0.10.8.2, Tobias Geerinckx-Rice, 2017/12/05
- 05/33: gnu: ghc-bytestring-handle: Update to 0.1.0.6., Tobias Geerinckx-Rice, 2017/12/05
- 01/33: gnu: ghc-base-compat: Update to 0.9.3., Tobias Geerinckx-Rice, 2017/12/05
- 03/33: gnu: ghc-bytestring: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 07/33: gnu: ghc-chasingbottoms: Update to 1.3.1.3.,
Tobias Geerinckx-Rice <=
- 08/33: gnu: ghc-cheapskate: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 11/33: gnu: ghc-cmark: Update to 0.5.6., Tobias Geerinckx-Rice, 2017/12/05
- 04/33: gnu: ghc-bytestring-builder: Update to 0.10.8.1.0., Tobias Geerinckx-Rice, 2017/12/05
- 10/33: gnu: ghc-clock: Update to 0.7.2., Tobias Geerinckx-Rice, 2017/12/05
- 09/33: gnu: ghc-cheapskate: Expand description., Tobias Geerinckx-Rice, 2017/12/05
- 06/33: gnu: ghc-bytestring-handle: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 20/33: gnu: ghc-exceptions: Run tests., Tobias Geerinckx-Rice, 2017/12/05
- 12/33: gnu: ghc-cmdargs: Update to 0.10.18., Tobias Geerinckx-Rice, 2017/12/05
- 18/33: gnu: ghc-enclosed-exceptions: Update to 2.0.1., Tobias Geerinckx-Rice, 2017/12/05
- 23/33: gnu: ghc-fingertree: Update to 0.1.3.0., Tobias Geerinckx-Rice, 2017/12/05