Removed unused pragma.

This commit is contained in:
Vidar Holen 2015-08-15 13:25:34 -07:00
parent 67cfcfd206
commit f85441add9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
yOU should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-}
{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell, FlexibleContexts #-}
{-# LANGUAGE NoMonomorphismRestriction, TemplateHaskell #-}
module ShellCheck.Parser (parseScript, runTests) where
import ShellCheck.AST