mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
Use configurations
This commit is contained in:
@@ -9,11 +9,22 @@ license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Spencer Janssen
|
||||
maintainer: sjanssen@cse.unl.edu
|
||||
build-depends: base>=2.0, mtl, unix, X11==1.3.0, xmonad==0.4
|
||||
extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
|
||||
scripts/xinitrc scripts/xmonad-acpi.c
|
||||
scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs
|
||||
tests/tests_XPrompt.hs
|
||||
cabal-version: >= 1.2
|
||||
|
||||
flag small_base
|
||||
description: Choose the new smaller, split-up base package.
|
||||
|
||||
library
|
||||
if flag(small_base)
|
||||
build-depends: base >= 3, containers, directory, process, random
|
||||
else
|
||||
build-depends: base < 3
|
||||
|
||||
build-depends: mtl, unix, X11==1.3.0, xmonad==0.4
|
||||
ghc-options: -Wall
|
||||
exposed-modules: XMonad.Actions.Commands
|
||||
XMonad.Actions.ConstrainedResize
|
||||
@@ -48,7 +59,7 @@ exposed-modules: XMonad.Actions.Commands
|
||||
XMonad.Hooks.XPropManage
|
||||
XMonad.Layout.Accordion
|
||||
XMonad.Layout.Circle
|
||||
XMonad.Layout.Combo
|
||||
-- XMonad.Layout.Combo
|
||||
XMonad.Layout.Dishes
|
||||
XMonad.Layout.DragPane
|
||||
XMonad.Layout.Grid
|
||||
|
Reference in New Issue
Block a user