#!/bin/sh
# Haskell library incompatibility in SexpLex.hs
sed '/^data/i\
import Data.Char\
\
' "$@"
