dtd 0.6.1.1 → 0.6.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~lifted-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lifted-base
API changes (from Hackage documentation)
Files
- dtd.cabal +2/−2
dtd.cabal view
@@ -1,5 +1,5 @@ Name: dtd-Version: 0.6.1.1+Version: 0.6.1.2 Synopsis: Parse and render DTD files Homepage: http://github.com/snoyberg/xml License: BSD3@@ -33,5 +33,5 @@ , resourcet >= 0.3 && < 0.5 , conduit >= 0.5 && < 0.6 , attoparsec-conduit >= 0.5 && < 0.6- , lifted-base >= 0.1 && < 0.2+ , lifted-base >= 0.1 Ghc-options: -Wall