{ mkDerivation , stdenv , base , thermoprint , attoparsec, parsec, mtl, case-insensitive, containers }: mkDerivation { pname = "bbcode"; version = "0.0.0"; src = ./.; libraryHaskellDepends = [ base thermoprint attoparsec parsec mtl case-insensitive containers ]; homepage = "git://git.yggdrasil.li/thermoprint"; description = "A tiny parser for bbcode->thermoprint-syntax-tree conversion"; license = stdenv.lib.licenses.publicDomain; }