diff options
author | Ben Sima <ben@bsima.me> | 2019-03-26 18:43:35 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-26 18:43:35 -0700 |
commit | 1a5ffdd736452e61d9ea1c3ec92a1833e82f5dcb (patch) | |
tree | 576b3c3cafd86eea2e8c9c687cad288e04093c2d /chip | |
parent | 25e9f0415127434f9e2d7d31d2918671b781132b (diff) |
add note
Diffstat (limited to 'chip')
-rwxr-xr-x | chip/make | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/usr/bin/env runhaskell +-- TODO: rewrite this in using shake +-- https://hackage.haskell.org/package/shake-0.17.7/docs/Development-Shake.html + {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# OPTIONS_GHC -Wall #-} |