Skip to content

Commit 5d6ab0a

Browse files
committed
change all haskoin references over in package.yaml
1 parent 02ea63b commit 5d6ab0a

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

bitcoin.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ cabal-version: 1.12
66

77
name: bitcoin
88
version: 0.21.2
9-
synopsis: Bitcoin & Bitcoin Cash library for Haskell
10-
description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-core#readme>
9+
synopsis: Bitcoin library for Haskell
10+
description: Please see the README on GitHub at <https://github.com/haskell-bitcoin/bitcoin#readme>
1111
category: Bitcoin, Finance, Network
12-
homepage: http://github.com/haskoin/haskoin#readme
13-
bug-reports: http://github.com/haskoin/haskoin/issues
12+
homepage: http://github.com/haskell-bitcoin/bitcoin#readme
13+
bug-reports: http://github.com/haskell-bitcoin/bitcoin/issues
1414
author: Philippe Laprade,
1515
Jean-Pierre Rupp,
1616
Matthew Wraith,
@@ -39,7 +39,7 @@ extra-source-files:
3939

4040
source-repository head
4141
type: git
42-
location: git://github.com/haskoin/haskoin.git
42+
location: git://github.com/haskell-bitcoin/bitcoin.git
4343

4444
library
4545
exposed-modules:

package.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: bitcoin
22
version: 0.21.2
3-
synopsis: Bitcoin & Bitcoin Cash library for Haskell
4-
description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-core#readme>
3+
synopsis: Bitcoin library for Haskell
4+
description: Please see the README on GitHub at <https://github.com/haskell-bitcoin/bitcoin#readme>
55
category: Bitcoin, Finance, Network
66
author:
77
- Philippe Laprade
@@ -11,9 +11,9 @@ author:
1111
maintainer: [email protected]
1212
license: MIT
1313
license-file: LICENSE
14-
homepage: http://github.com/haskoin/haskoin#readme
15-
git: git://github.com/haskoin/haskoin.git
16-
bug-reports: http://github.com/haskoin/haskoin/issues
14+
homepage: http://github.com/haskell-bitcoin/bitcoin#readme
15+
git: git://github.com/haskell-bitcoin/bitcoin.git
16+
bug-reports: http://github.com/haskell-bitcoin/bitcoin/issues
1717
extra-source-files:
1818
- data/*.json
1919
- README.md
@@ -22,10 +22,8 @@ dependencies:
2222
- array >= 0.5.4.0
2323
- base >=4.9 && <5
2424
- base16 >= 0.3.0.1
25-
# - binary >= 0.8.8
2625
- bytes >= 0.17
2726
- bytestring >= 0.10.10.0
28-
# - cereal >= 0.5.8
2927
- containers >= 0.6.2.1
3028
- cryptonite >= 0.26
3129
- deepseq >= 1.4.4.0

0 commit comments

Comments
 (0)