nixpkgs/pkgs/development/libraries/haskell/cautious-file/default.nix
Andres Löh 934b429725 Updated gitit plus dependencies.
svn path=/nixpkgs/trunk/; revision=21108
2010-04-15 21:10:06 +00:00

14 lines
318 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "cautious-file";
version = "0.1.5";
sha256 = "0d7b7bf530476b89ffc22bf6e586402b0fd6fd5571cc941df08838c5a890ad01";
meta = {
description = "Ways to write a file cautiously";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})