packages feed

Cabal revisions of double-metaphone-0.0.1

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

revision 1
-name:           double-metaphone-version:        0.0.1-license:        GPL-license-file:   LICENSE-homepage:       https://github.com/christian-marie/double-metaphone-bug-reports:    https://github.com/christian-marie/double-metaphone-category:       Data-author:         Christian Marie <christian@ponies.io>,-                Maurice Aubrey <maurice@hevanet.com>-maintainer:     Christian Marie <christian@ponies.io>-stability:      experimental-synopsis:       Haskell bindings to a C double-metaphone implementation.-cabal-version:  >= 1.8-build-type:     Simple-description:-	-	Compute two metaphones of a Char7 bytestring, based on Perl's text-DoubleMetaphone--extra-source-files:-    cbits/*.c-    cbits/*.h--library-  hs-source-dirs: lib--  c-sources:-    cbits/double-metaphone.c--  include-dirs:-    cbits--  exposed-modules:-    Language.Phonetic.DoubleMetaphone--  build-depends:-    base == 4.*,-    bytestring--  ghc-options: -Wall--source-repository head-  type:     git-  location: https://github.com/christian-marie/double-metaphone+name:           double-metaphone
+version:        0.0.1
+x-revision: 1
+license:        GPL
+license-file:   LICENSE
+homepage:       https://github.com/christian-marie/double-metaphone
+bug-reports:    https://github.com/christian-marie/double-metaphone
+category:       Data
+author:         Christian Marie <christian@ponies.io>,
+                Maurice Aubrey <maurice@hevanet.com>
+maintainer:     Christian Marie <christian@ponies.io>
+stability:      experimental
+synopsis:       Haskell bindings to a C double-metaphone implementation.
+cabal-version:  >= 1.8
+build-type:     Simple
+description:
+	
+	Compute two metaphones of a latin1 encoded bytestring, based on Perl's text-DoubleMetaphone
+
+extra-source-files:
+    cbits/*.c
+    cbits/*.h
+
+library
+  hs-source-dirs: lib
+
+  c-sources:
+    cbits/double-metaphone.c
+
+  include-dirs:
+    cbits
+
+  exposed-modules:
+    Language.Phonetic.DoubleMetaphone
+
+  build-depends:
+    base == 4.*,
+    bytestring
+
+  ghc-options: -Wall
+
+source-repository head
+  type:     git
+  location: https://github.com/christian-marie/double-metaphone