bitvec-0.1: bitvec.cabal
name: bitvec
version: 0.1
stability: experimental
cabal-version: >= 1.9.2
build-type: Simple
author: James Cook <mokus@deepbondi.net>
maintainer: James Cook <mokus@deepbondi.net>
license: PublicDomain
license-file: LICENSE
homepage: https://github.com/mokus0/bitvec
category: Data, Bit Vectors
synopsis: Unboxed vectors of bits / dense IntSets
description: Unboxed vectors of bits / dense IntSets
tested-with: GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4,
GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1
source-repository head
type: git
location: git://github.com/mokus0/bitvec.git
Test-Suite bitvec-tests
type: exitcode-stdio-1.0
hs-source-dirs: src test
ghc-options: -threaded -fwarn-unused-imports -fwarn-unused-binds
main-is: Main.hs
other-modules: Support
Tests.Bit
Tests.MVector
Tests.SetOps
Tests.Vector
build-depends: base >= 3,
HUnit,
primitive,
vector >= 0.8,
test-framework,
test-framework-hunit,
test-framework-quickcheck2,
QuickCheck
Library
hs-source-dirs: src
ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-type-defaults
exposed-modules: Data.Bit
Data.Vector.Unboxed.Bit
Data.Vector.Unboxed.Mutable.Bit
other-modules: Data.Bit.Internal
Data.Vector.Unboxed.Bit.Internal
build-depends: base >= 3 && < 5,
primitive,
vector >= 0.8
if impl(ghc == 7.2.1)
ghc-options: -trust vector