Added more base version to cabal.

This commit is contained in:
Mysaa 2022-01-18 17:25:38 +01:00
parent 6eb5604e42
commit f40cb876af
Signed by: Mysaa
GPG Key ID: DBA23608F23F5A10

View File

@ -19,7 +19,7 @@ library
exposed-modules: Cartes, Tarot
other-modules:
-- other-extensions:
build-depends: base >=4.13 && <4.14, containers, random-shuffle, random, MonadRandom, utility-ht, safe
build-depends: base >=4.11 && <4.14, containers, random-shuffle, random, MonadRandom, utility-ht, safe
hs-source-dirs: src
default-language: Haskell2010
@ -27,6 +27,6 @@ executable tarotinator
main-is: Main.hs
other-modules: Cartes, Tarot, TarotIAs
-- other-extensions:
build-depends: base >=4.13 && <4.14, containers, random-shuffle, random, MonadRandom, utility-ht, safe
build-depends: base >=4.11 && <4.14, containers, random-shuffle, random, MonadRandom, utility-ht, safe
hs-source-dirs: src
default-language: Haskell2010