Blame README.md

Packit 090c59
# [`network`](http://hackage.haskell.org/package/network) [![Build Status](https://travis-ci.org/haskell/network.svg?branch=master)](https://travis-ci.org/haskell/network) [![Build status](https://ci.appveyor.com/api/projects/status/5erq63o4m29bhl57/branch/master?svg=true)](https://ci.appveyor.com/project/eborden/network/branch/master)
Packit 090c59
Packit 090c59
To build this package using Cabal directly from git, you must run
Packit 090c59
`autoreconf` before the usual Cabal build steps
Packit 090c59
(configure/build/install).  `autoreconf` is included in the
Packit 090c59
[GNU Autoconf](http://www.gnu.org/software/autoconf/) tools.  There is
Packit 090c59
no need to run the `configure` script: the `setup configure` step will
Packit 090c59
do this for you.
Packit 090c59
Packit 090c59
## Support Policy
Packit 090c59
Packit 090c59
### GHC
Packit 090c59
Packit 090c59
`network`'s GHC policy supports 3 [stable](https://downloads.haskell.org/~ghc/8.0.2/docs/html/users_guide/intro.html#ghc-version-numbering-policy) versions. The current stable
Packit 090c59
version and two previous stable versions are supported.
Packit 090c59
Packit 090c59
### Hugs, JHC, UHC
Packit 090c59
Packit 090c59
`network` does not officially support these compilers.