about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gopher-proxy.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index 31bd026..15ba3f7 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -19,7 +19,7 @@ executable gopher-proxy
   main-is:             Main.hs
   default-extensions:  CPP
   other-modules:       Paths_gopher_proxy
-  build-depends:       base
+  build-depends:       base >=4.9 && <4.10
                      , wai
                      , warp
                      , http-types