12345678910111213141516171819202122 |
- name: potrero
- version: 0.1.0.0
- license: BSD3
- author: Getty Ritter <gettylefou@gmail.com>
- maintainer: Getty Ritter <gettylefou@gmail.com>
- copyright: @2018 Getty Ritter
- build-type: Simple
- cabal-version: >=1.14
- executable potrero
- hs-source-dirs: src
- main-is: Main.hs
- other-modules: Potrero.Opts
- Potrero.Types
- Potrero.Parser
- default-language: Haskell2010
- ghc-options: -Wall -Werror
- build-depends: base >=4.7 && <5
- , containers
- , random
- , readline
- , text
|