cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.38.3. -- -- see: https://github.com/sol/hpack name: yiyd version: 1.1.0 description: This project's whole name is Zhou Yi Yarrow divination. Its a Chinese traditional divination with zhouyi. So I'll write other document with Chinese instead of other language. I think it's so hard to describe them without chinese. category: CLI homepage: https://git.sr.ht/~vonfry/yiyd author: Vonfry maintainer: dev@vonfry.name copyright: 2019 Vonfry license: GPL-3.0-only license-file: LICENSE build-type: Simple extra-source-files: README.md data-files: zy.yml data-dir: static library exposed-modules: Game.ZY.Divination other-modules: Paths_yiyd autogen-modules: Paths_yiyd hs-source-dirs: lib build-depends: base >=4.7 && <5 , bytestring >=0.12 && <1 , containers >=0.7 && <1 , random ==1.* , text >=2.1 && <3 , transformers >=0.6 && <1 , yaml ==0.11.* default-language: GHC2024 executable yiyd main-is: Main.hs other-modules: Paths_yiyd autogen-modules: Paths_yiyd hs-source-dirs: app build-depends: base >=4.7 && <5 , bytestring >=0.12 && <1 , optparse-applicative >=0.18 && <1 , random ==1.* , text >=2.1 && <3 , yiyd >=1.1.0 && <1.2 default-language: GHC2024 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Game.ZY.DivinationSpec Paths_yiyd autogen-modules: Paths_yiyd hs-source-dirs: test build-depends: base >=4.7 && <5 , bytestring >=0.12 && <1 , hspec ==2.* , random ==1.* , text >=2.1 && <3 , yiyd >=1.1.0 && <1.2 default-language: GHC2024