File: non-linux

package info (click to toggle)
haskell-http-streams 0.8.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: haskell: 1,711; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/lib/Network/Http/Inconvenience.hs
+++ b/lib/Network/Http/Inconvenience.hs
@@ -76,9 +76,7 @@
 import Network.Http.RequestBuilder
 import Network.Http.Types
 
-#if defined __LINUX__ || defined __FREEBSD__
 import System.Directory (doesDirectoryExist)
-#endif
 
 
 type URL = ByteString