mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 11:16:33 +00:00
Bump syb version to < 0.5.
This commit is contained in:
+3
-3
@@ -211,7 +211,7 @@ Flag embed_data_files
|
||||
|
||||
Library
|
||||
Build-Depends: base >= 4.2 && <5,
|
||||
syb >= 0.1 && < 0.4,
|
||||
syb >= 0.1 && < 0.5,
|
||||
containers >= 0.1 && < 0.6,
|
||||
parsec >= 3.1 && < 3.2,
|
||||
mtl >= 1.1 && < 2.2,
|
||||
@@ -367,7 +367,7 @@ Test-Suite test-pandoc
|
||||
Main-Is: test-pandoc.hs
|
||||
Hs-Source-Dirs: tests
|
||||
Build-Depends: base >= 4.2 && < 5,
|
||||
syb >= 0.1 && < 0.4,
|
||||
syb >= 0.1 && < 0.5,
|
||||
pandoc,
|
||||
pandoc-types >= 1.10 && < 1.11,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
@@ -416,7 +416,7 @@ benchmark benchmark-pandoc
|
||||
Hs-Source-Dirs: benchmark
|
||||
Build-Depends: pandoc,
|
||||
base >= 4.2 && < 5,
|
||||
syb >= 0.1 && < 0.4,
|
||||
syb >= 0.1 && < 0.5,
|
||||
criterion >= 0.5 && < 0.7,
|
||||
json >= 0.4 && < 0.8
|
||||
if impl(ghc >= 7.0.1)
|
||||
|
||||
Reference in New Issue
Block a user