33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
-- Initial tarotinator.cabal generated by cabal init. For further
|
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
name: tarotinator
|
|
version: 0.1.0.0
|
|
synopsis: A library to play tarot.
|
|
-- description:
|
|
license: GPL-3
|
|
license-file: LICENSE
|
|
author: Mysaa
|
|
maintainer: samy.avrillon@ens-lyon.fr
|
|
-- copyright:
|
|
-- category:
|
|
build-type: Simple
|
|
extra-source-files: ChangeLog.md
|
|
cabal-version: >=1.10
|
|
|
|
library
|
|
exposed-modules: Cartes, Tarot
|
|
other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.11 && <4.14, containers, random-shuffle, random, MonadRandom, utility-ht, safe
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|
|
|
|
executable tarotinator
|
|
main-is: Main.hs
|
|
other-modules: Cartes, Tarot, TarotIAs
|
|
-- other-extensions:
|
|
build-depends: base >=4.11 && <4.14, containers, random-shuffle, random, MonadRandom, utility-ht, safe
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|