forked from xanxys/hs2bf
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs2bf.cabal
26 lines (25 loc) · 841 Bytes
/
hs2bf.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: hs2bf
cabal-version: >=1.2
version: 0.6.2
author: Daiki Handa
maintainer: [email protected]
synopsis: Haskell to Brainfuck compiler
license: BSD3
license-File: LICENSE
category: Compiler
homepage: http://www.xanxys.net/hs2bf/
description:
Proof of concept implementation of Haskell to Brainfuck compiler.
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
tested-with: GHC==6.12.1
extra-source-files:
Front.hs Core.hs GMachine.hs SAM.hs Brainfuck.hs
Util.hs SRuntime.hs
executable hs2bf
main-is: Main.hs
build-depends:
containers>=0.1, base>=4 && <5, mtl>=1, array>=0.2,
filepath>=1, directory>=1, haskell-src>=1