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

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

View File

@ -1686,7 +1686,8 @@ configurations to coexist without resorting to mutable global variables or
(base32 "0l3viphiszvz5wqzg7a45zp40grwlab941q5ay29iyw8p3v8pbyv"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=base")))
`(#:cabal-revision
("2" "04b9vn007hlvsrx4ksd3r8r3kbyaj2kvwxchdrmd4370qzi8p6gs")))
(home-page "https://hackage.haskell.org/package/old-locale")
(synopsis "Adapt to locale conventions")
(description