diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2019-11-29 22:49:08 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-12-02 23:11:32 +0100 |
| commit | 51bc5cd6948985ab294ed3216345d046f4aefc85 (patch) | |
| tree | 4c53471263dd9aabeeaadd2431b563fb355b9fae /src/State.hs | |
| parent | a70628457a5ceccd37d1ba2e1791d4493b5a0502 (diff) | |
Storage: move stored list to separate module
Diffstat (limited to 'src/State.hs')
| -rw-r--r-- | src/State.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/State.hs b/src/State.hs index bb193a3..cd94052 100644 --- a/src/State.hs +++ b/src/State.hs @@ -26,6 +26,7 @@ import Identity import Message import PubKey import Storage +import Storage.List import Util data LocalState = LocalState |