-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlazyboy.cabal
71 lines (66 loc) · 1.8 KB
/
lazyboy.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
62
63
64
65
66
67
68
69
70
71
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 66fca3a31cc8fca4d3cc09d871a23cd6f4b830d9539f4b7cf802be653883b359
name: lazyboy
version: 0.2.2.1
synopsis: An EDSL for programming the Game Boy.
description: An EDSL for programming the Nintendo Game Boy. <https://github.com/ix/lazyboy#readme>
category: DSL, Compiler
homepage: https://github.com/ix/lazyboy#readme
bug-reports: https://github.com/ix/lazyboy/issues
author: Rose
maintainer: rose@empty.town
copyright: 2019 Rose
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/ix/lazyboy
library
exposed-modules:
Lazyboy
Lazyboy.Constants
Lazyboy.Control
Lazyboy.IO
Lazyboy.Prelude
Lazyboy.Target.ASM
Lazyboy.Templates
Lazyboy.Types
other-modules:
Paths_lazyboy
hs-source-dirs:
src
ghc-options: -Wall -Werror -Wno-orphans
build-depends:
aeson >=1.4.6 && <1.5
, base >=4.12.0 && <4.13
, formatting >=6.3.7 && <6.4
, neat-interpolation >=0.3.2 && <0.4
, text >=1.2.3 && <1.3
, transformers >=0.5.6 && <0.6
default-language: Haskell2010
test-suite lazyboy-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_lazyboy
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.4.6 && <1.5
, base >=4.12.0 && <4.13
, formatting >=6.3.7 && <6.4
, hspec >=2.7.1 && <2.8
, lazyboy
, neat-interpolation >=0.3.2 && <0.4
, text >=1.2.3 && <1.3
, transformers >=0.5.6 && <0.6
default-language: Haskell2010