From b75efdb2c81bc34b138d316e0893de216e68df91 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 2 Sep 2019 10:26:15 -0700 Subject: [ibb] reorganize types Move Person and Book to Biz.Ibb.Core. Now, Biz.Ibb.Influencers is just a list of the people we want to seed the database with. Eventually we will delete this file. --- lore/Biz/Ibb/Keep.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lore/Biz/Ibb/Keep.hs') diff --git a/lore/Biz/Ibb/Keep.hs b/lore/Biz/Ibb/Keep.hs index 348d0ad..533dab8 100644 --- a/lore/Biz/Ibb/Keep.hs +++ b/lore/Biz/Ibb/Keep.hs @@ -12,7 +12,7 @@ -- module Biz.Ibb.Keep where -import Biz.Ibb.Influencers (Person(..), Book(..)) +import Biz.Ibb.Core (Person(..), Book(..)) import Data.SafeCopy import Data.Data (Data, Typeable) import Data.Text (Text) -- cgit v1.2.3