tv xmonad: reformat build-depends
This commit is contained in:
parent
33dc22d222
commit
4fc6487f63
@ -9,19 +9,19 @@ cabal-version: >=1.10
|
|||||||
executable xmonad
|
executable xmonad
|
||||||
main-is: main.hs
|
main-is: main.hs
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson,
|
base
|
||||||
base,
|
, X11
|
||||||
bytestring,
|
, aeson
|
||||||
containers,
|
, bytestring
|
||||||
directory,
|
, containers
|
||||||
extra,
|
, directory
|
||||||
filepath,
|
, extra
|
||||||
template-haskell,
|
, filepath
|
||||||
th-env,
|
, template-haskell
|
||||||
unix,
|
, th-env
|
||||||
X11,
|
, unix
|
||||||
xmonad,
|
, xmonad
|
||||||
xmonad-contrib
|
, xmonad-contrib
|
||||||
other-modules:
|
other-modules:
|
||||||
Shutdown
|
Shutdown
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
Reference in New Issue
Block a user