@@ 36,18 36,18 @@ library
, Site
, Talks
ghc-options: -Wall
- build-depends: base >= 4.11.1 && < 4.13
+ build-depends: base >= 4.11.1 && < 4.14
, aeson >= 1.3.1.1 && < 1.5
, containers >= 0.5.11 && < 0.7
, data-default >= 0.7.1.1 && < 0.8
, filepath >= 1.4.2 && < 1.5
, formatting >= 6.3.6 && < 6.4
, hakyll >= 4.13 && < 4.14
- , lens >= 4.16.1 && < 4.18
- , monoidal-containers >= 0.4 && < 0.5
- , pandoc >= 2.2.1 && < 2.8
+ , lens >= 4.16.1 && < 4.19
+ , monoidal-containers >= 0.4 && < 0.7
+ , pandoc >= 2.2.1 && < 2.11
, text >= 1.2.3 && < 1.3
- , time >= 1.8.0 && < 1.9
+ , time >= 1.8.0 && < 1.10
, unordered-containers >= 0.2.9 && < 0.3
test-suite test
@@ 57,6 57,6 @@ test-suite test
default-language: Haskell2010
ghc-options: -Wall
other-modules: SiteSpec
- build-depends: base >= 4.11.1 && < 4.13
+ build-depends: base
, hspec >= 2.7.1 && < 2.8
, jackkelly-name