packages feed

unboxing-vector-0.1.1.0: unboxing-vector.cabal

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: 8fec698d5a4391032074d2a71e767bc6f667b179e962ed429de29ca13c44b918

name:           unboxing-vector
version:        0.1.1.0
synopsis:       A newtype-friendly variant of unboxed vectors
description:    Please see the README on GitHub at <https://github.com/minoki/unboxing-vector#readme>
category:       Data, Data Structures
homepage:       https://github.com/minoki/unboxing-vector#readme
bug-reports:    https://github.com/minoki/unboxing-vector/issues
author:         ARATA Mizuki <minorinoki@gmail.com>
maintainer:     ARATA Mizuki <minorinoki@gmail.com>
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
      Loop
      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

test-suite unboxing-vector-test-deriving-via
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Enum
      Foo
      Generic
      TestTypeErrors
      Paths_unboxing_vector
  hs-source-dirs:
      test-deriving-via
  ghc-options: -Wall -Wno-missing-signatures
  build-depends:
      HUnit
    , base >=4.9 && <5
    , deepseq
    , mono-traversable
    , primitive
    , should-not-typecheck
    , unboxing-vector
    , vector
  if impl(ghc >= 8.6.1)
    buildable: True
  else
    buildable: False
  default-language: Haskell2010

test-suite unboxing-vector-test-gnd
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Foo
      Paths_unboxing_vector
  hs-source-dirs:
      test-gnd
  ghc-options: -Wall -Wno-missing-signatures
  build-depends:
      HUnit
    , base >=4.9 && <5
    , deepseq
    , mono-traversable
    , primitive
    , unboxing-vector
    , vector
  if impl(ghc >= 8.2.1)
    buildable: True
  else
    buildable: False
  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