packages feed

Cabal revisions of utf8-light-0.1

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

revision 1
-name:               utf8-light-version:            0.1-cabal-version:      >= 1.3-build-type:         Simple-license:            BSD3-license-file:       LICENSE-category:           Text-author:             Matt Morrow-copyright:          Matt Morrow-maintainer:         Matt Morrow <mjm2002@gmail.com>-stability:          provisional-synopsis:           utf8-light-description:        Lightweight UTF8 handling. Haddock docs are at-					<http://code.haskell.org/~morrow/code/haskell/utf8-light/haddock/>.--library-  build-depends:      base,bytestring-  ghc-options:        -O2 -fglasgow-exts-  extensions:-  hs-source-dirs:     src-  exposed-modules:    Encoding.UTF8.Light--executable utf8flip-  executable:       utf8flip-  main-is:          utf8flip.hs-  build-depends:    base, bytestring-  hs-source-dirs:   utils, src-  ghc-options:      -O2 -fglasgow-exts--+name:               utf8-light
+version:            0.1
+x-revision: 1
+cabal-version:      >= 1.3
+build-type:         Simple
+license:            BSD3
+license-file:       LICENSE
+category:           Text
+author:             Matt Morrow
+copyright:          Matt Morrow
+maintainer:         Matt Morrow <mjm2002@gmail.com>
+stability:          provisional
+synopsis:           utf8-light
+description:        Lightweight UTF8 handling. Haddock docs are at				 
+                    <http://code.haskell.org/~morrow/code/haskell/utf8-light/haddock/>.
+
+library
+  build-depends:      base,bytestring < 0.11
+  ghc-options:        -O2 -fglasgow-exts
+  extensions:
+  hs-source-dirs:     src
+  exposed-modules:    Encoding.UTF8.Light
+
+executable utf8flip
+  executable:       utf8flip
+  main-is:          utf8flip.hs
+  build-depends:    base, bytestring
+  hs-source-dirs:   utils, src
+  ghc-options:      -O2 -fglasgow-exts
+
+