-
Notifications
You must be signed in to change notification settings - Fork 1
/
kms.cabal
39 lines (38 loc) · 1.2 KB
/
kms.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
name: kms
version: 0.1
license: GPL
author: Léo Gillot-Lamure
maintainer: [email protected]
category: System
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
exposed-modules: System.DRM
,System.DRM.Types
,System.DRM.KMS.Crtc
,System.DRM.KMS.ModeInfo
,System.DRM.KMS.Connector
,System.DRM.KMS.Utils
,System.DRM.KMS.Encoder
,System.DRM.KMS.Resources
,System.DRM.BufferObject
,System.DRM.BufferObject.Dumb
,System.DRM.KMS.FrameBuffer
other-modules: System.DRM.FFIUtils
,System.DRM.C.KMS.ModeInfo
,System.DRM.C.KMS.Crtc
,System.DRM.C.KMS.Encoder
,System.DRM.C.KMS.Connector
,System.DRM.C.KMS.Resources
,System.DRM.C.KMS.FrameBuffer
c-sources: src/cbits/dumb_mmap.c
build-depends: base
,base-unicode-symbols
,unix
,tagged
,reflection
,bindings-DSL
ghc-options: -Wall
build-tools: hsc2hs
pkgconfig-depends: libdrm