{ mkDerivation, base, fetchurl, mtl, template-haskell, text }: mkDerivation { pname = "boomerang"; version = "1.4.5.3"; src = fetchurl { url = "http://example.org/"; sha256 = "abc"; }; libraryHaskellDepends = [ base mtl template-haskell text ]; description = "Library for invertible parsing and printing"; license = stdenv.lib.licenses.bsd3; }