erikd / conduit-find

Other
12 stars 5 forks source link

Unbuildable now #15

Open Magicloud opened 5 years ago

Magicloud commented 5 years ago
/tmp/stack-90745e800a2d2fef/conduit-find-0.1.0.3/Data/Cond.hs:41:1: error:
        Could not find module ‘Control.Monad.Trans.Either’
        Perhaps you meant
          Control.Monad.Trans.Writer (from transformers-0.5.6.2)
          Control.Monad.Trans.Error (from transformers-0.5.6.2)
          Control.Monad.Trans.Reader (from transformers-0.5.6.2)
        Use -v to see a list of the files searched for.
       |
    41 | import Control.Monad.Trans.Either
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
wfranzini commented 5 years ago

I can confirm the problem. The either package removed Control.Monad.Trans.Either starting from version 5.

wfranzini commented 5 years ago

Please disregard the previous comment about the either package. The problems seems that the trasnformer-either package is not listed in default.nix.