summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHexirp <Hexirp@users.noreply.github.com>2020-02-26 20:20:43 +0900
committerGitHub <noreply@github.com>2020-02-26 12:20:43 +0100
commitdb5fa4125522e4fbd55b8e194fe8a8dd6fd0f535 (patch)
treeb9bcd57a13e7bdbb3c7f0b61bd5726f85e1d2209
parentd291036c93d0258dcd8a2172004c9b8449a8a824 (diff)
downloadhakyll-db5fa4125522e4fbd55b8e194fe8a8dd6fd0f535.tar.gz
Clean stack.yaml
I bump stack resolver version to lts-13.30. And I clean the extra-deps field because those packages are already included in lts-13.30.
-rw-r--r--stack.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index 36891d2..f45f08e 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -23,5 +23,6 @@ build:
haddock-deps: false
extra-deps:
+- 'lrucache-1.2.0.1'
- 'http2-1.6.5'
- 'warp-3.2.28'