From f729390bdce0964cf1ce02952b1a04332498fea8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 4 Jan 2017 16:11:32 +0100 Subject: Add version bound for base --- gopher-proxy.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1