Moar fufture?

This commit is contained in:
EEva (JPotier) 2020-03-07 19:39:40 +02:00
parent 34ebd77a58
commit cc119c89d5
1 changed files with 9 additions and 7 deletions

View File

@ -1,15 +1,11 @@
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
license: AGPL-3.0-or-later
author: EEva (JPotier)
maintainer: jpo.contributes.to.nixos@marvid.fr
-- copyright:
@ -17,13 +13,19 @@ maintainer: jpo.contributes.to.nixos@marvid.fr
build-type: Simple
extra-source-files: CHANGELOG.md
executable xmonad-config
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
hs-source-dirs: .
, lib
default-language: Haskell2010