haskell-chell: pin build to patience-0.1.x
Newer version are not supported yet.
This commit is contained in:
@@ -161832,6 +161832,20 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"patience_0_1_1" = callPackage
|
||||
({ mkDerivation, base, containers }:
|
||||
mkDerivation {
|
||||
pname = "patience";
|
||||
version = "0.1.1";
|
||||
sha256 = "0qyv20gqy9pb1acy700ahv70lc6vprcwb26cc7fcpcs4scsc7irm";
|
||||
revision = "1";
|
||||
editedCabalFile = "0xj4hypjnhsn5jhs66l9wwhpkn5pbd8xmx7pgcy2ib08cz1087y7";
|
||||
libraryHaskellDepends = [ base containers ];
|
||||
description = "Patience diff and longest increasing subsequence";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"patience" = callPackage
|
||||
({ mkDerivation, base, containers }:
|
||||
mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user