From 61e3488be86e7b11916bf23b4a0bc3826570e5df Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Thu, 10 Jul 2014 03:32:55 +0200 Subject: clean up cabal file and drop support for base < 3 Ignore-this: 76b142e2b114604feac9b8e41cf71ab darcs-hash:20140710013255-1499c-acdb8dd8d3e7d6ec601f5d6c24b37df7260f84ff.gz --- xmonad-contrib.cabal | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) (limited to 'xmonad-contrib.cabal') diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 3b8d060..cd77fa2 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -45,9 +45,6 @@ source-repository head location: http://code.haskell.org/XMonadContrib -flag small_base - description: Choose the new smaller, split-up base package. - flag use_xft description: Use Xft to render text @@ -56,30 +53,27 @@ flag testing default: False library - if flag(small_base) - build-depends: base >= 3 && < 5, - containers, - directory, - extensible-exceptions, - old-locale, - old-time, - process, - random - else - build-depends: base < 3 + build-depends: base >= 3 && < 5, + containers, + directory, + extensible-exceptions, + old-locale, + old-time, + process, + random, + mtl >= 1 && < 3, + unix, + X11>=1.6.1 && < 1.7, + xmonad>=0.12 && < 0.13, + utf8-string if flag(use_xft) - build-depends: X11-xft >= 0.2, utf8-string - extensions: ForeignFunctionInterface + build-depends: X11-xft >= 0.2 cpp-options: -DXFT - build-depends: mtl >= 1 && < 3, unix, X11>=1.6.1 && < 1.7, xmonad>=0.12 && < 0.13, utf8-string - if true ghc-options: -fwarn-tabs -Wall - extensions: ForeignFunctionInterface - if flag(testing) ghc-options: -fwarn-tabs -Werror -- cgit v1.2.3