name: rolling version: 0.1.0.0 -- synopsis: -- description: license: BSD3 author: Getty Ritter maintainer: Getty Ritter copyright: @2021 Getty Ritter -- category: build-type: Simple cabal-version: >=1.14 executable rolling hs-source-dirs: src main-is: Main.hs other-modules: Rolling.Prob , Rolling.Common , Rolling.Render -- and the games , Rolling.PBTA , Rolling.FITD , Rolling.PBTA20 , Rolling.Ironsworn default-language: Haskell2010 default-extensions: ScopedTypeVariables ghc-options: -Wall build-depends: base >=4.7 && <5 , cairo , pango