-
Notifications
You must be signed in to change notification settings - Fork 0
/
lasercuts.cabal
61 lines (55 loc) · 1.42 KB
/
lasercuts.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
cabal-version: 3.0
name: lasercuts
version: 0.1.0.0
synopsis: pew pew lasers
homepage: https://github.com/bacchanalia/lasercuts
license: GPL-3.0-or-later
license-file: LICENSE
author: Zoe Zuser
maintainer: [email protected]
build-type: Simple
common common
build-depends:
, base
, diagrams-lib
, diagrams-contrib
, diagrams-cairo
, diagrams-svg
, mtl
, relude
, split
mixins:
, base hiding (Prelude)
default-language: GHC2021
default-extensions:
, BlockArguments
, LambdaCase
, PartialTypeSignatures
, QualifiedDo
, RankNTypes
ghc-options:
-fno-warn-partial-type-signatures
-fno-warn-wrong-do-bind
-O0
library LaserCutting
import: common
hs-source-dirs: src
exposed-modules: LaserCutting, SemigroupDo
default-extensions: NoImplicitPrelude
common executable
import: common
mixins:
, LaserCutting (LaserCutting as Prelude)
, LaserCutting
hs-source-dirs: app
build-depends:
, LaserCutting
executable compassearrings
import: executable
main-is: compassearrings.hs
executable compassearrings-v2
import: executable
main-is: compassearrings-v2.hs
executable pentagramearrings
import: executable
main-is: pentagramearrings.hs