forked from colonelpanic/dotfiles
[XMonad] Improve xmonad build
...Though it is still quite broken
This commit is contained in:
parent
7f2c2f8d62
commit
1560d01cfa
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user