mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-network-simple: update to version 0.3.1
This commit is contained in:
parent
7fdd6b1880
commit
f063e5e592
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "network-simple";
|
||||
version = "0.3.0";
|
||||
sha256 = "046nbgdwazbqffcim1gxry1mf35yg41g52zdk86h9whhiwjzlywz";
|
||||
version = "0.3.1";
|
||||
sha256 = "0bk015d0np07887flah76vgrgrqaqj4x1sdxmghvazj8c78nkan8";
|
||||
buildDepends = [ exceptions network transformers ];
|
||||
meta = {
|
||||
homepage = "https://github.com/k0001/network-simple";
|
||||
|
|
Loading…
Reference in a new issue