packages/dev-haskell/libxml-sax/libxml-sax-0.7.2.exheres-0 (532B) - 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="Haskell bindings for the libXML2 SAX interface" 7 8 LICENCES="MIT" 9 PLATFORMS="~x86 ~amd64" 10 11 DEPENDENCIES=" 12 build: 13 dev-util/pkg-config 14 dev-haskell/c2hs[>=0.15] 15 build+run: 16 dev-libs/libxml2 17 $(haskell_lib_dependencies " 18 dev-haskell/bytestring[=0.9*] 19 dev-haskell/text[>=0.7] 20 dev-haskell/xml-types[=0.3*] 21 ") 22 " 23 24 BUGS_TO="djc@djc.id.au" 25