th-lift-instances 0.1.17 → 0.1.18
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- src/Instances/TH/Lift.hs +3/−1
- th-lift-instances.cabal +1/−1
src/Instances/TH/Lift.hs view
@@ -130,7 +130,9 @@ import Control.Applicative (Const (..)) import Data.Functor.Identity (Identity (..)) -#if MIN_VERSION_template_haskell(2,16,0)+#if MIN_VERSION_template_haskell(2,17,0)+#define LIFT_TYPED_DEFAULT liftTyped = Code . unsafeTExpCoerce . lift+#elif MIN_VERSION_template_haskell(2,16,0) #define LIFT_TYPED_DEFAULT liftTyped = unsafeTExpCoerce . lift #else #define LIFT_TYPED_DEFAULT
th-lift-instances.cabal view
@@ -1,5 +1,5 @@ name: th-lift-instances-version: 0.1.17+version: 0.1.18 cabal-version: >=1.10 build-type: Simple license: BSD3