diff options
author | Ben Sima <ben@bsima.me> | 2019-03-27 09:25:42 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-27 09:25:42 -0700 |
commit | 7032c4125a8f3aaa96ca32f2181f68fa6409790c (patch) | |
tree | 6132ca8ef4ec8d2dbc73918a95eb1f620f725c99 | |
parent | 77ff3088b9c8ff217c6ed6fb9093a5aabb2ea3ca (diff) |
chip/make: more todo
-rwxr-xr-x | chip/make | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ #!/usr/bin/env runhaskell +{- -- TODO: rewrite this in using shake --- https://hackage.haskell.org/package/shake-0.17.7/docs/Development-Shake.html - +-- [ ] https://hackage.haskell.org/package/shake-0.17.7/docs/Development-Shake.html +-- [ ] make it optionally run the built program too, like entr +-- [ ] generate tags each time it's rebuilt +-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# OPTIONS_GHC -Wall #-} |