cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 6f43e3e12c9aa312cf1e18e1bc60132a5cb9878c463bd2b9863a20ea6c7125cf name: unboxing-vector version: 0.1.0.0 synopsis: Newtype-friendly Unboxed Vectors description: Please see the README on GitHub at category: Data, Data Structures homepage: https://github.com/minoki/unboxing-vector#readme bug-reports: https://github.com/minoki/unboxing-vector/issues author: ARATA Mizuki maintainer: ARATA Mizuki copyright: 2019 ARATA Mizuki license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/minoki/unboxing-vector library exposed-modules: Data.Vector.Unboxing Data.Vector.Unboxing.Mutable other-modules: Data.Vector.Unboxing.Internal hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.9 && <5 , deepseq , mono-traversable , primitive , vector default-language: Haskell2010 test-suite unboxing-vector-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Foo Generic TestTypeErrors Paths_unboxing_vector hs-source-dirs: test ghc-options: -Wall -Wno-missing-signatures build-depends: HUnit , base >=4.9 && <5 , deepseq , mono-traversable , primitive , should-not-typecheck , unboxing-vector , vector default-language: Haskell2010 benchmark unboxing-vector-benchmark type: exitcode-stdio-1.0 main-is: Bench.hs other-modules: Poly Paths_unboxing_vector hs-source-dirs: benchmark ghc-options: -Wall -rtsopts build-depends: base >=4.9 && <5 , deepseq , mono-traversable , primitive , unboxing-vector , vector default-language: Haskell2010