gnu: ghc-adjunctions: Update Cabal file to r2.

* gnu/packages/haskell-xyz.scm (ghc-adjunctions): Update Cabal file to r2.
This commit is contained in:
Timothy Sample 2019-11-01 13:54:07 -04:00
parent 87309478b3
commit a78262be5a
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -144,6 +144,9 @@ (define-public ghc-adjunctions
(base32
"1sbal7cbhm12crfnfhkk322jnzgx7lhw3jzq0p463bipagsjwz2h"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("2" "1yfsjx7dqikg3hvld7i91xfsg5lawmr5980lvfd794sybmgxsf17")))
(inputs
`(("ghc-profunctors" ,ghc-profunctors)
("ghc-comonad" ,ghc-comonad)