update cabal deps up to ghc 9.10

This commit is contained in:
rhiannon morris 2024-07-07 19:48:08 +02:00
parent a1453db34a
commit fa8fa4a18b
1 changed files with 8 additions and 8 deletions

View File

@ -60,18 +60,18 @@ executable make-pages
TemplateHaskell, TemplateHaskell,
TypeApplications TypeApplications
build-depends: build-depends:
base ^>= 4.16.4, base >= 4.16.4 && < 4.21,
bytestring ^>= 0.11.3.1, bytestring >= 0.11.3.1 && < 0.14,
containers ^>= 0.6.0.1, containers >= 0.6.0.1 && < 0.8,
filemanip ^>= 0.3.6.3, filemanip ^>= 0.3.6.3,
filepath ^>= 1.4.2.1, filepath >= 1.4.2.1 && < 1.6,
hashable ^>= 1.3.0.0, hashable >= 1.3.0.0 && < 1.5,
HsYAML ^>= 0.2.1.0, HsYAML ^>= 0.2.1.0,
optparse-applicative ^>= 0.15.1.0, optparse-applicative ^>= 0.15.1.0,
process ^>= 1.6.8.2, process ^>= 1.6.8.2,
template-haskell ^>= 2.18.0.0, template-haskell >= 2.18.0.0 && < 2.23,
text ^>= 1.2.3.1, text >= 1.2.3.1 && < 2.2,
time >= 1.8.0.2 && < 1.10, time >= 1.8.0.2 && < 1.13,
unordered-containers ^>= 0.2.11.0 unordered-containers ^>= 0.2.11.0
ghc-options: ghc-options:
-Wall -threaded -rtsopts -with-rtsopts=-N -O -Wall -threaded -rtsopts -with-rtsopts=-N -O