[Haskell] [ANN] haddock-2.15-0, haddock-api-2.15-0, haddock-library-1.1.1

2014-08-31 Thread Mateusz Kowalczyk
Hello, I'd like to announce the release of Haddock 2.15.0. Before we dive in, I'd like to announce that Haddock development has moved out of the GHC tree and is now done against the latest compiler release. If in the past you wanted to contribute but were intimidated by having to make sure it

[Haskell] ANNOUNCE: hemokit 0.6.3 - Now with OpenVibe compatibility

2014-08-31 Thread Niklas Hambüchen
Heya, out is Hemokit 0.6.3, which can now be connected to the OpenVibe EEG framework. OpenVibe allows fancy stuff like spelling words with your mind: Video: https://www.youtube.com/watch?v=08GNE6OdNcs Docs: http://openvibe.inria.fr/coadapt-p300-stimulator-tutorial There is a new tutorial on

Re: [arch-haskell] is there some easy way to ignore all haskell- packages?

2014-08-31 Thread lilydjwg
On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote: Hello Martin, this is indeed an annoying behaviour of pacman. I use the following trick: pacman -Syu --ignore $(pacman -Qqu | grep haskell- | tr '\n' ',') There are probably other solutions with sed, awk, ... You can

Re: [arch-haskell] is there some easy way to ignore all haskell- packages?

2014-08-31 Thread Magnus Therning
On Sun, Aug 31, 2014 at 05:18:59PM +0800, lilydjwg wrote: On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote: Hello Martin, this is indeed an annoying behaviour of pacman. I use the following trick: pacman -Syu --ignore $(pacman -Qqu | grep haskell- | tr '\n' ',')

Re: [arch-haskell] is there some easy way to ignore all haskell- packages?

2014-08-31 Thread Martin DeMello
perfect, thanks. i should've checked the wiki, which does mention glob patterns, even though the --help doesn't. martin On Sun, Aug 31, 2014 at 2:18 AM, lilydjwg lilyd...@gmail.com wrote: On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote: Hello Martin, this is indeed an