google-mail-filters 0.0.1.0 → 0.0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~google-searchPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: google-search
API changes (from Hackage documentation)
Files
google-mail-filters.cabal view
@@ -1,11 +1,11 @@ name: google-mail-filters-version: 0.0.1.0+version: 0.0.1.1 synopsis: Write GMail filters and output to importable XML description: Organise your Google Mail filters as a Haskell EDSL, and produce XML output that can be imported from the GMail web interface. .- See <http://github.com/liyang/google-mail-filters/example.hs>.+ See <https://github.com/liyang/google-mail-filters/blob/master/example.hs>. homepage: https://github.com/liyang/google-mail-filters license: BSD3 license-file: LICENSE@@ -30,7 +30,7 @@ build-depends: base >= 4.5 && <= 9000, containers >= 0.4,- google-search >= 0.1,+ google-search >= 0.1.0.1, old-locale >= 1.0, text >= 0.11, time >= 1.4,