{ mkDerivation, attoparsec, base, case-insensitive, containers , hspec, QuickCheck, quickcheck-instances, rosezipper, stdenv, text }: mkDerivation { pname = "thermoprint-bbcode"; version = "0.0.0"; src = ./.; libraryHaskellDepends = [ attoparsec base case-insensitive containers rosezipper text ]; testHaskellDepends = [ attoparsec base hspec QuickCheck quickcheck-instances 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; }