[XMonad] Add hostname as a dependency

This commit is contained in:
Ivan Malison 2016-11-30 17:19:39 -06:00
parent aab61f5b36
commit 802a0d8ce1
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -18,6 +18,7 @@ executable imalison-xmonad
xmonad-contrib>=0.12,
X11>=1.6.1.2,
gtk-traymanager>=0.1.6,
-- I use a custom version
xmonad>=0.12,
-- I use a custom version
taffybar>=0.4.6,
@ -27,6 +28,7 @@ executable imalison-xmonad
containers>=0.5.7.1,
directory>=1.2.6.2,
filepath>=1.4.1.0,
multimap>=1.2.1
multimap>=1.2.1,
hostname>=1.0
hs-source-dirs: .
default-language: Haskell2010