Skip to content

Commit

Permalink
Export Decoder to allow user-defined DBType instances (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismanning authored Dec 5, 2023
1 parent 4a77272 commit 6df1bd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Rel8.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ module Rel8
, mapTypeInformation
, parseTypeInformation

-- *** @Decoder@
, Decoder(..)

-- ** The @DBType@ hierarchy
, DBSemigroup(..)
, DBMonoid(..)
Expand Down Expand Up @@ -462,6 +465,7 @@ import Rel8.Table.Transpose
import Rel8.Table.Window
import Rel8.Type
import Rel8.Type.Composite
import Rel8.Type.Decoder
import Rel8.Type.Eq
import Rel8.Type.Enum
import Rel8.Type.Information
Expand Down

0 comments on commit 6df1bd2

Please sign in to comment.