summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-30 11:16:01 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:13 +0200
commitc2d2f27537367ac9248cc0162a86e258bcb4a673 (patch)
treea64afef5dbaeaf6a40c25ff6bd678d3ce905b92e /gnu/packages/haskell-check.scm
parentaeb1c6abd5b0f6e02ad569bb50e1fb740165f094 (diff)
downloadguix-patches-c2d2f27537367ac9248cc0162a86e258bcb4a673.tar
guix-patches-c2d2f27537367ac9248cc0162a86e258bcb4a673.tar.gz
gnu: ghc-test-framework-quickcheck2: Update Cabal file to r1.
* gnu/packages/haskell-check.scm (ghc-test-framework-quickcheck2): Update Cabal file to r1.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 3bef4e5802..ef19645346 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -535,6 +535,9 @@ reporting and test statistics output.")
(base32
"0vj834337r6jzr3258cv68ly2sv5999mklpsrfngyk51kywsyqyp"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("1" "147ngmfdkskyg7mwsp5w73a4dbx3rp5s38bci3z03kn1m093lxff")))
(inputs
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
("ghc-quickcheck" ,ghc-quickcheck)