summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/nhc98/files/hmakerc11
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-lang/nhc98/files/hmakerc b/dev-lang/nhc98/files/hmakerc
index 25ea5b5b4c76..1f59158ca589 100644
--- a/dev-lang/nhc98/files/hmakerc
+++ b/dev-lang/nhc98/files/hmakerc
@@ -1,17 +1,8 @@
HmakeConfig
- { defaultCompiler = "/usr/bin/nhc98"
+ { defaultCompiler = "nhc98"
, knownCompilers =
[ CompilerConfig
{ compilerStyle = nhc98
- , compilerPath = "/usr/bin/nhc98"
- , compilerVersion = "v1.12"
- , includePaths = ["/usr/include/nhc98"]
- , cppSymbols = ["__NHC__"]
- , extraCompilerFlags = []
- , isHaskell98 = True
- }
- , CompilerConfig
- { compilerStyle = nhc98
, compilerPath = "nhc98"
, compilerVersion = "v1.12"
, includePaths = ["/usr/include/nhc98"]