Skip to content

Commit

Permalink
twiddly cabal details
Browse files Browse the repository at this point in the history
  • Loading branch information
acfoltzer committed Sep 5, 2011
1 parent 2431870 commit 9361695
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bit-vector.cabal
Expand Up @@ -2,15 +2,16 @@ Name: bit-vector
Version: 0.1.0 Version: 0.1.0
Synopsis: Simple bit vectors for Haskell Synopsis: Simple bit vectors for Haskell
Homepage: https://github.com/acfoltzer/bit-vector Homepage: https://github.com/acfoltzer/bit-vector
Bug-reports: https://github.com/acfoltzer/bit-vector/issues
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Author: Adam C. Foltzer Author: Adam C. Foltzer
Maintainer: acfoltzer@gmail.com Maintainer: acfoltzer@gmail.com
Category: Data Category: Data, Bit Vectors
Tested-With: GHC==7.0.4, GHC==7.2.1 Tested-With: GHC==7.0.4, GHC==7.2.1
Build-type: Simple Build-type: Simple
Cabal-version: >=1.8 Cabal-version: >=1.8
extra-source-files: README.md extra-source-files: README.md, test/Data/Vector/Bit/Tests.hs


Library Library
Exposed-modules: Data.Vector.Bit Exposed-modules: Data.Vector.Bit
Expand All @@ -20,7 +21,6 @@ Library
ghc-options: -Wall ghc-options: -Wall
-- orphans are kind of the point -- orphans are kind of the point
-fno-warn-orphans -fno-warn-orphans
-O2


Test-Suite Tests Test-Suite Tests
Type: exitcode-stdio-1.0 Type: exitcode-stdio-1.0
Expand All @@ -31,4 +31,8 @@ Test-Suite Tests
QuickCheck == 2.4.*, QuickCheck == 2.4.*,
test-framework >= 0.4.1.1, test-framework >= 0.4.1.1,
test-framework-quickcheck2 == 0.2.*, test-framework-quickcheck2 == 0.2.*,
bit-vector bit-vector

source-repository head
type: git
location: git://github.com/acfoltzer/bit-vector.git

0 comments on commit 9361695

Please sign in to comment.