Skip to content

Commit abe8ce5

Browse files
committed
Reexport necessary types for ledger tests.
* CBORTermResult * CDDLResult
1 parent c337e76 commit abe8ce5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Changed the type of the first argument for `generateCBORTerm` and
1414
`generateCBORTerm'` to `CTreeRoot`
1515
* Removed all exports in `Codec.CBOR.Cuddle.CBOR.Validator` except for
16-
`validateCBOR` and `validateCBOR'`
16+
`validateCBOR`, `validateCBOR'`, `CBORTermResult` and `CDDLResult`
1717

1818
## 1.0.0.0
1919

src/Codec/CBOR/Cuddle/CBOR/Validator.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
module Codec.CBOR.Cuddle.CBOR.Validator (
66
validateCBOR,
77
validateCBOR',
8+
CDDLResult (..),
9+
CBORTermResult (..),
810
) where
911

1012
import Codec.CBOR.Cuddle.CDDL hiding (CDDL, Group, Rule)

0 commit comments

Comments
 (0)