ghc-syb 0.1.2 → 0.1.2.1
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ghc-syb.cabal +3/−1
- src/GHC/SYB/Instances.hs +2/−0
ghc-syb.cabal view
@@ -1,5 +1,5 @@ name: ghc-syb-version: 0.1.2+version: 0.1.2.1 license: BSD3 license-file: LICENSE author: Claus Reinke@@ -29,3 +29,5 @@ cpp-options: -DHAS_ANNOTATIONS if impl(ghc >= 6.11.20090318) cpp-options: -DCONSTRUCTOR_LIKE_IDS+ if impl(ghc >= 6.10.2)+ cpp-options: -DHAS_FUNCTION_OR_DATA
src/GHC/SYB/Instances.hs view
@@ -251,8 +251,10 @@ deriving instance Typeable CostCentre deriving instance Data CostCentre +#ifdef HAS_FUNCTION_OR_DATA deriving instance Typeable FunctionOrData deriving instance Data FunctionOrData+#endif deriving instance Typeable IsDupdCC deriving instance Data IsDupdCC