mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
cleanup: Fix invalid pragma.
Oops. Sorry :\.
This commit is contained in:
parent
345f66bba5
commit
ecee2cd2fc
@ -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(..)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user