name: brain-bleep version: 0.1.0.2 cabal-version: >=1.10 build-type: Simple license: BSD3 synopsis: primitive imperative language license-file: LICENSE maintainer: hawk.alan@gmail.com category: Language author: Alan Hawkins extra-source-files: ChangeLog.md README.md source-repository head type: git location: http://github.com/xpika/brain-bleep.git executable brain-bleep main-is: Main.hs build-depends: base <1000, array >=0.5 && <0.6, parsec >=3.1 && <3.2, containers >=0.5 && <0.6 default-language: Haskell2010