author | haftmann |
Mon, 29 Nov 2010 11:39:00 +0100 | |
changeset 40804 | c8494f89690a |
parent 40803 | 3f66ea311d44 |
child 40805 | 5a195f11ef46 |
child 40806 | 59d96f777da3 |
--- a/src/Tools/Code/code_haskell.ML Mon Nov 29 11:38:59 2010 +0100 +++ b/src/Tools/Code/code_haskell.ML Mon Nov 29 11:39:00 2010 +0100 @@ -356,7 +356,7 @@ val _ = Isabelle_System.mkdir (Path.dir filepath); in (File.write filepath o format [] width o Pretty.chunks2) - [str "{-# OPTIONS_GHC -fglasgow-exts #-}", content] + [str "{-# LANGUAGE ScopedTypeVariables #-}", content] end | write_module width NONE (_, content) = writeln (format [] width content); in