Affection.Property: import switcheroo

This commit is contained in:
Astro 2017-03-17 00:22:26 +01:00
parent ac9a9e3bdc
commit c3fdf7b410
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Affection.Property where
import Control.Monad.State.Lazy
import qualified GEGL as G
import qualified BABL as B
import GHC.Ptr (Ptr)
import Foreign.Ptr (Ptr)
type Props a = State [G.Property] a