trhsx
Haskell support for XML in source code
Install
- All systems
-
curl cmd.cat/trhsx.sh
- Debian
-
apt-get install libghc-hsx-dev
- Ubuntu
-
apt-get install libghc-hsx-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libghc-hsx-dev
- Raspbian
-
apt-get install libghc-hsx-dev
- Dockerfile
- dockerfile.run/trhsx
libghc-hsx-dev
Haskell support for XML in source code
HSX (Haskell Source with XML) allows literal XML syntax to be used in Haskell source code. The trhsx preprocessor translates .hsx source files into ordinary .hs files. Literal XML syntax is translated into function calls for creating XML values of the appropriate forms. trhsx transforms literal XML syntax into a series of function calls. This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.