[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/328: gnu: ghc-psqueues: Update to 0.2.7.2.
From: |
guix-commits |
Subject: |
94/328: gnu: ghc-psqueues: Update to 0.2.7.2. |
Date: |
Sat, 16 Nov 2019 19:32:31 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 4bb070c43f9c4a9cf5ff740aca7b143bfabfb886
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 10:10:01 2019 -0400
gnu: ghc-psqueues: Update to 0.2.7.2.
* gnu/packages/haskell-xyz.scm (ghc-psqueues): Update to 0.2.7.2.
[native-inputs]: Remove 'ghc-test-framework',
'ghc-test-framework-hunit', and 'ghc-test-framework-quickcheck2'; add
'ghc-tasty', 'ghc-tasty-hunit', and 'ghc-tasty-quickcheck'.
---
gnu/packages/haskell-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7f0b3b3..aa15fd5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7961,7 +7961,7 @@ API.")
(define-public ghc-psqueues
(package
(name "ghc-psqueues")
- (version "0.2.7.0")
+ (version "0.2.7.2")
(source
(origin
(method url-fetch)
@@ -7970,7 +7970,7 @@ API.")
"psqueues-" version ".tar.gz"))
(sha256
(base32
- "1sjgc9bxh63kkdp59nbirx3xazr02ia5yhp4f4a0jnq1hj465wsc"))))
+ "1yckx2csqswghiy9nfj03cybmza8104nmnpbpcc9ngwlbmakn9i6"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hashable" ,ghc-hashable)))
@@ -7978,9 +7978,9 @@ API.")
`(("ghc-hunit" ,ghc-hunit)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-tagged" ,ghc-tagged)
- ("ghc-test-framework" ,ghc-test-framework)
- ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
- ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
(home-page "https://github.com/jaspervdj/psqueues")
(synopsis "Pure priority search queues")
(description "The psqueues package provides
- 82/328: gnu: ghc-glob: Update to 0.10.0., (continued)
- 82/328: gnu: ghc-glob: Update to 0.10.0., guix-commits, 2019/11/16
- 109/328: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/16
- 52/328: gnu: ghc-json: Update to 0.9.3., guix-commits, 2019/11/16
- 60/328: gnu: ghc-th-lift-instances: Update to 0.1.14., guix-commits, 2019/11/16
- 62/328: gnu: ghc-hashable: Update Cabal file to r1., guix-commits, 2019/11/16
- 59/328: gnu: ghc-language-c: Update to 0.8.3., guix-commits, 2019/11/16
- 68/328: gnu: ghc-vector-th-unbox: Update to 0.2.1.7., guix-commits, 2019/11/16
- 69/328: gnu: ghc-exceptions: Update to 0.10.3., guix-commits, 2019/11/16
- 72/328: gnu: ghc-async: Update to 2.2.2., guix-commits, 2019/11/16
- 91/328: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2., guix-commits, 2019/11/16
- 94/328: gnu: ghc-psqueues: Update to 0.2.7.2.,
guix-commits <=
- 117/328: gnu: ghc-fgl: Update to 5.7.0.1., guix-commits, 2019/11/16
- 121/328: gnu: ghc-newtype-generics: Update to 0.5.4., guix-commits, 2019/11/16
- 122/328: gnu: ghc-asn1-parse: Update to 0.9.5., guix-commits, 2019/11/16
- 126/328: gnu: ghc-tasty-ant-xml: Update to 1.1.6., guix-commits, 2019/11/16
- 129/328: gnu: ghc-th-orphans: Update to 0.13.9., guix-commits, 2019/11/16
- 66/328: gnu: ghc-x11: Update to 1.9.1., guix-commits, 2019/11/16
- 77/328: gnu: ghc-microlens-platform: Update to 0.3.11., guix-commits, 2019/11/16
- 101/328: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 97/328: gnu: ghc-regex-applicative: Update to 0.3.3.1., guix-commits, 2019/11/16
- 93/328: gnu: ghc-logict: Update to 0.7.0.2., guix-commits, 2019/11/16