packages feed

ascii 0.0.2 → 0.0.2.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~blaze-builderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-builder

API changes (from Hackage documentation)

Files

ascii.cabal view
@@ -1,5 +1,5 @@ Name:                ascii-Version:             0.0.2+Version:             0.0.2.1 Synopsis:            Type-safe, bytestring-based ASCII values. License:             BSD3 License-file:        LICENSE@@ -15,6 +15,6 @@   Build-depends:       base             >= 4             && < 5                      , bytestring       >= 0.9           && < 0.10                      , text             >= 0.11          && < 0.12-                     , blaze-builder    >= 0.2.1.4       && < 0.3+                     , blaze-builder    >= 0.2.1.4       && < 0.4                      , case-insensitive >= 0.2           && < 0.3   Ghc-options:         -Wall