xmonad-config/xmonad-config.cabal

37 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-03-07 18:14:17 +01:00
cabal-version: >=1.10
name: xmonad-config
2020-03-28 16:41:16 +01:00
version: 0.10.0.0
2020-03-07 18:14:17 +01:00
-- synopsis:
-- description:
-- bug-reports:
2020-03-07 18:39:40 +01:00
license: AGPL-3.0-or-later
2020-03-07 18:14:17 +01:00
author: EEva (JPotier)
maintainer: jpo.contributes.to.nixos@marvid.fr
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
2020-03-07 18:39:40 +01:00
executable xmonad
2020-03-10 14:42:24 +01:00
main-is: xmonad.hs
other-modules: KeyBindings
, MouseBindings
, Nord
, Password
, Projects
, Scratchpad
2020-03-07 18:14:17 +01:00
-- other-extensions:
build-depends: base >=4.13 && <4.14
2020-03-07 18:39:40 +01:00
, X11
, directory
, filepath
, mtl
, unix
2020-03-07 18:14:17 +01:00
, xmonad
, xmonad-contrib
, xmonad-extras
2020-03-07 18:39:40 +01:00
hs-source-dirs: .
, lib
2020-03-07 18:14:17 +01:00
default-language: Haskell2010