name: packed version: 0.1.0 description: Please see the README on Github at homepage: https://github.com/andrewthad/bytearray#readme bug-reports: https://github.com/andrewthad/bytearray/issues author: Andrew Martin maintainer: andrew.thaddeus@gmail.com copyright: 2017 Andrew Martin license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/andrewthad/bytearray library hs-source-dirs: src build-depends: base >=4.10 && <5 , ghc-prim >= 0.5.1.1 && < 0.6 , primitive >= 0.6 && < 0.7 exposed-modules: Packed.Bytes Packed.Bytes.Window Packed.Bytes.Mutable Packed.Bytes.Small Packed.Text Packed.Text.Small default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test build-depends: base >=4.7 && <5 , packed , hedgehog >= 0.5 , tasty-hedgehog >= 0.1.0.2 , tasty-hunit >= 0.9 , tasty >= 1.0 , containers >= 0.5.10 , ghc-prim default-language: Haskell2010 benchmark bench type: exitcode-stdio-1.0 build-depends: base , packed , gauge default-language: Haskell2010 hs-source-dirs: bench main-is: Main.hs