type-sub-th 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src/Language/Haskell/TH/TypeSub.hs view
@@ -113,7 +113,7 @@ update_ty_vars :: Dec -> Dec update_ty_vars (TySynD n _ t) = (TySynD n (make_ty_vars t) t)-update_ty_vars dec = set_ty_vars dec $ concatMap make_ty_vars $ +update_ty_vars dec = set_ty_vars dec $ nub $ concatMap make_ty_vars $ concatMap (get_con_types) $ get_cons dec
type-sub-th.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.1.0.4+Version: 0.1.0.5 homepage: http://github.com/jfischoff/type-sub-th