31 lines
914 B
Text
31 lines
914 B
Text
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-extensions:
|
|
MultiParamTypeClasses
|
|
, TypeSynonymInstances
|
|
other-modules:
|
|
BoringWindows
|
|
, FloatKeys
|
|
, NixCommands
|
|
, SolarizedLight
|
|
, SubLayouts
|
|
, TabbedFix
|
|
|
|
build-depends: base
|
|
, xmonad
|
|
, containers
|
|
, deepseq
|
|
, xmonad-contrib
|
|
, xmonad-extras
|
|
default-language: Haskell2010
|