diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 112 |
1 files changed, 56 insertions, 56 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 4be61bc..5c02e55 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -165,44 +165,44 @@ Library Build-Depends: base >= 4.8 && < 5, - binary >= 0.5 && < 0.10, - blaze-html >= 0.5 && < 0.10, - blaze-markup >= 0.5.1 && < 0.9, - bytestring >= 0.9 && < 0.11, - containers >= 0.3 && < 0.7, - cryptonite >= 0.25 && < 0.27, - data-default >= 0.4 && < 0.8, - deepseq >= 1.3 && < 1.5, - directory >= 1.0 && < 1.4, - file-embed >= 0.0.10.1 && < 0.0.12, - filepath >= 1.0 && < 1.5, - lrucache >= 1.1.1 && < 1.3, - memory >= 0.14.18 && < 0.16, - mtl >= 1 && < 2.3, - network-uri >= 2.6 && < 2.7, - optparse-applicative >= 0.12 && < 0.16, - parsec >= 3.0 && < 3.2, - process >= 1.6 && < 1.7, - random >= 1.0 && < 1.2, - regex-tdfa >= 1.1 && < 1.4, - resourcet >= 1.1 && < 1.3, - scientific >= 0.3.4 && < 0.4, - tagsoup >= 0.13.1 && < 0.15, - template-haskell >= 2.14 && < 2.16, - text >= 0.11 && < 1.3, - time >= 1.8 && < 1.10, - time-locale-compat >= 0.1 && < 0.2, - unordered-containers >= 0.2 && < 0.3, - vector >= 0.11 && < 0.13, - yaml >= 0.8.11 && < 0.12 + binary >= 0.5, + blaze-html >= 0.5, + blaze-markup >= 0.5.1, + bytestring >= 0.9, + containers >= 0.3, + cryptonite >= 0.25, + data-default >= 0.4, + deepseq >= 1.3, + directory >= 1.0, + file-embed >= 0.0.10.1, + filepath >= 1.0, + lrucache >= 1.1.1, + memory >= 0.14.18, + mtl >= 1, + network-uri >= 2.6, + optparse-applicative >= 0.12, + parsec >= 3.0, + process >= 1.6, + random >= 1.0, + regex-tdfa >= 1.1, + resourcet >= 1.1, + scientific >= 0.3.4, + tagsoup >= 0.13.1, + template-haskell >= 2.14, + text >= 0.11, + time >= 1.8, + time-locale-compat >= 0.1, + unordered-containers >= 0.2, + vector >= 0.11, + yaml >= 0.8.11 If flag(previewServer) Build-depends: - wai >= 3.2 && < 3.3, - warp >= 3.2 && < 3.4, - wai-app-static >= 3.1 && < 3.2, - http-types >= 0.9 && < 0.13, - fsnotify >= 0.2 && < 0.4 + wai >= 3.2, + warp >= 3.2, + wai-app-static >= 3.1, + http-types >= 0.9, + fsnotify >= 0.2 Cpp-options: -DPREVIEW_SERVER Other-modules: @@ -211,7 +211,7 @@ Library If flag(watchServer) Build-depends: - fsnotify >= 0.2 && < 0.4 + fsnotify >= 0.2 Cpp-options: -DWATCH_SERVER Other-modules: @@ -219,8 +219,8 @@ Library If flag(checkExternal) Build-depends: - http-conduit >= 2.2 && < 2.4, - http-types >= 0.7 && < 0.13 + http-conduit >= 2.2, + http-types >= 0.7 Cpp-options: -DCHECK_EXTERNAL @@ -232,8 +232,8 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.0.5 && < 2.10, - pandoc-citeproc >= 0.14 && < 0.18 + pandoc >= 2.0.5, + pandoc-citeproc >= 0.14 Cpp-options: -DUSE_PANDOC @@ -265,18 +265,18 @@ Test-suite hakyll-tests Build-Depends: hakyll, - QuickCheck >= 2.8 && < 2.14, - tasty >= 0.11 && < 1.3, - tasty-hunit >= 0.9 && < 0.11, - tasty-quickcheck >= 0.8 && < 0.11, + QuickCheck >= 2.8, + tasty >= 0.11, + tasty-hunit >= 0.9, + tasty-quickcheck >= 0.8, -- Copy pasted from hakyll dependencies: - base >= 4.8 && < 5, - bytestring >= 0.9 && < 0.11, - containers >= 0.3 && < 0.7, - filepath >= 1.0 && < 1.5, - text >= 0.11 && < 1.3, - unordered-containers >= 0.2 && < 0.3, - yaml >= 0.8.11 && < 0.12 + base >= 4.8, + bytestring >= 0.9, + containers >= 0.3, + filepath >= 1.0, + text >= 0.11, + unordered-containers >= 0.2, + yaml >= 0.8.11 If flag(previewServer) Cpp-options: @@ -308,8 +308,8 @@ Executable hakyll-init Build-depends: hakyll, base >= 4 && < 5, - directory >= 1.0 && < 1.4, - filepath >= 1.0 && < 1.5 + directory >= 1.0, + filepath >= 1.0 Executable hakyll-website Main-is: site.hs @@ -325,6 +325,6 @@ Executable hakyll-website Build-depends: hakyll, base >= 4 && < 5, - directory >= 1.0 && < 1.4, - filepath >= 1.0 && < 1.5, - pandoc >= 2.0.5 && < 2.10 + directory >= 1.0, + filepath >= 1.0, + pandoc >= 2.0.5 |