{ mkDerivation, base, hxt, hxt-charproperties, hxt-unicode, stdenv , tagsoup }: mkDerivation { pname = "hxt-tagsoup"; version = "9.1.4"; sha256 = "deadbeef"; libraryHaskellDepends = [ base hxt hxt-charproperties hxt-unicode tagsoup ]; homepage = "https://github.com/UweSchmidt/hxt"; description = "TagSoup parser for HXT"; license = "unknown"; hydraPlatforms = stdenv.lib.platforms.none; }