[Haskell-cafe] [ANNOUNCE] HaskellNet-0.3 released

2011-12-28 Thread Jonathan Daugherty
the code to a state where I could do further work on it and split it up into protocol-specific packages. As a result, 0.3 is likely to be the last release of this code under this name. --   Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe

[Haskell-cafe] [ANNOUNCE] HaskellNet has a new maintainer

2011-12-26 Thread Jonathan Daugherty
, if you are a HaskellNet user and have an interest in these changes, speak up! In addition, if you are interested in maintaining one or more of the resulting smaller packages (especially POP), let me know! Thanks, --   Jonathan Daugherty ___ Haskell-Cafe

Re: [Haskell-cafe] holumbus error message -- unexpected package db stack

2010-09-04 Thread Jonathan Daugherty
there is no preexisting dist/setup/setup program. But, again, I'd want to see how cabal is being invoked by the Makefile. --   Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] holumbus error message -- unexpected package db stack

2010-09-03 Thread Jonathan Daugherty
package database? You might find this illuminating: http://hackage.haskell.org/trac/hackage/ticket/731 --   Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Merge hsql and HDBC -- there can only be one!

2010-07-07 Thread Jonathan Daugherty
accessible should it be? Most answers I can think of lead me to believe enough people will be put off by it that other libraries will pop up. :) -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman

[Haskell-cafe] ANNOUNCE: vty-ui 0.3

2010-02-18 Thread Jonathan Daugherty
the rendering engine to provide address information so you can get coordinates and size for rendered widgets * Add a few QuickCheck tests (and related fixes) Enjoy! -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Using Cabal during development

2010-02-09 Thread Jonathan Daugherty
to leave my editor to see the build failures and address them. -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Using Cabal during development

2010-02-09 Thread Jonathan Daugherty
://hackage.haskell.org/packages/archive/vty-ui/0.2/vty-ui.cabal The package description link on any Hackage package page will link to the release's cabal file, so you can see how other folks have written their Executable sections. Hope that helps, -- Jonathan Daugherty

Re: [Haskell-cafe] Using Cabal during development

2010-02-09 Thread Jonathan Daugherty
. (This is also more cabal-install-friendly.) -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] hackage build errors

2010-01-11 Thread Jonathan Daugherty
generating Haddock would still be 1) possible and 2) useful. I think it would be better to divorce the build process from the Haddock generation, since they aren't necessarily related (and Haddock builds will fail if the package *is* trivially broken.) -- Jonathan Daugherty

[Haskell-cafe] ANNOUNCE: vty-ui 0.2

2009-10-07 Thread Jonathan Daugherty
container * Demo: use crazy boxed list items to show off border boxes and generic widget support in Lists! * Demo: support PageUp/PageDown to demonstrate List paging API Enjoy! -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe

Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Jonathan Daugherty
this in a project and add things as needed. The list widget looks useful, does it handle multi-line strings (i.e. strings with a \n)? It currently only handles single-line strings but I'd actually like to generalize it to take a list of Widget instances (possibly with restrictions). -- Jonathan

Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Jonathan Daugherty
that goes.. -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-09-29 Thread Jonathan Daugherty
to the authors of Vty. It's a pleasure to use. Enjoy! -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] ANNOUNCE: dbmigrations 0.1

2009-09-07 Thread Jonathan Daugherty
, feedback, and criticism directly to me at drcygnus AT gmail DOT com. I'd like to say thanks to Josh Hoyt and Jason Dagit for suggesting improvements, providing support, and showing me how beautiful Haskell is. Thanks! Enjoy! -- Jonathan Daugherty