dataframe-viz 1.0.0.0 → 1.0.1.0
raw patch · 1 files changed
+2/−4 lines, 1 filesdep −bytestringdep −dataframe-operationsdep −temporaryPVP ok
version bump matches the API change (PVP)
Dependencies removed: bytestring, dataframe-operations, temporary
API changes (from Hackage documentation)
Files
- dataframe-viz.cabal +2/−4
dataframe-viz.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dataframe-viz-version: 1.0.0.0+version: 1.0.1.0 synopsis: Visualisation/plotting helpers for the dataframe ecosystem. description:@@ -22,6 +22,7 @@ -Wincomplete-uni-patterns -Wunused-imports -Wunused-local-binds+ -Wunused-packages library import: warnings@@ -31,15 +32,12 @@ DataFrame.Display.Web.Plot other-modules: DataFrame.Display.Internal.Common build-depends: base >= 4 && < 5,- bytestring >= 0.11 && < 0.13, containers >= 0.6.7 && < 0.9, dataframe-core ^>= 1.0,- dataframe-operations ^>= 1.0, directory >= 1.3.0.0 && < 2, granite ^>= 0.6, process ^>= 1.6, random >= 1 && < 2,- temporary >= 1.3 && < 2, text >= 2.0 && < 3, vector ^>= 0.13 hs-source-dirs: src