diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2022-08-24 14:00:22 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2022-08-24 14:00:22 +0200 |
| commit | dc8dce90a034db82dee913ceeb1ea46034211b64 (patch) | |
| tree | 0e020d1fbb03a0133475bda6529bd60101d7706e /src/runtime | |
| parent | e9bbd38f686a5026179b7295427d9620cf967ab7 (diff) | |
added a Setup script to compile without cabal-install
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/haskell-bind/Setup.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
