mpppc 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- mpppc.cabal +2/−2
mpppc.cabal view
@@ -1,5 +1,5 @@ name: mpppc-version: 0.1.1+version: 0.1.2 stability: experimental description: Multi-dimensional parametric pretty-printer with color synopsis: Multi-dimensional parametric pretty-printer with color@@ -18,7 +18,7 @@ , base >= 4.0 && <= 5.0 , bytestring >= 0.9.1 && <= 0.9.2 , split >= 0.1.1 && <= 0.2- , text >= 0.5 && <= 0.6+ , text >= 0.11 && <= 0.12 extensions: BangPatterns ExistentialQuantification