name: potrero version: 0.1.0.0 license: BSD3 author: Getty Ritter maintainer: Getty Ritter 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