Skip to content
Snippets Groups Projects
Commit 605a7dd4 authored by malcolm wallace's avatar malcolm wallace
Browse files

help nhc98 decipher ambiguous class methods

parent 048b00ca
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,10 @@ import System.IO.Error (try)
import Control.Monad (join, foldM)
import Control.Exception as Exception (catch)
#ifdef __NHC__
default (Integer,Double,Version)
#endif
-- | Represents a program which can be configured.
data Program = Program {
-- | The simple name of the program, eg. ghc
......
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