From c7709535250a65b1b0a1cb141e4baba2900e4fd7 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Fri, 15 Feb 2019 23:42:59 -0600 Subject: [PATCH] Bump some package bounds --- Gifcurry.cabal | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gifcurry.cabal b/Gifcurry.cabal index 003ca77..cfd9991 100644 --- a/Gifcurry.cabal +++ b/Gifcurry.cabal @@ -107,8 +107,8 @@ source-repository head library exposed-modules: Gifcurry build-depends: base >= 4.7 && < 5 - , process >= 1.2 && <= 1.4.4 - , temporary >= 1.2 && < 1.3 + , process >= 1.2 && < 1.7 + , temporary >= 1.2 && < 1.4 , directory == 1.3.* , text == 1.2.* , filepath == 1.4.* @@ -120,7 +120,7 @@ library executable gifcurry_gui main-is: Main.hs - build-depends: base == 4.9.* + build-depends: base >= 4.9 && < 4.13 , haskell-gi == 0.21.* , haskell-gi-base == 0.21.* , gi-gobject == 2.0.* @@ -135,8 +135,8 @@ executable gifcurry_gui , cairo == 0.13.* , pango == 0.13.* , bytestring == 0.10.* - , process >= 1.2 && <= 1.4.4 - , temporary >= 1.2 && < 1.3 + , process >= 1.2 && < 1.7 + , temporary >= 1.2 && < 1.4 , directory == 1.3.* , text == 1.2.* , filepath == 1.4.* @@ -164,16 +164,16 @@ executable gifcurry_gui executable gifcurry_cli main-is: Main.hs build-depends: base >= 4.7 && < 5 - , process >= 1.2 && <= 1.4.4 - , temporary >= 1.2 && < 1.3 + , process >= 1.2 && < 1.7 + , temporary >= 1.2 && < 1.4 , directory == 1.3.* , cmdargs == 0.10.* , text == 1.2.* , filepath == 1.4.* , filemanip == 0.3.6.* - , aeson == 1.1.2.* + , aeson >= 1.1.2.0 && < 1.5 , bytestring == 0.10.8.* - , yaml == 0.8.23.* + , yaml >= 0.8.23 && <0.12 other-modules: Gifcurry ghc-options: -Wall -freverse-errors hs-source-dirs: ./src/