conduit and happstack dependence problem
CCing happstack mailing list. On Fri, Oct 12, 2012 at 1:52 PM, Никитин Лев <leon.v.nikitin@pravmail.ru> wrote:
I'm using conduit to download and parsing file. Conduit depens on transformers >= 0.4. Now I'm going to use happstack, but happstack-server depends on transformers < 0.4. Is there a way to use conduit and happstack together?
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
The highest version of transformers on hackage is transformers-0.3.0.0. The darcs version of transformers is only at 0.3.1.0: http://code.haskell.org/~ross/transformers/transformers.cabal And even in the git version of conduits.cabal: https://github.com/snoyberg/conduit/blob/master/conduit/conduit.cabal the version bounds is: transformers >= 0.2.2 && < 0.4 According to packdeps the only upper bounds limitation with happstack-server at the moment is base64-bytestring: $ packdeps happstack-server/happstack-server.cabal happstack-server-7.0.4: Cannot accept the following packages base64-bytestring 1.0.0.0 I'll bump that in the near future. - jeremy On Fri, Oct 12, 2012 at 2:59 PM, Antoine Latter <aslatter@gmail.com> wrote:
CCing happstack mailing list.
On Fri, Oct 12, 2012 at 1:52 PM, Никитин Лев <leon.v.nikitin@pravmail.ru> wrote:
I'm using conduit to download and parsing file. Conduit depens on transformers >= 0.4. Now I'm going to use happstack, but happstack-server depends on transformers < 0.4. Is there a way to use conduit and happstack together?
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
-- You received this message because you are subscribed to the Google Groups "HAppS" group. To post to this group, send email to happs@googlegroups.com. To unsubscribe from this group, send email to happs+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/happs?hl=en.
participants (3)
-
Antoine Latter -
Jeremy Shaw -
Никитин Лев