Deewiant / glob

Haskell library for glob matching
https://deewiant.iki.fi/projects/glob/
Other
25 stars 8 forks source link

Adding transformers-compat >=0.3 to dependencies #2

Closed msakai closed 8 years ago

msakai commented 8 years ago

The package depends on transformers >=0.2 and the System.FilePath.Glob.Base module now uses Control.Monad.Trans.Except. But older version of transformers lacks the Control.Monad.Trans.Except module.

So it is necessary either bumping the lower bound of transformers to >=0.4 or adding transformers-compat to dependencies. This PR choose the latter way.

Deewiant commented 8 years ago

Thanks. I'm a bit too lax with my dependency management...