aristidb / aws

Amazon Web Services for Haskell
BSD 3-Clause "New" or "Revised" License
238 stars 107 forks source link

support network-3 #265

Closed joeyh closed 4 years ago

joeyh commented 4 years ago

fixes https://github.com/aristidb/aws/issues/264

This keeps support for building with network-2 by adding a build flag. Cabal will automatically disable the build flag if that's the only way to satisfy the dependencies.

At some point in the future when network-2 compatability is not useful, it would make sense to remove the build flag.