derive-gadt 0.1.0 → 0.1.1
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- derive-gadt.cabal +3/−2
derive-gadt.cabal view
@@ -1,5 +1,5 @@ name: derive-gadt-version: 0.1.0+version: 0.1.1 cabal-version: >= 1.6 build-type: Simple license: BSD3@@ -10,7 +10,8 @@ maintainer: Matt Morrow <morrow@moonpatio.com> stability: experimental synopsis: Instance deriving for (a subset of) GADTs.-description: Very preliminary.+description: Very preliminary. Haddock-generated documentation in located at+ <http://moonpatio.com/repos/derive-gadt/haddocks>. library hs-source-dirs: lib