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.
This commit is contained in:
parent
d58fda7d65
commit
e37775110e
|
@ -1711,7 +1711,8 @@ date and time formats.")
|
||||||
"1h9b26s3kfh2k0ih4383w90ibji6n0iwamxp6rfp2lbq1y5ibjqw"))))
|
"1h9b26s3kfh2k0ih4383w90ibji6n0iwamxp6rfp2lbq1y5ibjqw"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--allow-newer=base")))
|
`(#:cabal-revision
|
||||||
|
("2" "1j6ln1dkvhdvnwl33bp0xf9lhc4sybqk0aw42p8cq81xwwzbn7y9")))
|
||||||
(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