tweag / inline-java

Haskell/Java interop via inline Java code in Haskell modules.
BSD 3-Clause "New" or "Revised" License
229 stars 15 forks source link

Update the example in jvm/README.md #117

Closed matil019 closed 6 years ago

matil019 commented 6 years ago

Nice to meet you!

Since I'm cross-compiling a Haskell project from Linux to Windows, QuasiQuotes is not available for me. So I intend to use jvm directly instead of inline-java.

It seems the example in jvm/README.md doesn't compile due to a change introduced in 2793b95f9efd2582f71ac393c55cadf33398c105.

I think I was able to update the example. Please let me know if there is any mistake.