ascii 0.0.2.1 → 0.0.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~case-insensitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: case-insensitive
API changes (from Hackage documentation)
Files
- ascii.cabal +2/−2
ascii.cabal view
@@ -1,5 +1,5 @@ Name: ascii-Version: 0.0.2.1+Version: 0.0.2.2 Synopsis: Type-safe, bytestring-based ASCII values. License: BSD3 License-file: LICENSE@@ -16,5 +16,5 @@ , bytestring >= 0.9 && < 0.10 , text >= 0.11 && < 0.12 , blaze-builder >= 0.2.1.4 && < 0.4- , case-insensitive >= 0.2 && < 0.3+ , case-insensitive >= 0.2 && < 0.4 Ghc-options: -Wall