persistent-template 2.1.8 → 2.1.8.1
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.1.8.1++* fix a bad Eq instance /= definition for Key when mpsGenetric=True+ ## 2.1.7 * Support for GHC 8 [#556](https://github.com/yesodweb/persistent/issues/556)
Database/Persist/TH.hs view
@@ -766,9 +766,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.1.8+version: 2.1.8.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>