From fa8fa4a18b14990ed78872cff25f2000f6e91a74 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 7 Jul 2024 19:48:08 +0200 Subject: [PATCH] update cabal deps up to ghc 9.10 --- make-pages/make-pages.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/make-pages/make-pages.cabal b/make-pages/make-pages.cabal index 0f50ecf..0a10f04 100644 --- a/make-pages/make-pages.cabal +++ b/make-pages/make-pages.cabal @@ -60,18 +60,18 @@ executable make-pages TemplateHaskell, TypeApplications build-depends: - base ^>= 4.16.4, - bytestring ^>= 0.11.3.1, - containers ^>= 0.6.0.1, + base >= 4.16.4 && < 4.21, + bytestring >= 0.11.3.1 && < 0.14, + containers >= 0.6.0.1 && < 0.8, filemanip ^>= 0.3.6.3, - filepath ^>= 1.4.2.1, - hashable ^>= 1.3.0.0, + filepath >= 1.4.2.1 && < 1.6, + hashable >= 1.3.0.0 && < 1.5, HsYAML ^>= 0.2.1.0, optparse-applicative ^>= 0.15.1.0, process ^>= 1.6.8.2, - template-haskell ^>= 2.18.0.0, - text ^>= 1.2.3.1, - time >= 1.8.0.2 && < 1.10, + template-haskell >= 2.18.0.0 && < 2.23, + text >= 1.2.3.1 && < 2.2, + time >= 1.8.0.2 && < 1.13, unordered-containers ^>= 0.2.11.0 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O