From cc119c89d51f4fbb2aa07aa8c022c90f7134d1b2 Mon Sep 17 00:00:00 2001 From: "EEva (JPotier)" Date: Sat, 7 Mar 2020 19:39:40 +0200 Subject: [PATCH] Moar fufture? --- xmonad-config.cabal | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/xmonad-config.cabal b/xmonad-config.cabal index cbc8880..7de6498 100644 --- a/xmonad-config.cabal +++ b/xmonad-config.cabal @@ -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