File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7272 # `packages.lbf-prelude-haskell`) essentially generates a cabal
7373 # project from the `./Prelude.lbf` schema; and the following uses
7474 # `haskell.nix` to convert the `.cabal` project into a dev shell.
75- # This is a dev shell which provides ghc with
76- # - `lbf-prelude-haskell` package (and its dependencies)
75+ # This is a dev shell which provides
76+ # - ghc with `lbf-prelude-haskell` package (and its dependencies)
7777 # - the CLI application (`lbf-prelude-to-haskell`) to compile `.lbf`
7878 # schemas
7979 let
9696 allComponent . doHaddock = true ;
9797
9898 # Enable strict compilation
99- lbt-plutus-haskell . configureFlags = [ "-f-dev" ] ;
99+ lbf-prelude . configureFlags = [ "-f-dev" ] ;
100100 } ;
101101 } )
102102 ] ;
139139 # essentially generates a cabal project from the `*.lbf` schemas; and
140140 # the following uses `haskell.nix` to convert the `.cabal` project into
141141 # a dev shell.
142- # This is a dev shell which provides ghc with
143- # - `lbf-plutus-haskell` package (and its dependencies)
142+ # This is a dev shell which provides
143+ # - ghc with `lbf-plutus-haskell` package (and its dependencies)
144144 # - the CLI application (`lbf-plutus-to-haskell`) to compile `.lbf`
145145 # schemas.
146146 #
168168 allComponent . doHaddock = true ;
169169
170170 # Enable strict compilation
171- lbt -plutus-haskell . configureFlags = [ "-f-dev" ] ;
171+ lbf -plutus. configureFlags = [ "-f-dev" ] ;
172172 } ;
173173 } )
174174 ] ;
You can’t perform that action at this time.
0 commit comments