Added upper version limit to base in cabal file.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1590 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2009-07-04 07:27:17 +00:00
parent ccc70f62e4
commit f361a743b6

View file

@ -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)