Merge pull request #68946 from volth/escape
treewide: fix string escapes
This commit is contained in:
@@ -57676,7 +57676,7 @@ self: {
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0rwi5zwvqn18g7qyp9aw51w3yzkqbff9g7rcqdk1l871fvq8qhha";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Haskell operator `g ... f = \x1 .. xn -> g (f x1 .. xn)`.";
|
||||
description = "Haskell operator `g ... f = \\x1 .. xn -> g (f x1 .. xn)`.";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@@ -253088,7 +253088,7 @@ self: {
|
||||
base containers exceptions free spiros split text transformers
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
description = "Automate keyboard\/mouse\/clipboard\/application interaction";
|
||||
description = "Automate keyboard/mouse/clipboard/application interaction";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
|
||||
Reference in New Issue
Block a user