cabal-version: 2.4 name: bf-repl version: 0.1.0.0 synopsis: A modern REPL for BrainFuck, written in Haskell homepage: https://git.nani.wtf/h7x4/bf-repl bug-reports: https://git.nani.wtf/h7x4/bf-repl/issues license: MIT license-file: LICENSE author: h7x4 maintainer: h7x4 category: Language, extra-source-files: CHANGELOG.md source-repository head type: git location: git://git.nani.wtf/h7x4/bf-repl.git executable bf-repl main-is: Main.hs other-modules: Base , Evaluate , Formatter , Memory , Parser , REPL other-extensions: OverloadedStrings , NamedFieldPuns build-depends: base ^>= 4.16.3.0 , hashmap ^>= 1.3.3 , text ^>= 2.0.0 , repline ^>= 0.4.2 hs-source-dirs: src default-language: Haskell2010