haskell-github-backup: update to version 1.20141031
This commit is contained in:
@@ -1,19 +1,20 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, extensibleExceptions, filepath, git, github, hslogger
|
{ cabal, exceptions, filepath, git, github, hslogger, IfElse
|
||||||
, IfElse, MissingH, mtl, network, optparseApplicative, prettyShow
|
, MissingH, mtl, network, networkUri, optparseApplicative
|
||||||
, text, unixCompat
|
, prettyShow, text, transformers, unixCompat
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "github-backup";
|
pname = "github-backup";
|
||||||
version = "1.20140721";
|
version = "1.20141031";
|
||||||
sha256 = "0bnkfmgpk1iaaqck4ppn461fzk3s2761w2nxfrvw10gc934lhrxc";
|
sha256 = "1rg8hz7g12k6h3vflm51l6gdi0wckmxwdq1213ykrbl8w8bvlkm8";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
extensibleExceptions filepath github hslogger IfElse MissingH mtl
|
exceptions filepath github hslogger IfElse MissingH mtl network
|
||||||
network optparseApplicative prettyShow text unixCompat
|
networkUri optparseApplicative prettyShow text transformers
|
||||||
|
unixCompat
|
||||||
];
|
];
|
||||||
buildTools = [ git ];
|
buildTools = [ git ];
|
||||||
meta = {
|
meta = {
|
||||||
@@ -21,7 +22,5 @@ cabal.mkDerivation (self: {
|
|||||||
description = "backs up everything github knows about a repository, to the repository";
|
description = "backs up everything github knows about a repository, to the repository";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user