diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 23:04:41 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:14 +0200 |
commit | 6062c4610ebab3b4ba5dcd954972ff1a0ee09eb5 (patch) | |
tree | 97407dff50ad3f6261819386d50c678b62515f32 /gnu | |
parent | d62f695119ff036762c93c5b8464c9ca5448e2c5 (diff) | |
download | guix-6062c4610ebab3b4ba5dcd954972ff1a0ee09eb5.tar.gz guix-6062c4610ebab3b4ba5dcd954972ff1a0ee09eb5.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6230270f30..b9f40fe90f 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 |