From 5be89b24e1656915cd3eec253e175d28108e2dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 16 Jul 2022 14:21:40 +0200 Subject: [PATCH] fix some stack build warnings --- xmonad-custom.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xmonad-custom.cabal b/xmonad-custom.cabal index eb8e8fb..6f918fe 100644 --- a/xmonad-custom.cabal +++ b/xmonad-custom.cabal @@ -1,5 +1,6 @@ name: xmonad-custom version: 1.0 +build-type: Simple cabal-version: 1.12 flag pedantic @@ -8,11 +9,12 @@ flag pedantic manual: True library - exposed-modules: XMonad.Custom.UniversitySetup + exposed-modules: XMonad.Custom.BindingUtils XMonad.Custom.BasicKeyBindings - XMonad.Custom.BindingUtils + XMonad.Custom.UniversitySetup hs-source-dirs: src ghc-options: -funbox-strict-fields -Wall -Wno-unused-do-bind build-depends: base , xmonad , ghc + default-language: Haskell2010