revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:11 +08:00
parent 4b5a6debdd
commit 0daf71d58e
1 changed files with 32 additions and 32 deletions

View File

@ -1,32 +1,32 @@
Name: bitarray
Version: 0.0.1.1
x-revision: 1
Synopsis: Mutable and immutable bit arrays
Description: Mutable and immutable bit arrays.
License: BSD3
License-file: LICENSE
Author: Balazs Komuves
Copyright: (c) 2009 Balazs Komuves
Maintainer: bkomuves (plus) hackage (at) gmail (dot) com
Homepage: http://code.haskell.org/~bkomuves/
Stability: Experimental
Category: Data
Tested-With: GHC == 7.8.3
Cabal-Version: >= 1.2
Build-Type: Simple
Library
Build-Depends: base >= 3 && < 5, array >= 0.5
Exposed-Modules: Data.BitArray,
Data.BitArray.ST,
Data.BitArray.IO
Other-Modules: Data.BitArray.Immutable
Extensions: CPP
Hs-Source-Dirs: .
ghc-options: -Wall -fno-warn-unused-matches
Name: bitarray
Version: 0.0.1.1
x-revision: 1
Synopsis: Mutable and immutable bit arrays
Description: Mutable and immutable bit arrays.
License: BSD3
License-file: LICENSE
Author: Balazs Komuves
Copyright: (c) 2009 Balazs Komuves
Maintainer: bkomuves (plus) hackage (at) gmail (dot) com
Homepage: http://code.haskell.org/~bkomuves/
Stability: Experimental
Category: Data
Tested-With: GHC == 7.8.3
Cabal-Version: >= 1.2
Build-Type: Simple
Library
Build-Depends: base >= 3 && < 5, array >= 0.5
Exposed-Modules: Data.BitArray,
Data.BitArray.ST,
Data.BitArray.IO
Other-Modules: Data.BitArray.Immutable
Extensions: CPP
Hs-Source-Dirs: .
ghc-options: -Wall -fno-warn-unused-matches