src/MFlow/Wai.hs:113:50:
Couldn't match expected type ResourceT IO' with actual typeIO'
Expected type: Source (ResourceT IO) SB.ByteString
Actual type: Source IO SB.ByteString
In the return type of a call of requestBody' In the first argument of($$)', namely `requestBody req1'
Component build order: library creating dist/build creating dist/build/autogen Building MFlow-0.3.2.0... Preprocessing library MFlow-0.3.2.0... Building library... '/opt/ghc-7.4.2/bin/ghc' '--info' '/opt/ghc-7.4.2/bin/ghc' '--info' creating dist/build /opt/ghc-7.4.2/bin/ghc --make -fbuilding-cabal-package -O -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name MFlow-0.3.2.0 -hide-all-packages -no-user-package-conf -package-conf /var/lib/jenkins/workspace/Stackage with GHC 7.4.2/stackage/sandbox/package-db -package-conf dist/package.conf.inplace -package-id RefSerialize-0.3.1.0-23a78fe5db3ff6a6641604cb2779cb53 -package-id TCache-0.11.0.0-bf692a022ab31be2a433e040bebbd725 -package-id Workflow-0.8.0.8-01f2d84bf912efc573647f5ce4f3ed3a -package-id base-4.5.1.0-66f22db3dfcd87541c9c7e50e7095d26 -package-id blaze-html-0.6.1.1-4a20a7475f34545f787b4df9aa50edf4 -package-id blaze-markup-0.5.1.5-188062d725d6fbe3963c09c2fd67cb28 -package-id bytestring-0.9.2.1-503e91bb155301fdb1956cb5c26ce6e9 -package-id case-insensitive-1.1.0.1-280a387dad830482c0233521222ca5f0 -package-id conduit-1.0.9.3-05a2a8036d1b08641f8f9fa3c1a22e40 -package-id containers-0.4.2.1-75f143aa39a3e77a1ce2300025bdd8ce -package-id directory-1.1.0.2-90bfc47dbd5ac1313aec9ce76cc22338 -package-id extensible-exceptions-0.1.1.4-3d9bd197c43329612c640f24179a7f19 -package-id hamlet-1.1.7.4-4a9a326fd1950f9004859964a5c37273 -package-id http-types-0.8.2-fb6b1829dc73adc32416180e80c7047d -package-id monadloc-0.7.1-55acf3f7e7c6e7b44f6fc3e07cf277b2 -package-id mtl-2.1.2-02e701f9b1590ee88a0b5b0bd5d93a29 -package-id old-time-1.1.0.0-703543375fafbcbe67bc51a758e84f10 -package-id parsec-3.1.3-771f99c8818551756b6f2ec3e86ab039 -package-id random-1.0.1.1-c7787dee61cd418f6edd479355fe381c -package-id stm-2.4-464c94c0d4d2a3fb7bf1cd1f8648d14d -package-id text-0.11.2.3-db61832d0c4660614c4ceff234ed4abb -package-id transformers-0.3.0.0-8e66ecc7d4dae2b07b2b5406908c70e4 -package-id utf8-string-0.3.7-3aaf9898eec3e39af0177630d5dff0c3 -package-id vector-0.10.0.1-3450daae3d9f2092020075d05481123c -package-id wai-2.0.0-8c3c2baf46caa2412490b1253748e94b -package-id warp-2.0.0-db639541f1d2870984c21cd0923ed8d0 -package-id xhtml-3000.2.1-290aa859a8b955ebda95b5ca3b1b69f3 -XHaskell98 MFlow MFlow.Wai.Blaze.Html.All MFlow.Forms MFlow.Forms.Admin MFlow.Cookies MFlow.Wai MFlow.Wai.XHtml.All MFlow.Forms.XHtml MFlow.Forms.Blaze.Html MFlow.Forms.Test MFlow.Forms.Widgets MFlow.Forms.Internals MFlow.Wai.Response [ 1 of 13] Compiling MFlow.Cookies ( src/MFlow/Cookies.hs, dist/build/MFlow/Cookies.o ) [ 2 of 13] Compiling MFlow ( src/MFlow.hs, dist/build/MFlow.o ) [ 3 of 13] Compiling MFlow.Forms.Internals ( src/MFlow/Forms/Internals.hs, dist/build/MFlow/Forms/Internals.o ) [ 4 of 13] Compiling MFlow.Forms ( src/MFlow/Forms.hs, dist/build/MFlow/Forms.o ) [ 5 of 13] Compiling MFlow.Forms.Blaze.Html ( src/MFlow/Forms/Blaze/Html.hs, dist/build/MFlow/Forms/Blaze/Html.o ) [ 6 of 13] Compiling MFlow.Forms.XHtml ( src/MFlow/Forms/XHtml.hs, dist/build/MFlow/Forms/XHtml.o ) [ 7 of 13] Compiling MFlow.Forms.Admin ( src/MFlow/Forms/Admin.hs, dist/build/MFlow/Forms/Admin.o ) [ 8 of 13] Compiling MFlow.Forms.Widgets ( src/MFlow/Forms/Widgets.hs, dist/build/MFlow/Forms/Widgets.o ) [ 9 of 13] Compiling MFlow.Wai.Response ( src/MFlow/Wai/Response.hs, dist/build/MFlow/Wai/Response.o ) [10 of 13] Compiling MFlow.Wai ( src/MFlow/Wai.hs, dist/build/MFlow/Wai.o )
src/MFlow/Wai.hs:113:50: Couldn't match expected type
ResourceT IO' with actual type
IO' Expected type: Source (ResourceT IO) SB.ByteString Actual type: Source IO SB.ByteString In the return type of a call ofrequestBody' In the first argument of
($$)', namely `requestBody req1'