gnu: ghc-old-time: Allow building with GHC 8.
* gnu/packages/haskell.scm (ghc-old-time)[arguments]: Allow building with newer version of "base".
This commit is contained in:
parent
82674ed948
commit
037181ed23
|
@ -1355,6 +1355,8 @@ date and time formats.")
|
||||||
(base32
|
(base32
|
||||||
"1h9b26s3kfh2k0ih4383w90ibji6n0iwamxp6rfp2lbq1y5ibjqw"))))
|
"1h9b26s3kfh2k0ih4383w90ibji6n0iwamxp6rfp2lbq1y5ibjqw"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags (list "--allow-newer=base")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-old-locale" ,ghc-old-locale)))
|
`(("ghc-old-locale" ,ghc-old-locale)))
|
||||||
(home-page "https://hackage.haskell.org/package/old-time")
|
(home-page "https://hackage.haskell.org/package/old-time")
|
||||||
|
|
Loading…
Reference in New Issue