summaryrefslogtreecommitdiffhomepage
path: root/Storage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-18 17:06:51 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-18 17:06:51 -0400
commita774bc8d566c55564d008863b3c1be7d03a9fdde (patch)
treebc0df96863a8e1412770ead88344c130c19fe7b7 /Storage
parent845289fdd8fbbed2cbc7eaf7a3d31efe5a8aa80d (diff)
downloadkeysafe-a774bc8d566c55564d008863b3c1be7d03a9fdde.tar.gz
minor prompt flow
Diffstat (limited to 'Storage')
-rw-r--r--Storage/Local.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Storage/Local.hs b/Storage/Local.hs
index bd49116..bbc3c41 100644
--- a/Storage/Local.hs
+++ b/Storage/Local.hs
@@ -3,8 +3,6 @@
- Licensed under the GNU AGPL version 3 or higher.
-}
-{-# LANGUAGE OverloadedStrings #-}
-
module Storage.Local (localStorage, uploadQueue) where
import Types