blob: d0f2bf5d43ee507fe2058418d82e12d46931011b (
plain)
1
2
3
4
5
6
|
diff --unified --recursive --new-file llvm-hs-pretty-0.9.0.0/Setup.hs llvm-hs-pretty-0.9.0.0-new/Setup.hs
--- llvm-hs-pretty-0.9.0.0/Setup.hs 1969-12-31 17:00:00.000000000 -0700
+++ llvm-hs-pretty-0.9.0.0-new/Setup.hs 2020-09-14 10:14:03.727694328 -0600
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
|