From 1184d09b34a22d729ce15036f97e7f5c9430b436 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 8 Dec 2012 21:46:48 +0200 Subject: [PATCH] Remove some upper bounds --- wai-app-static/wai-app-static.cabal | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/wai-app-static/wai-app-static.cabal b/wai-app-static/wai-app-static.cabal index f65c8603c..0e2b268cc 100644 --- a/wai-app-static/wai-app-static.cabal +++ b/wai-app-static/wai-app-static.cabal @@ -1,5 +1,5 @@ name: wai-app-static -version: 1.3.0.4 +version: 1.3.0.5 license: MIT license-file: LICENSE author: Michael Snoyman @@ -26,24 +26,24 @@ library build-depends: base >= 4 && < 5 , wai >= 1.3 && < 1.4 , bytestring >= 0.9.1.4 - , http-types >= 0.7 && < 0.8 - , transformers >= 0.2.2 && < 0.4 + , http-types >= 0.7 + , transformers >= 0.2.2 , unix-compat >= 0.2 , directory >= 1.0.1 , containers >= 0.2 , time >= 1.1.4 , old-locale >= 1.0.0.2 - , file-embed >= 0.0.3.1 && < 0.1 + , file-embed >= 0.0.3.1 , text >= 0.7 - , blaze-builder >= 0.2.1.4 && < 0.4 + , blaze-builder >= 0.2.1.4 , base64-bytestring >= 0.1 - , cryptohash >= 0.7 && < 0.8 - , system-filepath >= 0.4 && < 0.5 - , system-fileio >= 0.3 && < 0.4 + , cryptohash >= 0.7 + , system-filepath >= 0.4 + , system-fileio >= 0.3 , http-date - , blaze-html >= 0.5 && < 0.6 - , blaze-markup >= 0.5.1 && < 0.6 - , crypto-conduit >= 0.4 && < 0.5 + , blaze-html >= 0.5 + , blaze-markup >= 0.5.1 + , crypto-conduit >= 0.4 , cereal >= 0.3.5 , mime-types >= 0.1 && < 0.2