From 3ff5954e99155a52d80c9002c13b582d4265d1eb Mon Sep 17 00:00:00 2001 From: Judah Jacobson <judah.jacobson@gmail.com> Date: Sun, 19 Feb 2012 23:46:53 +0000 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab