Merge pull request #14 from joneshf/relax-network

Relax upper bound for `network` to 2.8
This commit is contained in:
Hardy Jones 2018-08-08 03:57:38 -07:00 committed by GitHub
commit 9c6855545b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ library:
- http-client >= 0.5 && < 0.6
- http-conduit >= 2.2 && < 2.4
- http-types >= 0.9 && < 0.13
- network >= 2.6 && < 2.7
- network >= 2.6 && < 2.8
- text >= 1.2 && < 1.3
- time >= 1.6 && < 1.9
- unordered-containers >= 0.2 && < 0.3