aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/haskell.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/haskell.js')
-rw-r--r--lib/compilers/haskell.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/haskell.js b/lib/compilers/haskell.js
index bc0522ec8..5b5742b5f 100644
--- a/lib/compilers/haskell.js
+++ b/lib/compilers/haskell.js
@@ -26,6 +26,8 @@ const BaseCompiler = require('../base-compiler'),
argumentParsers = require('./argument-parsers');
class HaskellCompiler extends BaseCompiler {
+ static get key() { return 'haskell'; }
+
optionsForFilter(filters, outputFilename) {
return ['-S', '-g', '-o', this.filename(outputFilename)];
}