1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-stm-chans: update to version 3.0.0.2

This commit is contained in:
Peter Simons 2014-03-31 11:20:07 +02:00
parent d46048907e
commit dd6092c5e5

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "stm-chans"; pname = "stm-chans";
version = "3.0.0"; version = "3.0.0.2";
sha256 = "1nnl5h88dshcmk0ydhkf84kkf6989igxry9r0z7lwlxfgf7q9nim"; sha256 = "1zsa092yjxsdq8nm2yqagdfpip3i3ff3xdwvys99ns7ridxbyynh";
buildDepends = [ stm ]; buildDepends = [ stm ];
meta = { meta = {
homepage = "http://code.haskell.org/~wren/"; homepage = "http://code.haskell.org/~wren/";