From f361a743b69cc6091feb29eead1ac1929ff6ac3a Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 4 Jul 2009 07:27:17 +0000 Subject: Added upper version limit to base in cabal file. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1590 788f1e2b-df1e-0410-8736-df70ead52e1b --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index dfa5e91b3..0339a97fe 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -155,7 +155,7 @@ Library bytestring >= 0.9, zip-archive >= 0.1.1, utf8-string >= 0.3, old-time >= 1 if impl(ghc >= 6.10) - Build-depends: base >= 4, syb + Build-depends: base >= 4 && < 5, syb else Build-depends: base >= 3 && < 4 if flag(highlighting) -- cgit v1.2.3