From 4092b0aa0f735b5d143a194f2873482e0ccab5ed Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Wed, 29 Mar 2017 17:16:38 -0700 Subject: [PATCH] :wave: DeriveAnyClass, ScopedTypeVariables, it was fun tho --- src/ParseCommand.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParseCommand.hs b/src/ParseCommand.hs index df67c90f6..05f33047b 100644 --- a/src/ParseCommand.hs +++ b/src/ParseCommand.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE DataKinds, TypeOperators, DeriveAnyClass, ScopedTypeVariables #-} +{-# LANGUAGE DataKinds, TypeOperators #-} module ParseCommand where import Arguments