Change package name to avoid conflicts in Nix

This commit is contained in:
Jean-Pierre Rupp 2018-09-10 10:43:31 +01:00
parent 10dfb5b340
commit 02fe56cc75
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -16,4 +16,4 @@ cabal.sandbox.config
*.hp
.stack-work
TAGS
secp256k1.cabal
secp256k1-haskell.cabal

View File

@ -1,5 +1,5 @@
name: secp256k1
version: '1.1.2'
name: secp256k1-haskell
version: '0.1.0'
synopsis: Bindings for secp256k1 library from Bitcoin Core
description: Sign and verify signatures using the very fast C secp256k1 library from Pieter Wuille. Has Haskell types and abstractions for keys and signatures.
category: Crypto
@ -32,4 +32,4 @@ tests:
spec:
defaults: hspec/hspec@master
dependencies:
- secp256k1
- secp256k1-haskell