File tree Expand file tree Collapse file tree 5 files changed +13
-15
lines changed Expand file tree Collapse file tree 5 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/haskoin/secp256k1-haskell.svg?branch=master )] ( https://travis-ci.org/haskoin/secp256k1-haskell )
2
-
3
1
# Haskell bindings for secp256k1
4
2
5
3
This project contains Haskell bindings for the
Original file line number Diff line number Diff line change 1
1
name : secp256k1-haskell
2
- version : 1.4.2
2
+ version : 1.4.3
3
3
synopsis : Bindings for secp256k1
4
4
description : Sign and verify signatures using the secp256k1 library.
5
5
category : Crypto
8
8
copyright : (c) 2017 Jean-Pierre Rupp
9
9
license : MIT
10
10
license-file : LICENSE
11
- github : haskoin /secp256k1-haskell
12
- homepage : http://github.com/haskoin /secp256k1-haskell#readme
11
+ github : jprupp /secp256k1-haskell
12
+ homepage : http://github.com/jprupp /secp256k1-haskell#readme
13
13
extra-source-files :
14
14
- CHANGELOG.md
15
15
dependencies :
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ cabal-version: 2.0
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : secp256k1-haskell
8
- version : 1.4.2
8
+ version : 1.4.3
9
9
synopsis : Bindings for secp256k1
10
10
description : Sign and verify signatures using the secp256k1 library .
11
11
category : Crypto
12
- homepage : http://github.com/haskoin /secp256k1-haskell#readme
13
- bug-reports : https://github.com/haskoin /secp256k1-haskell/issues
12
+ homepage : http://github.com/jprupp /secp256k1-haskell#readme
13
+ bug-reports : https://github.com/jprupp /secp256k1-haskell/issues
14
14
author : Jean-Pierre Rupp
15
15
16
16
copyright : (c) 2017 Jean-Pierre Rupp
@@ -22,7 +22,7 @@ extra-source-files:
22
22
23
23
source-repository head
24
24
type : git
25
- location : https://github.com/haskoin /secp256k1-haskell
25
+ location : https://github.com/jprupp /secp256k1-haskell
26
26
27
27
library
28
28
exposed-modules :
Original file line number Diff line number Diff line change 1
- resolver : lts-23.0
1
+ resolver : lts-23.21
2
2
3
3
packages :
4
4
- secp256k1-haskell
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by Stack.
2
2
# You should not edit this file by hand.
3
3
# For more information, please see the documentation at:
4
- # https://docs.haskellstack.org/en/stable/lock_files
4
+ # https://docs.haskellstack.org/en/stable/topics/ lock_files
5
5
6
6
packages: []
7
7
snapshots:
8
8
- completed:
9
- sha256: 9444fadfa30b67a93080254d53872478c087592ad64443e47c546cdcd13149ae
10
- size: 678857
11
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/0 .yaml
12
- original: lts-23.0
9
+ sha256: f4a61482dcad21151331bf84ec85bee9be43965f143791fa4bb202ac1e443e1b
10
+ size: 683833
11
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/21 .yaml
12
+ original: lts-23.21
You can’t perform that action at this time.
0 commit comments