Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Mar 26, 2024
1 parent 2ccb4aa commit 8ad7650
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ And then use `cabal configure; cabal build` or `stack build`.

The `network` package support [3 major versions of GHC](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/intro.html#ghc-version-numbering-policy) only.
This means that the current stable version and two previous stable versions are supported.
However, all GHC 8.x are supported currently.

### Windows

Expand Down Expand Up @@ -44,31 +43,3 @@ So, if you use `CALLCONV`/`SAFE_ON_WIN`, the following is also necessary:
```
##include "HsNetDef.h"
```

## Milestones

### 2.6

- [x] Making `SockAddrCan` deprecated

### 2.7

See https://github.com/haskell/network/issues/296

- [x] Making `Network` deprecated
- [x] Making `Network.BSD` deprecated
- [x] Making `MkSocket` deprecated
- [x] Making many APIs deprecated

### 2.8

- [x] Stop exporting the `PortNum` Constructor in `PortNumber`

### 3.0

- [x] Removing `Network`
- [x] Removing `Network.BSD`
- [x] Removing `SockAddrCan`
- [x] Changing the internal structure of `Socket`.
- [x] Make address extensible.
- [x] Remove EOF errors

0 comments on commit 8ad7650

Please sign in to comment.