xmonad-custom/xmonad-custom.cabal

34 lines
1.1 KiB
Plaintext

name: xmonad-custom
version: 1.0
build-type: Simple
cabal-version: 1.12
flag pedantic
description: Be pedantic (-Werror and the like)
default: False
manual: True
library
exposed-modules: XMonad.Custom.BindingUtils
XMonad.Custom.BasicKeyBindings
XMonad.Custom.SystemKeyBindings
XMonad.Custom.AudioKeyBindings
XMonad.Custom.ProgramWorkspaces
XMonad.Custom.UniversitySetup
XMonad.Custom.Layout
XMonad.Custom.Prompt
XMonad.Custom.Workspaces
XMonad.Custom.Modifiers
XMonad.Custom.NumberWorkspaces
XMonad.Custom.WorkspaceNames
XMonad.Custom.TopicSpace
hs-source-dirs: src
ghc-options: -funbox-strict-fields -Wall -Wno-unused-do-bind
build-depends: base
, xmonad
, xmonad-contrib
, ghc
, X11
, containers
default-language: Haskell2010