diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-01 14:15:47 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:42 -0500 |
commit | 490ceae4e22f583963bb8f287c066e39a5f8c682 (patch) | |
tree | 0b12266a5f56e3c1f0638bbaae043ca0b07a3e51 | |
parent | 08397fde1394b0d17682782228a1381c94f59b5e (diff) | |
download | guix-490ceae4e22f583963bb8f287c066e39a5f8c682.tar guix-490ceae4e22f583963bb8f287c066e39a5f8c682.tar.gz |
gnu: ghc-deepseq-generics: Update Cabal file to r4.
* gnu/packages/haskell-xyz.scm (ghc-deepseq-generics): Update Cabal file
to r4.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 51c442f915..a2a0b63e03 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -2597,7 +2597,7 @@ It includes hashing functions for all basic Haskell98 types.") (build-system haskell-build-system) (arguments `(#:cabal-revision - ("2" "1pnidf8w8x0w5fsqgv8hhrw07slmhxwy5x4fikgk0bd6k76aqicb"))) + ("4" "0928s2qnbqsjzrm94x88rvmvbigfmhcyp4m73gw6asinp2qg1kii"))) (native-inputs `(("ghc-hunit" ,ghc-hunit) ("ghc-test-framework" ,ghc-test-framework) |