diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-01 21:53:49 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:08 -0500 |
commit | 9bbc21a7601cccc36c394a2c7df62472c01e3869 (patch) | |
tree | ed2f1c8c3de5956415c3888da1cf849f17dd15df | |
parent | c2342abba5aabf48fb3bd8e9f8b502de278cba03 (diff) | |
download | guix-9bbc21a7601cccc36c394a2c7df62472c01e3869.tar guix-9bbc21a7601cccc36c394a2c7df62472c01e3869.tar.gz |
gnu: ghc-split: Update Cabal file to r2.
* gnu/packages/haskell-xyz.scm (ghc-split): 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 213d56ffc6..d43ab28813 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9421,6 +9421,9 @@ generics-sop}.") (base32 "04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("2" "1c8bcssxq5rkxkixgms6w6x6lzf4n7cxk6cx6av1dp3lixdy9j34"))) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck))) (home-page "https://hackage.haskell.org/package/split") |