HmakeConfig
  { defaultCompiler = "ghc"
  , knownCompilers =
    [ CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/bin/ghc-6.12.1"
      , compilerVersion = "6.12.1"
      , includePaths = ["/usr/lib/ghc-6.12.1/base-3.0.3.2"
                       ,"/usr/lib/ghc-6.12.1/base-4.2.0.0"
                       ,"/usr/lib/ghc-6.12.1/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc-6.12.1"
      , compilerVersion = "6.12.1"
      , includePaths = ["/usr/lib/ghc-6.12.1/base-3.0.3.2"
                       ,"/usr/lib/ghc-6.12.1/base-4.2.0.0"
                       ,"/usr/lib/ghc-6.12.1/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/bin/ghc"
      , compilerVersion = "6.12.1"
      , includePaths = ["/usr/lib/ghc-6.12.1/base-3.0.3.2"
                       ,"/usr/lib/ghc-6.12.1/base-4.2.0.0"
                       ,"/usr/lib/ghc-6.12.1/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc"
      , compilerVersion = "6.12.1"
      , includePaths = ["/usr/lib/ghc-6.12.1/base-3.0.3.2"
                       ,"/usr/lib/ghc-6.12.1/base-4.2.0.0"
                       ,"/usr/lib/ghc-6.12.1/haskell98-1.0.1.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=601"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    ]
  }
