HmakeConfig
  { defaultCompiler = "ghc"
  , knownCompilers =
    [ CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/local/bin/ghc-6.12.3"
      , compilerVersion = "6.12.3"
      , includePaths = ["/usr/local/lib/ghc/base-3.0.3.2"
                       ,"/usr/local/lib/ghc/base-4.2.0.2"
                       ,"/usr/local/lib/ghc/base64-bytestring-0.1.0.1"
                       ,"/usr/local/lib/ghc/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc-6.12.3"
      , compilerVersion = "6.12.3"
      , includePaths = ["/usr/local/lib/ghc/base-3.0.3.2"
                       ,"/usr/local/lib/ghc/base-4.2.0.2"
                       ,"/usr/local/lib/ghc/base64-bytestring-0.1.0.1"
                       ,"/usr/local/lib/ghc/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/local/bin/ghc"
      , compilerVersion = "6.12.3"
      , includePaths = ["/usr/local/lib/ghc/base-3.0.3.2"
                       ,"/usr/local/lib/ghc/base-4.2.0.2"
                       ,"/usr/local/lib/ghc/base64-bytestring-0.1.0.1"
                       ,"/usr/local/lib/ghc/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc"
      , compilerVersion = "6.12.3"
      , includePaths = ["/usr/local/lib/ghc/base-3.0.3.2"
                       ,"/usr/local/lib/ghc/base-4.2.0.2"
                       ,"/usr/local/lib/ghc/base64-bytestring-0.1.0.1"
                       ,"/usr/local/lib/ghc/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    ]
  }
