Skip to content

Commit b429b2c

Browse files
authored
Merge pull request #176 from mlabs-haskell/szg251/exclude-spago-packages-typos
Excludes spago packages typos/Plutarch fix
2 parents 2181c94 + b5c9876 commit b429b2c

File tree

6 files changed

+2425
-200
lines changed

6 files changed

+2425
-200
lines changed

_typos.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[default.extend-words]
22
substituters = "substituters"
3-
hask= "hask"
4-
lits="lits"
3+
hask = "hask"
4+
lits = "lits"
55
Nd = "Nd"
66

77
[type.pdf]
@@ -11,3 +11,6 @@ check-file = false
1111
[type.png]
1212
extend-glob = ["*.png"]
1313
check-file = false
14+
15+
[files]
16+
extend-exclude = ["spago-packages.nix"]

docs/plutarch/app/Example.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ import Plutarch.Api.V1 (PCurrencySymbol (PCurrencySymbol), PTokenName (PTokenNam
1818
import Plutarch.Api.V1.Time (PPOSIXTime (PPOSIXTime))
1919
import Plutarch.ByteString (PByteString)
2020
import Plutarch.Evaluate (evalScript)
21-
import Plutarch.Extra.TermCont (pletC, pmatchC)
2221
import Plutarch.Maybe qualified as Scott
23-
import Plutarch.Prelude (PAsData, PBool (PFalse, PTrue), PBuiltinList, PEq ((#==)), PIsData, pconstant, pdata, pfind, pfromData, pif, pshow, ptrace, (#&&))
22+
import Plutarch.Prelude (PAsData, PBool (PFalse, PTrue), PBuiltinList, PEq ((#==)), PIsData, pconstant, pdata, pfind, pfromData, pif, pletC, pmatchC, pshow, ptrace, (#&&))
2423

2524
userRef :: Text -> Term s (Ref User)
2625
userRef userName = userRef' (pfromData $ name userName)

docs/plutarch/build.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"${config.packages.lbf-plutarch-example-api}"
2020
# Plutarch itself
2121
"${inputs.plutarch}"
22-
"${inputs.plutarch}/plutarch-extra"
2322
];
2423

2524
devShellTools = config.settings.shell.tools;

docs/plutarch/plutarch-example.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ executable plutarch-example
9090
, lbf-prelude-plutarch
9191
, lbr-plutarch
9292
, plutarch
93-
, plutarch-extra
9493
, text >=1.2
9594

9695
hs-source-dirs: app

0 commit comments

Comments
 (0)