packages feed

instant-generics 0.3.5 → 0.3.6

raw patch · 2 files changed

+2/−3 lines, 2 files

Files

instant-generics.cabal view
@@ -1,7 +1,7 @@ category:               Generics
 copyright:              (c) 2011 Universiteit Utrecht, 2012 University of Oxford
 name:                   instant-generics
-version:                0.3.5
+version:                0.3.6
 license:                BSD3
 license-file:           LICENSE
 author:                 José Pedro Magalhães
@@ -23,7 +23,6 @@ build-type:             Simple
 homepage:               http://www.cs.uu.nl/wiki/GenericProgramming/InstantGenerics
 cabal-version:          >= 1.6
-tested-with:            GHC == 6.8.3, GHC == 6.10.4, GHC == 6.12.1, GHC == 7.0.2
 extra-source-files:     examples/GMapAssoc.hs
                         examples/Test.hs
 
src/Generics/Instant/TH.hs view
@@ -207,7 +207,7 @@   i <- reify t
   let typ q = return $ foldl (\a -> AppT a . VarT . tyVarBndrToName) (ConT q) 
                 (typeVariables i)
-      inlPrg = pragInlD t (inlineSpecPhase True False True 1)
+      -- inlPrg = pragInlD t (inlineSpecPhase True False True 1)
   fcs <- mkFrom t 1 0 t
   tcs <- mkTo   t 1 0 t
   liftM (:[]) $