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:
parent
a14630bfda
commit
92c4efac7d
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Processing: DLA, quadtrees
|
||||
title: "Processing: DLA, quadtrees"
|
||||
date: July 4th, 2010
|
||||
author: Chris Hodapp
|
||||
tags: processing
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
packages:
|
||||
- ./
|
||||
resolver: lts-5.3
|
||||
resolver: lts-8.3
|
||||
|
||||
nix:
|
||||
enable: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user