Tests fail to build

Issue #5 resolved
Mihai Maruseac created an issue

Recent build, discovered via stackage-nightly

Preprocessing test suite 'tests' for soap-0.2.3.4...
[1 of 1] Compiling Main             ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )

test/Main.hs:62:80: error:
     Couldn't match type conduit-1.2.10:Data.Conduit.Internal.Conduit.ConduitM
                             Event o0 m0 (Maybe RecipeEntry)
                     with conduit-1.2.10:Data.Conduit.Internal.Conduit.Consumer
                             Event m (Maybe RecipeEntry)
      Expected type: conduit-1.2.10:Data.Conduit.Internal.Conduit.ConduitM
                       Event o0 m0 (Maybe RecipeEntry)
                     -> conduit-1.2.10:Data.Conduit.Internal.Conduit.ConduitM
                          Event o m [RecipeEntry]
        Actual type: conduit-1.2.10:Data.Conduit.Internal.Conduit.Consumer
                       Event m (Maybe RecipeEntry)
                     -> conduit-1.2.10:Data.Conduit.Internal.Conduit.Consumer
                          Event m [RecipeEntry]
     In the second argument of (.), namely Parse.many
      In the second argument of (.), namely
        tagNoAttr "salad" . Parse.many
      In the expression:
        Parse.force "no salad" . tagNoAttr "salad" . Parse.many
     Relevant bindings include
        recipeParser :: conduit-1.2.10:Data.Conduit.Internal.Conduit.ConduitM
                          Event o m Recipe
          (bound at test/Main.hs:61:21)

Comments (2)

  1. Log in to comment