Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ library
, bytestring
, case-insensitive
, comonad
, containers
, contravariant
, hasql >= 1.8 && < 1.10
, iproute ^>= 1.7
Expand Down Expand Up @@ -69,6 +70,7 @@ library
Rel8.Expr.Num
Rel8.Expr.Text
Rel8.Expr.Time
Rel8.Table.Verify
Rel8.Tabulate

other-modules:
Expand Down Expand Up @@ -264,6 +266,7 @@ test-suite tests
, tasty
, tasty-hedgehog
, text
, these
, time
, tmp-postgres ^>=1.34.1.0
, transformers
Expand Down
Loading