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:
Ricardo Wurmus 2018-02-12 20:34:51 +01:00
parent 82674ed948
commit 037181ed23
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1355,6 +1355,8 @@ (define-public ghc-old-time
(base32
"1h9b26s3kfh2k0ih4383w90ibji6n0iwamxp6rfp2lbq1y5ibjqw"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=base")))
(inputs
`(("ghc-old-locale" ,ghc-old-locale)))
(home-page "https://hackage.haskell.org/package/old-time")