Merge pull request #230726 from fetsorn/typo/hs-test-sandbox-compose

haskellPackages.test-sandbox-compose: fix typo
This commit is contained in:
Weijia Wang
2023-05-08 19:32:54 +03:00
committed by GitHub
+1 -1
View File
@@ -289687,7 +289687,7 @@ self: {
base bytestring cabal-test-bin hspec hspec-test-sandbox process
shakespeare test-sandbox text unix
];
description = "Lightweight development enviroments using test-sandbox";
description = "Lightweight development environments using test-sandbox";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "test-sandbox-compose";