persistent 2.0.7 → 2.0.7.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Database/Persist.hs +1/−1
- persistent.cabal +1/−1
Database/Persist.hs view
@@ -80,7 +80,7 @@ #if MIN_VERSION_aeson(0, 7, 0) toJsonText = toStrict . toLazyText . encodeToTextBuilder . toJSON #else-toJSonText = toStrict . toLazyText . fromValue . toJSON+toJsonText = toStrict . toLazyText . fromValue . toJSON #endif limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])
persistent.cabal view
@@ -1,5 +1,5 @@ name: persistent-version: 2.0.7+version: 2.0.7.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>