-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrainless.cabal
More file actions
35 lines (32 loc) · 1.07 KB
/
brainless.cabal
File metadata and controls
35 lines (32 loc) · 1.07 KB
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
26
27
28
29
30
31
32
33
34
35
cabal-version: 3.0
name: brainless
version: 0.1.0.0
synopsis: Transpiler to brainf -- fancy
-- description:
license: NONE
author: _boundless_recursion
maintainer: REDACTED
-- copyright:
category: Language
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
library
exposed-modules:
Python, Compiler, PrettyPrinter
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5, parsec, safe, text, mtl, containers, lens, extra
default-language: Haskell2010
executable brainless
import: warnings
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.15.1.0, safe, text, mtl, containers, lens, extra, brainless
hs-source-dirs: app
default-language: Haskell2010