packages feed

hasktags 0.69.0 → 0.69.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~jsonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: json

API changes (from Hackage documentation)

Files

hasktags.cabal view
@@ -1,5 +1,5 @@ Name: hasktags-Version: 0.69.0+Version: 0.69.1 Copyright: The University Court of the University of Glasgow License: BSD3 License-File: LICENSE@@ -63,7 +63,7 @@     bytestring >= 0.9 && < 0.11,     directory >= 1.1 && < 1.3,     filepath,-    json >= 0.5 && < 0.8+    json >= 0.5 && < 0.10    if !os(windows)     build-depends: unix
src/Main.hs view
@@ -14,7 +14,7 @@ import Control.Monad  hsSuffixesDefault :: Mode-hsSuffixesDefault =  HsSuffixes [ ".hs", ".lhs" ]+hsSuffixesDefault =  HsSuffixes [ ".hs", ".lhs", ".hsc" ]  options :: [OptDescr Mode] options = [ Option "c" ["ctags"]