Added more base version to cabal.
This commit is contained in:
parent
6eb5604e42
commit
f40cb876af
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user