summaryrefslogtreecommitdiff
path: root/dwproxy.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'dwproxy.cabal')
-rw-r--r--dwproxy.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/dwproxy.cabal b/dwproxy.cabal
index a83fe1e..3250f0e 100644
--- a/dwproxy.cabal
+++ b/dwproxy.cabal
@@ -19,11 +19,11 @@ executable dwproxy
main-is: DWProxy.hs
-- other-modules:
other-extensions: DeriveGeneric, DeriveAnyClass, OverloadedStrings
- build-depends: aeson >=1.4 && <1.5
+ build-depends: aeson >=1.4 && <3
, async >=2.2 && <2.3
- , attoparsec >=0.13 && <0.14
+ , attoparsec >=0.13 && <0.15
, base >=4.9 && <5
- , bytestring >=0.10 && <0.11
+ , bytestring >=0.10 && <0.13
, fgl >=5.6 && <6
, filepath >=1.4 && <1.5
, network >=2.7 && <4