Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jared committed Oct 24, 2023
1 parent d60528d commit 9157ed1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
# `packages.lbf-prelude-haskell`) essentially generates a cabal
# project from the `./Prelude.lbf` schema; and the following uses
# `haskell.nix` to convert the `.cabal` project into a dev shell.
# This is a dev shell which provides ghc with
# - `lbf-prelude-haskell` package (and its dependencies)
# This is a dev shell which provides
# - ghc with `lbf-prelude-haskell` package (and its dependencies)
# - the CLI application (`lbf-prelude-to-haskell`) to compile `.lbf`
# schemas
let
Expand All @@ -96,7 +96,7 @@
allComponent.doHaddock = true;

# Enable strict compilation
lbt-plutus-haskell.configureFlags = [ "-f-dev" ];
lbf-prelude.configureFlags = [ "-f-dev" ];
};
})
];
Expand Down Expand Up @@ -139,8 +139,8 @@
# essentially generates a cabal project from the `*.lbf` schemas; and
# the following uses `haskell.nix` to convert the `.cabal` project into
# a dev shell.
# This is a dev shell which provides ghc with
# - `lbf-plutus-haskell` package (and its dependencies)
# This is a dev shell which provides
# - ghc with `lbf-plutus-haskell` package (and its dependencies)
# - the CLI application (`lbf-plutus-to-haskell`) to compile `.lbf`
# schemas.
#
Expand Down Expand Up @@ -168,7 +168,7 @@
allComponent.doHaddock = true;

# Enable strict compilation
lbt-plutus-haskell.configureFlags = [ "-f-dev" ];
lbf-plutus.configureFlags = [ "-f-dev" ];
};
})
];
Expand Down

0 comments on commit 9157ed1

Please sign in to comment.