forked from intel/wayland-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwayland-tracker.cabal
More file actions
29 lines (27 loc) · 1.14 KB
/
wayland-tracker.cabal
File metadata and controls
29 lines (27 loc) · 1.14 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
-- Initial wayland-tracker.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: wayland-tracker
version: 0.4.0.0
synopsis: Message dumper for Wayland protocol.
description: Message dumper for Wayland protocol.
license: MIT
license-file: LICENSE
author: Ismo Puustinen
maintainer: ismo.puustinen@intel.com
-- copyright:
category: Graphics
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable wayland-tracker
main-is: Main.hs
other-modules: Types, ParseWaylandXML, Tracker, Log, Wayland
C-sources: cbits/wayland-msg-handling.c
include-dirs: cbits
-- other-extensions:
build-depends: base, mtl, stm, network, unix, bytestring, xml,
containers, binary-bits >= 0.3, cmdargs, utf8-string,
attoparsec, attoparsec-binary, time, aeson,
base16-bytestring, cpu, binary, aeson-pretty >= 0.8.1
hs-source-dirs: ., cbits, src
default-language: Haskell2010