brainf
This commit is contained in:
commit
ab2f2c6045
8 changed files with 246 additions and 0 deletions
19
brainf.cabal
Normal file
19
brainf.cabal
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
cabal-version: 3.0
|
||||
name: bf
|
||||
version: 0.1.0.0
|
||||
license: NONE
|
||||
author: Jack
|
||||
maintainer: jack@jingus.dev
|
||||
build-type: Simple
|
||||
|
||||
common warnings
|
||||
ghc-options: -Wall
|
||||
|
||||
executable brainf
|
||||
import: warnings
|
||||
main-is: Main.hs
|
||||
build-depends:
|
||||
base,
|
||||
vector
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
Loading…
Add table
Add a link
Reference in a new issue