mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-json-rpc: update to version 0.2.0.2
This commit is contained in:
parent
9ab0fcb726
commit
cf5d249440
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "json-rpc";
|
pname = "json-rpc";
|
||||||
version = "0.2.0.1";
|
version = "0.2.0.2";
|
||||||
sha256 = "0kk2wpgnkdhphf9za2whmn4f6qlly5hzr071bx7xjqwqbpfhwplm";
|
sha256 = "00ha6hjg9ccwa48ab5ibnkiiri7ki3rv7ms2h9qbwr30lxyb0r88";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async conduit conduitExtra deepseq hashable mtl stm
|
aeson async conduit conduitExtra deepseq hashable mtl stm
|
||||||
stmConduit text unorderedContainers
|
stmConduit text unorderedContainers
|
||||||
|
|
Loading…
Reference in a new issue