upwawet / xmms2hs
xmms2hs provides an interface to the X-platform Music Multiplexing System 2 (http://xmms2.xmms.se) client API, thus allowing to write XMMS2 clients in Haskell. It contains (nearly) 1-to-1 bindings to the XMMS2 client API and a higher level interface.
| commit 212: | 989d331db1dd |
| parent 211: | 394005199ff5 |
| branch: | default |
| tags: | 0.0.3.7 |
version 0.0.3.7
Changed (Δ0 bytes):
raw changeset »
client-glib/xmms2-client-glib.cabal (2 lines added, 2 lines removed)
client/xmms2-client.cabal (1 lines added, 1 lines removed)
Up to file-list client-glib/xmms2-client-glib.cabal:
1 |
1 |
name: xmms2-client-glib |
2 |
version: 0.0.3. |
|
2 |
version: 0.0.3.7 |
|
3 |
3 |
|
4 |
4 |
author: Oleg Belozeorov |
5 |
5 |
maintainer: Oleg Belozeorov <upwawet@gmail.com> |
| … | … | @@ -21,7 +21,7 @@ extra-tmp-files: config.status, confi |
21 |
21 |
library |
22 |
22 |
exposed-modules: XMMS2.Client.Glib |
23 |
23 |
other-modules: C2HS |
24 |
build-depends: base, haskell98, xmms2-client == 0.0.3. |
|
24 |
build-depends: base, haskell98, xmms2-client == 0.0.3.7 |
|
25 |
25 |
build-tools: c2hs |
26 |
26 |
hs-source-dirs: ., src |
27 |
27 |
extensions: ForeignFunctionInterface |
