Skip to content
New issue

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

pick up PR for named routes cookbook again #1726

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ shell.nix

# nix
result*
.direnv
.pre-commit-config.yaml

# local versions of things
servant-multipart
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages:
doc/cookbook/db-postgres-pool
doc/cookbook/db-sqlite-simple
doc/cookbook/file-upload
doc/cookbook/generic
doc/cookbook/named-routes
doc/cookbook/hoist-server-with-context
doc/cookbook/https
doc/cookbook/jwt-and-basic-auth
Expand Down
141 changes: 0 additions & 141 deletions doc/cookbook/generic/Generic.lhs

This file was deleted.

25 changes: 0 additions & 25 deletions doc/cookbook/generic/generic.cabal

This file was deleted.

1 change: 1 addition & 0 deletions doc/cookbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ you name it!
structuring-apis/StructuringApis.lhs
generic/Generic.lhs
openapi3/OpenAPI.lhs
named-routes/NamedRoutes.lhs
https/Https.lhs
db-mysql-basics/MysqlBasics.lhs
db-sqlite-simple/DBConnection.lhs
Expand Down
Loading
Loading