packages feed

karps 0.1.9.0 → 0.2.0.0

raw patch · 1 files changed

+4/−6 lines, 1 filesdep ~karps

Dependency ranges changed: karps

Files

karps.cabal view
@@ -1,5 +1,5 @@ name: karps-version: 0.1.9.0+version: 0.2.0.0 cabal-version: >=1.10 build-type: Simple license: Apache-2.0@@ -109,7 +109,7 @@         Spark.IO.Internal.InputGeneric         Spark.IO.Internal.Json         Spark.IO.Internal.OutputCommon-    ghc-options: -Wall ---fhpc -O0+    ghc-options: -Wall  test-suite karps-test     type: exitcode-stdio-1.0@@ -120,7 +120,7 @@         bytestring >=0.10.8.1 && <0.11,         containers >=0.5.7.1 && <0.6,         formatting >=6.2.4 && <6.3,-        karps >=0.1.9.0 && <0.2,+        karps >=0.2.0.0 && <0.3,         hspec >=2.0 && <2.3,         text >=1.2.2.1 && <1.3,         raw-strings-qq ==1.1.*,@@ -144,7 +144,6 @@         Spark.Core.TypesSpec         Spark.Core.ColumnSpec         Spark.Core.SimpleExamplesSpec-    ghc-options: -- -fhpc -O0 -Wall -prof test-suite karps-test-integration     type: exitcode-stdio-1.0     main-is: Spec.hs@@ -154,7 +153,7 @@         bytestring >=0.10.8.1 && <0.11,         containers >=0.5.7.1 && <0.6,         formatting >=6.2.4 && <6.3,-        karps >=0.1.9.0 && <0.2,+        karps >=0.2.0.0 && <0.3,         hspec ==2.*,         text >=1.2.2.1 && <1.3,         raw-strings-qq ==1.1.*,@@ -173,4 +172,3 @@         Spark.Core.PruningSpec         Spark.IO.JsonSpec         Spark.IO.StampSpec-    ghc-options: -- -fhpc -O0 -Wall -rtsopts=all -auto-all