[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/329: gnu: ghc-psqueues: Update to 0.2.7.2.
From: |
guix-commits |
Subject: |
94/329: gnu: ghc-psqueues: Update to 0.2.7.2. |
Date: |
Wed, 20 Nov 2019 21:17:17 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 5d1339427a688234a5d05b11e8dfeccf822c8193
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
- 71/329: gnu: ghc-hashtables: Update to 1.2.3.4., (continued)
- 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
- 75/329: gnu: ghc-math-functions: Update to 0.3.3.0., guix-commits, 2019/11/20
- 82/329: gnu: ghc-glob: Update to 0.10.0., guix-commits, 2019/11/20
- 84/329: gnu: ghc-integer-logarithms: Update to 1.0.3., guix-commits, 2019/11/20
- 83/329: gnu: ghc-void: Update to 0.7.3., guix-commits, 2019/11/20
- 86/329: gnu: ghc-clock: Update to 0.8., guix-commits, 2019/11/20
- 87/329: gnu: ghc-hspec-meta: Update to 2.6.0., guix-commits, 2019/11/20
- 88/329: gnu: hspec-discover: Update to 2.7.1., guix-commits, 2019/11/20
- 94/329: gnu: ghc-psqueues: Update to 0.2.7.2.,
guix-commits <=
- 95/329: gnu: ghc-indents: Update to 0.5.0.1., guix-commits, 2019/11/20
- 99/329: gnu: ghc-memory: Update to 0.14.18., guix-commits, 2019/11/20
- 102/329: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/20
- 106/329: gnu: ghc-extra: Update to 1.6.18., guix-commits, 2019/11/20
- 104/329: gnu: ghc-blaze-html: Update to 0.9.1.2., guix-commits, 2019/11/20
- 107/329: gnu: ghc-hspec-core: Update to 2.7.1., guix-commits, 2019/11/20
- 112/329: gnu: ghc-base-compat: Update to 0.10.5., guix-commits, 2019/11/20
- 117/329: gnu: ghc-fgl: Update to 5.7.0.1., guix-commits, 2019/11/20
- 109/329: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/20
- 118/329: gnu: ghc-base-orphans: Update to 0.8.1., guix-commits, 2019/11/20