We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d244d7b commit 173a083Copy full SHA for 173a083
purescript-bridge.cabal
@@ -10,7 +10,7 @@ name: purescript-bridge
10
-- PVP summary: +-+------- breaking API changes
11
-- | | +----- non-breaking API additions
12
-- | | | +--- code changes with no API change
13
-version: 0.6.0.0
+version: 0.6.0.1
14
15
-- A short (one-line) description of the package.
16
synopsis: Generate PureScript data types from Haskell data types
src/Language/PureScript/Bridge.hs
@@ -103,6 +103,7 @@ defaultBridge = textBridge
103
<|> intBridge
104
<|> tupleBridge
105
<|> stringBridge
106
+ <|> unitBridge
107
108
-- | Translate types in a constructor.
109
bridgeConstructor :: FullBridge -> DataConstructor 'Haskell -> DataConstructor 'PureScript
0 commit comments