summaryrefslogtreecommitdiff
path: root/dwproxy.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'dwproxy.cabal')
-rw-r--r--dwproxy.cabal13
1 files changed, 7 insertions, 6 deletions
diff --git a/dwproxy.cabal b/dwproxy.cabal
index 81702a8..a83fe1e 100644
--- a/dwproxy.cabal
+++ b/dwproxy.cabal
@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: dwproxy
-version: 0.1.1.0
+version: 0.1.1.1
-- synopsis:
-- description:
license: BSD3
@@ -22,13 +22,14 @@ executable dwproxy
build-depends: aeson >=1.4 && <1.5
, async >=2.2 && <2.3
, attoparsec >=0.13 && <0.14
- , base >=4.9 && <4.10
+ , base >=4.9 && <5
, bytestring >=0.10 && <0.11
- , fgl >=5.6 && <5.7
+ , fgl >=5.6 && <6
, filepath >=1.4 && <1.5
- , hlibev >= 0.4.0
- , network >=2.7 && <2.8
- , sqlite-simple >=0.4 && <0.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: