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