yabi-0.2.0.0: yabi.cabal
name: yabi
version: 0.2.0.0
synopsis: Yet Another Brainfuck Interpreter
description: Yet Another Brainfuck Interpreter. Usage: yabi path
homepage: https://github.com/fgaz/yabi
license: MIT
license-file: LICENSE
author: Francesco Gazzetta
maintainer: fgaz@users.noreply.github.com
-- copyright:
category: Compilers/Interpreters
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/fgaz/yabi.git
executable yabi
main-is: yabi.hs
-- other-modules:
-- other-extensions:
build-depends: base ==4.*, word8
-- hs-source-dirs:
default-language: Haskell2010