dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-haskell/xml-types/xml-types-0.1.4.exheres-0 (335B) - 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="Basic types for representing XML in Haskell"
      7 
      8 LICENCES="MIT"
      9 PLATFORMS="~x86 ~amd64"
     10 
     11 DEPENDENCIES="
     12     $(haskell_lib_dependencies "
     13         dev-haskell/text
     14     ")
     15 "
     16 
     17 BUGS_TO="djc@djc.id.au"
     18