Skip to content

Commit

Permalink
Merge pull request #92 from cabalism/typo/recommended
Browse files Browse the repository at this point in the history
Typo recommended
  • Loading branch information
michaelpj committed Nov 20, 2023
2 parents 7aa5ca9 + 00dbed9 commit 4899c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ url = "https://hackage.haskell.org/package/shake-0.19.6/shake-0.19.6.tar.gz"
```

:information_source: Although the `timestamp` field in the package source metadata is
optional, it is highly reccomended if you intend your repository users to
optional, it is highly recommended if you intend your repository users to
be able to use cabal's `index-state` functionality. Adding a timestamp
every time you add a package version ensures the newly created index is
"compatible" with what the users have already fetched.
Expand All @@ -100,7 +100,7 @@ every time you add a package version ensures the newly created index is

### Adding one package

It's reccomended to create a working directory first.
It's recommended to create a working directory first.

Let's add a package (say `typed-protocols-0.1.0.0` from https://github.com/input-output-hk/ouroboros-network/tree/master/typed-protocols, at commit hash fa10cb4eef1e7d3e095cec3c2bb1210774b7e5fa).

Expand Down

0 comments on commit 4899c42

Please sign in to comment.