hs2bf 0.6 → 0.6.1
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- hs2bf.cabal +2/−2
hs2bf.cabal view
@@ -1,6 +1,6 @@ name: hs2bf cabal-version: >=1.2-version: 0.6+version: 0.6.1 author: Daiki Handa maintainer: xanxys@gmail.com synopsis: Haskell to Brainfu*k compiler@@ -9,7 +9,7 @@ category: Compiler description: Proof of concept implementation of Haskell to Brainfu*k compiler.- You can find examples of compilable codes at http://www.xanxys.net/public/hs2bf-demo/+ You can find examples of compilable codes at <http://www.xanxys.net/public/hs2bf-demo/> build-type: Simple data-files: Prelude.hs data-dir: test