xmonad-config/xmonad-config.cabal

32 lines
848 B
Plaintext

cabal-version: >=1.10
name: xmonad-config
version: 0.9.9.9
-- 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:
-- other-extensions:
build-depends: base >=4.13 && <4.14
, X11
, directory
, filepath
, mtl
, unix
, xmonad
, xmonad-contrib
, xmonad-extras
hs-source-dirs: .
, lib
default-language: Haskell2010