jvm 0.1.1 → 0.1.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- jvm.cabal +1/−1
- src/Language/Java.hs +1/−1
jvm.cabal view
@@ -1,5 +1,5 @@ name: jvm-version: 0.1.1+version: 0.1.2 synopsis: Call JVM methods from Haskell. description: Please see README.md. homepage: http://github.com/tweag/inline-java/tree/master/jvm#readme
src/Language/Java.hs view
@@ -159,7 +159,7 @@ => a -> Sing sym -- Silence redundant constraint warning.-classOf x = coerce x `seq` sing+classOf x = sing `const` coerce x -- | Creates a new instance of the class whose name is resolved from the return -- type. For instance,