HmakeConfig
  { defaultCompiler = "ghc"
  , knownCompilers =
    [ CompilerConfig
      { compilerStyle = nhc98
      , compilerPath = "/usr/obj/i386/nhc98-1.16/nhc98-1.16/script/nhc98"
      , compilerVersion = "v1.16"
      , includePaths = ["/usr/obj/i386/nhc98-1.16/nhc98-1.16/include"]
      , cppSymbols = ["__NHC__=116"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc-6.2.2"
      , compilerVersion = "6.2.2"
      , includePaths = ["/usr/local/lib/ghc-6.2.2/imports"
                       ,"/usr/local/lib/ghc-6.2.2/imports"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=622"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/local/bin/ghc"
      , compilerVersion = "6.2.2"
      , includePaths = ["/usr/local/lib/ghc-6.2.2/imports"
                       ,"/usr/local/lib/ghc-6.2.2/imports"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=622"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc"
      , compilerVersion = "6.2.2"
      , includePaths = ["/usr/local/lib/ghc-6.2.2/imports"
                       ,"/usr/local/lib/ghc-6.2.2/imports"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=622"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    ]
  }
