-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshot.cabal
44 lines (33 loc) · 1.21 KB
/
screenshot.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
cabal-version : 3.0
name : screenshot
version : 0.0.0.0
build-type : Simple
category : Graphics
synopsis : For when you just want to take the damn screenshot.
description : Please see the README.
homepage : https://github.com/mastarija/screenshot#readme
bug-reports : https://github.com/mastarija/screenshot/issues
author : Luka Hadžiegrić
copyright : Copyright (c) 2021 Luka Hadžiegrić
maintainer : [email protected]
license : MIT
license-file : LICENSE
extra-source-files : README.md
source-repository head
type : git
location : https://github.com/mastarija/screenshot
common core
includes : WinShot.h
c-sources : css/WinShot.c
include-dirs : css
ghc-options : -Wall
build-depends : base
, bytestring
default-language : Haskell2010
build-tool-depends: hsc2hs:hsc2hs >= 0.68.7 && < 0.68.8
library
import : core
hs-source-dirs : lib
exposed-modules : Graphics.ScreenShot
other-modules : Graphics.ScreenShot.Domain
, Graphics.ScreenShot.WinShot