[Haskell-cafe] New CoreErlang maintainer + patch

2011-11-05 Thread Alex Kropivny
Hello, I've got a patch [1] for the CoreErlang package. It fixes a parsing bug and adds Typeable+Data instances to the syntax tree. I was unable to contact the developers/maintainers via provided email. (No response in ~3 weeks.) The package hasn't been touched for three years, since first

[Haskell-cafe] Cabal install problem

2011-11-05 Thread Victor Miller
Lately whenever I try to install a cabal package it fails with the following error message: Could not find module `Control.Monad.State': Perhaps you haven't installed the profiling libraries for package `mtl-2.0.1.0'? Use -v to see a list of the files searched for. The strange thing

Re: [Haskell-cafe] Cabal install problem

2011-11-05 Thread Ivan Lazar Miljenovic
On 6 November 2011 01:52, Victor Miller victorsmil...@gmail.com wrote: Lately whenever I try to install a cabal package it fails with the following error message: Could not find module `Control.Monad.State':     Perhaps you haven't installed the profiling libraries for package `mtl-2.0.1.0'?

Re: [Haskell-cafe] Cabal install problem

2011-11-05 Thread Daniel Fischer
On Saturday 05 November 2011, 16:00:40, Ivan Lazar Miljenovic wrote: On 6 November 2011 01:52, Victor Miller victorsmil...@gmail.com wrote: Lately whenever I try to install a cabal package it fails with the following error message: Could not find module `Control.Monad.State':

[Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Grigory Sarnitskiy
If you are to describe a system, which consists of several subsystems, how do you approach the problem? What types, classes, functions whatever do you introduce? I guess it is a common problem, is there a general method? Just to describe, not to solve (though if the description implies the

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Albert Y. C. Lai
On 11-11-05 01:17 PM, Grigory Sarnitskiy wrote: If you are to describe a system, which consists of several subsystems, how do you approach the problem? What types, classes, functions whatever do you introduce? I guess it is a common problem, is there a general method? Just to describe, not

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread MigMit
Well, I usually use whatever comes handy, but I'm sure there are other approaches — like, for example, trying something almost unusable first. Отправлено с iPad 05.11.2011, в 21:17, Grigory Sarnitskiy sargrig...@ya.ru написал(а): If you are to describe a system, which consists of several

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Arnaud Bailly
That look's interesting. Do you have experience using this method? Arnaud On Sat, Nov 5, 2011 at 7:09 PM, Albert Y. C. Lai tre...@vex.net wrote: On 11-11-05 01:17 PM, Grigory Sarnitskiy wrote: If you are to describe a system, which consists of several subsystems, how do you approach the

Re: [Haskell-cafe] howto best use emacs + tiling WM (Xmonad, DWM) -- Thanks

2011-11-05 Thread kaffeepause73
Thanks for the help ! iswitchb (see Ian's eMail below) is easiest to install and already does a realy nice job. Anything is a lot more powerful, as it also lists files and history. I installed both an will see how I get along. An integration with the tiled WM is not necessary if switching

Re: [Haskell-cafe] How do you describe systems in general with Haskell?

2011-11-05 Thread Ertugrul Soeylemez
Grigory Sarnitskiy sargrig...@ya.ru wrote: If you are to describe a system, which consists of several subsystems, how do you approach the problem? What types, classes, functions whatever do you introduce? I guess it is a common problem, is there a general method? Just to describe, not to