gnu: ghc-adjunctions: Update to 4.3.

* gnu/packages/haskell.scm (ghc-adjunctions): Update to 4.3.
This commit is contained in:
Ricardo Wurmus 2018-02-12 22:50:49 +01:00
parent f212b62826
commit 3f229b1b9e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4389,7 +4389,7 @@ definition of @code{Monad}.")
(define-public ghc-adjunctions
(package
(name "ghc-adjunctions")
(version "4.2.2")
(version "4.3")
(source
(origin
(method url-fetch)
@ -4399,7 +4399,7 @@ definition of @code{Monad}.")
".tar.gz"))
(sha256
(base32
"00p030iypjzjib8pxz1x6mxfi59wvyrwjj11zv9bh766dgkdbwjq"))))
"1k1ykisf96i4g2zm47c45md7p42c4vsp9r73392pz1g8mx7s2j5r"))))
(build-system haskell-build-system)
(inputs
`(("ghc-profunctors" ,ghc-profunctors)