aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/haskell.js
diff options
context:
space:
mode:
authorpartouf <partouf@gmail.com>2018-01-28 01:51:58 +0100
committerpartouf <partouf@gmail.com>2018-01-28 01:51:58 +0100
commit67235ec5b7dc70efd23f187dea750660e42ce391 (patch)
treee33054b4e711dabb08be92b389806fcb414054aa /lib/compilers/haskell.js
parentb46611d8d452e96228d78bea658686969b85aecf (diff)
downloadcompiler-explorer-67235ec5b7dc70efd23f187dea750660e42ce391.tar.gz
compiler-explorer-67235ec5b7dc70efd23f187dea750660e42ce391.zip
not needed
Diffstat (limited to 'lib/compilers/haskell.js')
-rw-r--r--lib/compilers/haskell.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/compilers/haskell.js b/lib/compilers/haskell.js
index 9fc12a341..b267cf4b1 100644
--- a/lib/compilers/haskell.js
+++ b/lib/compilers/haskell.js
@@ -25,10 +25,6 @@
const BaseCompiler = require('../base-compiler');
class HaskellCompiler extends BaseCompiler {
- constructor(info, env) {
- super(info, env);
- }
-
optionsForFilter(filters, outputFilename, userOptions) {
return ['-S', '-g', '-o', this.filename(outputFilename)];
}