[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/154: gnu: Add ghc-stringsearch.
From: |
Paul |
Subject: |
83/154: gnu: Add ghc-stringsearch. |
Date: |
Thu, 22 Oct 2015 13:52:02 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 04e4f98d8d3426de19879f25dcfd25d62a67ca8e
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 08e494c..026224c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2808,4 +2808,27 @@ Kaseorg.")
(description "Word8 library to be used with @code{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
- 74/154: gnu: Add ghc-contravariant., (continued)
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 73/154: gnu: Add ghc-statevar., Paul, 2015/10/22
- 71/154: gnu: Add ghc-void., Paul, 2015/10/22
- 77/154: gnu: Add ghc-bytestring-builder., Paul, 2015/10/22
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/22
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/22
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/22
- 76/154: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 72/154: gnu: Add ghc-bifunctors., Paul, 2015/10/22
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/22
- 83/154: gnu: Add ghc-stringsearch.,
Paul <=
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/22
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/22
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/22
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/22
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/22