-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimago.cabal
More file actions
48 lines (45 loc) · 1.03 KB
/
imago.cabal
File metadata and controls
48 lines (45 loc) · 1.03 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
36
37
38
39
40
41
42
43
44
45
46
47
48
cabal-version: 3.6
name: imago
version: 0.1.0.0
synopsis: Industrial grade image processing
license: BSD-3-Clause
license-file: LICENSE
author: Fay Carsons
maintainer: faycarsons23@gmail.com
category: Graphics
build-type: Custom
extra-doc-files: CHANGELOG.md
custom-setup
setup-depends:
base >= 4.7
, Cabal >= 2.0
, process
, directory
, filepath
library
exposed-modules:
Graphics.Imago, Graphics.Imago.Info
other-modules:
Graphics.LibImago
, Graphics.Interface.Raw
build-depends:
base
, bytestring
, binary
, memory
, free
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -O2
extra-libraries: imago
test-suite Imago-test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
build-depends:
base
, imago
, bytestring
, hspec
extra-libraries: imago