HmakeConfig
  { defaultCompiler = "ghc"
  , knownCompilers =
    [ CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc-6.0.1"
      , compilerVersion = "6.0.1"
      , includePaths = ["/usr/local/lib/ghc-6.0.1/imports"]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/local/bin/ghc"
      , compilerVersion = "6.0.1"
      , includePaths = ["/usr/local/lib/ghc-6.0.1/imports"]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc"
      , compilerVersion = "6.0.1"
      , includePaths = ["/usr/local/lib/ghc-6.0.1/imports"]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    ]
  }
