Change executable name and add X11 dependency

This commit is contained in:
♥ Minnie ♥ 2024-07-26 08:47:20 +08:00
parent 83990a7d42
commit baa1449e77
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -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