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

2011-12-28 Thread Jonathan Daugherty
o get 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

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

2011-12-26 Thread Jonathan Daugherty
ackages So, 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 _

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

2010-09-03 Thread Jonathan Daugherty
originally. So you may find that you see the error only when 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
Does this give me any hints about the actual problem? Is cabal using a custom GHC 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
t; library? Which users should it satisfy? How 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 Haske

[Haskell-cafe] ANNOUNCE: vty-ui 0.3

2010-02-18 Thread Jonathan Daugherty
he demo for an example) * Refactor 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 ___ Haske

Re: [Haskell-cafe] Using Cabal during development

2010-02-09 Thread Jonathan Daugherty
consider naming it $package_name-test. (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] Using Cabal during development

2010-02-09 Thread Jonathan Daugherty
/Demo.hs. This example is from: http://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 Executabl

Re: [Haskell-cafe] Using Cabal during development

2010-02-09 Thread Jonathan Daugherty
tories. That way I don't usually have 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] hackage build errors

2010-01-11 Thread Jonathan Daugherty
generate Haddock for these packages even though 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 pack

[Haskell-cafe] ANNOUNCE: vty-ui 0.2

2009-10-07 Thread Jonathan Daugherty
; ASCII art box 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 li

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

2009-10-01 Thread Jonathan Daugherty
n constrained space. We'll see how that goes.. -- Jonathan Daugherty ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

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

2009-10-01 Thread Jonathan Daugherty
g 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 wit

[Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-09-29 Thread Jonathan Daugherty
ton 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
to send patches, 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! --