Skip to content

Instantly share code, notes, and snippets.

@mightybyte
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mightybyte/753e2d5dea800b2eb0cc to your computer and use it in GitHub Desktop.
Save mightybyte/753e2d5dea800b2eb0cc to your computer and use it in GitHub Desktop.
gen-bounds output
$ dist/build/cabal/cabal gen-bounds
Resolving dependencies...
The following packages need bounds and here is a suggested starting point.
You can copy and paste this into the build-depends section in your .cabal
file and it should work (with the appropriate removal of commas).
Note that version bounds are a statement that you've successfully built and
tested your package and expect it to work with any of the specified package
versions (PROVIDED that those packages continue to conform with the PVP).
Therefore, the version bounds generated here are the most conservative
based on the versions that you are currently building with. If you know
your package will work with versions outside the ranges generated here,
feel free to widen them.
network >= 2.6.2 && < 2.7,
network-uri >= 2.6.0 && < 2.7,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment