fix build on windows

thanks to jkniiv
This commit is contained in:
Joey Hess 2023-08-18 13:03:47 -04:00
parent 740d7a43be
commit 88b0bb5793
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ module Utility.Url.Parse (
import Network.URI
#ifdef mingw32_HOST_OS
import Data.List
import qualified System.FilePath.Windows as PW
#endif