packages feed

Cabal revisions of yabi-0.2.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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+name:                yabi
+version:             0.2.0.0
+x-revision: 1
+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:          Francesco Gazzetta <fgaz@fgaz.me>
+-- 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