dotfiles/dotfiles/xmonad/imalison-xmonad.cabal
Ivan Malison 1560d01cfa
[XMonad] Improve xmonad build
...Though it is still quite broken
2016-10-13 00:07:02 -07:00

30 lines
1.0 KiB
Plaintext

-- Initial imalison-xmonad.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: imalison-xmonad
version: 0.1.0.0
synopsis: Ivan Malison's xmonad configuration.
-- description:
homepage: https://github.com/IvanMalison/dotfiles/tree/master/dotfiles/xmonad
license: GPL-3
license-file: LICENSE
author: Ivan Malison
maintainer: IvanMalison@gmail.com
-- copyright:
category: System
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable imalison-xmonad
main-is: xmonad.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.10,
xmonad-contrib>=0.12,
X11>=1.6.1.2,
xmonad>=0.12,
taffybar>=0.4.6
hs-source-dirs: .
default-language: Haskell2010