From ec12baa789f06565ea3aecfb6921b0b01cf2a0ab Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Fri, 28 Jan 2011 15:57:20 +0100 Subject: [PATCH] Adopt for ghc-6.12 --- cabal-query.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal-query.cabal b/cabal-query.cabal index a0c5eda..4e6d4cf 100644 --- a/cabal-query.cabal +++ b/cabal-query.cabal @@ -22,8 +22,8 @@ library Distribution.Query.Types hs-source-dirs: src ghc-options: -Wall -fno-warn-orphans - build-depends: base >= 4 && < 5, template-haskell, derive, Cabal >= 1.6 && < 1.7, - MissingH, uniplate, bytestring, tar, ghc >= 6.10 && < 6.11 + build-depends: base >= 4 && < 5, template-haskell, derive, Cabal >= 1.6 && < 1.9, + MissingH, uniplate, bytestring, tar, ghc >= 6.10 && < 7 source-repository head type: git