applicative-quoters 0.1.0.6 → 0.1.0.7
raw patch · 2 files changed
+7/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog +3/−0
- applicative-quoters.cabal +4/−1
ChangeLog view
@@ -1,3 +1,6 @@+0.1.0.7:+- Make it a little more obvious that the package is unmaintained+ 0.1.0.6: - Use the notcpp package to aid with name lookup - Compatibility with GHC 7.6.1 and TH 2.8
applicative-quoters.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.6 Name: applicative-quoters-Version: 0.1.0.6+Version: 0.1.0.7 Category: Language Synopsis: Quasiquoters for idiom brackets and an applicative do-notation @@ -9,6 +9,9 @@ Quasiquoters taken from Matt Morrow's haskell-src-meta to implement Conor McBride's idiom brackets, and a do-notation that only requires Applicative (and is correspondingly less powerful).+ .+ applicative-quoters currently has no maintainer: if it is broken and+ you want it to be fixed, then fix it! Author: Matt Morrow Copyright: (c) Matt Morrow