summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2013-05-28 02:35:31 +0200
committerDaniel Wagner <daniel@wagner-home.com>2013-05-28 02:35:31 +0200
commit9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd (patch)
tree7935f915d4cd57b6ebc14c438c6050845d18accf /xmonad.cabal
parentc98c1047d546353600d482c8ddc721d34c834125 (diff)
downloadmetatile-9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd.tar
metatile-9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd.zip
depend on data-default, and deprecate the monomorphic name defaultConfig
Ignore-this: 1e746731695df3b6f684d5463a3da6a4 darcs-hash:20130528003531-76d51-cb0d530829e7ad54445399456421f3fa7fe231df
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index d0a287f..f0c323f 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -58,7 +58,8 @@ library
else
build-depends: base < 3
build-depends: X11>=1.5 && < 1.7, mtl, unix,
- utf8-string >= 0.3 && < 0.4
+ utf8-string >= 0.3 && < 0.4,
+ data-default
if true
ghc-options: -funbox-strict-fields -Wall