mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05: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 @@ (define-public ghc-old-locale
|
|||
(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