summaryrefslogtreecommitdiff
path: root/dwproxy.cabal
blob: a83fe1e72c66102b8d2b3ae12158e9b2b0f958d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
-- 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 && <1.5
                     , async >=2.2 && <2.3
                     , attoparsec >=0.13 && <0.14
                     , base >=4.9 && <5
                     , bytestring >=0.10 && <0.11
                     , 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