[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/151: gnu: Add ghc-stringsearch.
From: |
Paul |
Subject: |
86/151: gnu: Add ghc-stringsearch. |
Date: |
Tue, 20 Oct 2015 15:30:55 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 70de8aed29adccc55f9c8aec32aa180679df7fb2
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:14:59 2015 +0200
gnu: Add ghc-stringsearch.
* gnu/packages/haskell.scm (ghc-stringsearch): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b036ffd..38830ba 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2930,4 +2930,27 @@ Kaseorg.")
"Word8 library to be used with Data.ByteString.")
(license bsd-3)))
+(define-public ghc-stringsearch
+ (package
+ (name "ghc-stringsearch")
+ (version "0.3.6.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/stringsearch/stringsearch-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0jpy9xjcjdbpi3wk6mg7xwd7wfi2mma70p97v1ij5i8bj9qijpr9"))))
+ (build-system haskell-build-system)
+ (home-page "https://bitbucket.org/dafis/stringsearch")
+ (synopsis "Fast searching, splitting and replacing of ByteStrings")
+ (description "This package provides several functions to quickly search
+for substrings in strict or lazy @code{ByteStrings}. It also provides
+functions for breaking or splitting on substrings and replacing all
+occurrences of a substring (the first in case of overlaps) with another.")
+ (license bsd-3)))
+
;;; haskell.scm ends here
- 84/151: gnu: Add ghc-lifted-base., (continued)
- 84/151: gnu: Add ghc-lifted-base., Paul, 2015/10/20
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/20
- 82/151: gnu: Add ghc-tasty., Paul, 2015/10/20
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/20
- 85/151: gnu: Add ghc-word8., Paul, 2015/10/20
- 97/151: gnu: Add ghc-zip-archive., Paul, 2015/10/20
- 95/151: gnu: Add ghc-aeson., Paul, 2015/10/20
- 76/151: gnu: Add ghc-tagsoup., Paul, 2015/10/20
- 72/151: gnu: Add ghc-bifunctors., Paul, 2015/10/20
- 71/151: gnu: Add ghc-void., Paul, 2015/10/20
- 86/151: gnu: Add ghc-stringsearch.,
Paul <=
- 93/151: gnu: Add ghc-scientific., Paul, 2015/10/20
- 92/151: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/20
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/20
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/20
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/20
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/20
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/20
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/20
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/20
- 101/151: gnu: Add ghc-hscolour., Paul, 2015/10/20