nixpkgs/pkgs/development/libraries/haskell/cautious-file/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

14 lines
316 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];
};
})