Tebello Thejane

Results 2 comments of Tebello Thejane

It would appear that the type signature for `globDir` changed in `Glob-0.9.0`. Old: https://hackage.haskell.org/package/Glob-0.8.0/docs/System-FilePath-Glob.html#v:globDir ```Haskell globDir :: [Pattern] -> FilePath -> IO ([[FilePath]], [FilePath]) ``` New: https://hackage.haskell.org/package/Glob-0.9.0/docs/System-FilePath-Glob.html#v:globDir ```Haskell globDir ::...

Here's a supposed fix: https://github.com/yamadapc/hpack-convert/pull/16