Cabal revisions of jvm-batching-0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: jvm-batching-version: 0.2.0-synopsis: Provides batched marshalling of values between Java and Haskell.-description: Please see README.md.-homepage: http://github.com/tweag/inline-java/tree/master/jvm-batching#readme-license: BSD3-license-file: LICENSE-author: Tweag I/O-maintainer: facundo.dominguez@tweag.io-copyright: 2017 LeapYear Technologies-category: FFI, JVM, Java-build-type: Custom-cabal-version: >=1.10-extra-source-files:- src/main/java/io/tweag/jvm/batching/Tuple2.java- src/main/java/io/tweag/jvm/batching/BatchWriter.java- src/main/java/io/tweag/jvm/batching/BatchWriters.java- src/main/java/io/tweag/jvm/batching/BatchReader.java- src/main/java/io/tweag/jvm/batching/BatchReaders.java- README.md- build.gradle--source-repository head- type: git- location: https://github.com/tweag/inline-java- subdir: jvm-batching--custom-setup- setup-depends:- base,- Cabal >= 1.24,- inline-java >= 0.8--library- hs-source-dirs: src/main/haskell src/cabal/haskell- default-language: Haskell2010- exposed-modules:- Language.Java.Batching- Language.Java.Batching.Jars- other-modules:- Paths_jvm_batching- build-depends:- base >= 4.7 && < 5,- bytestring,- distributed-closure >= 0.3.5,- jni >= 0.8.0 && <0.9,- jvm >= 0.6.0 && <0.7,- inline-java >= 0.10 && <0.11,- singletons >= 2.2,- text,- vector--test-suite spec- type:- exitcode-stdio-1.0- hs-source-dirs: src/test/haskell- main-is: Main.hs- other-modules:- Language.Java.BatchingSpec- Spec- build-depends:- base,- bytestring,- hspec,- inline-java,- jni,- jvm,- jvm-batching,- text,- vector- default-language: Haskell2010- ghc-options: -threaded- cpp-options: -DHSPEC_DISCOVER=hspec-discover--benchmark micro-benchmarks- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs: benchmarks- build-depends:- base >=4.8 && <5,- criterion,- deepseq,- jvm,- jvm-batching,- split,- vector- default-language: Haskell2010- ghc-options: -threaded+name: jvm-batching +version: 0.2.0 +x-revision: 1 +synopsis: Provides batched marshalling of values between Java and Haskell. +description: The hackage package has been superseded by the github repository which builds with Bazel. Please see https://github.com/tweag/inline-java/tree/master/jvm-batching#readme. +homepage: http://github.com/tweag/inline-java/tree/master/jvm-batching#readme +license: BSD3 +license-file: LICENSE +author: Tweag I/O +maintainer: facundo.dominguez@tweag.io +copyright: 2017 LeapYear Technologies +category: FFI, JVM, Java +build-type: Custom +cabal-version: >=1.10 +extra-source-files: + src/main/java/io/tweag/jvm/batching/Tuple2.java + src/main/java/io/tweag/jvm/batching/BatchWriter.java + src/main/java/io/tweag/jvm/batching/BatchWriters.java + src/main/java/io/tweag/jvm/batching/BatchReader.java + src/main/java/io/tweag/jvm/batching/BatchReaders.java + README.md + build.gradle + +source-repository head + type: git + location: https://github.com/tweag/inline-java + subdir: jvm-batching + +custom-setup + setup-depends: + base, + Cabal >= 1.24, + inline-java >= 0.8 + +library + hs-source-dirs: src/main/haskell src/cabal/haskell + default-language: Haskell2010 + exposed-modules: + Language.Java.Batching + Language.Java.Batching.Jars + other-modules: + Paths_jvm_batching + build-depends: + base >= 4.7 && < 5, + bytestring, + distributed-closure >= 0.3.5, + jni >= 0.8.0 && <0.9, + jvm >= 0.6.0 && <0.7, + inline-java >= 0.10 && <0.11, + singletons >= 2.2, + text, + vector + +test-suite spec + type: + exitcode-stdio-1.0 + hs-source-dirs: src/test/haskell + main-is: Main.hs + other-modules: + Language.Java.BatchingSpec + Spec + build-depends: + base, + bytestring, + hspec, + inline-java, + jni, + jvm, + jvm-batching, + text, + vector + default-language: Haskell2010 + ghc-options: -threaded + cpp-options: -DHSPEC_DISCOVER=hspec-discover + +benchmark micro-benchmarks + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: benchmarks + build-depends: + base >=4.8 && <5, + criterion, + deepseq, + jvm, + jvm-batching, + split, + vector + default-language: Haskell2010 + ghc-options: -threaded