diff options
author | Austin Seipp <austin@well-typed.com> | 2014-12-03 12:41:58 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-12-03 12:41:58 -0600 |
commit | 1389ff565d9a41d21eb7e4fc6e2b23d0df08de24 (patch) | |
tree | 21d70f4d847903138c35181b7c92a53dde57f925 /compiler/main/Hooks.hs-boot | |
parent | bc9e81cfe5aec2484833854ab0c1abfef9c11b0f (diff) | |
download | haskell-1389ff565d9a41d21eb7e4fc6e2b23d0df08de24.tar.gz |
compiler: de-lhs main/
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'compiler/main/Hooks.hs-boot')
-rw-r--r-- | compiler/main/Hooks.hs-boot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/main/Hooks.hs-boot b/compiler/main/Hooks.hs-boot new file mode 100644 index 0000000000..280de32063 --- /dev/null +++ b/compiler/main/Hooks.hs-boot @@ -0,0 +1,5 @@ +module Hooks where + +data Hooks + +emptyHooks :: Hooks |