haskell-vcs-revision: add version 0.0.1

This commit is contained in:
Peter Simons 2012-09-18 11:57:26 +02:00
parent 7a505d7830
commit 6e0a176878
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "vcs-revision";
version = "0.0.1";
sha256 = "1zfv9b02ml8622kz755azhi4ajyxrqniiachd92znfrry4n8z1mn";
meta = {
description = "Facilities for accessing the version control revision of the current directory";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1570,6 +1570,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
vault = callPackage ../development/libraries/haskell/vault {};
vcsRevision = callPackage ../development/libraries/haskell/vcs-revision {};
Vec = callPackage ../development/libraries/haskell/Vec {};
vector = callPackage ../development/libraries/haskell/vector {};