Skip to content

Commit 8ad7650

Browse files
committed
updating readme
1 parent 2ccb4aa commit 8ad7650

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

-29
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ And then use `cabal configure; cabal build` or `stack build`.
1010

1111
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.
1212
This means that the current stable version and two previous stable versions are supported.
13-
However, all GHC 8.x are supported currently.
1413

1514
### Windows
1615

@@ -44,31 +43,3 @@ So, if you use `CALLCONV`/`SAFE_ON_WIN`, the following is also necessary:
4443
```
4544
##include "HsNetDef.h"
4645
```
47-
48-
## Milestones
49-
50-
### 2.6
51-
52-
- [x] Making `SockAddrCan` deprecated
53-
54-
### 2.7
55-
56-
See https://github.com/haskell/network/issues/296
57-
58-
- [x] Making `Network` deprecated
59-
- [x] Making `Network.BSD` deprecated
60-
- [x] Making `MkSocket` deprecated
61-
- [x] Making many APIs deprecated
62-
63-
### 2.8
64-
65-
- [x] Stop exporting the `PortNum` Constructor in `PortNumber`
66-
67-
### 3.0
68-
69-
- [x] Removing `Network`
70-
- [x] Removing `Network.BSD`
71-
- [x] Removing `SockAddrCan`
72-
- [x] Changing the internal structure of `Socket`.
73-
- [x] Make address extensible.
74-
- [x] Remove EOF errors

0 commit comments

Comments
 (0)