yabi-0.1.0.0: yabi.cabal
name: yabi
version: 0.1.0.0
synopsis: Yet Another Brainfuck Interpreter
description: Yet Another Brainfuck Interpreter
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
executable yabi
main-is: yabi.hs
-- other-modules:
-- other-extensions:
build-depends: base ==4.*, word8
-- hs-source-dirs:
default-language: Haskell2010