-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Persist generated bounds to dummy file
- Loading branch information
Showing
3 changed files
with
48 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
cabal-version: 3.4 | ||
|
||
name: planned-bounds | ||
version: 0.1.0.0 | ||
synopsis: Dependency bounds as determined by `cabal-plan-bounds`. | ||
description: This is a non-built package intended to catch changes in our | ||
dependency bounds. The actual packages use slightly different | ||
bounds in some cases (always accompanied by a comment), and a | ||
clearer syntax (see cabal-plan-bounds#18). This allows us to still | ||
have a check that fails and forces us to review changes without | ||
having to match `cabal-plan-bounds`’ results exactly. | ||
|
||
library | ||
build-depends: | ||
Cabal, | ||
QuickCheck, | ||
base, | ||
bifunctors, | ||
cabal-doctest, | ||
comonad, | ||
containers, | ||
deriving-compat, | ||
doctest, | ||
either, | ||
foldable1-classes-compat, | ||
free, | ||
hedgehog, | ||
kan-extensions, | ||
lens, | ||
profunctors, | ||
splitmix, | ||
strict, | ||
template-haskell, | ||
th-abstraction, | ||
transformers |