sparkle 0.7 → 0.7.1
raw patch · 3 files changed
+2/−1 lines, 3 files
Files
- build/libs/sparkle.jar binary
- sparkle.cabal +1/−1
- src/Control/Distributed/Spark/PairRDD.hs +1/−0
build/libs/sparkle.jar view
binary file changed (13586 → 13586 bytes)
sparkle.cabal view
@@ -1,5 +1,5 @@ name: sparkle-version: 0.7+version: 0.7.1 synopsis: Distributed Apache Spark applications in Haskell description: See https://www.stackage.org/package/sparkle. homepage: http://github.com/tweag/sparkle#readme
src/Control/Distributed/Spark/PairRDD.hs view
@@ -4,6 +4,7 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE StaticPointers #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-}