Re: [Haskell] ANN: strict-base-types-0.1

2013-05-11 Thread Simon Meier
Yes, I agree at inclusion in base. I opted for this solution, as it allows me to test it in anger at my daily work at Erudify. If we're going to add more strict modules to base, then I'd do it in a two step process. 1. Include strict versions of core types, i.e., the modules from strict-base-types

[Haskell] ANN: strict-base-types-0.1

2013-05-08 Thread Simon Meier
Dear fellow haskellers, the strict-base-types package makes it easy to get rid of the unnecessary laziness (and the resulting space leaks) in your applications; i.e., no more data AppState = AppState { _field :: !(Maybe T.Text) , ... } as the alternative import qualified Data.Maybe.

Re: [Haskell] ANNOUNCE multiarg - parser combinators for command line parsing

2012-01-29 Thread Simon Meier
Hi Omari, I'm currently using Neil Mitchell's cmdargs package [1]. How does your package compare to that? best regards, Simon [1] http://hackage.haskell.org/package/cmdargs-0.9.2 2012/1/29 Omari Norman : > multiarg is a parser combinator library to build command line parsers. > With it you can

[Haskell] ANN: blaze-builder-0.2.1.0 and blaze-builder-enumerator-0.2.0.0

2010-12-11 Thread Simon Meier
d using CPS. Hence, we can now build a full replacement of the encoding part of the 'binary' package based on blaze-builder. - The `Write` abstraction has been restructured to allow for a more efficient Monoid instance and better insulation of user code from abstrac

Re: [Haskell] ANN: blaze-builder-0.2.0.0

2010-11-07 Thread Simon Meier
Hi Antoine, Can the same technique be ported over to the binary package, or is it > somehow interface incompatible? > I'm not exactly sure what you mean by the same technique. If you mean using blaze-builder instead of Data.Binary.Builder as the Monoid that the Put writer monad in the Binary typ

[Haskell] ANN: blaze-builder-0.2.0.0

2010-11-07 Thread Simon Meier
://lambda-view.blogspot.com/2010/11/blaze-builder-library-faster.html best regards, Simon Meier ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell