Re: [Haskell-cafe] PDF generation?

2010-06-01 Thread Robert Wills
Last year, I was playing around with using the Hieroglyph library for pdf creation via it's Cairo backend (which I guess amounts to the same thing as using gtk2hs' pdf output). http://wrwills.webfactional.com/docs/pandocHieroglyph/ You should be able to use Diagrams as well as it also has a

Re: [Haskell-cafe] Wumpus World

2008-03-27 Thread Robert Wills
This might also be relevant: http://web.engr.oregonstate.edu/~erwig/zurg/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Anyone recommend a VPS?

2010-01-31 Thread Robert Wills
I use Webfaction. http://www.webfaction.com/services/hosting It's not a personal vps but you get ssh access and you can run any webserver you want-- even a Haskell one: http://wrwills.webfactional.com/2009/10/30/Haskell-on-a-Webfaction-Host They support Postgres databases too. It's cheaper

Re: [Haskell-cafe] Re: Should Yesod.Mail be a separate package?

2010-10-17 Thread Robert Wills
Last summer I put cabalized HaskellNet (written by Jun Mukai for a GSOC) (http://hackage.haskell.org/package/HaskellNet) and uploaded it to hackage. I put myself down as a maintainer but I haven't done much maintaining. HaskellNet also does multipart mime and base64 stuff as well as imap and pop

Re: [Haskell-cafe] Re: Should Yesod.Mail be a separate package?

2010-10-17 Thread Robert Wills
PHP as a programming language but it does basic web functions like outgoing email fairly well. Perhaps HaskellNet just needs more documentation and examples? Kevin On Oct 17, 10:05 am, Robert Wills wrwi...@gmail.com wrote: Last summer I put cabalized HaskellNet (written by Jun Mukai

Re: [Haskell-cafe] Re: Should Yesod.Mail be a separate package?

2010-10-18 Thread Robert Wills
I've had a look at mime-mail and think it provides a nice interface for sending emails. I started trying to write up a simple default interface to it for easily adding attachments (I was going to look at adding a pandoc-based automatic markdown to html later today). getMimeType

Re: [Haskell-cafe] Re: Should Yesod.Mail be a separate package?

2010-10-18 Thread Robert Wills
I've updated the gist to now include automatic conversion through pandoc of markdown to html. On Mon, Oct 18, 2010 at 2:32 PM, Robert Wills wrwi...@gmail.com wrote: On Mon, Oct 18, 2010 at 1:57 PM, Michael Snoyman mich...@snoyman.com wrote: This is *exactly* the kind of high-level interface I

Re: [Haskell-cafe] Re: Should Yesod.Mail be a separate package?

2010-10-18 Thread Robert Wills
can't include it in the mime-mail package: I'm not going to make Pandoc a dependency of mime-mail, both for weight and license reasons. It would be awesome to see a markdown-mail or similar package, however. Michael On Mon, Oct 18, 2010 at 4:33 PM, Robert Wills wrwi...@gmail.com wrote: I've

Re: [Haskell-cafe] iMAP library

2010-11-08 Thread Robert Wills
http://hackage.haskell.org/package/HaskellNet On Tue, Nov 9, 2010 at 6:16 AM, A Smith asmith9...@gmail.com wrote: I'm looking for a Haskell library to allow me to access an IMAP mailbox. Anyone know of one I could use ? -- Andrew ___ Haskell-Cafe

Re: [Haskell-cafe] Load testing

2010-11-29 Thread Robert Wills
Grinder : http://grinder.sourceforge.net/ On Mon, Nov 29, 2010 at 1:23 AM, Tony Morris tonymor...@gmail.com wrote: Does there exist a package for convenient load-testing against a website? e.g. making lots of HTTP requests against a server, including timing, and collecting the results? --

Re: [Haskell-cafe] ANN: Digestive functors 0.0.2.0

2010-12-09 Thread Robert Wills
Very nice. I like the addition of the CLI interface. I was inspired by this library and Chris Eidhof's Formlets to try to port this idea to Scala. https://github.com/wrwills/scormlets It's not as elegant or as complete as this but it helped me to get my head around this very cool idea. -Rob

Re: [Haskell-cafe] what is the status of haskell's mail libraries?

2010-12-28 Thread Robert Wills
I've finally gotten around to doing an update to HaskellNet which provides along with some cleanups integration with mime-mail. There is an example of its usage at: example/smtpMimeMail.hs in http://hackage.haskell.org/package/HaskellNet -Rob On Wed, Oct 27, 2010 at 11:05 AM, Michael Snoyman

Re: [Haskell-cafe] what is the status of haskell's mail libraries?

2010-12-29 Thread Robert Wills
-mail Mail datatype directly? I see that you provide a wrapper around simpleMail in your sendMimeMail function, but that won't always be sufficient. Michael On Tue, Dec 28, 2010 at 9:46 PM, Robert Wills wrwi...@gmail.com wrote: I've finally gotten around to doing an update to HaskellNet which

Re: [Haskell-cafe] Functional Reactive Web Application Framework?

2009-05-13 Thread Robert Wills
The only web-oriented frp framework that I know of is Flapjax http://www.flapjax-lang.org/ Flapjax is javascript so possibly there could be a way to integrate it into Haskell using HJavascript? Maybe it could even be integrated into Happstack? I'm also quite new to Haskell. -Rob

Re: [Haskell-cafe] Functional Reactive Web Application Framework?

2009-05-14 Thread Robert Wills
Yes, I didn't realise that until Arjun mentioned that. I'm going to try to find some time to look more closely at Flapjax... -Rob On Wed, May 13, 2009 at 11:30 PM, Don Stewart d...@galois.com wrote: wrwills: The  only web-oriented frp framework that I know of is Flapjax

[Haskell-cafe] haskellnet

2009-05-14 Thread Robert Wills
Hello, Yesterday I found myself wanting to clear out a spam-ridden pop account without downloading all the messages. Rather than just using Python's poplib, I thought I might look for a haskell solution and came across Haskellnet: http://darcs.haskell.org/SoC/haskellnet/ I ended up spending much

Re: [Haskell-cafe] haskellnet

2009-05-22 Thread Robert Wills
working, I imagine this will be very useful to lots of people! Thanks for your efforts Neil On Thu, May 14, 2009 at 12:51 PM, Robert Wills wrwi...@gmail.com wrote: Hello, Yesterday I found myself wanting to clear out a spam-ridden pop account without downloading all the messages. Rather

Re: [Haskell-cafe] Android and Haskell

2009-06-17 Thread Robert Wills
Right now you're best bet if you want to program Android in a functional style is to use Scala which has an Android target. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] ANN: yst 0.2.1

2009-08-03 Thread Robert Wills
I had a play with this yesterday and thought it looked very useful (like all of John MacFarlane's tools). I'm probably going to use it for a site I'm working on. -Rob ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Market Place for Haskell development teams?

2009-09-30 Thread Robert Wills
fwiw I found it difficult getting a Haskell installation onto Windows. Packages that would 'cabal install' just fine on Linux were much more of a pain on Windows. Eventually, I actually found it easiest to cross compile to Windows using wine: wine HaskellPlatform-2009.2.0.2-setup.exe wine

Re: [Haskell-cafe] haskell facebook

2008-10-19 Thread Robert Wills
I don't know much about this, but... http://hackage.haskell.org/packages/archive/HAppS-Server/0.9.2.1/doc/html/HAppS-Server-Facebook.html As I recall, Alex Jacobson's talk contained an example of building a facebook app.

Re: [Haskell-cafe] Cairo and Haskell

2011-04-15 Thread Robert Wills
Have a look at http://hackage.haskell.org/package/diagrams and http://hackage.haskell.org/package/Hieroglyph On Fri, Apr 15, 2011 at 2:54 PM, Paulo J. Matos pocma...@gmail.com wrote: Hi, I would like to use Haskell to generate automatically a poster. I guess that would be using Cairo so I

Re: [Haskell-cafe] Can't install haskellnet with ghc7

2011-05-04 Thread Robert Wills
I just uploaded a new version of haskellnet that compiles with mime-mail-0.3.0. http://hackage.haskell.org/package/HaskellNet Hope that helps -- now for some sleep... http://hackage.haskell.org/package/HaskellNet-Rob On Wed, May 4, 2011 at 11:28 PM, Daniel Fischer

Re: [Haskell-cafe] Server hosting

2011-05-06 Thread Robert Wills
I've used webfaction with haskell. http://wrwills.webfactional.com/30/10/2009/Haskell-on-a-Webfaction-Host -Rob On Fri, May 6, 2011 at 8:48 PM, Eric Rasmussen ericrasmus...@gmail.comwrote: Has anyone tried webfaction.com with Haskell? I use them for custom Python web apps and they're great

Re: [Haskell-cafe] Stack space overflow in HaskellNet

2011-07-27 Thread Robert Wills
Hello, I guess I should stick my hand up as the supposed maintainer of HaskellNet. Unfortunately I can't say that I know the code that well. Two years ago I rescued it from bitrot cabalized it and when I couldn't get any response from the original author put myself down as the maintainer. It

Re: [Haskell-cafe] Haskell (GHC 7) on ARM

2012-06-12 Thread Robert Wills
Where do you even see ghc? I can't see ghc listed anywhere here: http://archlinuxarm.org/packages -Rob On Tue, Jun 12, 2012 at 2:12 AM, gdwe...@iue.edu wrote: This is my first time hearing of Arch Linux ARM (http://archlinuxarm.org/) but since it is based on Arch Linux

Re: [Haskell-cafe] ANNOUNCE: Ajhc Haskell Compiler 0.8.0.7 Release

2013-07-09 Thread Robert Wills
I'd be very interested in a pic32 port. On Mon, Jul 8, 2013 at 7:24 PM, Tommy Thorn tt1...@yahoo.com wrote: On Jul 6, 2013, at 03:07 , Kiwamu Okabe kiw...@debian.or.jp wrote: Umm... Is your question Is Ajhc's goal that build the compiler for Android? If so, the answer is No. The Ajhc's