File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 72
72
# `packages.lbf-prelude-haskell`) essentially generates a cabal
73
73
# project from the `./Prelude.lbf` schema; and the following uses
74
74
# `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)
77
77
# - the CLI application (`lbf-prelude-to-haskell`) to compile `.lbf`
78
78
# schemas
79
79
let
96
96
allComponent . doHaddock = true ;
97
97
98
98
# Enable strict compilation
99
- lbt-plutus-haskell . configureFlags = [ "-f-dev" ] ;
99
+ lbf-prelude . configureFlags = [ "-f-dev" ] ;
100
100
} ;
101
101
} )
102
102
] ;
139
139
# essentially generates a cabal project from the `*.lbf` schemas; and
140
140
# the following uses `haskell.nix` to convert the `.cabal` project into
141
141
# 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)
144
144
# - the CLI application (`lbf-plutus-to-haskell`) to compile `.lbf`
145
145
# schemas.
146
146
#
168
168
allComponent . doHaddock = true ;
169
169
170
170
# Enable strict compilation
171
- lbt -plutus-haskell . configureFlags = [ "-f-dev" ] ;
171
+ lbf -plutus. configureFlags = [ "-f-dev" ] ;
172
172
} ;
173
173
} )
174
174
] ;
You can’t perform that action at this time.
0 commit comments