Skip to content

Commit 5cd920c

Browse files
author
jared
committed
Typo fixes
1 parent 7591de3 commit 5cd920c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libs/build.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
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
@@ -96,7 +96,7 @@
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
];
@@ -139,8 +139,8 @@
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
#
@@ -168,7 +168,7 @@
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
];

0 commit comments

Comments
 (0)