Bump upper-bounds for network-uri, time.
Change stack.yaml to use lts-17.12.
This commit is contained in:
parent
8c9f0a62c1
commit
971a31b4d8
2 changed files with 4 additions and 10 deletions
|
@ -473,7 +473,7 @@ library
|
||||||
jira-wiki-markup >= 1.3.4 && < 1.4,
|
jira-wiki-markup >= 1.3.4 && < 1.4,
|
||||||
mtl >= 2.2 && < 2.3,
|
mtl >= 2.2 && < 2.3,
|
||||||
network >= 2.6,
|
network >= 2.6,
|
||||||
network-uri >= 2.6 && < 2.7,
|
network-uri >= 2.6 && < 2.8,
|
||||||
pandoc-types >= 1.22 && < 1.23,
|
pandoc-types >= 1.22 && < 1.23,
|
||||||
parsec >= 3.1 && < 3.2,
|
parsec >= 3.1 && < 3.2,
|
||||||
process >= 1.2.3 && < 1.7,
|
process >= 1.2.3 && < 1.7,
|
||||||
|
@ -489,7 +489,7 @@ library
|
||||||
texmath >= 0.12.3 && < 0.12.4,
|
texmath >= 0.12.3 && < 0.12.4,
|
||||||
text >= 1.1.1.0 && < 1.3,
|
text >= 1.1.1.0 && < 1.3,
|
||||||
text-conversions >= 0.3 && < 0.4,
|
text-conversions >= 0.3 && < 0.4,
|
||||||
time >= 1.5 && < 1.10,
|
time >= 1.5 && < 1.12,
|
||||||
unicode-transforms >= 0.3 && < 0.4,
|
unicode-transforms >= 0.3 && < 0.4,
|
||||||
unordered-containers >= 0.2 && < 0.3,
|
unordered-containers >= 0.2 && < 0.3,
|
||||||
xml >= 1.3.12 && < 1.4,
|
xml >= 1.3.12 && < 1.4,
|
||||||
|
@ -764,7 +764,7 @@ test-suite test-pandoc
|
||||||
tasty-lua >= 0.2 && < 0.3,
|
tasty-lua >= 0.2 && < 0.3,
|
||||||
tasty-quickcheck >= 0.8 && < 0.11,
|
tasty-quickcheck >= 0.8 && < 0.11,
|
||||||
text >= 1.1.1.0 && < 1.3,
|
text >= 1.1.1.0 && < 1.3,
|
||||||
time >= 1.5 && < 1.10,
|
time >= 1.5 && < 1.12,
|
||||||
xml >= 1.3.12 && < 1.4,
|
xml >= 1.3.12 && < 1.4,
|
||||||
zip-archive >= 0.2.3.4 && < 0.5
|
zip-archive >= 0.2.3.4 && < 0.5
|
||||||
other-modules: Tests.Old
|
other-modules: Tests.Old
|
||||||
|
|
|
@ -9,17 +9,11 @@ packages:
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- hslua-1.3.0
|
- hslua-1.3.0
|
||||||
- hslua-module-path-0.1.0
|
- hslua-module-path-0.1.0
|
||||||
- jira-wiki-markup-1.3.4
|
|
||||||
- skylighting-core-0.10.5.1
|
|
||||||
- skylighting-0.10.5.1
|
|
||||||
- doclayout-0.3.0.2
|
|
||||||
- random-1.2.0
|
- random-1.2.0
|
||||||
- xml-conduit-1.9.1.1
|
|
||||||
- unicode-collation-0.1.3
|
- unicode-collation-0.1.3
|
||||||
- texmath-0.12.3
|
|
||||||
- citeproc-0.4
|
- citeproc-0.4
|
||||||
ghc-options:
|
ghc-options:
|
||||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||||
resolver: lts-17.5
|
resolver: lts-17.12
|
||||||
nix:
|
nix:
|
||||||
packages: [zlib]
|
packages: [zlib]
|
||||||
|
|
Loading…
Add table
Reference in a new issue