packages feed

blockchain 0.0.0.1 → 0.0.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

README.md view
@@ -37,7 +37,7 @@  ## docs -A blockchain is a config and a tree of blocks with each node having a potentially infinite set of branches. A `Blockchain` also includes a tag to note whether is has been verified to meet all the expected conditions -- `Blockchain Validated` or `Blockchain Unvalidated`.+A blockchain is a config and a tree of blocks with each node having a potentially infinite set of branches. A `Blockchain` also includes a tag to note whether is has been verified to meet all the expected conditions -- `Blockchain Validated` or `Blockchain Unvalidated`. Docs are also available on [Hackage](https://hackage.haskell.org/package/blockchain).  ```hs data Blockchain a = Blockchain
blockchain.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           blockchain-version:        0.0.0.1+version:        0.0.1 synopsis:       Generic blockchain implementation. description:    Please see README.md category:       Blockchain