mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: ghc-lens: Update to 4.16.1.
* gnu/packages/haskell.scm (ghc-lens): Update to 4.16.1. [arguments]: Update Cabal file to r2. [inputs]: Remove ghc-doctest-0.13. [native-inputs]: Add ghc-doctest.
This commit is contained in:
parent
fbdf403189
commit
b9f67d10bc
1 changed files with 6 additions and 3 deletions
|
@ -4971,7 +4971,7 @@ (define-public ghc-statevar
|
|||
(define-public ghc-lens
|
||||
(package
|
||||
(name "ghc-lens")
|
||||
(version "4.15.4")
|
||||
(version "4.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4979,12 +4979,14 @@ (define-public ghc-lens
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lkwlnhgpgnsz046mw4qs0fa7h4l012gilrr3nf3spllsy3pnbkl"))))
|
||||
"1im4drhbydbawd6i0jsrzpqihnmx4ywpkg7yg94ddwsw3mxwkgpm"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:cabal-revision
|
||||
("2" "11h83lj5mba4grhz1qx3irz10ysm9c3k7k6i6xv2cr60q8xin3ri")))
|
||||
(inputs
|
||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||
("ghc-bifunctors" ,ghc-bifunctors)
|
||||
("ghc-doctest" ,ghc-doctest-0.13)
|
||||
("ghc-distributive" ,ghc-distributive)
|
||||
("ghc-exceptions" ,ghc-exceptions)
|
||||
("ghc-free" ,ghc-free)
|
||||
|
@ -5010,6 +5012,7 @@ (define-public ghc-lens
|
|||
("hlint" ,hlint)))
|
||||
(native-inputs
|
||||
`(("cabal-doctest" ,cabal-doctest)
|
||||
("ghc-doctest" ,ghc-doctest)
|
||||
("ghc-hunit" ,ghc-hunit)
|
||||
("ghc-test-framework" ,ghc-test-framework)
|
||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||
|
|
Loading…
Reference in a new issue