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:
parent
ccc70f62e4
commit
f361a743b6
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ Library
|
||||||
bytestring >= 0.9, zip-archive >= 0.1.1,
|
bytestring >= 0.9, zip-archive >= 0.1.1,
|
||||||
utf8-string >= 0.3, old-time >= 1
|
utf8-string >= 0.3, old-time >= 1
|
||||||
if impl(ghc >= 6.10)
|
if impl(ghc >= 6.10)
|
||||||
Build-depends: base >= 4, syb
|
Build-depends: base >= 4 && < 5, syb
|
||||||
else
|
else
|
||||||
Build-depends: base >= 3 && < 4
|
Build-depends: base >= 3 && < 4
|
||||||
if flag(highlighting)
|
if flag(highlighting)
|
||||||
|
|
Loading…
Reference in a new issue