[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/257: gnu: ghc-integer-logarithms: Replace "--allow-newer" flag.
From: |
Ricardo Wurmus |
Subject: |
125/257: gnu: ghc-integer-logarithms: Replace "--allow-newer" flag. |
Date: |
Thu, 27 Sep 2018 15:47:12 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit e9514ca458f5cedebc4e9915cec012f35eec63f8
Author: Timothy Sample <address@hidden>
Date: Wed Sep 5 14:55:56 2018 -0400
gnu: ghc-integer-logarithms: Replace "--allow-newer" flag.
* gnu/packages/haskell.scm (ghc-integer-logarithms)[arguments]: Replace
"--allow-newer" configure flag with a phase that patches the Cabal file.
---
gnu/packages/haskell.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5875e9b..9dbeae1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5227,7 +5227,13 @@ occurrences of a substring (the first in case of
overlaps) with another.")
"1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
(build-system haskell-build-system)
(arguments
- `(#:configure-flags (list "--allow-newer=tasty")))
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'update-constraints
+ (lambda _
+ (substitute* "integer-logarithms.cabal"
+ (("tasty >= 0\\.10 && < 1\\.1")
+ "tasty >= 0.10 && < 1.2")))))))
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-smallcheck" ,ghc-smallcheck)
- 148/257: gnu: ghc-th-orphans: Update to 0.13.6., (continued)
- 148/257: gnu: ghc-th-orphans: Update to 0.13.6., Ricardo Wurmus, 2018/09/27
- 133/257: gnu: ghc-uuid: Update Cabal file to r2 and relax dependencies., Ricardo Wurmus, 2018/09/27
- 140/257: gnu: ghc-logging-facade: Update to 0.3.0., Ricardo Wurmus, 2018/09/27
- 139/257: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/09/27
- 136/257: gnu: ghc-constraints: Update to 0.10.1., Ricardo Wurmus, 2018/09/27
- 131/257: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/09/27
- 130/257: gnu: ghc-extra: Update to 1.6.9., Ricardo Wurmus, 2018/09/27
- 127/257: gnu: ghc-uuid-types: Relax test framework dependency constraints., Ricardo Wurmus, 2018/09/27
- 126/257: gnu: ghc-tar: Update to 0.5.1.0., Ricardo Wurmus, 2018/09/27
- 128/257: gnu: ghc-vector-binary-instances: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27
- 125/257: gnu: ghc-integer-logarithms: Replace "--allow-newer" flag.,
Ricardo Wurmus <=
- 121/257: gnu: ghc-cookie: Update to 0.4.4., Ricardo Wurmus, 2018/09/27
- 118/257: gnu: ghc-tasty-hunit: Update to 0.10.0.1., Ricardo Wurmus, 2018/09/27
- 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