mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
e433898d8c
commit
12eb67dcc9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue