mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-distributive: Update Cabal file to r6.
* gnu/packages/haskell.scm (ghc-distributive): Update Cabal file to r6. [native-inputs]: Replace ghc-doctest-0.12 with ghc-doctest.
This commit is contained in:
parent
bb7d443d85
commit
68dc0c294a
1 changed files with 4 additions and 1 deletions
|
@ -2985,6 +2985,9 @@ (define-public ghc-distributive
|
|||
(base32
|
||||
"0y566r97sfyvhsmd4yxiz4ns2mqgwf5bdbp56wgxl6wlkidq0wwi"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:cabal-revision
|
||||
("6" "06bd38rf31yrvvy989r44pm0id3dsxwcp6nxg7wk6ccj3n2b8rzk")))
|
||||
(inputs
|
||||
`(("ghc-tagged" ,ghc-tagged)
|
||||
("ghc-base-orphans" ,ghc-base-orphans)
|
||||
|
@ -2993,7 +2996,7 @@ (define-public ghc-distributive
|
|||
("ghc-generic-deriving" ,ghc-generic-deriving)))
|
||||
(native-inputs
|
||||
`(("cabal-doctest" ,cabal-doctest)
|
||||
("ghc-doctest" ,ghc-doctest-0.12)
|
||||
("ghc-doctest" ,ghc-doctest)
|
||||
("ghc-hspec" ,ghc-hspec)
|
||||
("hspec-discover" ,hspec-discover)))
|
||||
(home-page "https://github.com/ekmett/distributive/")
|
||||
|
|
Loading…
Reference in a new issue