packages feed

testcontainers 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~tasty

Dependency ranges changed: tasty

Files

src/TestContainers/Docker.hs view
@@ -816,7 +816,7 @@ -- Say you want to find "Ready to accept connections" in the logs on Stdout try: -- -- @--- wairForLogLine Stdout ("Ready to accept connections" ``LazyText.isInfixOf``)+-- waitForLogLine Stdout ("Ready to accept connections" ``LazyText.isInfixOf``) -- @ -- -- @since 0.1.0.0
testcontainers.cabal view
@@ -1,6 +1,6 @@ cabal-version:       >=1.10 name:                testcontainers-version:             0.3.0.0+version:             0.3.0.1 synopsis:            Docker containers for your integration tests. description:         testcontainers is a Haskell library that provides a friendly API to                      run Docker containers. It is designed to create a runtime environment@@ -29,7 +29,7 @@    -- other-modules:   -- other-extensions:-  build-depends:       base >=4.12 && <5,+  build-depends:       base                 >=4.12 && <5,                        aeson                >= 1.4.6 && < 1.5,                        aeson-optics         >= 1.1 && < 1.2,                        bytestring           >= 0.10.8 && < 0.11,@@ -41,7 +41,7 @@                        mtl                  >= 2.2.2 && < 2.3,                        resourcet            >= 1.2.4 && < 1.3,                        unliftio-core        >= 0.1.0 && < 0.3,-                       tasty                >= 1.0   && < 1.4+                       tasty                >= 1.0   && < 1.5    hs-source-dirs:      src   default-language:    Haskell2010