From e6fca81be7c3b6f873b9c65e932dafaa9de2eb27 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 15 Jan 2019 18:45:28 +0530 Subject: [PATCH] Update to latest LTS Signed-off-by: Sanchayan Maity --- hakyll-site.cabal | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll-site.cabal b/hakyll-site.cabal index 937fca5..c91ed90 100644 --- a/hakyll-site.cabal +++ b/hakyll-site.cabal @@ -6,6 +6,6 @@ cabal-version: >= 1.10 executable site main-is: site.hs build-depends: base == 4.* - , hakyll == 4.9.* + , hakyll == 4.12.* ghc-options: -threaded default-language: Haskell2010 diff --git a/stack.yaml b/stack.yaml index f23ed10..521f493 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-9.17 +resolver: lts-12.10 # User packages to be built. # Various formats can be used as shown in the example below.