36 lines
1,018 B
Text
36 lines
1,018 B
Text
cabal-version: >=1.10
|
|
|
|
name: xmonad-config
|
|
version: 0.10.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
-- bug-reports:
|
|
license: AGPL-3.0-or-later
|
|
author: EEva (JPotier)
|
|
maintainer: jpo.contributes.to.nixos@marvid.fr
|
|
-- copyright:
|
|
-- category:
|
|
build-type: Simple
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
executable xmonad
|
|
main-is: xmonad.hs
|
|
other-modules: KeyBindings
|
|
, MouseBindings
|
|
, Nord
|
|
, Password
|
|
, Projects
|
|
, Scratchpad
|
|
-- other-extensions:
|
|
build-depends: base
|
|
, X11
|
|
, directory
|
|
, filepath
|
|
, mtl
|
|
, unix
|
|
, xmonad
|
|
, xmonad-contrib
|
|
, xmonad-extras
|
|
hs-source-dirs: .
|
|
, lib
|
|
default-language: Haskell2010
|