diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-01 13:54:07 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:40 -0500 |
commit | a78262be5af4e158aa37f189b973b976c9dd982e (patch) | |
tree | 474d8d9d53d3a98866b652364cb7e44c01a4bdde | |
parent | 87309478b3944a90f8bbef296c6d30c3ec0e9269 (diff) | |
download | guix-a78262be5af4e158aa37f189b973b976c9dd982e.tar.gz |
gnu: ghc-adjunctions: Update Cabal file to r2.
* gnu/packages/haskell-xyz.scm (ghc-adjunctions): Update Cabal file to r2.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index afbbb0a9de..052f9a3b84 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -144,6 +144,9 @@ module for more details.") (base32 "1sbal7cbhm12crfnfhkk322jnzgx7lhw3jzq0p463bipagsjwz2h")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("2" "1yfsjx7dqikg3hvld7i91xfsg5lawmr5980lvfd794sybmgxsf17"))) (inputs `(("ghc-profunctors" ,ghc-profunctors) ("ghc-comonad" ,ghc-comonad) |