Skip to content
Snippets Groups Projects
Commit 3ff5954e authored by judah's avatar judah
Browse files

Use ScopedTypeVariables instead of the (deprecated) PatternSignatures flag.

That flag was introduced in ghc-6.10.1, so it's OK to require.
parent 7a80a684
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ Library
ScopedTypeVariables, GeneralizedNewtypeDeriving
MultiParamTypeClasses, OverlappingInstances
UndecidableInstances
PatternSignatures, CPP, DeriveDataTypeable,
ScopedTypeVariables, CPP, DeriveDataTypeable,
PatternGuards
Exposed-Modules:
System.Console.Haskeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment