From 285e1eefe19ac6865bf0ebab388456f23fb480a9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Mar 2019 22:48:00 -0700 Subject: cleanup --- chip/make | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chip') diff --git a/chip/make b/chip/make index 47ac5c2..d221dfa 100755 --- a/chip/make +++ b/chip/make @@ -1,14 +1,16 @@ #!/usr/bin/env runhaskell +{-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE RecordWildCards #-} +{-# OPTIONS_GHC -Wall #-} + {- -- TODO: rewrite this in using shake -- [ ] 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 #-} +module Main where import Control.Concurrent import Control.Exception -- cgit v1.2.3