Skip to content

Instantly share code, notes, and snippets.

View maerten's full-sized avatar

Maarten Veenstra maerten

  • Utrecht, The Netherlands
View GitHub Profile

maartenv

Keybase proof

I hereby claim:

  • I am maerten on github.
  • I am maartenv (https://keybase.io/maartenv) on keybase.
  • I have a public key ASDyrTkE4igYrc5Dy0fQPRaFFVs1uGpC2cu0cLCeKhHq-Qo

To claim this, I am signing this object:

@maerten
maerten / Dockerfile.haskell-ghc8-stack-base
Created June 15, 2016 14:50
Dockerfile.haskell-ghc8-stack-base
#
# www.surveyparrot.com docker base image, used for projects with GHC8 / stack / servant
#
# This image takes a while to build, so the recommended way is to use it as a base-image,
# occasionally adding your projects' dependencies and rebuilding this base image.
#
# Build with:
#
# $ docker build -t haskell-ghc8-stack-base -f Dockerfile.haskell-ghc8-stack-base .
#
@maerten
maerten / run-yesod-ghci.sh
Last active August 29, 2015 14:07
bash script to run yesod-dev's auto reload inside ghci
#!/bin/bash
#
# bash script to run yesod-dev's auto reload inside ghci (faster template reloading)
#
# see also https://github.com/yesodweb/yesod/issues/754
#
# needs tmux and fswatch, tested on MacOS 10.10
#