cleanup: Fix invalid pragma.

Oops. Sorry :\.
This commit is contained in:
iphydf 2022-03-09 23:09:52 +00:00
parent 345f66bba5
commit ecee2cd2fc
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -1,6 +1,6 @@
-- | This module exports the input classification type to avoid import -- | This module exports the input classification type to avoid import
-- cycles between other modules that need this. -- cycles between other modules that need this.
{-# StrictData #-} {-# LANGUAGE StrictData #-}
module Graphics.Vty.Input.Classify.Types module Graphics.Vty.Input.Classify.Types
( KClass(..) ( KClass(..)
) )