packages feed

web3 0.3.2.0 → 0.3.2.1

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

README.md view
@@ -4,7 +4,7 @@  [![Build Status](https://travis-ci.org/airalab/hs-web3.svg?branch=master)](https://travis-ci.org/airalab/hs-web3) [![Build status](https://ci.appveyor.com/api/projects/status/ly40a39ojsxpv24w?svg=true)](https://ci.appveyor.com/project/akru/hs-web3)-![Hackage](https://img.shields.io/hackage/v/web3.svg)+[![Hackage](https://img.shields.io/hackage/v/web3.svg)](http://hackage.haskell.org/package/web3) ![Hackage Dependencies](https://img.shields.io/hackage-deps/v/web3.svg) ![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg) ![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)
web3.cabal view
@@ -1,8 +1,8 @@ name:                web3-version:             0.3.2.0+version:             0.3.2.1 synopsis:            Ethereum API for Haskell description:         Web3 is a Haskell client library for Ethereum-homepage:            https://github.com/airalab/web3#readme+homepage:            https://github.com/airalab/hs-web3#readme license:             BSD3 license-file:        LICENSE author:              Alexander Krupenkin@@ -19,7 +19,7 @@  source-repository head   type:     git-  location: https://github.com/airalab/web3+  location: https://github.com/airalab/hs-web3  library   hs-source-dirs:      src