diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-24 13:42:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-24 13:42:30 -0400 |
commit | 13fb898fb2379a9ed9b7df2b645453059d296488 (patch) | |
tree | 1b794934c8449f50e91ad4b95e7cbecdbaac479f /Database | |
parent | d884cdfbed61fa451c54562711ab5a12f41a7f7a (diff) |
factor non-type stuff out of Key
Diffstat (limited to 'Database')
-rw-r--r-- | Database/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Database/Types.hs b/Database/Types.hs index 9eabc6983..a4b5fbcb1 100644 --- a/Database/Types.hs +++ b/Database/Types.hs @@ -14,7 +14,7 @@ import Data.Maybe import Data.Char import Utility.PartialPrelude -import Types.Key +import Key import Utility.InodeCache -- A serialized Key |