gnu: ghc-lens: Update to 4.14.
* gnu/packages/haskell.scm (ghc-lens): Update to 4.14.
This commit is contained in:
parent
77c1e8b5b9
commit
95260eb26d
1 changed files with 2 additions and 2 deletions
|
@ -4214,7 +4214,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of the OpenGL state.")
|
||||||
(define-public ghc-lens
|
(define-public ghc-lens
|
||||||
(package
|
(package
|
||||||
(name "ghc-lens")
|
(name "ghc-lens")
|
||||||
(version "4.13")
|
(version "4.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4224,7 +4224,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of the OpenGL state.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g4g0xksrb2m8wgsmraaq8qnk1sssb42kr65fc7clgyid6zyfmim"))))
|
"0jszxq3jk7yywy0dmkkdnl20fcmri2cl9b3cinw50a9mxwccv8vh"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: doctest packagedb propagation problem.
|
(arguments `(#:tests? #f)) ; FIXME: doctest packagedb propagation problem.
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue