3
0
Fork 0
forked from mirrors/nixpkgs

cabal2nix: fetch source code from the Git repository

I don't want to upload a plethora of trivial releases to Hackage every
time I'd like to test a new version.

svn path=/nixpkgs/trunk/; revision=28220
This commit is contained in:
Peter Simons 2011-08-07 09:56:44 +00:00
parent cda8010b96
commit 9754b7d0d7

View file

@ -1,9 +1,14 @@
{cabal,HTTP}:
{fetchgit,cabal,HTTP}:
cabal.mkDerivation (self : {
pname = "cabal2nix";
version = "1.7";
sha256 = "1inb1rv11dphgvg72zyfmzkcmw7dac1jrc40s7frhvwjhrnr4syv";
version = "v1.8-beta-1";
src = fetchgit {
url = "git://github.com/peti/cabal2nix.git";
rev = "5ad59780b88208e20f2ba086572a2ba8783fc56f";
};
propagatedBuildInputs = [HTTP];
meta = {
homepage = "http://github.com/peti/cabal2nix";