From 8075ffb0e6e8f694df184f79dac1a2017795e050 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Rupp Date: Sat, 8 Feb 2020 13:40:35 +0000 Subject: [PATCH] Lower bounds for some dependency versions --- CHANGELOG.md | 4 ++++ package.yaml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c73a731..6b73a410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.yaml b/package.yaml index 9888cf28..30bf1457 100644 --- a/package.yaml +++ b/package.yaml @@ -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