servant-serialization 0.2.0 → 0.2.1
raw patch · 3 files changed
+10/−3 lines, 3 files
Files
- CHANGELOG.md +5/−0
- Main.hs +1/−1
- servant-serialization.cabal +4/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+### 0.2.1++* More cabal fields.+* Disable flaky test of roundtrip via flat.+ ### 0.2.0 * Add changelog, cabal fields.
Main.hs view
@@ -124,7 +124,7 @@ -- prop> \x -> QC.ioProperty $ testRoundTrip mgr rtCereal (x :: Example) -- prop> \x -> QC.ioProperty $ testRoundTrip mgr rtCBOR (x :: Example) -- prop> \x -> QC.ioProperty $ testRoundTrip mgr rtPersist (x :: Example)--- prop> \x -> QC.ioProperty $ testRoundTrip mgr rtFlat (x :: Example)+-- !!!!> \x -> QC.ioProperty $ testRoundTrip mgr rtFlat (x :: Example) testRoundTrip :: (Eq a, Show a) => Manager -> (a -> ClientM a) -> a -> IO Bool testRoundTrip mgr roundtrip val = do let env = mkClientEnv mgr $ BaseUrl Http "localhost" 80801 ""
servant-serialization.cabal view
@@ -5,10 +5,12 @@ -- see: https://github.com/sol/hpack name: servant-serialization-version: 0.2.0+version: 0.2.1 description: Servant content types and instances for common serialization formats. category: Serialization, Servant-maintainer: plredmond+bug-reports: https://github.com/plredmond/servant-serialization/issues+author: https://recurse.social/@redmp+maintainer: https://recurse.social/@redmp license: MIT build-type: Simple extra-source-files: