From ccb749117045a69bfd7aad4b1030e461539af524 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sat, 29 Jun 2019 17:33:32 +0200 Subject: [PATCH] Lower version bounds --- hablo.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hablo.cabal b/hablo.cabal index b37e44a..7ba852a 100644 --- a/hablo.cabal +++ b/hablo.cabal @@ -3,7 +3,7 @@ cabal-version: >= 1.10 -- For further documentation, see http://haskell.org/cabal/users-guide/ name: hablo -version: 1.0.1.0 +version: 1.0.1.1 synopsis: A minimalist static blog generator description: Hablo is a fediverse-oriented static blog generator for articles written @@ -44,11 +44,11 @@ executable hablo , Paths_hablo , Pretty -- other-extensions: - build-depends: aeson >= 1.4.2 && < 1.5 - , base >= 4.12.0 && < 4.13 + build-depends: aeson >= 1.4.0 && < 1.5 + , base >= 4.9.1 && < 4.13 , bytestring >= 0.10.8 && < 0.11 - , containers >= 0.6.0 && < 0.7 - , directory >= 1.3.3 && < 1.4 + , containers >= 0.5.11 && < 0.7 + , directory >= 1.3.1 && < 1.4 , filepath >= 1.4.2 && < 1.5 , lucid >= 2.9.11 && < 2.10 , mtl >= 2.2.2 && < 2.3