diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-30 11:12:46 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:13 +0200 |
commit | aeb1c6abd5b0f6e02ad569bb50e1fb740165f094 (patch) | |
tree | 265ad6039992a71d1d0d7fdf0462b67a6d32fa0e /gnu/packages/haskell-check.scm | |
parent | bc8bda501cb8d9156afe001a440589b893d7b110 (diff) | |
download | patches-aeb1c6abd5b0f6e02ad569bb50e1fb740165f094.tar patches-aeb1c6abd5b0f6e02ad569bb50e1fb740165f094.tar.gz |
gnu: ghc-test-framework-hunit: Update Cabal file to r3.
* gnu/packages/haskell-check.scm (ghc-test-framework-hunit): Update Cabal
file to r3.
[arguments]: Remove unneeded "--allow-newer" configure flag.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r-- | gnu/packages/haskell-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index a9ff6af041..3bef4e5802 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -508,9 +508,9 @@ reporting and test statistics output.") (base32 "1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm")))) (build-system haskell-build-system) - ;; The official revision of the cabal file allows for HUnit lower than 1.7 (arguments - `(#:configure-flags (list "--allow-newer=HUnit"))) + `(#:cabal-revision + ("3" "0i9mlalv7cl1iq43ld5myrnpszq5rxmd79hk495dcb08rglhgl3z"))) (inputs `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions) ("ghc-hunit" ,ghc-hunit) |