packages feed

here 1.2 → 1.2.1

raw patch · 1 files changed

+6/−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+version: 1.2.1 synopsis: Here docs & interpolated strings via quasiquotation description: Here docs & interpolated strings via quasiquotation license: BSD3@@ -12,6 +12,10 @@ build-type: Simple cabal-version: >=1.8 +source-repository head+  type: git+  location: git://github.com/tmhedberg/here.git+ library   hs-source-dirs: src   exposed-modules:@@ -21,7 +25,7 @@   other-modules:     Data.String.Here.Internal   build-depends:-    base ==4.6.*,+    base >= 4.5 && < 4.7,     haskell-src-meta ==0.6.*,     lens >= 3.8 && < 3.10,     mtl ==2.1.*,