Lower bounds for some dependency versions

This commit is contained in:
Jean-Pierre Rupp 2020-02-08 13:40:35 +00:00
parent 705990c04c
commit 8075ffb0e6
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## 0.10.1
### Added
- Lower bound versions for some dependencies.
## 0.10.0
### Added
- DeepSeq instances for all data types.

View File

@ -1,5 +1,5 @@
name: haskoin-core
version: 0.10.0
version: 0.10.1
synopsis: Bitcoin & Bitcoin Cash library for Haskell
description: 'Haskoin Core is a complete Bitcoin and Bitcoin Cash library of functions and data types for Haskell developers.'
category: Bitcoin, Finance, Network
@ -62,10 +62,10 @@ library:
- entropy
- hashable
- memory
- murmur3
- murmur3 >= 1.0.3
- network
- scientific
- secp256k1-haskell
- secp256k1-haskell >= 0.1.8
- time
- transformers
- unordered-containers