diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-03 21:09:13 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:25 -0500 |
commit | e2303abb5c061debc4d6224ac7ce57640fcc7f13 (patch) | |
tree | 41f960fa4908bb0f550116da1427beb0affa3891 /gnu | |
parent | 858bf39fd05db082ccffe07baf6cd3e799704a18 (diff) |
gnu: ghc-stringsearch: Update Cabal file to r1.
* gnu/packages/haskell-xyz.scm (ghc-stringsearch): Update Cabal file to
r1.
Diffstat (limited to 'gnu')
-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 d6f5653e89..27daca10c0 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9914,6 +9914,9 @@ and bytestrings.") (base32 "0jpy9xjcjdbpi3wk6mg7xwd7wfi2mma70p97v1ij5i8bj9qijpr9")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("1" "0z5pz5dccapz9k39r2zmf056m0x2m2lj3jahhnw3mfxlmps07378"))) (home-page "https://bitbucket.org/dafis/stringsearch") (synopsis "Fast searching, splitting and replacing of ByteStrings") (description "This package provides several functions to quickly search |