Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk14 committed Jul 6, 2020
1 parent 18cdade commit 2ffd1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions marlowe-playground-server/src/Marlowe/Contracts.hs
Expand Up @@ -16,3 +16,6 @@ couponBondGuaranteed = $(makeRelativeToProject "contracts/CouponBondGuaranteed.h

swap :: ByteString
swap = $(makeRelativeToProject "contracts/Swap.hs" >>= embedFile)

option :: ByteString
option = $(makeRelativeToProject "contracts/Option.hs" >>= embedFile)

0 comments on commit 2ffd1fb

Please sign in to comment.