summaryrefslogtreecommitdiffstats
path: root/X11-aeson.cabal
blob: 28876df680c5c753b284ce02f1cc7406732c08ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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