This commit is contained in:
jingus 2026-05-02 21:42:19 -05:00
commit ab2f2c6045
8 changed files with 246 additions and 0 deletions

19
brainf.cabal Normal file
View 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