bv-0.2.2: bv.cabal
Name: bv
Version: 0.2.2
Synopsis: Bit-vector arithmetic library
Description: Bit-vectors implemented as a wrapper over integers.
Homepage: http://bitbucket.org/iago/bv-haskell
Bug-reports: http://bitbucket.org/iago/bv-haskell/issues
License: BSD3
License-file: LICENSE
Author: Iago Abal <iago.abal@gmail.com>
Maintainer: Iago Abal <iago.abal@gmail.com>
Copyright: 2012-2013 Iago Abal, HASLab & University of Minho
Category: Data, Bit Vectors
Build-type: Simple
Cabal-version: >=1.6
source-repository head
type: mercurial
location: https://bitbucket.org/iago/bv-haskell
Flag test
Description: Build the test suite, including an executable to run it.
Default: False
Library
Exposed-modules: Data.BitVector
-- Other-modules:
ghc-options: -Wall
Build-depends: base >=4.4 && <5
Executable bv-tester
if flag(test)
Buildable: True
Build-depends: base >=4.4 && <5,
QuickCheck >=2.4 && < 2.7,
test-framework-quickcheck2 ==0.3.*,
test-framework-th ==0.2.*
else
Buildable: False
Main-Is: Properties.hs
ghc-options: -Wall