Cabal revisions of compact-string-fix-0.3.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: compact-string-fix version: 0.3.2 +x-revision: 1 license: BSD3 license-file: LICENSE author: Twan van Laarhoven description: Fast, packed, strict strings with a list interface. Based on "Data.ByteString". - Multiple encodings are supported.+ Multiple encodings are supported. This is the same package as compact-string-0.3.1 except for a small fix to work with the new Exception library. Once Twan updates that package, this package will be deprecated. build-type: Simple test/Properties.hs library - build-depends: base >= 3 && < 5, bytestring >= 0.9 + build-depends: base >= 3 && < 4.11, bytestring >= 0.9 && < 0.11 exposed-modules: Data.CompactString include-dirs: Data/CompactString extensions: CPP, EmptyDataDecls - ghc-options: -Wall -O2 -funbox-strict-fields+ ghc-options: -Wall -O2 -funbox-strict-fields ghc-prof-options: -auto-all if impl(ghc <= 6.4.2)