Re: [Haskell-cafe] Open CV or alternate image processing library for Haskell on windows?

2011-05-18 Thread Ville Tirronen
Hey thanks a bunch! Just to clarify matters: HOpenCV is an alternative (and more refined) effort of binding opencv, while CV package is set of bindings I've developed around opencv for various projects I've been involved with. But I'm pretty certain that the same steps for building work for

Re: [Haskell-cafe] Open CV or alternate image processing library for Haskell on windows?

2011-05-17 Thread Ville Tirronen
Hi, I have little knowledge about windows in general, but CV package requires that you install the opencv c-libraries. You will find them at http://opencv.willowgarage.com/. Including a windows distribution. However, CV package has not been tried on windows, so there might or might not be

Re: [Haskell-cafe] Open CV or alternate image processing library for Haskell on windows?

2011-05-17 Thread Ville Tirronen
Hi, Yes, I understand that - but if there is some install or usage dependency, or install procedure, I would hope to see it documented somewhere; perhaps I missed that? The only installation procedure I can document is how to do this in linux. My guess is that it must be similar with

Re: [Haskell-cafe] Idea for hackage feature

2010-09-16 Thread Ville Tirronen
Yeah, those other things were part of the bigger picture that I hope hackage will get some day: two axes of user rating, plus optional support for visualizing things like test coverage and regression tests that you include in your cabal file (cabal test was being worked on during one of this

Re: [Haskell-cafe] Cabal and LLVM bindings

2010-03-12 Thread Ville Tirronen
2010 12:30, Ville Tirronen alea...@gmail.com wrote: Hi! I'm trying to get cabal build my toy compiler, which is based on llvm bindings on hackage. Everything is fine with ghc --make, but with cabal install I get: Loading package llvm-0.7.1.1 ... command line: can't load .so/.DLL

[Haskell-cafe] Cabal and LLVM bindings

2010-03-11 Thread Ville Tirronen
) cabal: Error: some packages failed to install: QV-0.1 failed during the building phase. The exception was: ExitFailure 1 This is done on os x 10.5.8, if that has any relevance. Anyone got any hints on how to proceed with this? Ville Tirronen ___ Haskell