summaryrefslogtreecommitdiff
path: root/lore/Biz/Ibb/Keep.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-09-02 10:26:15 -0700
committerBen Sima <ben@bsima.me>2019-09-02 10:26:15 -0700
commitb75efdb2c81bc34b138d316e0893de216e68df91 (patch)
tree13d18ef6a3b7a60c6c2e0549d6fbd702dd1ece1f /lore/Biz/Ibb/Keep.hs
parentcbce78bba9696db586d06ede4189d6aa3b52aa6f (diff)
[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.
Diffstat (limited to 'lore/Biz/Ibb/Keep.hs')
-rw-r--r--lore/Biz/Ibb/Keep.hs2
1 files changed, 1 insertions, 1 deletions
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)