fix some stack build warnings

This commit is contained in:
Maximilian Keßler 2022-07-16 14:21:40 +02:00
parent e7f20938f2
commit 5be89b24e1

View file

@ -1,5 +1,6 @@
name: xmonad-custom name: xmonad-custom
version: 1.0 version: 1.0
build-type: Simple
cabal-version: 1.12 cabal-version: 1.12
flag pedantic flag pedantic
@ -8,11 +9,12 @@ flag pedantic
manual: True manual: True
library library
exposed-modules: XMonad.Custom.UniversitySetup exposed-modules: XMonad.Custom.BindingUtils
XMonad.Custom.BasicKeyBindings XMonad.Custom.BasicKeyBindings
XMonad.Custom.BindingUtils XMonad.Custom.UniversitySetup
hs-source-dirs: src hs-source-dirs: src
ghc-options: -funbox-strict-fields -Wall -Wno-unused-do-bind ghc-options: -funbox-strict-fields -Wall -Wno-unused-do-bind
build-depends: base build-depends: base
, xmonad , xmonad
, ghc , ghc
default-language: Haskell2010