[Haskell-cafe] [ANN] xmobar 0.17 released

2013-05-04 Thread Jose A. Ortega Ruiz
I've just released version 0.17 of xmobar, a lightweight system monitor written in Haskell. Homepage: http://xmobar.org Release notes: http://xmobar.org/releases.html _New features_ - Icons support: it's now possible to insert bitmaps in the template (Edward O'Callaghan, Alexander

[Haskell-cafe] [ANN] xmobar 0.16 released

2012-12-02 Thread Jose A. Ortega Ruiz
I've just released xmobar 0.16, the lightweight text-based system monitor written in Haskell. See http://projects.haskell.org/xmobar, and full release notes below. As always, thanks a bunch to the many contributors, who keep helping me improving xmobar and making it more and more useful. The

Re: [Haskell-cafe] [ANNOUNCEMENT] xmobar 0.14

2011-12-11 Thread Jose A. Ortega Ruiz
On Sun, Dec 11 2011, Roman Cheplyaka wrote: * Jose A. Ortega Ruiz j...@gnu.org [2011-12-11 08:43:01+0100] On Sun, Dec 11 2011, Brandon Allbery wrote: [...] xmobar currently requires parsec 3.x; the above is the symptom of building it against 2.x. Aha, thanks for pointing this out

Re: [Haskell-cafe] [ANNOUNCEMENT] xmobar 0.14

2011-12-11 Thread Jose A. Ortega Ruiz
On Sun, Dec 11 2011, Roman Cheplyaka wrote: [...] To avoid problems like this, please specify version constraints in the .cabal file. See [1] for the details. I'm actually preparing a new release with stricter version constraints (the new .cabal is

[Haskell-cafe] [ANNOUNCEMENT] xmobar 0.14

2011-12-10 Thread Jose A. Ortega Ruiz
I'm happy to announce the release of xmobar 0.14. Xmobar is a text-based, minimalistic status bar for linuxy systems, written in Haskell. See http://projects.haskell.org/xmobar for details. Many, many thanks to the many, many contributors, and apologies for taking so long to put their code and

Re: [Haskell-cafe] [ANNOUNCEMENT] xmobar 0.14

2011-12-10 Thread Jose A. Ortega Ruiz
On Sun, Dec 11 2011, Brandon Allbery wrote: [...] xmobar currently requires parsec 3.x; the above is the symptom of building it against 2.x. Aha, thanks for pointing this out, guys. Peter, would using parsec 3.x be an acceptable solution to you? Cheers, jao -- Life isn't about finding

[Haskell-cafe] ANNOUNCEMENT: xmobar 0.13

2011-03-27 Thread Jose A. Ortega Ruiz
I'm happy to announce the release of xmobar 0.13. xmobar is a lightweight, text-based system monitor for un*x systems. See http://projects.haskell.org/xmobar/ for the whole story. ## Version 0.13 (March 28, 2011) _New features_ - New `Volume` monitor displaying ALSA soundcards information,

[Haskell-cafe] ANN: xmobar 0.12 released

2010-12-23 Thread Jose A. Ortega Ruiz
I'm happy to announce a new relase of xmobar, the text-based monitor bar. You can read everything about xmobar and this release at our new web address (http://projects.haskell.org/xmobar/), or see below for a summary of what's new (cf. http://projects.haskell.org/xmobar/releases.html). ##

[Haskell-cafe] New Xmobar maintainer: request for comments

2010-12-05 Thread Jose A. Ortega Ruiz
Hi, I've recently accepted Andrea Rossato's kind offer to take over maintainership of xmobar, and i wanted to ask for feedback to the community. My apologies for cross-posting to the cafe and xmonad, but xmobar didn't have a mailing list until a couple days ago. My immediate plans are to fix

[Haskell-cafe] Re: Functional dependencies and Peano numbers

2010-07-10 Thread Jose A. Ortega Ruiz
On Sat, Jul 10 2010, wren ng thornton wrote: [...] Yes, you can add multiple dependencies. The syntax is to use , after the first |. While having eight parameters is surely a desperate need for refactoring, there are times when you'd want multiple dependencies. For example, you can say

[Haskell-cafe] Re: Run haskell program in emacs without typing main in the ghci buffer.

2010-04-26 Thread Jose A. Ortega Ruiz
Zura_ x...@gol.ge writes: Hello, Is it possible to run haskell program in emacs without typing main in the ghci buffer? Assuming main function exists of course. Or, maybe automate sending main\n string to ghci buffer input. In other words, I want edit/run/see result style session. Assuming

Re: [Haskell-cafe] ANN: darcsum.el 1.2 released

2010-04-09 Thread Jose A. Ortega Ruiz
Simon Michael si...@joyful.com writes: Unfortunately it will still hang if darcs emits something it can't parse. An emacs process-filter is used to drive an interactive darcs command, like an expect script. The process-filter can receive darcs output in random chunks, so it's hard to

[Haskell-cafe] Re: Using Cabal during development

2010-02-09 Thread Jose A. Ortega Ruiz
Johan Tibell johan.tib...@gmail.com writes: It's really unfortunate that this approach doesn't work for .hsc files. When writing low level libraries I often have a couple of these which forces me out of my nice Emacs workflow into an Emacs + terminal + Cabal workflow. I use the elisp code

[Haskell-cafe] cannot post to haskellmode-em...@projects.haskell.org

2010-02-06 Thread Jose A. Ortega Ruiz
Hi, all my posts to the haskellmode-emacs list (using the address in the subject) are being rejected with the error: 451 451 Temporary local problem - please try later (state 18) (after several retries by the Google smtp server, which i use as a smarthost). Any idea of what could be causing

[Haskell-cafe] Re: haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Jose A. Ortega Ruiz
Svein Ove Aas svein@aas.no writes: Well, I know when I'm beat.. http://trac.haskell.org/haskellmode-emacs/ http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs Excellent! Thanks. Any objection to my adding the list to gmane.org? Cheers, jao -- A: Because it fouls the

[Haskell-cafe] Re: haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Jose A. Ortega Ruiz
Svein Ove Aas svein@aas.no writes: I certainly don't mind. I've noticed that the list administrative interface has a news-gateway option. Is there anything I should do there? I've submitted the request. I don't think the news-gateway option is needed in this case, but i'll ask when i

[Haskell-cafe] Re: haskell-mode.el mailing list (+ dpatch)

2009-11-24 Thread Jose A. Ortega Ruiz
valery...@gmail.com (Valery V. Vorotyntsev) writes: Is there anybody except me feeling the need for mailing list and issue tracker for emacs' haskell-mode? FWIW, you have my vote too. I'm convinced that a discussion forum and tracker would foster contributions from the many emacs users in the

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

2009-10-09 Thread Jose A. Ortega Ruiz
Hi, When i try to cabal install htzaar i get the following error: src/Main.hs:11:7: Could not find module `Play': Use -v to see a list of the files searched for. cabal: Error: some packages failed to install: htzaar-0.0.1 failed during the building phase. The exception was: exit:

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

2009-10-09 Thread Jose A. Ortega Ruiz
Tom Hawkins tomahawk...@gmail.com writes: Sorry, I forgot to add the other modules to the cabal file. Try htzaar-0.0.2. Thank you, it's working now. jao -- The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all

[Haskell-cafe] Re: Examples of using Haskell for mathematics

2008-05-28 Thread Jose A. Ortega Ruiz
Brent Yorgey [EMAIL PROTECTED] writes: Hi all! In a couple weeks I will be giving a short (15-min.) talk to an audience of mostly mathematicians, entitled Executable Mathematics: A Whirlwind Introduction to Haskell. The idea will be to give a flavor of Haskell, its uniquenesses, and why it

haskell newbie seeking for advice

2003-08-14 Thread Jose A . Ortega Ruiz
hi all, as stated in the subject, i'm a newcomer to haskell programming: i've read some tutorials and (portions of) a couple of books and am really fascinated with the language. but my haskell coding experience is limited to toy programs and short exercises. so i decided to try my hand at a