lib: explicitly specify that the 'Glob' package should be used
Without this there are conflicts with the 'filemanip' package, which itself exports a module 'System.FilePath.Glob'.
This commit is contained in:
parent
c69b16d826
commit
1ec16c2dc0
@ -94,7 +94,7 @@ import Text.Megaparsec.Char
|
||||
import Text.Megaparsec.Custom
|
||||
import Text.Printf
|
||||
import System.FilePath
|
||||
import System.FilePath.Glob hiding (match)
|
||||
import "Glob" System.FilePath.Glob hiding (match)
|
||||
|
||||
import Hledger.Data
|
||||
import Hledger.Read.Common
|
||||
|
||||
Loading…
Reference in New Issue
Block a user