summaryrefslogtreecommitdiffhomepage
path: root/Storage.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-02-14 13:29:11 -0400
committerJoey Hess <joeyh@joeyh.name>2020-02-14 13:29:11 -0400
commitc04d1b3c85ed9ef2d91caa94b6e61be4bc04af9a (patch)
treeaba01a7ca3beda1c5a23b16825350b8b402e2fa6 /Storage.hs
parentecc210c3d045f66ecee0fb19482df06babf7aea8 (diff)
downloadkeysafe-c04d1b3c85ed9ef2d91caa94b6e61be4bc04af9a.tar.gz
support slightly older version of deps
Needed for slightly old lts, needed by debian since their stack is well out of date.
Diffstat (limited to 'Storage.hs')
-rw-r--r--Storage.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Storage.hs b/Storage.hs
index 88e6ae5..c693376 100644
--- a/Storage.hs
+++ b/Storage.hs
@@ -19,7 +19,6 @@ import Tunables
import ByteStrings
import Data.Maybe
import Data.List
-import Data.Monoid
import Control.Monad
import Control.Concurrent.Thread.Delay
import Control.Concurrent.Async