jvm-streaming 0.2.1 → 0.2.2
raw patch · 2 files changed
+6/−5 lines, 2 filesdep ~inline-javadep ~jnidep ~jvm
Dependency ranges changed: inline-java, jni, jvm
Files
jvm-streaming.cabal view
@@ -1,5 +1,5 @@ name: jvm-streaming-version: 0.2.1+version: 0.2.2 synopsis: Expose Java iterators as streams from the streaming package. description: Please see README.md. homepage: http://github.com/tweag/inline-java/tree/master/jvm-streaming#readme@@ -26,9 +26,9 @@ build-depends: base >= 4.7 && < 5, distributed-closure >= 0.3,- jni >= 0.4.0,- jvm >= 0.3.0,- inline-java >= 0.7,+ jni >= 0.4.0 && <0.6,+ jvm >= 0.4.0 && <0.5,+ inline-java >= 0.7 && <0.8, singletons >= 2.2, streaming >= 0.1.4
src/Language/Java/Streaming.hs view
@@ -139,7 +139,8 @@ return iterator withStatic [d|- type instance Interp (Stream (Of a) m r) = 'Iface "java.util.Iterator"+ instance Interpretation (Stream (Of a) m r) where+ type Interp (Stream (Of a) m r) = 'Iface "java.util.Iterator" instance Reify a => Reify (Stream (Of a) IO ()) where reify itLocal = do