Re: [Haskell-cafe] Conduit Best Practices for leftover data

2012-04-14 Thread Michael Snoyman
On Thu, Apr 12, 2012 at 9:25 AM, Myles C. Maxfield wrote: > Hello, > I am interested in the argument to Done, namely, leftover data. More > specifically, when implementing a conduit/sink, what should the > conduit specify for the (Maybe i) argument to Done in the following > scenarios (Please note

Re: [Haskell-cafe] [wxhaskell-users] [Announce] wxHaskell 0.90

2012-04-14 Thread Henk-Jan van Tuyl
L.S., I had some problems installing the branch for wxWidgets 2.8.x: The command cabal install 'wx < 0.90' results in Resolving dependencies... Downloading wxdirect-0.90... : . The dependency on wxcore in wx.cabal (version 0.13.2.1) must have an upper limit '< 0.90' and the dependenc

[Haskell-cafe] Final CFP: 16th Brazilian Symposium on Programming Languages

2012-04-14 Thread Simon Thompson
CALL FOR PAPERS 16th BRAZILIAN SYMPOSIUM ON PROGRAMMING LANGUAGES Natal, Rio Grande do Norte, Brazil September 24-28, 2012 http://www.cbsoft.dimap.ufrn.br ===

Re: [Haskell-cafe] [Haskell] ANNOUNCE: notcpp-0.0.1

2012-04-14 Thread Facundo Domínguez
Hi, > scopeLookup :: String -> Q Exp The example provided here [1] fails at runtime is no name can be found in scope. Would it make more sense to have scopeLookup :: [String] -> Q Exp and have compilation fail if no name in the list is in scope? By the way, the library brings an interesting