-- Initial pack.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: pack version: 0.4.0 synopsis: Bidirectional fast ByteString packer/unpacker description: Serializer and deserializer are unified in this way. This package is suitable for parsing small data packets and binary blobs. homepage: https://github.com/capsjac/pack license: BSD3 license-file: LICENSE author: capsjac maintainer: capsjac copyright: (c) capsjac 2015 category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/capsjac/pack library exposed-modules: Data.Pack Data.Pack.Endianness Data.Pack.IEEE754 Data.Pack.Packet other-modules: Data.Pack.ByteString Data.Pack.Primitives Data.Pack.Space Data.Pack.Structure Data.Pack.Utils -- other-extensions: build-depends: base >=4 && <5, transformers >=0.3 && <0.4, bytestring >=0.10 && <0.11, array >=0.5 && <1, lens >=4, vector >=0.10 && <0.11 -- hs-source-dirs: default-language: Haskell2010