123456789101112131415161718192021 |
- name: some-roguelike
- version: 0.1.0.0
- synopsis: Simple project template from stack
- description: Please see README.md
- homepage: https://github.com/githubuser/some-roguelike#readme
- license: BSD3
- license-file: LICENSE
- author: Author name here
- maintainer: example@example.com
- copyright: 2016 Author name here
- category: Web
- build-type: Simple
- cabal-version: >=1.10
- executable some-roguelike
- hs-source-dirs: src
- main-is: Main.hs
- default-language: Haskell2010
- build-depends: base >= 4.7 && < 5,
- ansi-terminal >= 0.6.2.3,
- containers
|