haskell-streaming-commons: update to version 0.1.4.1

This commit is contained in:
Peter Simons 2014-07-22 12:22:15 +02:00
parent 1772a7857e
commit 58b3a7c437
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "streaming-commons";
version = "0.1.4";
sha256 = "0p18sha2xa583rn9jyhylcykgrvydrwnl47c2wxf1c1yswn45iz6";
version = "0.1.4.1";
sha256 = "0n5xm2j5hz0hbify0yanhcrkc3pni9s2c53h22alc7pcaimdmalc";
buildDepends = [
blazeBuilder network random stm text transformers zlib
];