diff options
author | Sebastian Meric de Bellefon <arnaudpourseb@gmail.com> | 2016-06-06 19:07:17 -0400 |
---|---|---|
committer | Sebastian Meric de Bellefon <arnaudpourseb@gmail.com> | 2016-06-06 19:11:35 -0400 |
commit | 37692f64d21d417e25d89b92ec1a0fab059ed500 (patch) | |
tree | 12793c324179021e0da741564907b41fa0e52cfe /haddock-test/Setup.lhs | |
parent | 8d826904a8a37ada9c74f1821cc8a4a1a5abcd05 (diff) |
publish haddock-test library
Diffstat (limited to 'haddock-test/Setup.lhs')
-rwxr-xr-x | haddock-test/Setup.lhs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haddock-test/Setup.lhs b/haddock-test/Setup.lhs new file mode 100755 index 00000000..5bde0de9 --- /dev/null +++ b/haddock-test/Setup.lhs @@ -0,0 +1,3 @@ +#!/usr/bin/env runhaskell +> import Distribution.Simple +> main = defaultMain |