From c3fdf7b41069415d42b5c2638139e5bf0ab67784 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 17 Mar 2017 00:22:26 +0100 Subject: [PATCH] Affection.Property: import switcheroo --- src/Affection/Property.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Affection/Property.hs b/src/Affection/Property.hs index 73a5bb8..dfebc79 100644 --- a/src/Affection/Property.hs +++ b/src/Affection/Property.hs @@ -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