Skip to content

Commit

Permalink
getting cookbooks back to life (hoist-server-with-context, sentry, ht…
Browse files Browse the repository at this point in the history
…tps, jwt-and-basic-auth)
  • Loading branch information
akhesaCaro committed Mar 18, 2021
1 parent 0743ca7 commit 4699ef5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ packages:
doc/cookbook/db-sqlite-simple
doc/cookbook/file-upload
doc/cookbook/generic
-- doc/cookbook/hoist-server-with-context
-- doc/cookbook/https
doc/cookbook/hoist-server-with-context
doc/cookbook/https
-- doc/cookbook/jwt-and-basic-auth/
doc/cookbook/pagination
-- doc/cookbook/sentry
doc/cookbook/sentry
-- Commented out because servant-quickcheck currently doesn't build.
-- doc/cookbook/testing
doc/cookbook/uverb
doc/cookbook/structuring-apis
doc/cookbook/using-custom-monad
doc/cookbook/using-free-client
-- doc/cookbook/open-id-connect
doc/cookbook/open-id-connect

tests: True
optimization: False
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/jwt-and-basic-auth/jwt-and-basic-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ executable cookbook-jwt-and-basic-auth
, servant
, servant-client
, servant-server
, servant-auth ==0.3.*
, servant-auth >= 0.3.0.0
, servant-auth-server >= 0.3.1.0
, warp >= 3.2
, wai >= 3.2
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/open-id-connect/OpenIdConnect.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ executable cookbook-openidconnect
, jose-jwt
, lens
, lens-aeson
, oidc-client
, oidc-client == 0.1.0.0
, protolude
, random
, servant
Expand Down

0 comments on commit 4699ef5

Please sign in to comment.