diff options
Diffstat (limited to 'chip/make')
-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 #-} |