From ecee2cd2fcb6fc6af3a5f402a1694bb221e8a4bf Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 9 Mar 2022 23:09:52 +0000 Subject: [PATCH] cleanup: Fix invalid pragma. Oops. Sorry :\. --- src/Graphics/Vty/Input/Classify/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphics/Vty/Input/Classify/Types.hs b/src/Graphics/Vty/Input/Classify/Types.hs index ac024bd..e16414b 100644 --- a/src/Graphics/Vty/Input/Classify/Types.hs +++ b/src/Graphics/Vty/Input/Classify/Types.hs @@ -1,6 +1,6 @@ -- | This module exports the input classification type to avoid import -- cycles between other modules that need this. -{-# StrictData #-} +{-# LANGUAGE StrictData #-} module Graphics.Vty.Input.Classify.Types ( KClass(..) )