packages feed

Cabal revisions of stringsearch-0.2.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:              stringsearch-Version:           0.2.1.1-Description:       Fast search of ByteStrings-Category:          Text, Data, Search-License:           BSD3-License-file:      LICENSE-Author:            Daniel Fischer, Chris Kuklewicz, Justin Bailey-Maintainer:        bos@serpentine.com-Cabal-version:     >= 1.2-Build-type:        Simple--Flag splitBase-  Description:     Choose the new, split-up base package.--Library-  if flag(splitBase)-    Build-depends: base, array, bytestring-  else-    Build-depends: base-  Exposed-modules: Data.ByteString.Search.BoyerMoore-                   Data.ByteString.Search.KnuthMorrisPratt-  Extensions:      CPP-  ghc-options:     -O2 -Wall-  nhc98-options:   -K4M+Name:              stringsearch
+Version:           0.2.1.1
+x-revision: 1
+Description:       Fast search of ByteStrings
+Category:          Text, Data, Search
+License:           BSD3
+License-file:      LICENSE
+Author:            Daniel Fischer, Chris Kuklewicz, Justin Bailey
+Maintainer:        bos@serpentine.com
+Cabal-version:     >= 1.2
+Build-type:        Simple
+
+Flag splitBase
+  Description:     Choose the new, split-up base package.
+
+Library
+  if flag(splitBase)
+    Build-depends: base >= 3 && < 4.8, array, bytestring
+  else
+    Build-depends: base < 3
+  Exposed-modules: Data.ByteString.Search.BoyerMoore
+                   Data.ByteString.Search.KnuthMorrisPratt
+  Extensions:      CPP
+  ghc-options:     -O2 -Wall
+  nhc98-options:   -K4M