diff options
Diffstat (limited to 'ch26/26_a_2/Setup.lhs')
| -rw-r--r-- | ch26/26_a_2/Setup.lhs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ch26/26_a_2/Setup.lhs b/ch26/26_a_2/Setup.lhs new file mode 100644 index 0000000..4c55f9b --- /dev/null +++ b/ch26/26_a_2/Setup.lhs @@ -0,0 +1,3 @@ +#!/usr/bin/env runhaskell
+> import Distribution.Simple
+> main = defaultMain
|
