From dc8dce90a034db82dee913ceeb1ea46034211b64 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 24 Aug 2022 14:00:22 +0200 Subject: [PATCH] added a Setup script to compile without cabal-install --- src/runtime/haskell-bind/Setup.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/runtime/haskell-bind/Setup.hs diff --git a/src/runtime/haskell-bind/Setup.hs b/src/runtime/haskell-bind/Setup.hs new file mode 100644 index 000000000..e8ef27dbb --- /dev/null +++ b/src/runtime/haskell-bind/Setup.hs @@ -0,0 +1,3 @@ +import Distribution.Simple + +main = defaultMain