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