Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 5.56 KB

README.md

File metadata and controls

64 lines (54 loc) · 5.56 KB

24 days of Hackage, 2015 edition

Build Status

Code to accompany my article series "24 days of Hackage, 2015".

(Table of contents automatically generated using the day 22 Shake code)

(The Haskell user group in Brazil's translation of the series into Portuguese is included at their blog.

Build notes

I use pcre-heavy which requires the C library pcre. On Mac OS X, install with

$ brew install pcre

and make sure you have PKG_CONFIG_PATH set up in your shell startup file:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig