From 11b7be56162f7e8ed269656235c586a2d5903921 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Sun, 25 Mar 2018 22:31:34 -0400 Subject: [PATCH] delete unused extension to fix tests on GHC 7.10 --- tests/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Main.hs b/tests/Main.hs index 20165e1..fda64c7 100644 --- a/tests/Main.hs +++ b/tests/Main.hs @@ -1,5 +1,4 @@ {-# LANGUAGE TemplateHaskell #-} -{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeFamilies #-} import Control.Applicative