packages feed

th-lift 0.5.1 → 0.5.2

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Language/Haskell/TH/Lift.hs view
@@ -1,7 +1,8 @@ {-# LANGUAGE CPP, TemplateHaskell, MagicHash, TypeSynonymInstances #-} module Language.Haskell.TH.Lift (deriveLift, deriveLiftMany, deriveLift', deriveLiftMany', Lift(..)) where -#if !MIN_VERSION_template_haskell(2,4,0)+#if MIN_VERSION_template_haskell(2,4,0)+#else import Data.PackedString (PackedString, packString, unpackPS) #endif /* MIN_VERSION_template_haskell(2,4,0) */ 
th-lift.cabal view
@@ -1,5 +1,5 @@ Name:               th-lift-Version:            0.5.1+Version:            0.5.2 Cabal-Version:	    >= 1.6 License:            OtherLicense License-File:       COPYING