name: snappy-framing version: 0.1.0 synopsis: Snappy Framing Format in Haskell homepage: https://github.com/kim/snappy-framing license: OtherLicense license-file: LICENSE author: Kim Altintop maintainer: kim.altintop@gmail.com copyright: Copyright (c) 2013 Kim Altintop category: Codec build-type: Simple cabal-version: >=1.10 description: Implementation of the Snappy framing format (SVN revision 71, cf. ) extra-source-files: README.md source-repository head type: git location: git://github.com/kim/snappy-framing.git library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -fwarn-tabs -funbox-strict-fields ghc-prof-options: -prof -auto-all exposed-modules: Codec.Compression.Snappy.Framing other-modules: Data.Digest.CRC32C build-depends: array >= 0.4 , base > 4 && < 5 , binary >= 0.7 , bytestring >= 0.10 , snappy >= 0.2.0.2