From 5279b4b195db4d19ae3457a81d4d3aef098bbe17 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Thu, 5 Nov 2020 07:27:38 +0100
Subject: [PATCH] updated configs

---
 hakyll-bootstrap/hakyll-bootstrap.cabal |  2 +-
 hakyll-bootstrap/stack.yaml             | 24 ++++++++++++++++--------
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/hakyll-bootstrap/hakyll-bootstrap.cabal b/hakyll-bootstrap/hakyll-bootstrap.cabal
index 0389b75..f479539 100644
--- a/hakyll-bootstrap/hakyll-bootstrap.cabal
+++ b/hakyll-bootstrap/hakyll-bootstrap.cabal
@@ -16,7 +16,7 @@ executable blog
     , containers 
     , pandoc   
     , pandoc-crossref 
-    , hakyll   
+    , hakyll == 4.13.4.1   
     , hakyll-images
     , process
     , text
diff --git a/hakyll-bootstrap/stack.yaml b/hakyll-bootstrap/stack.yaml
index 2a9b203..6a7aa69 100644
--- a/hakyll-bootstrap/stack.yaml
+++ b/hakyll-bootstrap/stack.yaml
@@ -17,7 +17,7 @@
 #
 # resolver: ./custom-snapshot.yaml
 # resolver: https://example.com/snapshots/2018-01-01.yaml
-resolver: nightly-2020-04-18
+resolver: nightly-2020-11-04
 
 # User packages to be built.
 # Various formats can be used as shown in the example below.
@@ -40,13 +40,21 @@ packages:
 #   commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
 #
 extra-deps:
-  - pandoc-crossref-0.3.6.2
-  - data-accessor-template-0.2.1.16
-  - roman-numerals-0.5.1.5
+  - pandoc-crossref-0.3.8.0
+  - hakyll-4.13.4.1
   - hakyll-images-0.4.4
-  - process-1.6.8.0
-  - text-1.2.4.0
-  - filepath-1.4.2.1
+  - pandoc-2.10.1
+  - pandoc-types-1.21
+  - roman-numerals-0.5.1.5
+  - commonmark-0.1.1@sha256:a928f6a36a7e10dceed252a9bb8670c01affbe89d70d81d4ba8530ff86b841a7,3276
+  - commonmark-extensions-0.2.0.2@sha256:0fa1527b702eb0b95813ad2eac9c480d4735959a0712edf9f583b76eb88d51df,3178
+  - commonmark-pandoc-0.2.0.1@sha256:529c6e2c6cabf61558b66a28123eafc1d90d3324be29819f59f024e430312c1f,1105
+  - file-embed-0.0.11.2@sha256:544b15a7de92f1e81e38ae5c3ea3ddc537a3ee9ce89cc3555ef0af420ea57d70,1327
+  - hslua-1.1.2@sha256:6c231b2af447430d1ed04f065d40bb6882ece93cc7f32f4051dc99deb69beeae,9694
+  - hslua-module-text-0.2.1@sha256:c97f7fea92d12cfc9923d6bf893a6b3918bda756893a8db7840349ff3199b054,1653
+  - pandoc-citeproc-0.17.0.2@sha256:39c5c60a5eca2c1cb50ae9a00dc7093ca1baac78ad5be4e222505de257dce456,8737
+  - skylighting-0.8.5@sha256:a6e316e7440f0395d64f3a412cd6985783ec68a171e117d5e1bab1204c565a71,9726
+  - skylighting-core-0.8.5@sha256:f35397ea99d7d0fd4f45899102c040408d2bab802ea9d08ad1a970be58b43b49,8056
 # Override default flag values for local packages and extra-deps
 # flags: {}
 
@@ -70,4 +78,4 @@ extra-deps:
 #
 # Allow a newer minor version of GHC than the snapshot specifies
 # compiler-check: newer-minor
-allow-newer: true
+# allow-newer: true
-- 
GitLab