-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcaani.cabal
45 lines (42 loc) · 1.4 KB
/
caani.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
cabal-version: >=1.10
name: caani
version: 0.0.0.2
-- synopsis:
-- description:
-- bug-reports:
license: BSD3
license-file: LICENSE
author: jeovazero
copyright: 2020 jeovazero
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Caani
, Caani.Error
other-modules: Caani.Color
, Caani.Font
, Caani.Highlight
, Caani.Image
, Caani.Render
build-depends: base >=4.13 && < 5
, text >= 1.2.4 && < 1.3
, freetype2 == 0.2.0
, JuicyPixels >= 3.3.4 && < 3.4
, vector >= 0.12.1.2 && < 0.13
, containers >= 0.6 && < 0.7
, ghc-syntax-highlighter >= 0.0.6 && < 0.0.7
, primitive >= 0.7.0.1 && < 0.8
, Rasterific >= 0.7.5.2 && < 0.8
ghc-options: -Wall
executable caani
main-is: src/Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && < 5
, caani
, text >= 1.2.4 && < 1.3
default-language: Haskell2010
ghc-options: -Wall