packages feed

th-orphans 0.8.3 → 0.9.0

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Language.Haskell.TH.Instances: instance Lift Loc

Files

src/Language/Haskell/TH/Instances.hs view
@@ -60,5 +60,5 @@ $(reifyManyWithoutInstances ''Ord [''Info] (`notElem` [''Ratio]) >>=   mapM deriveOrd) -$(reifyManyWithoutInstances ''Lift [''Info] (const True) >>=+$(reifyManyWithoutInstances ''Lift [''Info, ''Loc] (const True) >>=   deriveLiftMany)
th-orphans.cabal view
@@ -1,5 +1,5 @@ name:               th-orphans-version:            0.8.3+version:            0.9.0 cabal-version:      >= 1.6 build-type:         Simple license:            BSD3