Fix a couple more references to nested-dependencies

This commit is contained in:
thomasjm 2023-11-18 23:10:08 -08:00
parent e2c8865cfa
commit efa59a7943
3 changed files with 4 additions and 4 deletions

View File

@ -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
@ -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

View File

@ -27,6 +27,6 @@ ghc-options:
- -with-rtsopts=-N
executables:
demo-context-nested-dependencies:
demo-context-nested:
main: Main.hs
source-dirs: app

View File

@ -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).