Skip to content

Commit 0070024

Browse files
adithyaovaxman6
andauthored
Update lib/PSR/ConfigMap.hs
Co-authored-by: Alex Mason <alex.mason@tweag.io>
1 parent 9a08ecd commit 0070024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PSR/ConfigMap.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ $(deriveJSONRecord "sd" ''ScriptDetails)
5959
-- | Details of each script
6060
data ScriptSubDetails = ScriptSubDetails
6161
{ sdScriptHash :: C.ScriptHash
62+
, sdTargetScriptName :: Maybe Text
6263
, sdSubstitutions :: [ScriptDetails]
6364
}
6465
deriving (Show, Eq)

0 commit comments

Comments
 (0)