name: hw-packed-vector version: 0.0.0.1 synopsis: Packed Vector description: Please see README.md homepage: http://github.com/haskell-works/hw-packed-vector#readme license: BSD3 license-file: LICENSE author: John Ky maintainer: newhoggy@gmail.com copyright: 2016 John Ky category: Data, Vector stability: Experimental build-type: Simple extra-source-files: README.md cabal-version: >= 1.22 library hs-source-dirs: src exposed-modules: HaskellWorks.Data.PackedVector , HaskellWorks.Data.PackedVector.Internal , HaskellWorks.Data.PackedVector.PackedVector64 build-depends: base >= 4 && < 5 , bytestring , hw-bits >= 0.4.0.0 , hw-int >= 0.0.0.1 , hw-prim >= 0.4.0.0 , hw-string-parse >= 0.0.0.1 , safe , vector default-language: Haskell2010 ghc-options: -Wall -O2 -msse4.2 test-suite hw-packed-vector-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: HaskellWorks.Data.PackedVector.PackedVector64Spec , HaskellWorks.Data.PackedVector.InternalSpec build-depends: base >= 4 && < 5 , bytestring , hspec , hw-bits >= 0.4.0.0 , hw-packed-vector , hw-prim >= 0.4.0.0 , QuickCheck , vector ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/haskell-works/hw-packed-vector