mainland-pretty 0.2.3 → 0.2.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~srclocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: srcloc
API changes (from Hackage documentation)
Files
- mainland-pretty.cabal +2/−2
mainland-pretty.cabal view
@@ -1,5 +1,5 @@ name: mainland-pretty-version: 0.2.3+version: 0.2.4 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE@@ -27,7 +27,7 @@ build-depends: base >= 4 && < 5, containers >= 0.2 && < 0.6,- srcloc >= 0.3 && < 0.4,+ srcloc >= 0.2 && < 0.4, text > 0.11 && < 0.12 source-repository head