Remove verbosity

This commit is contained in:
Jean-Pierre Rupp 2020-06-12 13:04:23 +01:00
parent eea8f0fd74
commit 747b3efa5e
No known key found for this signature in database
GPG Key ID: 93391726EAFA0C5D
3 changed files with 8 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).
## Unreleased
### Changed
- Minor Cabal file changes.
## 0.2.4
### Changed
- Update Cabal and package version.

View File

@ -1,3 +1,4 @@
# Haskell bindings for secp256k1
This project contains Haskell bindings for the [secp256k1](https://github.com/bitcoin-core/secp256k1) library from the Bitcoin Core project.
This project contains Haskell bindings for the
[secp256k1](https://github.com/bitcoin-core/secp256k1) library.

View File

@ -1,6 +1,6 @@
name: secp256k1-haskell
version: 0.2.4
synopsis: Bindings for secp256k1 library from Bitcoin Core
version: 0.2.5
synopsis: Bindings for secp256k1
description: Sign and verify signatures using the secp256k1 library.
category: Crypto
author: Jean-Pierre Rupp