.cabal fixes required for hackage submission
This commit is contained in:
parent
e58dc782ad
commit
423842a0c6
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ Description: This driver lets you connect to MongoDB, do inserts,
|
||||||
inspired by HDBC such as more easily converting between
|
inspired by HDBC such as more easily converting between
|
||||||
the BsonValue types and native Haskell types.
|
the BsonValue types and native Haskell types.
|
||||||
Stability: alpha
|
Stability: alpha
|
||||||
Build-Depends: base,
|
Build-Depends: base < 5,
|
||||||
binary,
|
binary,
|
||||||
bytestring,
|
bytestring,
|
||||||
containers,
|
containers,
|
||||||
|
@ -25,6 +25,7 @@ Build-Type: Simple
|
||||||
Exposed-modules: Database.MongoDB,
|
Exposed-modules: Database.MongoDB,
|
||||||
Database.MongoDB.BSON
|
Database.MongoDB.BSON
|
||||||
Other-modules: Database.MongoDB.Util
|
Other-modules: Database.MongoDB.Util
|
||||||
ghc-options: -Wall -Werror
|
ghc-options: -Wall
|
||||||
extensions: FlexibleContexts, FlexibleInstances, MultiParamTypeClasses,
|
extensions: FlexibleContexts, FlexibleInstances, MultiParamTypeClasses,
|
||||||
TypeSynonymInstances
|
TypeSynonymInstances
|
||||||
|
cabal-version: >= 1.4
|
||||||
|
|
Loading…
Reference in a new issue