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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "gdiff";
  version = "1.1";
  sha256 = "1d0d8f8bfw7ld6a1d5y6syzdha5qsm909mqzd5gfqcbi2wnh8aqc";
  meta = {
    homepage = "https://github.com/eelco/gdiff";
    description = "Generic diff and patch";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})