Skip to content

Commit

Permalink
Fix qualified import
Browse files Browse the repository at this point in the history
  • Loading branch information
queezle42 committed Jun 4, 2024
1 parent 5f2f3bf commit bb2f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasar-wayland-skia/src/Quasar/Wayland/Skia.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Quasar.Wayland.Skia (
--ManagedSkiaSurface,
) where

import Data.Map.Strict as Map
import Data.Map.Strict qualified as Map
import Data.Typeable (Typeable)
import Foreign.Ptr
import Language.C.Inline qualified as C
Expand Down

0 comments on commit bb2f99b

Please sign in to comment.