xmonad-config/xmonad-config.cabal

30 lines
834 B
Plaintext

cabal-version: >=1.10
-- Initial package description 'xmonad-config.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: xmonad-config
version: 0.9.9.9
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: AGPLv3
author: EEva (JPotier)
maintainer: jpo.contributes.to.nixos@marvid.fr
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
executable xmonad-config
main-is: xmonad.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && <4.14
, xmonad
, xmonad-contrib
, xmonad-extras
hs-source-dirs: lib
default-language: Haskell2010