Bump syb version to < 0.5.
This commit is contained in:
parent
06817e1118
commit
4e2e088feb
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue