packages feed

Cabal revisions of sparkle-0.7.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                sparkle-version:             0.7.4-synopsis:            Distributed Apache Spark applications in Haskell-description:         See https://www.stackage.org/package/sparkle.-homepage:            http://github.com/tweag/sparkle#readme-license:             BSD3-license-file:        LICENSE-author:              Tweag I/O-maintainer:          m@tweag.io-copyright:           (c) 2016-2017 EURL Tweag-category:            FFI, JVM, Java, Distributed Computing-build-type:          Custom-cabal-version:       >=1.10-extra-source-files:-  cbits/io_tweag_sparkle_Sparkle.h-  src/main/java/Helper.java-  src/main/java/io/tweag/sparkle/SparkMain.java-  src/main/java/io/tweag/sparkle/Sparkle.java-  src/main/java/io/tweag/sparkle/SparkleBase.java-  src/main/java/io/tweag/sparkle/function/HaskellFlatMapFunction.java-  src/main/java/io/tweag/sparkle/function/HaskellFunction.java-  src/main/java/io/tweag/sparkle/function/HaskellFunction0.java-  src/main/java/io/tweag/sparkle/function/HaskellFunction2.java-  src/main/java/io/tweag/sparkle/function/HaskellFunction3.java-  src/main/java/io/tweag/sparkle/function/HaskellFunction4.java-  src/main/java/io/tweag/sparkle/function/HaskellMapPartitionsFunction.java-  src/main/java/io/tweag/sparkle/function/HaskellReduceFunction.java-  src/main/java/io/tweag/sparkle/function/HaskellVoidFunction.java-  src/main/java/io/tweag/sparkle/kryo/InlineJavaRegistrator.java-  CHANGELOG.md-  README.md-  build.gradle--source-repository head-  type:     git-  location: https://github.com/tweag/sparkle-  subdir:   sparkle--custom-setup-  setup-depends:-    base,-    Cabal >= 1.24,-    inline-java >= 0.6.3,-    jvm-streaming >= 0.3--library-  include-dirs: cbits-  c-sources: cbits/bootstrap.c-  cc-options: -Wall -Werror-  exposed-modules:-    Control.Distributed.Spark-    Control.Distributed.Spark.Closure-    Control.Distributed.Spark.Context-    Control.Distributed.Spark.Jars-    Control.Distributed.Spark.ML.Feature.CountVectorizer-    Control.Distributed.Spark.ML.Feature.RegexTokenizer-    Control.Distributed.Spark.ML.Feature.StopWordsRemover-    Control.Distributed.Spark.ML.LDA-    Control.Distributed.Spark.PairRDD-    Control.Distributed.Spark.SQL.Column-    Control.Distributed.Spark.SQL.Context-    Control.Distributed.Spark.SQL.Dataset-    Control.Distributed.Spark.SQL.Encoder-    Control.Distributed.Spark.SQL.Row-    Control.Distributed.Spark.SQL.StructType-    Control.Distributed.Spark.SQL.StructField-    Control.Distributed.Spark.SQL.DataType-    Control.Distributed.Spark.SQL.Metadata-    Control.Distributed.Spark.SQL.SparkSession-    Control.Distributed.Spark.RDD-    Language.Scala.Tuple-  other-modules:-    Paths_sparkle-  build-depends:-    base >=4.10.1.0 && <5,-    binary >=0.7,-    bytestring >=0.10,-    choice >= 0.1,-    constraints,-    distributed-closure >=0.3,-    inline-java >=0.7.0 && <0.9,-    jni >=0.5.0 && <0.7,-    jvm >=0.4.0.1 && <0.5,-    jvm-streaming >= 0.2,-    singletons >= 2.0,-    streaming >= 0.1,-    text >=1.2,-    vector >=0.11-  hs-source-dirs: src-  default-language: Haskell2010--executable sparkle-  main-is: Sparkle.hs-  other-modules: Paths_sparkle-  build-depends:-    base >= 4.8 && < 5,-    bytestring >= 0.10,-    filepath >= 1.4,-    process >= 1.2,-    regex-tdfa >= 1.2,-    sparkle,-    temporary,-    text >= 1.2,-    unix,-    zip-archive >= 0.2-  default-language: Haskell2010-  ghc-options: -threaded+name:                sparkle
+version:             0.7.4
+x-revision: 1
+synopsis:            Distributed Apache Spark applications in Haskell
+description:         The hackage package has been superseded by the github repository which builds with Bazel. Please see http://github.com/tweag/sparkle#readme.
+homepage:            http://github.com/tweag/sparkle#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Tweag I/O
+maintainer:          m@tweag.io
+copyright:           (c) 2016-2017 EURL Tweag
+category:            FFI, JVM, Java, Distributed Computing
+build-type:          Custom
+cabal-version:       >=1.10
+extra-source-files:
+  cbits/io_tweag_sparkle_Sparkle.h
+  src/main/java/Helper.java
+  src/main/java/io/tweag/sparkle/SparkMain.java
+  src/main/java/io/tweag/sparkle/Sparkle.java
+  src/main/java/io/tweag/sparkle/SparkleBase.java
+  src/main/java/io/tweag/sparkle/function/HaskellFlatMapFunction.java
+  src/main/java/io/tweag/sparkle/function/HaskellFunction.java
+  src/main/java/io/tweag/sparkle/function/HaskellFunction0.java
+  src/main/java/io/tweag/sparkle/function/HaskellFunction2.java
+  src/main/java/io/tweag/sparkle/function/HaskellFunction3.java
+  src/main/java/io/tweag/sparkle/function/HaskellFunction4.java
+  src/main/java/io/tweag/sparkle/function/HaskellMapPartitionsFunction.java
+  src/main/java/io/tweag/sparkle/function/HaskellReduceFunction.java
+  src/main/java/io/tweag/sparkle/function/HaskellVoidFunction.java
+  src/main/java/io/tweag/sparkle/kryo/InlineJavaRegistrator.java
+  CHANGELOG.md
+  README.md
+  build.gradle
+
+source-repository head
+  type:     git
+  location: https://github.com/tweag/sparkle
+  subdir:   sparkle
+
+custom-setup
+  setup-depends:
+    base,
+    Cabal >= 1.24,
+    inline-java >= 0.6.3,
+    jvm-streaming >= 0.3
+
+library
+  include-dirs: cbits
+  c-sources: cbits/bootstrap.c
+  cc-options: -Wall -Werror
+  exposed-modules:
+    Control.Distributed.Spark
+    Control.Distributed.Spark.Closure
+    Control.Distributed.Spark.Context
+    Control.Distributed.Spark.Jars
+    Control.Distributed.Spark.ML.Feature.CountVectorizer
+    Control.Distributed.Spark.ML.Feature.RegexTokenizer
+    Control.Distributed.Spark.ML.Feature.StopWordsRemover
+    Control.Distributed.Spark.ML.LDA
+    Control.Distributed.Spark.PairRDD
+    Control.Distributed.Spark.SQL.Column
+    Control.Distributed.Spark.SQL.Context
+    Control.Distributed.Spark.SQL.Dataset
+    Control.Distributed.Spark.SQL.Encoder
+    Control.Distributed.Spark.SQL.Row
+    Control.Distributed.Spark.SQL.StructType
+    Control.Distributed.Spark.SQL.StructField
+    Control.Distributed.Spark.SQL.DataType
+    Control.Distributed.Spark.SQL.Metadata
+    Control.Distributed.Spark.SQL.SparkSession
+    Control.Distributed.Spark.RDD
+    Language.Scala.Tuple
+  other-modules:
+    Paths_sparkle
+  build-depends:
+    base >=4.10.1.0 && <5,
+    binary >=0.7,
+    bytestring >=0.10,
+    choice >= 0.1,
+    constraints,
+    distributed-closure >=0.3,
+    inline-java >=0.7.0 && <0.9,
+    jni >=0.5.0 && <0.7,
+    jvm >=0.4.0.1 && <0.5,
+    jvm-streaming >= 0.2,
+    singletons >= 2.0,
+    streaming >= 0.1,
+    text >=1.2,
+    vector >=0.11
+  hs-source-dirs: src
+  default-language: Haskell2010
+
+executable sparkle
+  main-is: Sparkle.hs
+  other-modules: Paths_sparkle
+  build-depends:
+    base >= 4.8 && < 5,
+    bytestring >= 0.10,
+    filepath >= 1.4,
+    process >= 1.2,
+    regex-tdfa >= 1.2,
+    sparkle,
+    temporary,
+    text >= 1.2,
+    unix,
+    zip-archive >= 0.2
+  default-language: Haskell2010
+  ghc-options: -threaded