{ mkDerivation, base, containers, fetchurl, template-haskell }: mkDerivation { pname = "tuple-th"; version = "0.2.5"; src = fetchurl { url = "http://example.org/"; sha256 = "abc"; }; libraryHaskellDepends = [ base containers template-haskell ]; description = "Generate (non-recursive) utility functions for tuples of statically known size"; license = stdenv.lib.licenses.bsd3; }