Change executable name and add X11 dependency
This commit is contained in:
parent
83990a7d42
commit
baa1449e77
|
@ -8,11 +8,12 @@ author: sajenim
|
|||
maintainer: its.jassy@pm.me
|
||||
build-type: Simple
|
||||
|
||||
executable xmonad-config
|
||||
executable xmonad
|
||||
main-is: xmonad.hs
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
build-depends: base,
|
||||
X11,
|
||||
xmonad,
|
||||
xmonad-contrib
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Reference in a new issue