packages feed

th-orphans 0.12.2 → 0.13.0

raw patch · 2 files changed

+1/−6 lines, 2 filesdep −nats

Dependencies removed: nats

Files

src/Language/Haskell/TH/Instances.hs view
@@ -66,7 +66,6 @@ #if !MIN_VERSION_template_haskell(2,10,0) import Data.Int (Int8, Int16, Int32, Int64) import Data.Word (Word8, Word16, Word32, Word64)-import Numeric.Natural (Natural)  import Language.Haskell.TH.Ppr # if MIN_VERSION_template_haskell(2,3,0)@@ -137,9 +136,6 @@     lift x = return (LitE (IntegerL (fromIntegral x)))  instance Lift Word64 where-    lift x = return (LitE (IntegerL (fromIntegral x)))--instance Lift Natural where     lift x = return (LitE (IntegerL (fromIntegral x)))  instance Lift Float where
th-orphans.cabal view
@@ -1,5 +1,5 @@ name:               th-orphans-version:            0.12.2+version:            0.13.0 cabal-version:      >= 1.10 build-type:         Simple license:            BSD3@@ -19,7 +19,6 @@  library   build-depends:    base >= 4.2 && < 5,-                    nats >= 0.1 && < 2,                     template-haskell,                     -- https://github.com/mboes/th-lift/issues/14                     th-lift >= 0.7.1,