packages/dev-haskell/dbus-core/dbus-core-0.9.2.1.exheres-0 (782B) - raw
1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
2 # Distributed under the terms of the GNU General Public License v2
3
4 require hackage
5
6 SUMMARY="Low-level D-Bus protocol implementation for Haskell"
7
8 LICENCES="GPL-3"
9 PLATFORMS="~x86 ~amd64"
10
11 DEPENDENCIES="
12 $(haskell_lib_dependencies "
13 dev-haskell/binary[>=0.4&<0.6]
14 dev-haskell/bytestring[>=0.9&<0.10]
15 dev-haskell/containers[>=0.1&<0.5]
16 dev-haskell/data-binary-ieee754[>=0.3&<0.5]
17 dev-haskell/libxml-sax[>=0.7&<0.8]
18 dev-haskell/network[>=2.2&<2.4]
19 dev-haskell/parsec[>=2.0&<3.2]
20 dev-haskell/text[>=0.11.1.5&<0.12]
21 dev-haskell/unix[>=2.2&<2.6]
22 dev-haskell/vector[>=0.7&<0.10]
23 dev-haskell/xml-types[>=0.3&<0.4]
24 ")
25 "
26
27 BUGS_TO="djc@djc.id.au"
28