Skip to content

Commit 40b5f8a

Browse files
committed
Expose Plutarch.Test.Eval module
1 parent d215e4f commit 40b5f8a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

plutus-unit/plutus-unit.cabal

+1-3
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ common common-lang
8080
library
8181
import: common-lang
8282
exposed-modules:
83-
Plutarch.Test.Program
84-
85-
other-modules:
8683
Plutarch.Test.Eval
84+
Plutarch.Test.Program
8785

8886
build-depends:
8987
, optics-core

plutus-unit/src/Plutarch/Test/Eval.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Plutarch.Test.Eval (evalScript) where
1+
module Plutarch.Test.Eval (evalScript, evalTerm) where
22

33
-- Adapted from Plutarch.Internal.Evaluate
44

0 commit comments

Comments
 (0)