transformers-compat 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- transformers-compat.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.1.1.1+-------+* Wrote a better synopsis+ 0.1.1 ----- * Updated to trick `cabal` into building an empty `libHStransformers-compat-0.1.a` on GHC 7.6.
transformers-compat.cabal view
@@ -1,6 +1,6 @@ name: transformers-compat category: Compatibility-version: 0.1.1+version: 0.1.1.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -10,7 +10,7 @@ homepage: http://github.com/ekmett/transformers-compat/ bug-reports: http://github.com/ekmett/transformers-compat/issues copyright: Copyright (C) 2012 Edward A. Kmett-synopsis: Lenses, Folds and Traversals+synopsis: A small compatibility shim exposing the new types from transformers 0.3 to older Haskell platforms. description: This package includes backported versions of types that were added to transformers in transformers 0.3 for users who need strict