diff options
-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 #-} |