cabal-version: 2.4 -- this is only here to satisfy my haskell mode in emacs name: palos-xmonad version: 0.1.0.0 license: GPL-3.0-only license-file: LICENSE author: Ingolf Wagner maintainer: contact@ingolf-wagner.de category: Graphics executable palos-xmonad main-is: Main.hs -- other-modules: other-extensions: TypeSynonymInstances, MultiParamTypeClasses build-depends: base , xmonad , containers , deepseq , xmonad-contrib , xmonad-extras default-language: Haskell2010