Last batch of Haskell expression updates.
* haskell-mkcabal: updated to version 1.0.0 * haskell-ghc-syb-utils: updated to version 0.2.1.0 * haskell-darcs: updated to version 2.5.2 svn path=/nixpkgs/trunk/; revision=28449
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
{cabal, mtl, pcreLight, readline}:
|
||||
{ cabal, extensibleExceptions, mtl, pcreLight, readline }:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "mkcabal";
|
||||
version = "0.4.2";
|
||||
name = self.fname;
|
||||
sha256 = "a3d781fdcdea4ac27a897888593091d4afee10dfc3eff5a49f9108b346232f50";
|
||||
propagatedBuildInputs = [mtl pcreLight readline];
|
||||
version = "1.0.0";
|
||||
sha256 = "1cmawm49i01xxvzgf67cin6s9hihfc3ihr6s5hn2makasfxbnryc";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ extensibleExceptions mtl pcreLight readline ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~dons/code/mkcabal";
|
||||
description = "Generate cabal files for a Haskell project";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
{cabal, binary}:
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tar";
|
||||
version = "0.3.1.0";
|
||||
name = self.fname;
|
||||
sha256 = "1n16sq5y7x30r1k7ydxmncn9x2nx3diildzyfxjy2b8drxp4jr03";
|
||||
extraBuildInputs = [binary];
|
||||
meta = {
|
||||
description = "tar wrapper";
|
||||
description = "Reading, writing and manipulating .tar archive files.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user