about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cautious-file/default.nix
blob: 012843adab8f09f3d86e483b97b3db96a8e1e5f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{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];
  };
})