summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-26 18:43:35 -0700
committerBen Sima <ben@bsima.me>2019-03-26 18:43:35 -0700
commit1a5ffdd736452e61d9ea1c3ec92a1833e82f5dcb (patch)
tree576b3c3cafd86eea2e8c9c687cad288e04093c2d /chip
parent25e9f0415127434f9e2d7d31d2918671b781132b (diff)
add note
Diffstat (limited to 'chip')
-rwxr-xr-xchip/make3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/make b/chip/make
index 49d800e..c921fbc 100755
--- a/chip/make
+++ b/chip/make
@@ -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 #-}