gnu: ghc-old-time: Update Cabal file to r2.

* gnu/packages/haskell.scm (ghc-old-time): Update Cabal file to r2.
[arguments]: Remove unneeded "--allow-newer" configure flag.
master
Timothy Sample 2018-08-31 15:09:36 -04:00 committed by Ricardo Wurmus
parent d58fda7d65
commit e37775110e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -1711,7 +1711,8 @@ date and time formats.")
"1h9b26s3kfh2k0ih4383w90ibji6n0iwamxp6rfp2lbq1y5ibjqw"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=base")))
`(#:cabal-revision
("2" "1j6ln1dkvhdvnwl33bp0xf9lhc4sybqk0aw42p8cq81xwwzbn7y9")))
(inputs
`(("ghc-old-locale" ,ghc-old-locale)))
(home-page "https://hackage.haskell.org/package/old-time")