packages feed

hxt-7.1: examples/hsvg/.ghci

:set -package-conf ../../lib/hxt/package.conf
:set -package hxt
:set -Wall

:def ex0 (\ _ -> return ":set args --trace=1 --encoding=ISO-8859-1 --do-not-validate -o ISO-8859-1 example1.xml")

:def x (\ _ -> return ":load TreeVisualisation\n:ex0\nmain")

:x

:module + IO Main