Skip to content

Commit a2b9a45

Browse files
committed
Move out of Haskoin GitHub organisation
1 parent 42b7122 commit a2b9a45

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://travis-ci.org/haskoin/secp256k1-haskell.svg?branch=master)](https://travis-ci.org/haskoin/secp256k1-haskell)
2-
31
# Haskell bindings for secp256k1
42

53
This project contains Haskell bindings for the

secp256k1-haskell/package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: secp256k1-haskell
2-
version: 1.4.2
2+
version: 1.4.3
33
synopsis: Bindings for secp256k1
44
description: Sign and verify signatures using the secp256k1 library.
55
category: Crypto
@@ -8,8 +8,8 @@ maintainer: [email protected]
88
copyright: (c) 2017 Jean-Pierre Rupp
99
license: MIT
1010
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
1313
extra-source-files:
1414
- CHANGELOG.md
1515
dependencies:

secp256k1-haskell/secp256k1-haskell.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: secp256k1-haskell
8-
version: 1.4.2
8+
version: 1.4.3
99
synopsis: Bindings for secp256k1
1010
description: Sign and verify signatures using the secp256k1 library.
1111
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
1414
author: Jean-Pierre Rupp
1515
maintainer: [email protected]
1616
copyright: (c) 2017 Jean-Pierre Rupp
@@ -22,7 +22,7 @@ extra-source-files:
2222

2323
source-repository head
2424
type: git
25-
location: https://github.com/haskoin/secp256k1-haskell
25+
location: https://github.com/jprupp/secp256k1-haskell
2626

2727
library
2828
exposed-modules:

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-23.0
1+
resolver: lts-23.21
22

33
packages:
44
- secp256k1-haskell

stack.yaml.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file was autogenerated by Stack.
22
# You should not edit this file by hand.
33
# 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
55

66
packages: []
77
snapshots:
88
- 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

0 commit comments

Comments
 (0)