{ mkDerivation, base, stdenv }: mkDerivation { pname = "tuples-homogenous-h98"; version = "0.1.1.0"; sha256 = "deadbeef"; libraryHaskellDepends = [ base ]; homepage = "https://github.com/ppetr/tuples-homogenous-h98"; description = "Wrappers for n-ary tuples with Traversable and Applicative/Monad instances"; license = stdenv.lib.licenses.bsd3; }