summaryrefslogtreecommitdiff
blob: 1f59158ca589c744496f836d36d270a0c0a5979a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HmakeConfig
  { defaultCompiler = "nhc98"
  , knownCompilers =
    [ CompilerConfig
      { compilerStyle = nhc98
      , compilerPath = "nhc98"
      , compilerVersion = "v1.12"
      , includePaths = ["/usr/include/nhc98"]
      , cppSymbols = ["__NHC__"]
      , extraCompilerFlags = []
      , isHaskell98 = True
      }
    ]
  }