diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-31 15:16:24 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:13 +0200 |
commit | 5f4327df7fb03363f6cc0be9a97886aff6f76953 (patch) | |
tree | c0a6687a5e0ee459ebbec90a0dab12cab5eb350d /gnu/packages | |
parent | 91ffeed70a451620dcd4f87d29bb4c40e5057f47 (diff) | |
download | guix-5f4327df7fb03363f6cc0be9a97886aff6f76953.tar.gz |
gnu: ghc-deepseq-generics: Update Cabal file to r2.
* gnu/packages/haskell.scm (ghc-deepseq-generics): Update Cabal file to r2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index eb1c34c1fe..b6657f115f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5295,6 +5295,9 @@ using a simple box model.") (base32 "17bwghc15mc9pchfd1w46jh2p3wzc86aj6a537wqwxn08rayzcxh")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("2" "1pnidf8w8x0w5fsqgv8hhrw07slmhxwy5x4fikgk0bd6k76aqicb"))) (native-inputs `(("ghc-hunit" ,ghc-hunit) ("ghc-test-framework" ,ghc-test-framework) |