Bump directory upper bound to <1.3
directory-1.2 is in ghc 7.6
This commit is contained in:
parent
92c7029492
commit
77ccdf59f5
1 changed files with 3 additions and 3 deletions
|
@ -205,7 +205,7 @@ Library
|
|||
network >= 2 && < 2.4,
|
||||
filepath >= 1.1 && < 1.4,
|
||||
process >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.3,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
zip-archive >= 0.1.1.7 && < 0.2,
|
||||
utf8-string >= 0.3 && < 0.4,
|
||||
|
@ -317,7 +317,7 @@ Executable pandoc
|
|||
network >= 2 && < 2.4,
|
||||
filepath >= 1.1 && < 1.4,
|
||||
process >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.3,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
zip-archive >= 0.1.1.7 && < 0.2,
|
||||
utf8-string >= 0.3 && < 0.4,
|
||||
|
@ -386,7 +386,7 @@ Test-Suite test-pandoc
|
|||
pandoc-types >= 1.10 && < 1.11,
|
||||
utf8-string >= 0.3 && < 0.4,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
directory >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.3,
|
||||
filepath >= 1.1 && < 1.4,
|
||||
process >= 1 && < 1.2,
|
||||
Diff,
|
||||
|
|
Loading…
Reference in a new issue