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.
This commit is contained in:
Chris Hodapp 2017-12-13 21:16:39 -05:00
parent a14630bfda
commit 92c4efac7d
8 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
---
title: Processing: DLA, quadtrees
title: "Processing: DLA, quadtrees"
date: July 4th, 2010
author: Chris Hodapp
tags: processing

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
packages:
- ./
resolver: lts-5.3
resolver: lts-8.3
nix:
enable: true