[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/329: gnu: ghc-logict: Update to 0.7.0.2.
From: |
guix-commits |
Subject: |
93/329: gnu: ghc-logict: Update to 0.7.0.2. |
Date: |
Wed, 20 Nov 2019 21:17:17 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 79d9326f621476e43a80332de801c08592af64d8
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 01:25:41 2019 -0400
gnu: ghc-logict: Update to 0.7.0.2.
* gnu/packages/haskell-xyz.scm (ghc-logict): Update to 0.7.0.2.
[native-inputs]: Add 'ghc-tasty' and 'ghc-tasty-hunit'.
---
gnu/packages/haskell-xyz.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 277f7d8..7f0b3b3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5904,7 +5904,7 @@ back-ends.")
(define-public ghc-logict
(package
(name "ghc-logict")
- (version "0.6.0.2")
+ (version "0.7.0.2")
(source
(origin
(method url-fetch)
@@ -5914,8 +5914,11 @@ back-ends.")
".tar.gz"))
(sha256
(base32
- "07hnirv6snnym2r7iijlfz00b60jpy2856zvqxh989q0in7bd0hi"))))
+ "1xfgdsxg0lp8m0a2cb83rcxrnnc37asfikay2kydi933anh9ihfc"))))
(build-system haskell-build-system)
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
(home-page "http://code.haskell.org/~dolio/")
(synopsis "Backtracking logic-programming monad")
(description "This library provides a continuation-based, backtracking,
- 65/329: gnu: ghc-cereal: Update to 0.5.8.1., (continued)
- 65/329: gnu: ghc-cereal: Update to 0.5.8.1., guix-commits, 2019/11/20
- 72/329: gnu: ghc-async: Update to 2.2.2., guix-commits, 2019/11/20
- 78/329: gnu: ghc-concurrent-output: Update to 1.10.11., guix-commits, 2019/11/20
- 66/329: gnu: ghc-x11: Update to 1.9.1., guix-commits, 2019/11/20
- 70/329: gnu: ghc-hashable-time: Update to 0.2.0.2., guix-commits, 2019/11/20
- 74/329: gnu: ghc-unordered-containers: Update to 0.2.10.0., guix-commits, 2019/11/20
- 81/329: gnu: ghc-hmatrix: Update to 0.20.0.0., guix-commits, 2019/11/20
- 80/329: gnu: ghc-split: Update Cabal file to r2., guix-commits, 2019/11/20
- 85/329: gnu: ghc-tasty: Update to 1.2.3., guix-commits, 2019/11/20
- 89/329: gnu: ghc-contravariant: Update to 1.5.2., guix-commits, 2019/11/20
- 93/329: gnu: ghc-logict: Update to 0.7.0.2.,
guix-commits <=
- 96/329: gnu: ghc-tasty-quickcheck: Update to 0.10.1., guix-commits, 2019/11/20
- 98/329: gnu: ghc-vector-binary-instances: Update to 0.2.5.1., guix-commits, 2019/11/20
- 103/329: gnu: ghc-zlib: Update to 0.6.2.1., guix-commits, 2019/11/20
- 105/329: gnu: ghc-juicypixels: Update to 3.3.4., guix-commits, 2019/11/20
- 113/329: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/20
- 79/329: gnu: ghc-hinotify: Update to 0.4., guix-commits, 2019/11/20
- 69/329: gnu: ghc-exceptions: Update to 0.10.3., guix-commits, 2019/11/20
- 71/329: gnu: ghc-hashtables: Update to 1.2.3.4., guix-commits, 2019/11/20
- 73/329: gnu: ghc-chasingbottoms: Update to 1.3.1.7., guix-commits, 2019/11/20
- 77/329: gnu: ghc-microlens-platform: Update to 0.3.11., guix-commits, 2019/11/20