{ mkDerivation, aeson, base, bbcode, case-insensitive, containers , hspec, QuickCheck, quickcheck-instances, stdenv, text , thermoprint-spec }: mkDerivation { pname = "thermoprint-bbcode"; version = "1.0.0"; src = ./.; libraryHaskellDepends = [ base bbcode case-insensitive containers text thermoprint-spec ]; testHaskellDepends = [ aeson base containers hspec QuickCheck quickcheck-instances text thermoprint-spec ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Parse bbcode for use in thermoprint"; license = stdenv.lib.licenses.publicDomain; }