Skip to content

Commit f24d117

Browse files
committed
docs: update README to use crates.io dependency and remove stale Hackage note
1 parent 44cc393 commit f24d117

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ That's it. Memory is managed automatically via `ForeignPtr`, and complex types l
7171
crate-type = ["lib", "staticlib"]
7272

7373
[dependencies]
74-
hsrs = { git = "https://github.com/harmont-dev/hsrs" }
74+
hsrs = "0.1"
7575
```
7676

7777
**Haskell side** — add the `hsrs` runtime package:
@@ -83,12 +83,6 @@ build-depends:
8383

8484
This pulls in Borsh serialization automatically — no extra dependencies needed.
8585

86-
> Until published on Hackage, add as a local package in your `cabal.project`:
87-
> ```
88-
> packages: .
89-
> /path/to/hsrs/hsrs-haskell
90-
> ```
91-
9286
## What you can annotate
9387

9488
| Annotation | What it does | Haskell result |

0 commit comments

Comments
 (0)