packages feed

servant-quickcheck 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+11/−6 lines, 2 filesdep ~QuickCheckdep ~aesondep ~basenew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: QuickCheck, aeson, base, servant, servant-client, servant-server, time

API changes (from Hackage documentation)

- Servant.QuickCheck: [baseUrlHost] :: BaseUrl -> String
- Servant.QuickCheck: [baseUrlPath] :: BaseUrl -> String
- Servant.QuickCheck: [baseUrlPort] :: BaseUrl -> Int
- Servant.QuickCheck: [baseUrlScheme] :: BaseUrl -> Scheme
- Servant.QuickCheck.Internal.HasGenRequest: instance Servant.QuickCheck.Internal.HasGenRequest.HasGenRequest a => Servant.QuickCheck.Internal.HasGenRequest.HasGenRequest (Servant.API.WithNamedContext.WithNamedContext x y a)
+ Servant.QuickCheck: [$sel:baseUrlHost:BaseUrl] :: BaseUrl -> String
+ Servant.QuickCheck: [$sel:baseUrlPath:BaseUrl] :: BaseUrl -> String
+ Servant.QuickCheck: [$sel:baseUrlPort:BaseUrl] :: BaseUrl -> Int
+ Servant.QuickCheck: [$sel:baseUrlScheme:BaseUrl] :: BaseUrl -> Scheme
+ Servant.QuickCheck.Internal.HasGenRequest: instance forall k (a :: k) (x :: GHC.Types.Symbol) (y :: [*]). Servant.QuickCheck.Internal.HasGenRequest.HasGenRequest a => Servant.QuickCheck.Internal.HasGenRequest.HasGenRequest (Servant.API.WithNamedContext.WithNamedContext x y a)

Files

CHANGELOG.yaml view
@@ -1,4 +1,9 @@ releases:+  - version: "0.1.1.0"+    changes:+      - description: "Add missing LICENSE file to servant-quickcheck"+        authors: tchoutri+        date: 2024-05-16   - version: "0.1.0.0"     changes:       - description: "Support servant{-server,-client} up to 0.20, support base up to 4.19, drop support for some older servant and base versions, drop support for stack, drop testing for some older ghc versions"
servant-quickcheck.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.4 name:               servant-quickcheck-version:            0.1.0.0+version:            0.1.1.0 synopsis:           QuickCheck entire APIs description:   This packages provides QuickCheck properties that are tested across an entire API.@@ -12,7 +12,7 @@ category:           Web build-type:         Simple extra-source-files: CHANGELOG.yaml-tested-with:        GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1+tested-with:        GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1 || ==9.10.1  source-repository head   type:     git@@ -36,7 +36,7 @@   ghc-options:        -Wall -Wcompat   build-depends:       aeson                  >=0.8    && <2.3-    , base                   >=4.9    && <4.20+    , base                   >=4.14   && <4.21     , base-compat-batteries  >=0.10.1 && <0.15     , bytestring             >=0.10   && <0.13     , case-insensitive       >=1.2    && <1.3@@ -50,9 +50,9 @@     , pretty                 >=1.1    && <1.2     , process                >=1.2    && <1.7     , QuickCheck             >=2.7    && <2.16-    , servant                >=0.18.2 && <0.21-    , servant-client         >=0.17   && <0.21-    , servant-server         >=0.17   && <0.21+    , servant                >=0.20.2 && <0.21+    , servant-client         >=0.20.2 && <0.21+    , servant-server         >=0.20.2 && <0.21     , split                  >=0.2    && <0.3     , temporary              >=1.2    && <1.4     , text                   >=1      && <2.2