summaryrefslogtreecommitdiffstats
path: root/xoutinfo.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xoutinfo.cabal')
-rw-r--r--xoutinfo.cabal20
1 files changed, 20 insertions, 0 deletions
diff --git a/xoutinfo.cabal b/xoutinfo.cabal
new file mode 100644
index 0000000..d393ae5
--- /dev/null
+++ b/xoutinfo.cabal
@@ -0,0 +1,20 @@
+cabal-version: 3.4
+name: xoutinfo
+version: 0.1.0.0
+license: WTFPL
+author: tv
+maintainer: tv@krebsco.de
+build-type: Simple
+
+common warnings
+ ghc-options: -Wall
+
+executable xoutinfo
+ import: warnings
+ main-is: xoutinfo.hs
+ build-depends: base
+ , aeson
+ , bytestring
+ , X11
+ hs-source-dirs: app
+ default-language: GHC2021