about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/silently/default.nix
blob: 619f8614f099f5290ce6fda92a26817a4eb0fc1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, deepseq, nanospec }:

cabal.mkDerivation (self: {
  pname = "silently";
  version = "1.2.4.1";
  sha256 = "035dw3zg680ykyz5rqkkrjn51wkznbc4jb45a8l2gh3vgqzgbf52";
  buildDepends = [ deepseq ];
  testDepends = [ deepseq nanospec ];
  meta = {
    homepage = "https://github.com/trystan/silently";
    description = "Prevent or capture writing to stdout and other handles";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})