comprehensions-ghc 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+8/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- comprehensions-ghc.cabal +8/−2
comprehensions-ghc.cabal view
@@ -1,7 +1,13 @@ name: comprehensions-ghc-version: 0.1.0.0+version: 0.1.0.1 synopsis: Plugin to generalize comprehensions--- description:+description:+ Add the following to your source file:+ .+ > {-# LANGUAGE ApplicativeDo #-}+ > {-# OPTIONS_GHC -fplugin=Comprehension.Plugin #-}+ .+ Now all comprehensions have an `Applicative` rather than a `Monad` constraint if possible ☺ license: BSD3 license-file: LICENSE author: M Farkas-Dyck