summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2017-12-18 19:29:19 +0100
committerGitHub <noreply@github.com>2017-12-18 19:29:19 +0100
commit7634b44e4ad9f6a0ba77c377eb1ee43085687789 (patch)
treececb9fb9c2120c18b7856e5a851c544ec4e9ed6b /hakyll.cabal
parent39b247ee9208fbbb2f183ddf5d0db98772a51b3e (diff)
downloadhakyll-7634b44e4ad9f6a0ba77c377eb1ee43085687789.tar.gz
Build on CircleCI
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal128
1 files changed, 64 insertions, 64 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 2eaab3d..df0509f 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -153,38 +153,38 @@ Library
Paths_hakyll
Build-Depends:
- base >= 4.8 && < 5,
- binary >= 0.5 && < 0.9,
- blaze-html >= 0.5 && < 0.10,
- blaze-markup >= 0.5.1 && < 0.9,
- bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.8,
- deepseq >= 1.3 && < 1.5,
- directory >= 1.0 && < 1.4,
- filepath >= 1.0 && < 1.5,
- lrucache >= 1.1.1 && < 1.3,
- mtl >= 1 && < 2.3,
- network >= 2.6 && < 2.7,
- network-uri >= 2.6 && < 2.7,
- pandoc >= 2.0.5 && < 2.1,
- pandoc-citeproc >= 0.12 && < 0.13,
- 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,
- scientific >= 0.3.4 && < 0.4,
- tagsoup >= 0.13.1 && < 0.15,
- text >= 0.11 && < 1.3,
- time >= 1.8 && < 1.9,
- time-locale-compat >= 0.1 && < 0.2,
- unordered-containers >= 0.2 && < 0.3,
- vector >= 0.11 && < 0.13,
- yaml >= 0.8.11 && < 0.9,
- optparse-applicative >= 0.12 && < 0.15
+ base >= 4.8 && < 5,
+ binary >= 0.5 && < 0.9,
+ blaze-html >= 0.5 && < 0.10,
+ blaze-markup >= 0.5.1 && < 0.9,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.3 && < 0.6,
+ cryptohash >= 0.7 && < 0.12,
+ data-default >= 0.4 && < 0.8,
+ deepseq >= 1.3 && < 1.5,
+ directory >= 1.0 && < 1.4,
+ filepath >= 1.0 && < 1.5,
+ lrucache >= 1.1.1 && < 1.3,
+ mtl >= 1 && < 2.3,
+ network >= 2.6 && < 2.7,
+ network-uri >= 2.6 && < 2.7,
+ pandoc >= 2.0.5 && < 2.1,
+ pandoc-citeproc >= 0.12.1.1 && < 0.13,
+ 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,
+ scientific >= 0.3.4 && < 0.4,
+ tagsoup >= 0.13.1 && < 0.15,
+ text >= 0.11 && < 1.3,
+ time >= 1.8 && < 1.9,
+ time-locale-compat >= 0.1 && < 0.2,
+ unordered-containers >= 0.2 && < 0.3,
+ vector >= 0.11 && < 0.13,
+ yaml >= 0.8.11 && < 0.9,
+ optparse-applicative >= 0.12 && < 0.15
If flag(previewServer)
Build-depends:
@@ -248,38 +248,38 @@ Test-suite hakyll-tests
tasty-hunit >= 0.9 && < 0.10,
tasty-quickcheck >= 0.8 && < 0.10,
-- Copy pasted from hakyll dependencies:
- base >= 4.8 && < 5,
- binary >= 0.5 && < 0.9,
- blaze-html >= 0.5 && < 0.10,
- blaze-markup >= 0.5.1 && < 0.9,
- bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.8,
- deepseq >= 1.3 && < 1.5,
- directory >= 1.0 && < 1.4,
- filepath >= 1.0 && < 1.5,
- lrucache >= 1.1.1 && < 1.3,
- mtl >= 1 && < 2.3,
- network >= 2.6 && < 2.7,
- network-uri >= 2.6 && < 2.7,
- pandoc >= 2.0.5 && < 2.1,
- pandoc-citeproc >= 0.12 && < 0.13,
- 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,
- scientific >= 0.3.4 && < 0.4,
- tagsoup >= 0.13.1 && < 0.15,
- text >= 0.11 && < 1.3,
- time >= 1.8 && < 1.9,
- time-locale-compat >= 0.1 && < 0.2,
- unordered-containers >= 0.2 && < 0.3,
- vector >= 0.11 && < 0.13,
- yaml >= 0.8.11 && < 0.9,
- optparse-applicative >= 0.12 && < 0.15
+ base >= 4.8 && < 5,
+ binary >= 0.5 && < 0.9,
+ blaze-html >= 0.5 && < 0.10,
+ blaze-markup >= 0.5.1 && < 0.9,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.3 && < 0.6,
+ cryptohash >= 0.7 && < 0.12,
+ data-default >= 0.4 && < 0.8,
+ deepseq >= 1.3 && < 1.5,
+ directory >= 1.0 && < 1.4,
+ filepath >= 1.0 && < 1.5,
+ lrucache >= 1.1.1 && < 1.3,
+ mtl >= 1 && < 2.3,
+ network >= 2.6 && < 2.7,
+ network-uri >= 2.6 && < 2.7,
+ pandoc >= 2.0.5 && < 2.1,
+ pandoc-citeproc >= 0.12.1.1 && < 0.13,
+ 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,
+ scientific >= 0.3.4 && < 0.4,
+ tagsoup >= 0.13.1 && < 0.15,
+ text >= 0.11 && < 1.3,
+ time >= 1.8 && < 1.9,
+ time-locale-compat >= 0.1 && < 0.2,
+ unordered-containers >= 0.2 && < 0.3,
+ vector >= 0.11 && < 0.13,
+ yaml >= 0.8.11 && < 0.9,
+ optparse-applicative >= 0.12 && < 0.15
If flag(previewServer)
Build-depends: