HmakeConfig { defaultCompiler = "ghc" , knownCompilers = [ CompilerConfig { compilerStyle = nhc98 , compilerPath = "/usr/freebsdcvs/ports/lang/nhc98/work/nhc98-1.14/script/nhc98" , compilerVersion = "v1.14" , includePaths = ["/usr/freebsdcvs/ports/lang/nhc98/work/nhc98-1.14/include"] , cppSymbols = ["__NHC__"] , extraCompilerFlags = [] , isHaskell98 = True } , CompilerConfig { compilerStyle = nhc98 , compilerPath = "/usr/local/bin/nhc98" , compilerVersion = "v1.14" , includePaths = ["/usr/local/include/nhc98"] , cppSymbols = ["__NHC__"] , extraCompilerFlags = [] , isHaskell98 = True } , CompilerConfig { compilerStyle = nhc98 , compilerPath = "nhc98" , compilerVersion = "v1.14" , includePaths = ["/usr/local/include/nhc98"] , cppSymbols = ["__NHC__"] , extraCompilerFlags = [] , isHaskell98 = True } , CompilerConfig { compilerStyle = ghc , compilerPath = "/usr/local/bin/ghc" , compilerVersion = "5.04" , includePaths = ["/usr/local/lib/ghc-5.04/imports/base" ,"/usr/local/lib/ghc-5.04/imports/haskell98" ,"/usr/local/lib/ghc-5.04/imports/network" ,"/usr/local/lib/ghc-5.04/imports/haskell-src" ,"/usr/local/lib/ghc-5.04/imports/lang" ,"/usr/local/lib/ghc-5.04/imports/concurrent" ,"/usr/local/lib/ghc-5.04/imports/posix" ,"/usr/local/lib/ghc-5.04/imports/util" ,"/usr/local/lib/ghc-5.04/imports/data" ,"/usr/local/lib/ghc-5.04/imports/text" ,"/usr/local/lib/ghc-5.04/imports/net" ,"/usr/local/lib/ghc-5.04/imports/hssource" ] , cppSymbols = ["__GLASGOW_HASKELL__=504"] , extraCompilerFlags = [] , isHaskell98 = True } , CompilerConfig { compilerStyle = ghc , compilerPath = "ghc" , compilerVersion = "5.04" , includePaths = ["/usr/local/lib/ghc-5.04/imports/base" ,"/usr/local/lib/ghc-5.04/imports/haskell98" ,"/usr/local/lib/ghc-5.04/imports/network" ,"/usr/local/lib/ghc-5.04/imports/haskell-src" ,"/usr/local/lib/ghc-5.04/imports/lang" ,"/usr/local/lib/ghc-5.04/imports/concurrent" ,"/usr/local/lib/ghc-5.04/imports/posix" ,"/usr/local/lib/ghc-5.04/imports/util" ,"/usr/local/lib/ghc-5.04/imports/data" ,"/usr/local/lib/ghc-5.04/imports/text" ,"/usr/local/lib/ghc-5.04/imports/net" ,"/usr/local/lib/ghc-5.04/imports/hssource" ] , cppSymbols = ["__GLASGOW_HASKELL__=504"] , extraCompilerFlags = [] , isHaskell98 = True } ] }