haskell / network-uri

URI manipulation facilities
Other
24 stars 33 forks source link

Dependency parsec method not exposed #66

Closed KevinDaSilvaS closed 3 years ago

KevinDaSilvaS commented 3 years ago

Hi while compiling my project I get the error in parsec dependency

Text\Parsec\Prim.hs:203:5: error: parsec > fail' is not a (visible) method of classMonad' parsec > | parsec > 203 | fail msg = parserFail msg

cabal file: build-depends: base >= 4.7 && < 5, mongoDB, text, network-uri, split

Using: stack

ezrakilty commented 3 years ago

Can you share a minimal example that reproduces the problem?

KevinDaSilvaS commented 3 years ago

Hi I was investigating the issue a little bit more, and I'm not a hundred percent sure it was in network.uri maybe it's a conflict with other dependencies. I'll close this issue til I find out the real problem. Thanks for the reply!