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

{ cabal, Diff, QuickCheck, testFramework, testFrameworkQuickcheck2
}:

cabal.mkDerivation (self: {
  pname = "diff3";
  version = "0.2.0.3";
  sha256 = "0zdfn1jhsq8pd23qpkhzr8wgiwbazfbq688bjnpc406i7gq88k78";
  buildDepends = [ Diff ];
  testDepends = [
    QuickCheck testFramework testFrameworkQuickcheck2
  ];
  meta = {
    homepage = "http://github.com/ocharles/diff3.git";
    description = "Perform a 3-way difference of documents";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})