packages feed

quickcheck-poly 0.1.0.1 → 0.2.0.0

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Test/QuickCheck/PolyQC.hs view
@@ -131,9 +131,9 @@                        (ModuleImports {top=m,locals=lms,packages=pms})                        e                        ts = GHCi.runInterpreter $ do-  GHCi.loadModules $ nub $ [m,"Test.QuickCheck.UnsafeShowIO"] ++ lms+  GHCi.loadModules $ nub $ [m] ++ lms   GHCi.setTopLevelModules [m]-  GHCi.setImports $ nub $ [m,"Monad","Test.QuickCheck"] ++ pms+  GHCi.setImports $ nub $ [m,"Monad","Test.QuickCheck","Test.QuickCheck.UnsafeShowIO"] ++ pms   GHCi.set [ GHCi.languageExtensions GHCi.:= (GHCi.FlexibleContexts :                                               GHCi.glasgowExtensions) ]   ty <- GHCi.typeOf e
quickcheck-poly.cabal view
@@ -1,5 +1,5 @@ Name:		quickcheck-poly-Version:	0.1.0.1+Version:	0.2.0.0 License:	BSD3 Author:		Ahn, Ki Yung Maintainer:	Ahn, Ki Yung <kya@pdx.edu>