blob: d393ae528feb73bf70209a53af0f3ba063626185 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|