From cc63dc3688d1136937c5e0dfd8747a686bdafc8c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 17 Sep 2012 12:48:49 +0900 Subject: Bump directory dependency --- stylish-haskell.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index d5929ac..90c6111 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -1,5 +1,5 @@ Name: stylish-haskell -Version: 0.5.0.1 +Version: 0.5.0.2 Synopsis: Haskell code prettifier Homepage: https://github.com/jaspervdj/stylish-haskell License: BSD3 @@ -47,7 +47,7 @@ Library base >= 4 && < 5, bytestring >= 0.9 && < 0.10, containers >= 0.3 && < 0.6, - directory >= 1.1 && < 1.2, + directory >= 1.1 && < 1.3, filepath >= 1.1 && < 1.4, haskell-src-exts >= 1.13 && < 1.14, mtl >= 2.0 && < 2.2, @@ -68,7 +68,7 @@ Executable stylish-haskell base >= 4 && < 5, bytestring >= 0.9 && < 0.10, containers >= 0.3 && < 0.6, - directory >= 1.1 && < 1.2, + directory >= 1.1 && < 1.3, filepath >= 1.1 && < 1.4, haskell-src-exts >= 1.13 && < 1.14, mtl >= 2.0 && < 2.2, @@ -101,7 +101,7 @@ Test-suite stylish-haskell-tests bytestring >= 0.9 && < 0.10, cmdargs >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, - directory >= 1.1 && < 1.2, + directory >= 1.1 && < 1.3, filepath >= 1.1 && < 1.4, haskell-src-exts >= 1.13 && < 1.14, mtl >= 2.0 && < 2.2, -- cgit v1.2.3