20 lines
589 B
Nix
20 lines
589 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, doctest, filepath }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cabalg";
|
|
version = "0.2.9";
|
|
sha256 = "02brl9b1g3cyw5nmk0mih073kbszpc6g2nqgs0sh93h7y5naf5kp";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ filepath ];
|
|
testDepends = [ doctest filepath ];
|
|
meta = {
|
|
description = "alias for cabal install from given git repo";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ dmalikov ];
|
|
};
|
|
})
|