packages feed

web-view-colonnade 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+7/−7 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

web-view-colonnade.cabal view
@@ -21,7 +21,7 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:         0.1.0.0+version:         0.1.0.1  -- A short (one-line) description of the package. synopsis:        Build HTML tables using web-view and colonnade.@@ -60,12 +60,12 @@  common deps   build-depends:-    , base        >=4.18.2.1 && <5-    , colonnade   >=1.2.0    && <1.3-    , containers  >=0.6.7    && <0.9-    , text        >=2.0.2    && <2.2-    , vector      >=0.13.2   && <0.14-    , web-view    >=0.6.0    && <0.8+    , base        >=4.18   && <5+    , colonnade   >=1.2.0  && <1.3+    , containers  >=0.6.7  && <0.9+    , text        >=2.0.2  && <2.2+    , vector      >=0.13.2 && <0.14+    , web-view    >=0.6.0  && <0.8  library   -- Import common warning flags.