packages feed

magic-tyfams 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+9/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for type-sets +## 0.1.0.2 --- 2019-08-06++Fixed a bug in the cabal metadata+ ## 0.1.0.1 --- 2019-08-05  Update documentation
README.md view
@@ -1,5 +1,7 @@ # magic-tyfams +[![Hackage](https://img.shields.io/hackage/v/magic-tyfams.svg?logo=haskell&label=magic-tyfams)](https://hackage.haskell.org/package/magic-tyfams)+ ## Dedication  > G.O.B.: Two drowned white doves from "Flowers to Doves," a rabbit from "Doves@@ -16,7 +18,7 @@  ## Overview -`magic-tyfams` writes the annoying parts of GHC plugins do you don't have to. It+`magic-tyfams` writes the annoying parts of GHC plugins so you don't have to. It provides a convenient interface for implementing magical type families.  For example, consider the following definition in `mypackage` of an always-stuck
magic-tyfams.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e1b2ac16f5e9b1a093d84bb270c518375d731def7109a32c13456b688c03d4f1+-- hash: 2dfc658ae69265b2c9624dc6348cb97250e213c293af25c93fa9d71e85823b5b  name:           magic-tyfams-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Write plugins for magic type families with ease description:    Please see the README on GitHub at <https://github.com/isovector/type-sets/tree/master/magic-tyfams#readme> category:       Compiler Plugin