Skip to content

Commit

Permalink
Add the hide field yesodweb/wai#579
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Dec 11, 2016
1 parent 5afcfd5 commit e34e6dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3285,3 +3285,14 @@ tell-me-when-its-released:
- terminal-progress-bar-0.1.1 # Unskip test suite
- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228
- hakyll-4.9.2.0 # re-enable tests

# Packages which should be hidden after registering, to avoid module name
# conflicts. This is intended for at least two use cases:
#
# * Making doctests pass (https://github.com/yesodweb/wai/issues/579)
#
# * Allowing tools like Stack to get a mapping from module name to package name
# for automatically installing dependencies
hide:
- async-dejafu # https://github.com/yesodweb/wai/issues/579
- monads-tf # mtl is preferred

0 comments on commit e34e6dc

Please sign in to comment.