We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lens
Cabal
haskell-ci
deepseq-generics
filepath
arbtt
circle-packing
Are there other examples that might even showcase some advanced configurations?
aeson
constraint-set
containers
benchmarks
installed
Any other good examples?
The text was updated successfully, but these errors were encountered:
"fixed" by 06a10a8
Sorry, something went wrong.
No branches or pull requests
lens
is a good exampleCabal
still usehaskell-ci
? I didn't find a config at first glance.deepseq-generics
has a Travis config which seems pretty useless – the latest commit didn't even get CI.filepath
links to https://github.com/ghc/packages-filepath, but the active repo is https://github.com/haskell/filepath, which doesn't seem to usehaskell-ci
.arbtt
doesn't seem to usehaskell-ci
circle-packing
has an ancient .travis.yml, but the repo seems pretty dead.Are there other examples that might even showcase some advanced configurations?
aeson
seems good – it even has someconstraint-set
s (constraint-sets are underdocumented #561).containers
showcases thebenchmarks
andinstalled
fields.Any other good examples?
The text was updated successfully, but these errors were encountered: