summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-03-13 20:19:13 -0400
committerJasper Van der Jeugt <m@jaspervdj.be>2018-03-13 20:19:13 -0400
commitfa44f2639c8a4ba78c5d065f9c91c5bf7b34968b (patch)
tree10407e2ed3d1dcd31178d414021889f14bd86980
parent61b0559c35c293bd720461baa6c0050ff9346aef (diff)
downloadhakyll-fa44f2639c8a4ba78c5d065f9c91c5bf7b34968b.tar.gz
Bump dependencies
- Bump pandoc-citeproc to 0.14 - Bump resourcet to 1.2 - Bump time to 1.9 - Bump http-types to 0.12 - Bump http-conduit to 2.3 - Bump tasty-quickcheck to 0.10
-rw-r--r--hakyll.cabal24
-rw-r--r--lib/Hakyll/Web/Pandoc/Binary.hs1
-rw-r--r--stack.yaml4
3 files changed, 15 insertions, 14 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 4413957..a195eea 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -176,17 +176,17 @@ Library
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 2.0.5 && < 2.2,
- pandoc-citeproc >= 0.13 && < 0.14,
+ pandoc-citeproc >= 0.14 && < 0.15,
parsec >= 3.0 && < 3.2,
process >= 1.6 && < 1.7,
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
- resourcet >= 1.1 && < 1.2,
+ resourcet >= 1.1 && < 1.3,
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
- time >= 1.8 && < 1.9,
+ time >= 1.8 && < 1.10,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
@@ -199,7 +199,7 @@ Library
wai >= 3.2 && < 3.3,
warp >= 3.2 && < 3.3,
wai-app-static >= 3.1 && < 3.2,
- http-types >= 0.9 && < 0.12,
+ http-types >= 0.9 && < 0.13,
fsnotify >= 0.2 && < 0.3
Cpp-options:
-DPREVIEW_SERVER
@@ -217,8 +217,8 @@ Library
If flag(checkExternal)
Build-depends:
- http-conduit >= 2.2 && < 2.3,
- http-types >= 0.7 && < 0.12
+ http-conduit >= 2.2 && < 2.4,
+ http-types >= 0.7 && < 0.13
Cpp-options:
-DCHECK_EXTERNAL
@@ -253,7 +253,7 @@ Test-suite hakyll-tests
QuickCheck >= 2.8 && < 2.12,
tasty >= 0.11 && < 1.1,
tasty-hunit >= 0.9 && < 0.11,
- tasty-quickcheck >= 0.8 && < 0.10,
+ tasty-quickcheck >= 0.8 && < 0.11,
-- Copy pasted from hakyll dependencies:
base >= 4.8 && < 5,
binary >= 0.5 && < 0.10,
@@ -271,7 +271,7 @@ Test-suite hakyll-tests
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 2.0.5 && < 2.2,
- pandoc-citeproc >= 0.13 && < 0.14,
+ pandoc-citeproc >= 0.14 && < 0.15,
parsec >= 3.0 && < 3.2,
process >= 1.6 && < 1.7,
random >= 1.0 && < 1.2,
@@ -281,7 +281,7 @@ Test-suite hakyll-tests
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
- time >= 1.8 && < 1.9,
+ time >= 1.8 && < 1.10,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
@@ -293,7 +293,7 @@ Test-suite hakyll-tests
wai >= 3.2 && < 3.3,
warp >= 3.2 && < 3.3,
wai-app-static >= 3.1 && < 3.2,
- http-types >= 0.9 && < 0.12,
+ http-types >= 0.9 && < 0.13,
fsnotify >= 0.2 && < 0.3
Cpp-options:
-DPREVIEW_SERVER
@@ -306,8 +306,8 @@ Test-suite hakyll-tests
If flag(checkExternal)
Build-depends:
- http-conduit >= 2.2 && < 2.3,
- http-types >= 0.7 && < 0.12
+ http-conduit >= 2.2 && < 2.4,
+ http-types >= 0.7 && < 0.13
Cpp-options:
-DCHECK_EXTERNAL
diff --git a/lib/Hakyll/Web/Pandoc/Binary.hs b/lib/Hakyll/Web/Pandoc/Binary.hs
index 3c5b5a3..deeaf08 100644
--- a/lib/Hakyll/Web/Pandoc/Binary.hs
+++ b/lib/Hakyll/Web/Pandoc/Binary.hs
@@ -28,5 +28,6 @@ instance Binary REF.CNum
instance Binary REF.Literal
instance Binary REF.RefDate
instance Binary REF.RefType
+instance Binary REF.Season
instance Binary STY.Agent
instance Binary STY.Formatted
diff --git a/stack.yaml b/stack.yaml
index d3128a4..539ceff 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-10.6
+resolver: lts-10.9
extra-package-dbs: []
flags:
@@ -12,7 +12,7 @@ packages:
- '.'
extra-deps:
- - 'pandoc-citeproc-0.13.0.1'
+ - 'pandoc-citeproc-0.14.1.5'
nix:
enable: false