-- Initial dwproxy.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dwproxy version: 0.1.1.1 -- synopsis: -- description: license: BSD3 license-file: LICENSE author: defanor maintainer: defanor@uberspace.net -- copyright: category: Network build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 executable dwproxy main-is: DWProxy.hs -- other-modules: other-extensions: DeriveGeneric, DeriveAnyClass, OverloadedStrings build-depends: aeson >=1.4 && <3 , async >=2.2 && <2.3 , attoparsec >=0.13 && <0.15 , base >=4.9 && <5 , bytestring >=0.10 && <0.13 , fgl >=5.6 && <6 , filepath >=1.4 && <1.5 , network >=2.7 && <4 , HDBC >=2.4 && <3 , HDBC-sqlite3 >=2 && <3 , convertible >= 1 && <2 , text >=1.2 && <1.3 , unordered-containers >=0.2 && <0.3 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -threaded -O3 -Wall