packages feed

utf8-light 0.4 → 0.4.0.1

raw patch · 2 files changed

+9/−7 lines, 2 filesnew-uploader

Files

src/Codec/Binary/UTF8/Light.hs view
@@ -1,5 +1,4 @@-{-# OPTIONS_GHC -O2 -fglasgow-exts -fvia-C -optc-O3 #-}-{-# LANGUAGE CPP #-}+{-# LANGUAGE CPP, MagicHash, TypeSynonymInstances, FlexibleInstances #-}  {- |   Module      :  Codec.Binary.UTF8.Light
utf8-light.cabal view
@@ -1,6 +1,6 @@ name:               utf8-light-version:            0.4-cabal-version:      >= 1.5+version:            0.4.0.1+cabal-version:      >= 1.6 build-type:         Simple license:            BSD3 license-file:       LICENSE@@ -13,9 +13,12 @@ description:        Lightweight UTF8 handling.  library-  build-depends:      base, ghc-prim, bytestring-  ghc-options:        -O2 -fglasgow-exts -fvia-C -optc-O3-  extensions:         CPP+  build-depends:      base < 6+                    , ghc-prim+                    , bytestring   hs-source-dirs:     src   exposed-modules:    Codec.Binary.UTF8.Light +source-repository head+  type:     git+  location: git://lambda.ath.cx/patrick/utf8-light