summaryrefslogtreecommitdiffhomepage
path: root/Types/Storage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Storage.hs')
-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.
--