diff options
author | David Waern <david.waern@gmail.com> | 2009-08-13 22:17:33 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-08-13 22:17:33 +0000 |
commit | 877ff1c287427f54510d01f3a01424a86f9a970c (patch) | |
tree | 4ff70e3c15f4da982ff3760cab68c75025c17963 /src/Main.hs | |
parent | 27e1a90acd9f0e2b7b6d5998247f8553fca62ea8 (diff) |
Switch from PatternSignatures to ScopedTypeVariables in Main
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index f11a263b..4a38b8eb 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,5 +1,5 @@ {-# OPTIONS_GHC -Wwarn #-} -{-# LANGUAGE ForeignFunctionInterface, PatternSignatures #-} +{-# LANGUAGE ForeignFunctionInterface, ScopedTypeVariables #-} ----------------------------------------------------------------------------- -- | -- Module : Main |