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 --- tests/Unit.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/Unit.hs') diff --git a/tests/Unit.hs b/tests/Unit.hs index c2ee27a..440953a 100644 --- a/tests/Unit.hs +++ b/tests/Unit.hs @@ -1,5 +1,3 @@ -{-# LANGUAGE OverloadedStrings #-} - module Unit (unitTests) where import Control.Lens -- cgit