fix build on windows
thanks to jkniiv
This commit is contained in:
parent
740d7a43be
commit
88b0bb5793
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -92,3 +92,5 @@ say I'm a believer. :)
|
|||
|
||||
[[!meta title="Utility.Url.Parse fails to build on Windows (missing import)"]]
|
||||
[[!meta author=jkniiv]]
|
||||
|
||||
> [[fixed|done]], thank you! --[[Joey]]
|
||||
|
|
Loading…
Add table
Reference in a new issue