cabal-version: 2.4 name: holmusk-challenge version: 0.0.0.1 -- synopsis: -- description: -- bug-reports: license: LicenseRef-LGPL-2 license-file: LICENSE author: Julian Ospald maintainer: hasufell@posteo.de -- copyright: category: Finance extra-source-files: CHANGELOG.md library -- cabal-fmt: expand lib exposed-modules: Holmusk -- other-modules: -- other-extensions: build-depends: , base ^>=4.13.0.0 , random ^>=1.1 hs-source-dirs: lib default-language: Haskell2010 default-extensions: LambdaCase MultiWayIf Strict StrictData executable holmusk-challenge main-is: Main.hs -- other-modules: -- other-extensions: build-depends: , base ^>=4.13.0.0 , holmusk-challenge , optparse-applicative ^>=0.15 , random ^>=1.1 hs-source-dirs: app default-language: Haskell2010 default-extensions: RecordWildCards test-suite holmusk-challenge-test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: base ^>=4.13.0.0