summaryrefslogtreecommitdiff
path: root/p/haskell-http-streams/debian/patches/non-linux
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-http-streams/debian/patches/non-linux')
-rw-r--r--p/haskell-http-streams/debian/patches/non-linux12
1 files changed, 12 insertions, 0 deletions
diff --git a/p/haskell-http-streams/debian/patches/non-linux b/p/haskell-http-streams/debian/patches/non-linux
new file mode 100644
index 000000000..d69a5da9e
--- /dev/null
+++ b/p/haskell-http-streams/debian/patches/non-linux
@@ -0,0 +1,12 @@
+--- a/lib/Network/Http/Inconvenience.hs
++++ b/lib/Network/Http/Inconvenience.hs
+@@ -73,9 +73,7 @@
+ import Network.Http.RequestBuilder
+ import Network.Http.Types
+
+-#if defined __LINUX__
+ import System.Directory (doesDirectoryExist)
+-#endif
+
+
+ type URL = ByteString