File tree 2 files changed +10
-12
lines changed
2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ cabal-version: 1.12
6
6
7
7
name : bitcoin
8
8
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>
11
11
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
14
14
author : Philippe Laprade,
15
15
Jean-Pierre Rupp,
16
16
Matthew Wraith,
@@ -39,7 +39,7 @@ extra-source-files:
39
39
40
40
source-repository head
41
41
type : git
42
- location : git://github.com/haskoin/haskoin .git
42
+ location : git://github.com/haskell-bitcoin/bitcoin .git
43
43
44
44
library
45
45
exposed-modules :
Original file line number Diff line number Diff line change 1
1
name : bitcoin
2
2
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>
5
5
category : Bitcoin, Finance, Network
6
6
author :
7
7
- Philippe Laprade
@@ -11,9 +11,9 @@ author:
11
11
12
12
license : MIT
13
13
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
17
17
extra-source-files :
18
18
- data/*.json
19
19
- README.md
@@ -22,10 +22,8 @@ dependencies:
22
22
- array >= 0.5.4.0
23
23
- base >=4.9 && <5
24
24
- base16 >= 0.3.0.1
25
- # - binary >= 0.8.8
26
25
- bytes >= 0.17
27
26
- bytestring >= 0.10.10.0
28
- # - cereal >= 0.5.8
29
27
- containers >= 0.6.2.1
30
28
- cryptonite >= 0.26
31
29
- deepseq >= 1.4.4.0
You can’t perform that action at this time.
0 commit comments