[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/272: gnu: ghc-uuid-types: Relax test framework dependency constraint
From: |
Ricardo Wurmus |
Subject: |
127/272: gnu: ghc-uuid-types: Relax test framework dependency constraints. |
Date: |
Mon, 1 Oct 2018 06:13:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fe3ecc307f87d3f2d12dbeecbd180c68ab16d483
Author: Timothy Sample <address@hidden>
Date: Fri Aug 31 15:18:15 2018 -0400
gnu: ghc-uuid-types: Relax test framework dependency constraints.
* gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Remove
"--allow-newer" configure flags and add a phase that removes dependency
version constraints from all of the test frameworks.
---
gnu/packages/haskell.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fdc77c3..a5f1628 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9034,8 +9034,16 @@ IPv4, IPv6 and MAC addresses.")
"1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj"))))
(build-system haskell-build-system)
(arguments
- `(#:configure-flags (list "--allow-newer=QuickCheck"
- "--allow-newer=HUnit")))
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'strip-test-framework-constraints
+ (lambda _
+ (substitute* "uuid-types.cabal"
+ (("HUnit >=1\\.2 && < 1\\.4") "HUnit")
+ (("QuickCheck >=2\\.4 && < 2\\.9") "QuickCheck")
+ (("tasty >= 0\\.10 && < 0\\.12") "tasty")
+ (("tasty-hunit == 0\\.9\\.\\*") "tasty-hunit")
+ (("tasty-quickcheck == 0\\.8\\.\\*") "tasty-quickcheck")))))))
(inputs `(("ghc-hashable" ,ghc-hashable)
("ghc-random" ,ghc-random)
("ghc-text" ,ghc-text)))
- 113/272: gnu: ghc-hmatrix-gsl: Update to 0.19.0.1., (continued)
- 113/272: gnu: ghc-hmatrix-gsl: Update to 0.19.0.1., Ricardo Wurmus, 2018/10/01
- 117/272: gnu: ghc-tasty-expected-failure: Update to 0.11.1.1., Ricardo Wurmus, 2018/10/01
- 101/272: gnu: ghc-hashtables: Update to 1.2.3.1., Ricardo Wurmus, 2018/10/01
- 112/272: gnu: ghc-contravariant: Update to 1.4.1., Ricardo Wurmus, 2018/10/01
- 119/272: gnu: ghc-tasty-quickcheck: Update to 0.10., Ricardo Wurmus, 2018/10/01
- 120/272: gnu: ghc-blaze-markup: Update to 0.8.2.1., Ricardo Wurmus, 2018/10/01
- 122/272: gnu: ghc-cryptohash-md5: Update Cabal file to r2., Ricardo Wurmus, 2018/10/01
- 114/272: gnu: ghc-tasty: Update to 1.1.0.3., Ricardo Wurmus, 2018/10/01
- 124/272: gnu: ghc-hourglass: Update to 0.2.12., Ricardo Wurmus, 2018/10/01
- 128/272: gnu: ghc-vector-binary-instances: Update Cabal file to r1., Ricardo Wurmus, 2018/10/01
- 127/272: gnu: ghc-uuid-types: Relax test framework dependency constraints.,
Ricardo Wurmus <=
- 116/272: gnu: ghc-hmatrix-special: Update to 0.19.0.0., Ricardo Wurmus, 2018/10/01
- 134/272: gnu: ghc-highlighting-kate: Update to 0.6.4., Ricardo Wurmus, 2018/10/01
- 140/272: gnu: ghc-logging-facade: Update to 0.3.0., Ricardo Wurmus, 2018/10/01
- 129/272: gnu: ghc-blaze-html: Update to 0.9.1.1., Ricardo Wurmus, 2018/10/01
- 132/272: gnu: ghc-securemem: Update to 0.1.10., Ricardo Wurmus, 2018/10/01
- 136/272: gnu: ghc-constraints: Update to 0.10.1., Ricardo Wurmus, 2018/10/01
- 153/272: gnu: ghc-graphviz: Remove unneeded configure flag., Ricardo Wurmus, 2018/10/01
- 154/272: gnu: ghc-markdown-unlit: Update to 0.5.0., Ricardo Wurmus, 2018/10/01
- 151/272: gnu: ghc-gluraw: Update to 2.0.0.4., Ricardo Wurmus, 2018/10/01
- 152/272: gnu: ghc-gnuplot: Update to 0.5.5.2., Ricardo Wurmus, 2018/10/01