summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-03-14 13:19:58 -0400
committerJasper Van der Jeugt <m@jaspervdj.be>2018-03-14 13:19:58 -0400
commit26bc5044643afd66af6cae90f57f278cae96d102 (patch)
treea42c572335be33e4f26ec67c76efb725f1eaf45c /hakyll.cabal
parent84be1e5c99defeed5aa4a1234703cb1fe02efd60 (diff)
downloadhakyll-26bc5044643afd66af6cae90f57f278cae96d102.tar.gz
Bump resourcet to 1.2 in test section
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index c934c26..93b213b 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -277,7 +277,7 @@ Test-suite hakyll-tests
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
- resourcet >= 1.1 && < 1.2,
+ resourcet >= 1.1 && < 1.3,
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,