From 92c4efac7d96d8f3d3e7cbd9bfd22f9f131cb003 Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Wed, 13 Dec 2017 21:16:39 -0500 Subject: [PATCH] Update to newer Haskell version (5.3 -> 8.3) to get new Pandoc. I needed the ability to use ATTR_HTML in org-mode: https://github.com/jgm/pandoc/pull/2927 Doing this update required me to fix somes YAML in some posts. --- posts/2010-07-04-processing-dla-quadtrees.md | 2 +- ...1-11-13-qmake-hackery-dependencies-external-preprocessing.md | 2 +- posts/2015-06-23-stupidity-catalogue-genericstruct.md | 2 +- posts/2016-09-25-pi-pan-tilt-1.md | 2 +- posts/2016-10-04-pi-pan-tilt-2.md | 2 +- posts/2016-10-12-pi-pan-tilt-3.md | 2 +- posts/2016-12-13-cincyfp-r-crosspost.md | 2 +- stack.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/posts/2010-07-04-processing-dla-quadtrees.md b/posts/2010-07-04-processing-dla-quadtrees.md index 40423ab..4509f89 100644 --- a/posts/2010-07-04-processing-dla-quadtrees.md +++ b/posts/2010-07-04-processing-dla-quadtrees.md @@ -1,5 +1,5 @@ --- -title: Processing: DLA, quadtrees +title: "Processing: DLA, quadtrees" date: July 4th, 2010 author: Chris Hodapp tags: processing diff --git a/posts/2011-11-13-qmake-hackery-dependencies-external-preprocessing.md b/posts/2011-11-13-qmake-hackery-dependencies-external-preprocessing.md index aa32924..4c28675 100644 --- a/posts/2011-11-13-qmake-hackery-dependencies-external-preprocessing.md +++ b/posts/2011-11-13-qmake-hackery-dependencies-external-preprocessing.md @@ -1,5 +1,5 @@ --- -title: QMake hackery: Dependencies & external preprocessing +title: "QMake hackery: Dependencies & external preprocessing" tags: Project, Technobabble date: November 13, 2011 author: Chris Hodapp diff --git a/posts/2015-06-23-stupidity-catalogue-genericstruct.md b/posts/2015-06-23-stupidity-catalogue-genericstruct.md index 2ba6498..0aa7d1d 100644 --- a/posts/2015-06-23-stupidity-catalogue-genericstruct.md +++ b/posts/2015-06-23-stupidity-catalogue-genericstruct.md @@ -1,5 +1,5 @@ --- -title: Catalogue of My Stupidity: My Haskell 'GenericStruct' Nonsense +title: "Catalogue of My Stupidity: My Haskell 'GenericStruct' Nonsense" author: Chris Hodapp date: June 23, 2015 tags: stupidity, Technobabble diff --git a/posts/2016-09-25-pi-pan-tilt-1.md b/posts/2016-09-25-pi-pan-tilt-1.md index 6b84627..84a439f 100644 --- a/posts/2016-09-25-pi-pan-tilt-1.md +++ b/posts/2016-09-25-pi-pan-tilt-1.md @@ -1,5 +1,5 @@ --- -title: Pi pan-tilt for huge images, part 1: introduction +title: "Pi pan-tilt for huge images, part 1: introduction" author: Chris Hodapp date: September 23, 2016 tags: photography, electronics, raspberrypi diff --git a/posts/2016-10-04-pi-pan-tilt-2.md b/posts/2016-10-04-pi-pan-tilt-2.md index 80a3531..7233ad3 100644 --- a/posts/2016-10-04-pi-pan-tilt-2.md +++ b/posts/2016-10-04-pi-pan-tilt-2.md @@ -1,5 +1,5 @@ --- -title: Pi pan-tilt for huge images, part 2: Hugin & PanoTools integration +title: "Pi pan-tilt for huge images, part 2: Hugin & PanoTools integration" author: Chris Hodapp date: October 4, 2016 tags: photography, electronics, raspberrypi diff --git a/posts/2016-10-12-pi-pan-tilt-3.md b/posts/2016-10-12-pi-pan-tilt-3.md index 8a4137d..a12fd9c 100644 --- a/posts/2016-10-12-pi-pan-tilt-3.md +++ b/posts/2016-10-12-pi-pan-tilt-3.md @@ -1,5 +1,5 @@ --- -title: Pi pan-tilt for huge images, part 3: ArduCam & raw images +title: "Pi pan-tilt for huge images, part 3: ArduCam & raw images" author: Chris Hodapp date: October 12, 2016 tags: photography, electronics, raspberrypi diff --git a/posts/2016-12-13-cincyfp-r-crosspost.md b/posts/2016-12-13-cincyfp-r-crosspost.md index 622d3a5..df6c75f 100644 --- a/posts/2016-12-13-cincyfp-r-crosspost.md +++ b/posts/2016-12-13-cincyfp-r-crosspost.md @@ -1,5 +1,5 @@ --- -title: CincyFP presentation: R & Feature Transformation +title: "CincyFP presentation: R & Feature Transformation" author: Chris Hodapp date: December 13, 2016 tags: r, cincyfp diff --git a/stack.yaml b/stack.yaml index a739904..c91662b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,6 +1,6 @@ packages: - ./ -resolver: lts-5.3 +resolver: lts-8.3 nix: enable: true