diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2018-03-14 13:19:58 -0400 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2018-03-14 13:19:58 -0400 |
| commit | 26bc5044643afd66af6cae90f57f278cae96d102 (patch) | |
| tree | a42c572335be33e4f26ec67c76efb725f1eaf45c | |
| parent | 84be1e5c99defeed5aa4a1234703cb1fe02efd60 (diff) | |
| download | hakyll-26bc5044643afd66af6cae90f57f278cae96d102.tar.gz | |
Bump resourcet to 1.2 in test section
| -rw-r--r-- | hakyll.cabal | 2 |
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, |
