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
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