Skip to content

Commit

Permalink
Fix a couple more references to nested-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 19, 2023
1 parent e2c8865 commit efa59a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demos/demo-context-nested/demo-context-nested.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -10,7 +10,7 @@ license: BSD3
license-file: LICENSE
build-type: Simple

executable demo-context-nested-dependencies
executable demo-context-nested
main-is: Main.hs
other-modules:
Paths_demo_context_nested
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-context-nested/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ ghc-options:
- -with-rtsopts=-N

executables:
demo-context-nested-dependencies:
demo-context-nested:
main: Main.hs
source-dirs: app
2 changes: 1 addition & 1 deletion sandwich-site/docs/contexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ introduceServer :: (HasDatabase context, MonadIO m, MonadBaseControl IO m)
=> SpecFree (LabelValue "server" Server :> context) m () -> SpecFree context m ()
```

The full code for this example can be found [here](https://github.com/codedownio/sandwich/blob/master/demos/demo-context-nested-dependencies/app/Main.hs).
The full code for this example can be found [here](https://github.com/codedownio/sandwich/blob/master/demos/demo-context-nested/app/Main.hs).

0 comments on commit efa59a7

Please sign in to comment.