We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 9ae9da3Copy full SHA for 9ae9da3
Setup.lhs
@@ -0,0 +1,5 @@
1
+#! /usr/bin/runghc
2
+
3
+> import Distribution.Simple
4
+>
5
+> main = defaultMain
0 commit comments