mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskell-patience: add version 0.1.1
This commit is contained in:
parent
b845171dd6
commit
2f51348f4d
12
pkgs/development/libraries/haskell/patience/default.nix
Normal file
12
pkgs/development/libraries/haskell/patience/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "patience";
|
||||
version = "0.1.1";
|
||||
sha256 = "0qyv20gqy9pb1acy700ahv70lc6vprcwb26cc7fcpcs4scsc7irm";
|
||||
meta = {
|
||||
description = "Patience diff and longest increasing subsequence";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1769,6 +1769,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
pathPieces = callPackage ../development/libraries/haskell/path-pieces {};
|
||||
|
||||
patience = callPackage ../development/libraries/haskell/patience {};
|
||||
|
||||
pandoc = callPackage ../development/libraries/haskell/pandoc {};
|
||||
|
||||
pandocCiteproc = callPackage ../development/libraries/haskell/pandoc-citeproc {};
|
||||
|
Loading…
Reference in New Issue
Block a user