about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2019-05-23 10:36:24 +0200
committersternenseemann <git@lukasepple.de>2019-05-23 10:36:24 +0200
commit9b579569d995243eba89b1c089602b414c9da718 (patch)
tree7a58ba0c2a31d6bdda56fc8b01c09818c3c4d90a
parent43a7f1dabe7b314dbec6e07093917b40de583559 (diff)
Release 0.1.1.2 fix version constraints
-rw-r--r--gopher-proxy.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index 81e76b2..9351377 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.1
+version:             0.1.1.2
 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.
@@ -46,7 +46,7 @@ executable gopher-proxy
                      , GopherProxy.Types
                      , GopherProxy.Protocol
                      , GopherProxy.Params
-  build-depends:       base >=4.9 && <4.10
+  build-depends:       base >=4.9 && <5
                      , wai
                      , warp
                      , http-types