summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-31 21:56:59 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:19 +0200
commitbf73366886e5c8c1b37e35f23b9cf21b011521e8 (patch)
treeee0a4e152ca0ee1b093e091a4bcb91f8868c941d /gnu
parent4979dcd195366faa70534ced47982613eee9eb0f (diff)
downloadguix-patches-bf73366886e5c8c1b37e35f23b9cf21b011521e8.tar
guix-patches-bf73366886e5c8c1b37e35f23b9cf21b011521e8.tar.gz
gnu: ghc-profunctors: Update Cabal file to r2.
* gnu/packages/haskell.scm (ghc-profunctors): Update Cabal file to r2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d359ce4a70..5a6fbb2d95 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3163,6 +3163,9 @@ this package makes them available back to GHC 7.2.")
(base32
"0s1pwjidbn761xk43pmzyvn99hm3psdifjd78ylki7f97aiyd0g9"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("2" "1ywlg9z8nlhd2avgb8c6gbkv8zyk7hvc25926bafyg0m0k8y1amq")))
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-bifunctors" ,ghc-bifunctors)