22 lines
696 B
Text
22 lines
696 B
Text
-- this is only here to satisfy my haskell mode in emacs
|
|
|
|
cabal-version: 2.4
|
|
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
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
executable palos-xmonad
|
|
main-is: Main.hs
|
|
-- other-modules:
|
|
other-extensions: TypeSynonymInstances, MultiParamTypeClasses
|
|
build-depends: base
|
|
, xmonad
|
|
, deepseq
|
|
, xmonad-contrib
|
|
, xmonad-extras
|
|
default-language: Haskell2010
|