Skip to content

Commit

Permalink
Update readme (#104)
Browse files Browse the repository at this point in the history
* add todo to remember later

* the apt package to install changed names years ago, and I didn't notice
  • Loading branch information
penguinland authored Sep 28, 2024
1 parent 0a521b1 commit 649b55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ solution that appears incorrect.

You will need the following external tools installed:
- Haskell and Stack
- On Ubuntu, this is `sudo apt-get install haskell-platform`
- On Ubuntu, this is `sudo apt-get install haskell-stack`
- On a Mac, do this with `brew install haskell-stack`
- Dealer, a domain-specific language to generate bridge hands
- On Ubuntu, run `sudo apt-get install dealer`
Expand Down
1 change: 1 addition & 0 deletions src/Bids/Lebensohl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ bid3N_ theirSuits shouldHaveStopper = do
balancedHand
forbid b1No2D3H
forbid b1No2D3S
-- TODO: prefer a Stayman-like cue bid instead
when shouldHaveStopper (forEach theirSuits hasStopper)
makeCall $ T.Bid 3 T.Notrump

Expand Down

0 comments on commit 649b55c

Please sign in to comment.