[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/257: gnu: ghc-psqueues: Update to 0.2.7.0.
From: |
Ricardo Wurmus |
Subject: |
103/257: gnu: ghc-psqueues: Update to 0.2.7.0. |
Date: |
Thu, 27 Sep 2018 15:47:08 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit 1b726601b3466073be417e9cd936709a763c9e86
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 23:04:41 2018 -0400
gnu: ghc-psqueues: Update to 0.2.7.0.
* gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.7.0.
[arguments]: Remove unneeded "--allow-newer=QuickCheck" configure flag.
---
gnu/packages/haskell.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6230270..b9f40fe 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8309,7 +8309,7 @@ bytestrings and their hexademical representation.")
(define-public ghc-psqueues
(package
(name "ghc-psqueues")
- (version "0.2.6.0")
+ (version "0.2.7.0")
(source
(origin
(method url-fetch)
@@ -8318,10 +8318,8 @@ bytestrings and their hexademical representation.")
"psqueues-" version ".tar.gz"))
(sha256
(base32
- "0n39s1i88j6s7vvsdhpbhcr3gpbwlzabwcc3nbd7nqb4kb4i0sls"))))
+ "1sjgc9bxh63kkdp59nbirx3xazr02ia5yhp4f4a0jnq1hj465wsc"))))
(build-system haskell-build-system)
- (arguments
- `(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs
`(("ghc-hashable" ,ghc-hashable)))
(native-inputs
- 119/257: gnu: ghc-tasty-quickcheck: Update to 0.10., (continued)
- 119/257: gnu: ghc-tasty-quickcheck: Update to 0.10., Ricardo Wurmus, 2018/09/27
- 117/257: gnu: ghc-tasty-expected-failure: Update to 0.11.1.1., Ricardo Wurmus, 2018/09/27
- 116/257: gnu: ghc-hmatrix-special: Update to 0.19.0.0., Ricardo Wurmus, 2018/09/27
- 113/257: gnu: ghc-hmatrix-gsl: Update to 0.19.0.1., Ricardo Wurmus, 2018/09/27
- 115/257: gnu: ghc-contravariant-extras: Update to 0.3.4., Ricardo Wurmus, 2018/09/27
- 112/257: gnu: ghc-contravariant: Update to 1.4.1., Ricardo Wurmus, 2018/09/27
- 110/257: gnu: ghc-void: Update to 0.7.2., Ricardo Wurmus, 2018/09/27
- 111/257: gnu: xmonad: Update to 0.14.2., Ricardo Wurmus, 2018/09/27
- 100/257: gnu: ghc-hashable-time: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27
- 104/257: gnu: ghc-unordered-containers: Update to 0.2.9.0., Ricardo Wurmus, 2018/09/27
- 103/257: gnu: ghc-psqueues: Update to 0.2.7.0.,
Ricardo Wurmus <=
- 102/257: gnu: ghc-nats: Update to 1.1.2., Ricardo Wurmus, 2018/09/27
- 99/257: gnu: ghc-errors: Update to 2.3.0., Ricardo Wurmus, 2018/09/27
- 98/257: gnu: ghc-crypto-api: Update to 0.13.3., Ricardo Wurmus, 2018/09/27
- 97/257: gnu: ghc-case-insensitive: Update to 1.2.0.11., Ricardo Wurmus, 2018/09/27
- 90/257: gnu: ghc-deepseq-generics: Update Cabal file to r2., Ricardo Wurmus, 2018/09/27
- 93/257: gnu: ghc-fingertree: Update to 0.1.4.1., Ricardo Wurmus, 2018/09/27
- 88/257: gnu: ghc-bytestring-handle: Allow newer base and QuickCheck., Ricardo Wurmus, 2018/09/27
- 87/257: gnu: ghc-x11: Update to 1.9., Ricardo Wurmus, 2018/09/27
- 86/257: gnu: ghc-test-framework-quickcheck2: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27
- 85/257: gnu: ghc-test-framework-hunit: Update Cabal file to r3., Ricardo Wurmus, 2018/09/27