about summary refs log tree commit diff
path: root/gopher-proxy.cabal
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-10-25 23:27:39 +0200
committersternenseemann <sternenseemann@systemli.org>2021-10-25 23:27:39 +0200
commitf6ff8f9b5f6262afda1b5f51189c2b6c3b1f1a78 (patch)
treed69f9bd0ec45e317100d972e0786423da54e8e63 /gopher-proxy.cabal
parent33e23817482a4b4c61c5f29a58d1294db48fc54f (diff)
chore: adjust for attoparsec >= 0.14
`parseOnly` now takes a lazy ByteString. This will need a new release
for stackage.
Diffstat (limited to 'gopher-proxy.cabal')
-rw-r--r--gopher-proxy.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index 9351377..3886128 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                gopher-proxy
-version:             0.1.1.2
+version:             0.1.1.3
 synopsis:            proxy gopher over http
 description:
   @gopher-proxy@ allows to proxy gopher over HTTP, which is mainly useful for HTTP-ifying a specific gopher space.
@@ -54,7 +54,7 @@ executable gopher-proxy
                      , bytestring
                      , text
                      , network
-                     , attoparsec
+                     , attoparsec >= 0.14
                      , errors
                      , mime-types
                      , optparse-applicative