persistent-template 2.5.1.1 → 2.5.1.2
raw patch · 3 files changed
+5/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Database/Persist/TH.hs +0/−3
- persistent-template.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 2.5.1.2++* fix a bad Eq instance /= definition for Key when mpsGenetric=True+ ## 2.5.0.1 * workaround TH bug in GHC 7.10
Database/Persist/TH.hs view
@@ -775,9 +775,6 @@ x == y = ($(return unKeyE) x) == ($(return unKeyE) y)- x /= y =- ($(return unKeyE) x) ==- ($(return unKeyE) y) instance Ord (BackendKey $(pure backendT)) => Ord (Key $(pure recordType)) where compare x y = compare ($(return unKeyE) x)
persistent-template.cabal view
@@ -1,5 +1,5 @@ name: persistent-template-version: 2.5.1.1+version: 2.5.1.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>