summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal24
1 files changed, 12 insertions, 12 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index bba593c..8f2f63d 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -28,18 +28,18 @@ library
ghc-options: -Wall
hs-source-dirs: src
build-depends: base >= 4 && < 5,
- filepath >= 1.1,
- directory >= 1,
- containers >= 0.1,
- pandoc >= 1,
- regex-base >= 0.83,
- regex-tdfa >= 0.92,
- network >= 2,
- mtl >= 1.1,
- old-locale >= 1,
- old-time >= 1,
- time >= 1,
- binary >= 0.5
+ filepath == 1.1.*,
+ directory == 1.0.*,
+ containers == 0.3.*,
+ pandoc == 1.5.*,
+ regex-base == 0.93.*,
+ regex-tdfa == 1.1.*,
+ network == 2.2.*,
+ mtl == 1.1.*,
+ old-locale == 1.0.*,
+ old-time == 1.0.*,
+ time == 1.2.*,
+ binary == 0.5.*
exposed-modules: Network.Hakyll.SimpleServer
Text.Hakyll
Text.Hakyll.Context