packages feed

QuickAnnotate 0.5 → 0.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

QuickAnnotate.cabal view
@@ -1,5 +1,5 @@ Name:                QuickAnnotate-Version:             0.5+Version:             0.6 Synopsis:            Annotation Framework Homepage:            http://code.haskell.org/QuickAnnotate/ License:             BSD3 @@ -17,10 +17,10 @@  Executable qapp     Main-is: QuickAnnotate/Preprocessor.hs             -    Build-depends: base >= 4 && < 4.6,       +    Build-depends: base >= 4 && < 4.7,                           haskell-src-exts >= 1.11.1 &&  < 1.14	     Other-modules: Examples.TestPP            Library    Exposed-modules: QuickAnnotate  -  Build-depends: base >= 4 && < 4.6       +  Build-depends: base >= 4 && < 4.7