aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-27 14:41:29 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-27 14:41:29 +0100
commit7fd3ca2523c6edad38a7f4148628ba6bd3994942 (patch)
treefedbec9c5779a20b22d63163fc56f700ad13a0da /tests
parentc3c561e529b31d6a146621ad7ca2826327a8e87c (diff)
downloadverismith-7fd3ca2523c6edad38a7f4148628ba6bd3994942.tar.gz
verismith-7fd3ca2523c6edad38a7f4148628ba6bd3994942.zip
Remove OverloadedStrings in favour of declaration in module
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit.hs2
1 files changed, 0 insertions, 2 deletions
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