kill library entry. Add bcrypt.
This commit is contained in:
+5
-24
@@ -9,30 +9,6 @@ category: Web
|
|||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
library
|
|
||||||
build-depends: base >=4.6 && <5
|
|
||||||
, HDBC, HDBC-postgresql
|
|
||||||
, warp, wai >= 3.0.1 && < 3.0.2
|
|
||||||
, http-types, scientific, time
|
|
||||||
, HTTP, convertible
|
|
||||||
, case-insensitive
|
|
||||||
, bytestring, aeson, network
|
|
||||||
, text, optparse-applicative
|
|
||||||
, unordered-containers
|
|
||||||
, containers
|
|
||||||
, regex-base
|
|
||||||
, http-media, regex-tdfa
|
|
||||||
, Ranged-sets
|
|
||||||
, transformers
|
|
||||||
exposed-modules: Dbapi
|
|
||||||
, PgStructure
|
|
||||||
, PgQuery
|
|
||||||
, RangeQuery
|
|
||||||
other-extensions: OverloadedStrings
|
|
||||||
ghc-options: -Wall -W -Werror
|
|
||||||
default-language: Haskell2010
|
|
||||||
hs-source-dirs: src
|
|
||||||
|
|
||||||
executable dbapi
|
executable dbapi
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
ghc-options: -Wall -W -Werror
|
ghc-options: -Wall -W -Werror
|
||||||
@@ -51,7 +27,11 @@ executable dbapi
|
|||||||
, http-media, regex-tdfa
|
, http-media, regex-tdfa
|
||||||
, Ranged-sets
|
, Ranged-sets
|
||||||
, transformers
|
, transformers
|
||||||
|
, bcrypt
|
||||||
Other-Modules: Dbapi
|
Other-Modules: Dbapi
|
||||||
|
, PgStructure
|
||||||
|
, PgQuery
|
||||||
|
, RangeQuery
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
|
|
||||||
Test-Suite spec
|
Test-Suite spec
|
||||||
@@ -76,3 +56,4 @@ Test-Suite spec
|
|||||||
, http-media, regex-tdfa
|
, http-media, regex-tdfa
|
||||||
, Ranged-sets
|
, Ranged-sets
|
||||||
, transformers
|
, transformers
|
||||||
|
, bcrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user