update cabal deps up to ghc 9.10
This commit is contained in:
parent
a1453db34a
commit
fa8fa4a18b
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue