diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 10:55:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:39 +0100 |
commit | 95260eb26d3c57a3e87965054988c4242ea9c057 (patch) | |
tree | e48341c063621394028906dc6672db3d6f690b9e /gnu | |
parent | 77c1e8b5b9a785b88d3325e1dee52f53004ee295 (diff) | |
download | guix-95260eb26d3c57a3e87965054988c4242ea9c057.tar guix-95260eb26d3c57a3e87965054988c4242ea9c057.tar.gz |
gnu: ghc-lens: Update to 4.14.
* gnu/packages/haskell.scm (ghc-lens): Update to 4.14.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b9dfcec414..4212e99a7d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4214,7 +4214,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of the OpenGL state.") (define-public ghc-lens (package (name "ghc-lens") - (version "4.13") + (version "4.14") (source (origin (method url-fetch) @@ -4224,7 +4224,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of the OpenGL state.") ".tar.gz")) (sha256 (base32 - "0g4g0xksrb2m8wgsmraaq8qnk1sssb42kr65fc7clgyid6zyfmim")))) + "0jszxq3jk7yywy0dmkkdnl20fcmri2cl9b3cinw50a9mxwccv8vh")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: doctest packagedb propagation problem. (inputs |