856fa922c4
csv-conduit is a CSV library using conduit (streams) packdeps is an executable to compare Haskell dependencies to latest available versions
20 lines
659 B
Nix
20 lines
659 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, Cabal, filepath, split, tar, text, time }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "packdeps";
|
|
version = "0.4.0.3";
|
|
sha256 = "08an9nwg448d3w4yds67l02mgikmjmn52pvva3i386fv4hfkabhp";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ Cabal filepath split tar text time ];
|
|
meta = {
|
|
homepage = "http://packdeps.haskellers.com/";
|
|
description = "Check your cabal packages for lagging dependencies";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ bergey ];
|
|
};
|
|
})
|