hw-vector-0.0.0.1: hw-vector.cabal
name: hw-vector
version: 0.0.0.1
synopsis: Vector type with convenient typeclass instances
description: Please see README.md
homepage: http://github.com/haskell-works/hw-vector#readme
license: BSD3
license-file: LICENSE
author: John Ky
maintainer: newhoggy@gmail.com
copyright: 2016 John Ky
category: Data
stability: Experimental
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.22
library
hs-source-dirs: src
exposed-modules: HaskellWorks.Data.Vector.AsVector64
-- , HaskellWorks.Data.Vector.Storable
build-depends: base >= 4 && < 5
, bytestring
, hw-prim
, vector
default-language: Haskell2010
ghc-options: -Wall -O2 -msse4.2
test-suite hw-vector-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base >= 4 && < 5
, hspec
, hw-vector
, 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-vector