packages feed

here 1.2.7 → 1.2.8

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

here.cabal view
@@ -1,5 +1,5 @@ name: here-version: 1.2.7+version: 1.2.8 synopsis: Here docs & interpolated strings via quasiquotation description: Here docs & interpolated strings via quasiquotation license: BSD3@@ -25,7 +25,7 @@   other-modules:     Data.String.Here.Internal   build-depends:-    base >= 4.5 && < 4.9,+    base >= 4.5 && < 4.10,     haskell-src-meta ==0.6.*,     mtl >=2.1 && < 2.3,     parsec ==3.1.*,