Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3ff5954e99155a52d80c9002c13b582d4265d1eb >--------------------------------------------------------------- commit 3ff5954e99155a52d80c9002c13b582d4265d1eb Author: Judah Jacobson <[email protected]> Date: Sun Feb 19 23:46:53 2012 +0000 Use ScopedTypeVariables instead of the (deprecated) PatternSignatures flag. That flag was introduced in ghc-6.10.1, so it's OK to require. >--------------------------------------------------------------- haskeline.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index 3c4a58c..b97990a 100644 --- a/haskeline.cabal +++ b/haskeline.cabal @@ -57,7 +57,7 @@ Library ScopedTypeVariables, GeneralizedNewtypeDeriving MultiParamTypeClasses, OverlappingInstances UndecidableInstances - PatternSignatures, CPP, DeriveDataTypeable, + ScopedTypeVariables, CPP, DeriveDataTypeable, PatternGuards Exposed-Modules: System.Console.Haskeline _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
