Skip to content

Commit

Permalink
Updated descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jan 25, 2022
1 parent 647ea58 commit d143bd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bignum/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: web3-bignum
version: 1.0.0.0
synopsis: Fixed size big integers for Haskell Web3 library.
description: Client library for Third Generation of Web.
description: This package implements codec instances and other helper functions.
github: "airalab/hs-web3"
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: web3-crypto
version: 1.0.0.0
synopsis: Cryptograhical primitives for Haskell Web3 library.
description: Client library for Third Generation of Web.
description: This package implements Web3 specific cryptography and helper functions.
github: "airalab/hs-web3"
license: Apache-2.0
license-file: LICENSE
Expand Down
1 change: 1 addition & 0 deletions packages/jsonrpc/package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: jsonrpc-tinyclient
version: 1.0.0.0
synopsis: Tiny JSON-RPC client for Haskell Web3 library.
description: Minimalistic JSON-RPC client, inspired by haxr library.
github: "airalab/hs-web3"
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: web3-provider
version: 1.0.0.0
synopsis: Node connection provider for Haskell Web3 library.
description: Client library for Third Generation of Web.
description: This package contains general Web3 node adapters and connection helpers.
github: "airalab/hs-web3"
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/solidity/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: web3-solidity
version: 1.0.0.0
synopsis: Solidity language for Haskell Web3 library.
description: Client library for Third Generation of Web.
description: This package contains Solidity parsec-based parser and primitive types.
github: "airalab/hs-web3"
license: Apache-2.0
license-file: LICENSE
Expand Down

0 comments on commit d143bd2

Please sign in to comment.