summaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-31 14:30:35 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-31 14:33:22 -0400
commit019c080687ce4a07031bdfe2263397f4f868c3c3 (patch)
tree187c7abb67ce1c0bc126a48501de4e7ed3e1f7e0 /Types
parent176dbd5798a7def03ea6c61713a0c216ab1e1674 (diff)
downloadkeysafe-019c080687ce4a07031bdfe2263397f4f868c3c3.tar.gz
added --store-directory
Diffstat (limited to 'Types')
-rw-r--r--Types/Storage.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Types/Storage.hs b/Types/Storage.hs
index d8cc181..bc186e7 100644
--- a/Types/Storage.hs
+++ b/Types/Storage.hs
@@ -17,6 +17,8 @@ import Data.Aeson.Types
newtype StorageLocations = StorageLocations [Storage]
deriving (Monoid)
+newtype LocalStorageDirectory = LocalStorageDirectory FilePath
+
-- | Storage interface. This can be used both for local storage,
-- an upload queue, or a remote server.
--