summaryrefslogtreecommitdiffstats
path: root/X11-aeson.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'X11-aeson.cabal')
-rw-r--r--X11-aeson.cabal15
1 files changed, 15 insertions, 0 deletions
diff --git a/X11-aeson.cabal b/X11-aeson.cabal
new file mode 100644
index 0000000..28876df
--- /dev/null
+++ b/X11-aeson.cabal
@@ -0,0 +1,15 @@
+name: X11-aeson
+version: 1.0.0
+license: MIT
+author: tv
+maintainer: tv@krebsco.de
+build-type: Simple
+cabal-version: >=1.2
+
+library
+ build-depends: base
+ , aeson
+ , X11
+ exposed-modules: Graphics.X11.Xlib.Aeson
+ ghc-options: -O2 -Wall
+ hs-source-dirs: src