mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-threads: update to version 0.5.1.1
This commit is contained in:
parent
a5d15540de
commit
2cf90950c0
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "threads";
|
pname = "threads";
|
||||||
version = "0.5.1.0";
|
version = "0.5.1.1";
|
||||||
sha256 = "077gcnzpy7bjx1rkyl9nriywfiisx0vhmdapl94fl01ira7cm700";
|
sha256 = "196yjkq7wgjcck9wqj4f3x3k47ls9yiay3k6d8k7kzixc2xc621z";
|
||||||
buildDepends = [ baseUnicodeSymbols stm ];
|
buildDepends = [ baseUnicodeSymbols stm ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
baseUnicodeSymbols concurrentExtra HUnit stm testFramework
|
baseUnicodeSymbols concurrentExtra HUnit stm testFramework
|
||||||
|
Loading…
Reference in New Issue
Block a user