gdritter repos potrero / master potrero.cabal
master

Tree @master (Download .tar.gz)

potrero.cabal @masterraw · history · blame

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: Types
                 Parser
  default-language: Haskell2010
  ghc-options: -Wall
  build-depends: base >=4.7 && <5
               , containers
               , random
               , readline
               , text