{ mkDerivation, attoparsec, base, hspec, QuickCheck , quickcheck-instances, stdenv, text }: mkDerivation { pname = "thermoprint-bbcode"; version = "0.0.0"; src = ./.; libraryHaskellDepends = [ attoparsec base QuickCheck quickcheck-instances text ]; testHaskellDepends = [ attoparsec base hspec QuickCheck text ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "A parser for a subset of bbcode compatible with thermoprint-spec"; license = stdenv.lib.licenses.publicDomain; }