dep versions
This commit is contained in:
parent
d037e75f34
commit
55a51464ee
1 changed files with 6 additions and 6 deletions
|
@ -20,9 +20,9 @@ executable make-pages
|
||||||
NamedFieldPuns,
|
NamedFieldPuns,
|
||||||
OverloadedStrings
|
OverloadedStrings
|
||||||
build-depends:
|
build-depends:
|
||||||
base ^>= 4.12.0.0,
|
base >= 4.12.0.0 && < 4.15,
|
||||||
containers ^>= 0.6.0.1,
|
containers ^>= 0.6.0.1,
|
||||||
time ^>= 1.8.0.2,
|
time >= 1.8.0.2 && < 1.10,
|
||||||
bytestring ^>= 0.10.8.2,
|
bytestring ^>= 0.10.8.2,
|
||||||
text ^>= 1.2.3.1,
|
text ^>= 1.2.3.1,
|
||||||
HsYAML ^>= 0.2.1.0,
|
HsYAML ^>= 0.2.1.0,
|
||||||
|
|
Loading…
Reference in a new issue