haskell-pipes-shell: update to version 0.1.3

This commit is contained in:
Peter Simons 2014-11-06 14:32:43 +01:00
parent 2c361e2a60
commit 54eee510ec

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "pipes-shell";
version = "0.1.2";
sha256 = "18ikjkppds7k9fgjn39qvdp8avj8vv3csiqcrhgrpfqy1d0hgrlw";
version = "0.1.3";
sha256 = "0w49il312ns8pyl05144gznxfdchd0rnq8hprmjrgy8yp3v8j4v1";
buildDepends = [
async pipes pipesBytestring pipesSafe stm stmChans text
];