diff options
author | Ben Sima <ben@bsima.me> | 2020-07-19 21:21:03 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-19 21:21:03 -0700 |
commit | ddc9b826bdc568004451fb14b458476e4c7e5061 (patch) | |
tree | 3f3808a2c916c8070ad38e2754f95d721b7b526d /Hero/Keep.hs | |
parent | 17a2f2364326d0eb527631353942fccecd7e2a7f (diff) |
hero: rename stuff to new structure
Working toward https://github.com/bsima/biz/issues/5
Diffstat (limited to 'Hero/Keep.hs')
-rw-r--r-- | Hero/Keep.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hero/Keep.hs b/Hero/Keep.hs index ee625d8..72bd6c2 100644 --- a/Hero/Keep.hs +++ b/Hero/Keep.hs @@ -23,7 +23,7 @@ import qualified Data.IxSet as IxSet import Data.IxSet (Indexable (..), IxSet, ixFun, ixSet) import Data.SafeCopy (base, deriveSafeCopy) import qualified Data.Text as Text -import Hero.App +import Hero.Core -- * Keep |