summaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-09-02 04:04:29 +0200
committerandromeda <andromeda@lenovo>2026-09-02 04:04:29 +0200
commit84a70fb21764cc3888d07a7bda5e4c63a28135bb (patch)
tree00bf983c80e86430c7731df57eb7aae99b8ed251 /Main.hs
parent0a110b41d12e42946424578efcbaf231650ffe31 (diff)
[ghc-9.14-hs-bindgen] fix compilation
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
new file mode 100644
index 0000000..4998918
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,2 @@
+import Doxygen.Parser.Internal
+main = pure ()