$OpenBSD: patch-Setup_hs,v 1.1 2019/09/30 12:18:46 kili Exp $

Trivial Setup.hs instead of processing package.yaml

Index: Setup.hs
--- Setup.hs.orig
+++ Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
