derive 2.5.8 → 2.5.9
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Language/Haskell/Convert.hs +3/−0
- derive.cabal +1/−1
Language/Haskell/Convert.hs view
@@ -63,6 +63,9 @@ instance Convert TH.StrictType HS.BangType where conv (IsStrict, x) = BangedTy $ c x conv (NotStrict, x) = UnBangedTy $ c x+#if __GLASGOW_HASKELL__ >= 704+ conv (Unpacked, x) = BangedTy $ c x+#endif instance Convert TH.Type HS.Type where conv (ForallT xs cxt t) = TyForall (Just $ c xs) (c cxt) (c t)
derive.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.6 build-type: Default name: derive-version: 2.5.8+version: 2.5.9 build-type: Simple copyright: Neil Mitchell 2006-2012 author: Neil Mitchell <ndmitchell@gmail.com>