summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorAdam Bergmark <adam@bergmark.nl>2015-08-01 16:28:13 +0200
committerAdam Bergmark <adam@bergmark.nl>2015-08-01 16:30:20 +0200
commit0e2083a5af2e75f3d2680334d935a606e4785851 (patch)
treed730db9fb20813508028424185d4a5dcf865c070 /hakyll.cabal
parent11bd56b316d1c8574baa1b511ae8a49b4b7911bc (diff)
downloadhakyll-0e2083a5af2e75f3d2680334d935a606e4785851.tar.gz
Format dependencies
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal54
1 files changed, 27 insertions, 27 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 2c28b7e..7841e06 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -140,33 +140,33 @@ Library
Paths_hakyll
Build-Depends:
- base >= 4 && < 5,
- binary >= 0.5 && < 0.8,
- blaze-html >= 0.5 && < 0.9,
- blaze-markup >= 0.5.1 && < 0.8,
- bytestring >= 0.9 && < 0.11,
- cmdargs >= 0.10 && < 0.11,
- containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.6,
- deepseq >= 1.3 && < 1.5,
- directory >= 1.0 && < 1.3,
- 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 >= 1.14 && < 1.16,
- pandoc-citeproc >= 0.4 && < 0.8,
- parsec >= 3.0 && < 3.2,
- process >= 1.0 && < 1.3,
- random >= 1.0 && < 1.2,
- regex-base >= 0.93 && < 0.94,
- regex-tdfa >= 1.1 && < 1.3,
- tagsoup >= 0.13.1 && < 0.14,
- text >= 0.11 && < 1.3,
- time >= 1.4 && < 1.6,
- time-locale-compat == 0.1.*
+ base >= 4 && < 5,
+ binary >= 0.5 && < 0.8,
+ blaze-html >= 0.5 && < 0.9,
+ blaze-markup >= 0.5.1 && < 0.8,
+ bytestring >= 0.9 && < 0.11,
+ cmdargs >= 0.10 && < 0.11,
+ containers >= 0.3 && < 0.6,
+ cryptohash >= 0.7 && < 0.12,
+ data-default >= 0.4 && < 0.6,
+ deepseq >= 1.3 && < 1.5,
+ directory >= 1.0 && < 1.3,
+ 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 >= 1.14 && < 1.16,
+ pandoc-citeproc >= 0.4 && < 0.8,
+ parsec >= 3.0 && < 3.2,
+ process >= 1.0 && < 1.3,
+ random >= 1.0 && < 1.2,
+ regex-base >= 0.93 && < 0.94,
+ regex-tdfa >= 1.1 && < 1.3,
+ tagsoup >= 0.13.1 && < 0.14,
+ text >= 0.11 && < 1.3,
+ time >= 1.4 && < 1.6,
+ time-locale-compat >= 0.1 && < 0.2
If flag(previewServer)
Build-depends: