If you want an interpreter, then you can take https://hackage.haskell.org/package/hint
There is no point in dragging the compiler directly.
You can also write Haskell code and publish it in a dynamic library: https://stackoverflow.com/a/3861949/208545