[XMonad] Improve xmonad build

...Though it is still quite broken
This commit is contained in:
Ivan Malison 2016-10-13 00:07:02 -07:00
parent 7f2c2f8d62
commit 1560d01cfa
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,9 @@ executable imalison-xmonad
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.10,
xmonad-contrib>=0.12
xmonad-contrib>=0.12,
X11>=1.6.1.2,
xmonad>=0.12,
taffybar>=0.4.6
hs-source-dirs: .
default-language: Haskell2010

View File

@ -6,7 +6,6 @@ extra-deps:
- xmonad-contrib-0.12
- taffybar-0.4.6
- gtk-traymanager-0.1.6
- gtk2hs-buildtools
resolver: lts-7.0
# For advanced use and comprehensive documentation of the format, please see:
# http://docs.haskellstack.org/en/stable/yaml_configuration/