diff options
author | partouf <partouf@gmail.com> | 2018-01-28 01:51:58 +0100 |
---|---|---|
committer | partouf <partouf@gmail.com> | 2018-01-28 01:51:58 +0100 |
commit | 67235ec5b7dc70efd23f187dea750660e42ce391 (patch) | |
tree | e33054b4e711dabb08be92b389806fcb414054aa /lib/compilers/haskell.js | |
parent | b46611d8d452e96228d78bea658686969b85aecf (diff) | |
download | compiler-explorer-67235ec5b7dc70efd23f187dea750660e42ce391.tar.gz compiler-explorer-67235ec5b7dc70efd23f187dea750660e42ce391.zip |
not needed
Diffstat (limited to 'lib/compilers/haskell.js')
-rw-r--r-- | lib/compilers/haskell.js | 4 |
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)]; } |