Skip to content

Commit

Permalink
Tighten aeson import
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Sep 21, 2017
1 parent 8443f6d commit c36ef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miso/Event/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Miso.Event.Types where
import qualified Data.Map as M
import GHC.Generics
import Miso.String
import Data.Aeson
import Data.Aeson (FromJSON)

-- | Type used for Keyboard events.
--
Expand Down

0 comments on commit c36ef89

Please sign in to comment.