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

{ cabal, baseUnicodeSymbols, HUnit, stm, stmChans, testFramework
, testFrameworkHunit
}:

cabal.mkDerivation (self: {
  pname = "terminal-progress-bar";
  version = "0.0.1.4";
  sha256 = "0ldvii23ks446xrd27aklh8s8pn1yi3dzhhzl05gipjqbhq3lsx3";
  buildDepends = [ baseUnicodeSymbols stm stmChans ];
  testDepends = [
    baseUnicodeSymbols HUnit testFramework testFrameworkHunit
  ];
  meta = {
    homepage = "https://github.com/roelvandijk/terminal-progress-bar";
    description = "A simple progress bar in the terminal";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})