maartenv
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:
maartenv
I hereby claim:
To claim this, I am signing this object:
| # | |
| # 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 . | |
| # |
| #!/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 | |
| # |