From aa992f0d9220adb3c1c7a74e242397cb5d9a681c Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 14 Oct 2014 11:32:12 -0700 Subject: [PATCH] Add constraint to wai-middleware-static --- dbapi.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbapi.cabal b/dbapi.cabal index ea5446319..e492e324f 100644 --- a/dbapi.cabal +++ b/dbapi.cabal @@ -17,7 +17,7 @@ executable dbapi , HDBC, HDBC-postgresql , warp, wai >= 3.0.1 && < 3.0.2 , wai-extra, wai-cors - , wai-middleware-static + , wai-middleware-static >= 0.6.0 , HTTP, convertible , case-insensitive , http-types, scientific, time @@ -55,7 +55,7 @@ Test-Suite spec , HTTP, convertible , case-insensitive , wai-extra, wai-cors, containers - , wai-middleware-static + , wai-middleware-static >= 0.6.0 , http-types, scientific, time , bytestring, aeson, network >= 2.6 , text, optparse-applicative