{ mkDerivation, aeson, base, bbcode, bytestring, case-insensitive , containers, hspec, QuickCheck, quickcheck-instances, stdenv, text , thermoprint-spec }: mkDerivation { pname = "thermoprint-bbcode"; version = "3.0.0"; src = ./.; libraryHaskellDepends = [ base bbcode bytestring 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; }