HmakeConfig
  { defaultCompiler = "ghc"
  , knownCompilers =
    [ CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/bin/ghc-7.0.3"
      , compilerVersion = "7.0.3"
      , includePaths = ["/usr/lib/ghc-7.0.3/base-4.3.1.0"
                       ,"/usr/lib/ghc-7.0.3/haskell98-1.1.0.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=700"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc-7.0.3"
      , compilerVersion = "7.0.3"
      , includePaths = ["/usr/lib/ghc-7.0.3/base-4.3.1.0"
                       ,"/usr/lib/ghc-7.0.3/haskell98-1.1.0.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=700"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "/usr/bin/ghc"
      , compilerVersion = "7.0.3"
      , includePaths = ["/usr/lib/ghc-7.0.3/base-4.3.1.0"
                       ,"/usr/lib/ghc-7.0.3/haskell98-1.1.0.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=700"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    , CompilerConfig
      { compilerStyle = ghc
      , compilerPath = "ghc"
      , compilerVersion = "7.0.3"
      , includePaths = ["/usr/lib/ghc-7.0.3/base-4.3.1.0"
                       ,"/usr/lib/ghc-7.0.3/haskell98-1.1.0.1"
                       ]
      , cppSymbols = ["__GLASGOW_HASKELL__=700"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    ]
  }
