mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-zeromq4-haskell: update to version 0.6.2
This commit is contained in:
parent
25f2295906
commit
b8bf903b02
|
@ -6,8 +6,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "zeromq4-haskell";
|
||||
version = "0.6.1";
|
||||
sha256 = "14ai6sp39qv6kmj33basnvvfqhzbiqxskv3crjwfdaxbijh23mif";
|
||||
version = "0.6.2";
|
||||
sha256 = "07dbsapzc4hqq9sg63v4wyjad13sqh9zsx3ckwc5hg5z6vknpafb";
|
||||
buildDepends = [ async exceptions semigroups transformers ];
|
||||
testDepends = [
|
||||
async QuickCheck tasty tastyHunit tastyQuickcheck
|
||||
|
|
Loading…
Reference in a new issue