mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ghc-integer-logarithms: Allow building with newer tasty.
* gnu/packages/haskell.scm (ghc-integer-logarithms)[arguments]: Allow building with newer tasty.
This commit is contained in:
parent
8374cc4b05
commit
6300ba5b66
1 changed files with 2 additions and 0 deletions
|
@ -5197,6 +5197,8 @@ occurrences of a substring (the first in case of overlaps) with another.")
|
|||
(base32
|
||||
"1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=tasty")))
|
||||
(native-inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||
("ghc-smallcheck" ,ghc-smallcheck)
|
||||
|
|
Loading…
Reference in a new issue