haskell-terminal-progress-bar: update to version 0.0.1.4
This commit is contained in:
parent
4817cf0253
commit
e73b6253f0
@ -1,12 +1,12 @@
|
|||||||
{ cabal, baseUnicodeSymbols, HUnit, testFramework
|
{ cabal, baseUnicodeSymbols, HUnit, stm, stmChans, testFramework
|
||||||
, testFrameworkHunit
|
, testFrameworkHunit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "terminal-progress-bar";
|
pname = "terminal-progress-bar";
|
||||||
version = "0.0.1.3";
|
version = "0.0.1.4";
|
||||||
sha256 = "04glnz72ivnaqfhyxb5sc175yxiq7lf7xi1jhbk9gi95md00f1js";
|
sha256 = "0ldvii23ks446xrd27aklh8s8pn1yi3dzhhzl05gipjqbhq3lsx3";
|
||||||
buildDepends = [ baseUnicodeSymbols ];
|
buildDepends = [ baseUnicodeSymbols stm stmChans ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
baseUnicodeSymbols HUnit testFramework testFrameworkHunit
|
baseUnicodeSymbols HUnit testFramework testFrameworkHunit
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user