packages feed

amazonka-test 1.6.0 → 1.6.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

+ Test.AWS.Prelude: (#) :: () => AReview t b -> b -> t
+ Test.AWS.Prelude: (%~) :: () => ASetter s t a b -> (a -> b) -> s -> t
+ Test.AWS.Prelude: (&) :: () => a -> (a -> b) -> b
+ Test.AWS.Prelude: (.~) :: () => ASetter s t a b -> b -> s -> t
+ Test.AWS.Prelude: (<&>) :: Functor f => f a -> (a -> b) -> f b
+ Test.AWS.Prelude: (<>~) :: Monoid a => ASetter s t a a -> a -> s -> t
+ Test.AWS.Prelude: (?~) :: () => ASetter s t a (Maybe b) -> b -> s -> t
+ Test.AWS.Prelude: (^.) :: () => s -> Getting a s a -> a
+ Test.AWS.Prelude: (^?) :: () => s -> Getting (First a) s a -> Maybe a
+ Test.AWS.Prelude: _1 :: Field1 s t a b => Lens s t a b
+ Test.AWS.Prelude: _2 :: Field2 s t a b => Lens s t a b
+ Test.AWS.Prelude: _IOException :: AsIOException t => Prism' t IOException
+ Test.AWS.Prelude: _Just :: () => Prism (Maybe a) (Maybe b) a b
+ Test.AWS.Prelude: _last :: Snoc s s a a => Traversal' s a
+ Test.AWS.Prelude: allOf :: () => Getting All s a -> (a -> Bool) -> s -> Bool
+ Test.AWS.Prelude: anyOf :: () => Getting Any s a -> (a -> Bool) -> s -> Bool
+ Test.AWS.Prelude: assertDiff :: (Eq a, Show a) => String -> a -> Either String a -> Assertion
+ Test.AWS.Prelude: catching :: MonadCatch m => Getting (First a) SomeException a -> m r -> (a -> m r) -> m r
+ Test.AWS.Prelude: catching_ :: MonadCatch m => Getting (First a) SomeException a -> m r -> m r -> m r
+ Test.AWS.Prelude: class Profunctor p => Choice (p :: Type -> Type -> Type)
+ Test.AWS.Prelude: concatOf :: () => Getting [r] s [r] -> s -> [r]
+ Test.AWS.Prelude: data TestTree
+ Test.AWS.Prelude: exception :: Exception a => Prism' SomeException a
+ Test.AWS.Prelude: filtered :: (Choice p, Applicative f) => (a -> Bool) -> Optic' p f a a
+ Test.AWS.Prelude: folding :: Foldable f => (s -> f a) -> Fold s a
+ Test.AWS.Prelude: has :: () => Getting Any s a -> s -> Bool
+ Test.AWS.Prelude: infixl 1 &
+ Test.AWS.Prelude: infixl 8 ^?
+ Test.AWS.Prelude: infixr 4 <>~
+ Test.AWS.Prelude: infixr 8 #
+ Test.AWS.Prelude: iso :: () => (s -> a) -> (b -> t) -> Iso s t a b
+ Test.AWS.Prelude: lens :: () => (s -> a) -> (s -> b -> t) -> Lens s t a b
+ Test.AWS.Prelude: mapping :: (Functor f, Functor g) => AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
+ Test.AWS.Prelude: mkTime :: Text -> Q Exp
+ Test.AWS.Prelude: prism :: () => (b -> t) -> (s -> Either t a) -> Prism s t a b
+ Test.AWS.Prelude: sets :: (Profunctor p, Profunctor q, Settable f) => (p a b -> q s t) -> Optical p q f s t a b
+ Test.AWS.Prelude: testCase :: TestName -> Assertion -> TestTree
+ Test.AWS.Prelude: testGroup :: TestName -> [TestTree] -> TestTree
+ Test.AWS.Prelude: throwingM :: MonadThrow m => AReview SomeException b -> b -> m r
+ Test.AWS.Prelude: to :: (Profunctor p, Contravariant f) => (s -> a) -> Optic' p f s a
+ Test.AWS.Prelude: traverse :: (Traversable t, Applicative f) => (a -> f b) -> t a -> f (t b)
+ Test.AWS.Prelude: traversed :: Traversable f => IndexedTraversal Int (f a) (f b) a b
+ Test.AWS.Prelude: trying :: MonadCatch m => Getting (First a) SomeException a -> m r -> m (Either a r)
+ Test.AWS.Prelude: type AReview t b = Optic' (Tagged :: Type -> Type -> Type) Identity t b
+ Test.AWS.Prelude: type Getting r s a = a -> Const r a -> s -> Const r s
+ Test.AWS.Prelude: type IndexedTraversal' i s a = IndexedTraversal i s s a a
+ Test.AWS.Prelude: type Iso' s a = Iso s s a a
+ Test.AWS.Prelude: type Lens' s a = Lens s s a a
+ Test.AWS.Prelude: type Optic' (p :: k1 -> k -> Type) (f :: k1 -> k) (s :: k1) (a :: k1) = Optic p f s s a a
+ Test.AWS.Prelude: type Prism' s a = Prism s s a a
+ Test.AWS.Prelude: type Setter' s a = Setter s s a a
+ Test.AWS.Prelude: type Traversal' s a = Traversal s s a a
+ Test.AWS.Prelude: type Getter s a = forall (f :: Type -> Type). (Contravariant f, Functor f) => a -> f a -> s -> f s
+ Test.AWS.Prelude: un :: (Profunctor p, Bifunctor p, Functor f) => Getting a s a -> Optic' p f a s
+ Test.AWS.Prelude: view :: MonadReader s m => Getting a s a -> m a

Files

amazonka-test.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-test-version:               1.6.0+version:               1.6.1 synopsis:              Common functionality for Amazonka library test-suites. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -45,7 +45,7 @@      build-depends:           aeson                >= 0.8-        , amazonka-core        == 1.6.0.*+        , amazonka-core        == 1.6.1.*         , base                 >= 4.7     && < 5         , bifunctors           >= 4.1         , bytestring           >= 0.9