summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/patience/default.nix
blob: 6f70eb1e14d111166bb2222a4c831568da61e4ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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;
  };
})