1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/terminal-progress-bar/default.nix

22 lines
692 B
Nix

# 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;
};
})