Re: [Haskell-cafe] libmpd-haskell RFC

2008-01-17 Thread Roman Cheplyaka
* Ben Sinclair [EMAIL PROTECTED] [2008-01-16 22:02:40+1100]
   If anybody has already used libmpd-haskell (the darcs repo version)
 or would like to look over it I would appreciate their comments.
 
 Thanks,
 Ben
 
 http://turing.une.edu.au/~bsinclai/code/libmpd-haskell/

I'd like to use it in xmonad extension to control MPD, but since all
extensions live in one package (XMonadContrib), adding new dependencies
is discouraged, so I chose ad-hoc solution using netcat.

-- 
Roman I. Cheplyaka :: http://ro-che.info/
...being in love is totally punk rock...


signature.asc
Description: Digital signature
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] libmpd-haskell RFC

2008-01-17 Thread Don Stewart
roma:
 * Ben Sinclair [EMAIL PROTECTED] [2008-01-16 22:02:40+1100]
If anybody has already used libmpd-haskell (the darcs repo version)
  or would like to look over it I would appreciate their comments.
  
  Thanks,
  Ben
  
  http://turing.une.edu.au/~bsinclai/code/libmpd-haskell/
 
 I'd like to use it in xmonad extension to control MPD, but since all
 extensions live in one package (XMonadContrib), adding new dependencies
 is discouraged, so I chose ad-hoc solution using netcat.
 

We could have multiple extension packages (i.e. xmonadcontrib-network)
for things that touch the network.

-- Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] libmpd-haskell RFC

2008-01-17 Thread Roman Cheplyaka
* Don Stewart [EMAIL PROTECTED] [2008-01-17 08:56:14-0800]
 roma:
  * Ben Sinclair [EMAIL PROTECTED] [2008-01-16 22:02:40+1100]
 If anybody has already used libmpd-haskell (the darcs repo version)
   or would like to look over it I would appreciate their comments.
   
   Thanks,
   Ben
   
   http://turing.une.edu.au/~bsinclai/code/libmpd-haskell/
  
  I'd like to use it in xmonad extension to control MPD, but since all
  extensions live in one package (XMonadContrib), adding new dependencies
  is discouraged, so I chose ad-hoc solution using netcat.
  
 
 We could have multiple extension packages (i.e. xmonadcontrib-network)
 for things that touch the network.

It doesn't really matter -- I hardly imagine amarok user who would agree
to fetchbuild libmpd-haskell in order to use some other network-related
extension.

-- 
Roman I. Cheplyaka :: http://ro-che.info/
...being in love is totally punk rock...


signature.asc
Description: Digital signature
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] libmpd-haskell RFC

2008-01-17 Thread Clifford Beshers
A comment on documentation.  I find it very frustrating when libraries are
described as an interface to X, where X is often an acronym that has
multiple definitions on the web.  Lots of clicking got me to 'Music Player
Demon', but no further description or links.  Just a little more
information, say in a top-level README and/or the Haddock docs would be
greatly appreciated.

2008/1/16 Ben Sinclair [EMAIL PROTECTED]:

 Hello all,
  If anybody has already used libmpd-haskell (the darcs repo version)
 or would like to look over it I would appreciate their comments.

 Thanks,
 Ben

 http://turing.une.edu.au/~bsinclai/code/libmpd-haskell/http://turing.une.edu.au/%7Ebsinclai/code/libmpd-haskell/

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)

 iD8DBQFHjeRPDo+byWtWM/kRApQhAJ9eMVQR+Bd5hgmsXSF9rRvVCS8ZxACg15rl
 FuRALK8V7ArBSxR9FvTYUr4=
 =d97o
 -END PGP SIGNATURE-

 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] libmpd-haskell RFC

2008-01-16 Thread Ben Sinclair
Hello all,
  If anybody has already used libmpd-haskell (the darcs repo version)
or would like to look over it I would appreciate their comments.

Thanks,
Ben

http://turing.une.edu.au/~bsinclai/code/libmpd-haskell/


signature.asc
Description: Digital signature
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe