2019-11-09 17:14:52 +01:00
|
|
|
cabal-version: 2.4
|
2019-10-24 02:20:38 +02:00
|
|
|
-- 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
|
2019-11-12 00:49:27 +01:00
|
|
|
other-extensions:
|
|
|
|
MultiParamTypeClasses
|
|
|
|
, TypeSynonymInstances
|
|
|
|
other-modules:
|
|
|
|
BoringWindows
|
|
|
|
, FloatKeys
|
|
|
|
, NixCommands
|
|
|
|
, SolarizedLight
|
|
|
|
, SubLayouts
|
|
|
|
, TabbedFix
|
|
|
|
|
2019-10-24 02:20:38 +02:00
|
|
|
build-depends: base
|
|
|
|
, xmonad
|
2019-11-09 17:14:52 +01:00
|
|
|
, containers
|
2019-10-24 02:20:38 +02:00
|
|
|
, deepseq
|
|
|
|
, xmonad-contrib
|
|
|
|
, xmonad-extras
|
|
|
|
default-language: Haskell2010
|