Skip to content

Commit

Permalink
[sc-32156] Exports VXML
Browse files Browse the repository at this point in the history
This exports `VXML` so we can use it for XML-only validators in
other services.
  • Loading branch information
AugmenTab committed Aug 29, 2023
1 parent 99c804d commit 710f606
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: redcard
version: '0.4.0.0'
version: '0.4.0.1'
synopsis: Applicative Validation for JSON & XML
category: Data
author: Flipstone Technology Partners
Expand Down
2 changes: 1 addition & 1 deletion redcard.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: redcard
version: 0.4.0.0
version: 0.4.0.1
synopsis: Applicative Validation for JSON & XML
category: Data
author: Flipstone Technology Partners
Expand Down
5 changes: 4 additions & 1 deletion src/Data/Validation/XML.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module Data.Validation.XML (decodeValidXML)
module Data.Validation.XML
( decodeValidXML
, VXML (..)
)
where

import Control.Applicative
Expand Down

0 comments on commit 710f606

Please sign in to comment.