Skip to content

Commit 0f6dfdf

Browse files
committed
move: Database.Persist.TH internals -> Database.Persist.TH.Internal
It winds up making a lot more sense legibility wise to just move the entire module. Maybe the API could be shifted back later (but it uses a pile of internals that really are probably more bothersome to have in a different file?), but this is at least easiest to review since it is quite literally just copy pasting the entire content of the module.
1 parent 6b14c82 commit 0f6dfdf

File tree

6 files changed

+3442
-3381
lines changed

6 files changed

+3442
-3381
lines changed

persistent/ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
* Add position information to `EntityDef`, `UnboundEntityDef` via a `Span`
77
field as a preliminary design that just gives the entire span of the
88
input text (i.e. the entire file or quasiquote the item is defined in).
9+
* Move `Database.Persist.TH` internals to `Database.Persist.TH.Internal` and
10+
no longer export the following internals:
11+
* lensPTH
12+
* parseReferences
13+
* embedEntityDefs
14+
* fieldError
15+
* AtLeastOneUniqueKey(..)
16+
* OnlyOneUniqueKey(..)
17+
* pkNewtype
918

1019
## 2.14.6.3
1120

0 commit comments

Comments
 (0)