From 920ac7c109869fd3923ed24de26446d62faaec07 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 9 Jun 2023 13:32:03 -0400
Subject: [PATCH] expose it

---
 src/Tahoe/Download.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Tahoe/Download.hs b/src/Tahoe/Download.hs
index c5a64c4..795ebd4 100644
--- a/src/Tahoe/Download.hs
+++ b/src/Tahoe/Download.hs
@@ -6,6 +6,7 @@
 module Tahoe.Download (
     LookupServer,
     DownloadError (..),
+    DirectoryDownloadError (..),
     LookupError (..),
     DiscoverError (..),
     discoverShares,
-- 
GitLab