fix some stack build warnings
This commit is contained in:
parent
e7f20938f2
commit
5be89b24e1
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue