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 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 name: xmonad-config
version: 0.9.9.9 version: 0.9.9.9
-- synopsis: -- synopsis:
-- description: -- description:
-- bug-reports: -- bug-reports:
-- license: license: AGPL-3.0-or-later
license-file: AGPLv3
author: EEva (JPotier) author: EEva (JPotier)
maintainer: jpo.contributes.to.nixos@marvid.fr maintainer: jpo.contributes.to.nixos@marvid.fr
-- copyright: -- copyright:
@ -17,13 +13,19 @@ maintainer: jpo.contributes.to.nixos@marvid.fr
build-type: Simple build-type: Simple
extra-source-files: CHANGELOG.md extra-source-files: CHANGELOG.md
executable xmonad-config executable xmonad
main-is: xmonad.hs main-is: xmonad.hs
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base >=4.13 && <4.14 build-depends: base >=4.13 && <4.14
, X11
, directory
, filepath
, mtl
, unix
, xmonad , xmonad
, xmonad-contrib , xmonad-contrib
, xmonad-extras , xmonad-extras
hs-source-dirs: lib hs-source-dirs: .
, lib
default-language: Haskell2010 default-language: Haskell2010