From 55a51464ee0c1f13e0d7ccfc23066df1d2b96f48 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 12 Jul 2020 06:05:15 +0200 Subject: [PATCH] dep versions --- make-pages/make-pages.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/make-pages/make-pages.cabal b/make-pages/make-pages.cabal index 462772b..97a8b64 100644 --- a/make-pages/make-pages.cabal +++ b/make-pages/make-pages.cabal @@ -20,12 +20,12 @@ executable make-pages NamedFieldPuns, OverloadedStrings build-depends: - base ^>= 4.12.0.0, - containers ^>= 0.6.0.1, - time ^>= 1.8.0.2, - bytestring ^>= 0.10.8.2, - text ^>= 1.2.3.1, - HsYAML ^>= 0.2.1.0, + base >= 4.12.0.0 && < 4.15, + containers ^>= 0.6.0.1, + time >= 1.8.0.2 && < 1.10, + bytestring ^>= 0.10.8.2, + text ^>= 1.2.3.1, + HsYAML ^>= 0.2.1.0, optparse-applicative ^>= 0.15.1.0 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N