{ mkDerivation, base, bytestring, stdenv, tagged, text }: mkDerivation { pname = "string-class"; version = "0.1.6.5"; sha256 = "deadbeef"; libraryHaskellDepends = [ base bytestring tagged text ]; homepage = "https://github.com/bairyn/string-class"; description = "String class library"; license = stdenv.lib.licenses.bsd3; }