From 7fd3ca2523c6edad38a7f4148628ba6bd3994942 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Dec 2018 14:41:29 +0100 Subject: Remove OverloadedStrings in favour of declaration in module --- src/Test/VeriFuzz/Graph/ASTGen.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Test/VeriFuzz/Graph/ASTGen.hs') diff --git a/src/Test/VeriFuzz/Graph/ASTGen.hs b/src/Test/VeriFuzz/Graph/ASTGen.hs index b5fb944..f1ac88a 100644 --- a/src/Test/VeriFuzz/Graph/ASTGen.hs +++ b/src/Test/VeriFuzz/Graph/ASTGen.hs @@ -10,8 +10,6 @@ Portability : POSIX Generates the AST from the graph directly. -} -{-# LANGUAGE OverloadedStrings #-} - module Test.VeriFuzz.Graph.ASTGen where import Data.Graph.Inductive (LNode, Node) -- cgit