potrero.cabal 503 B

123456789101112131415161718192021
  1. name: potrero
  2. version: 0.1.0.0
  3. license: BSD3
  4. author: Getty Ritter <gettylefou@gmail.com>
  5. maintainer: Getty Ritter <gettylefou@gmail.com>
  6. copyright: @2018 Getty Ritter
  7. build-type: Simple
  8. cabal-version: >=1.14
  9. executable potrero
  10. hs-source-dirs: src
  11. main-is: Main.hs
  12. other-modules: Types
  13. Parser
  14. default-language: Haskell2010
  15. ghc-options: -Wall
  16. build-depends: base >=4.7 && <5
  17. , containers
  18. , random
  19. , readline
  20. , text