packages feed

Cabal revisions of text-latin1-0.2

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

revision 1
-Name: text-latin1-Version: 0.2-Category: Text-Stability: experimental-Synopsis: Latin-1 (including ASCII) utility functions-Description:-  This package provides various functions over the ASCII ang Latin-1-  portions of the 'Char' and 'Word8' data types.--Homepage: https://github.com/mvv/text-latin1-Bug-Reports: https://github.com/mvv/text-latin1/issues--Author: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>-Maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>-Copyright: 2013 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>-License: BSD3-License-File: LICENSE--Cabal-Version: >= 1.6.0-Build-Type: Simple--Source-Repository head-  Type: git-  Location: https://github.com/mvv/text-latin1.git--Library-  Build-Depends: base >= 4 && < 5-               , data-checked >= 0.2-               , bytestring-               , text-               , case-insensitive >= 1.0-               , hashable >= 1.1-  Hs-Source-Dirs: src-  GHC-Options: -Wall-  Exposed-Modules:-    Text.Ascii-    Text.Latin1-+Name: text-latin1
+Version: 0.2
+x-revision: 1
+Category: Text
+Stability: experimental
+Synopsis: Latin-1 (including ASCII) utility functions
+Description:
+  This package provides various functions over the ASCII ang Latin-1
+  portions of the 'Char' and 'Word8' data types.
+
+Homepage: https://github.com/mvv/text-latin1
+Bug-Reports: https://github.com/mvv/text-latin1/issues
+
+Author: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
+Maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
+Copyright: 2013 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
+License: BSD3
+License-File: LICENSE
+
+Cabal-Version: >= 1.6.0
+Build-Type: Simple
+
+Source-Repository head
+  Type: git
+  Location: https://github.com/mvv/text-latin1.git
+
+Library
+  Build-Depends: base >= 4 && < 4.11
+               , data-checked >= 0.2
+               , bytestring
+               , text
+               , case-insensitive >= 1.0
+               , hashable >= 1.1
+  Hs-Source-Dirs: src
+  GHC-Options: -Wall
+  Exposed-Modules:
+    Text.Ascii
+    Text.Latin1
+