Skip to content

Commit 173a083

Browse files
committed
Added missing unitBridge to defaultBridge
1 parent d244d7b commit 173a083

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

purescript-bridge.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: purescript-bridge
1010
-- PVP summary: +-+------- breaking API changes
1111
-- | | +----- non-breaking API additions
1212
-- | | | +--- code changes with no API change
13-
version: 0.6.0.0
13+
version: 0.6.0.1
1414

1515
-- A short (one-line) description of the package.
1616
synopsis: Generate PureScript data types from Haskell data types

src/Language/PureScript/Bridge.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ defaultBridge = textBridge
103103
<|> intBridge
104104
<|> tupleBridge
105105
<|> stringBridge
106+
<|> unitBridge
106107

107108
-- | Translate types in a constructor.
108109
bridgeConstructor :: FullBridge -> DataConstructor 'Haskell -> DataConstructor 'PureScript

0 commit comments

Comments
 (0)