packages feed

Cabal revisions of tasty-wai-0.1.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial tasty-wai.cabal generated by cabal init.  For further--- documentation, see http://haskell.org/cabal/users-guide/--name:                tasty-wai-version:             0.1.2.0-synopsis:            Test 'wai' endpoints via Test.Tasty-description:         Helper functions and runners for testing wai endpoints using the Tasty testing infrastructure.-license:             BSD3-license-file:        LICENCE-author:              QFPL @ Data61-maintainer:          sean.chalmers@data61.csiro.au--copyright:           Copyright (C) 2018 Commonwealth Scientific and Industrial Research Organisation (CSIRO)--category:            Testing,Web--build-type:          Simple-extra-source-files:  CHANGELOG.md-                   , README.md--cabal-version:       >=1.10--tested-with:         GHC == 7.10.3-                   , GHC == 8.0.2-                   , GHC == 8.2.2-                   , GHC == 8.4.4-                   , GHC == 8.6.5-                   , GHC == 8.8.3-                   , GHC == 8.10.1-                   , GHC == 9.0.1--source-repository head-    type: git-    location: https://github.com/qfpl/tasty-wai--library-  exposed-modules:     Test.Tasty.Wai--  -- other-modules:-  -- other-extensions:--  build-depends:       base >= 4.8 && < 4.17-                     , tasty >= 0.8 && < 1.5-                     , bytestring >= 0.10 && < 0.12-                     , wai == 3.2.*-                     , wai-extra >= 3 && < 3.2-                     , http-types >= 0.9 && < 0.13-                     , HUnit >= 1.6 && < 1.7--  hs-source-dirs:      src-  default-language:    Haskell2010---test-suite tests-  default-language:    Haskell2010--  type:                exitcode-stdio-1.0--  ghc-options:         -threaded--  hs-source-dirs:      test-  main-is:             Test.hs--  build-depends:       base >= 4.8 && < 4.17-                     , tasty >= 0.8 && < 1.5-                     , wai == 3.2.*-                     , http-types >= 0.9 && < 0.13-                     , tasty-wai+-- Initial tasty-wai.cabal generated by cabal init.  For further
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                tasty-wai
+version:             0.1.2.0
+x-revision: 1
+synopsis:            Test 'wai' endpoints via Test.Tasty
+description:         Helper functions and runners for testing wai endpoints using the Tasty testing infrastructure.
+license:             BSD3
+license-file:        LICENCE
+author:              QFPL @ Data61
+maintainer:          sean.chalmers@data61.csiro.au
+
+copyright:           Copyright (C) 2018 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
+
+category:            Testing,Web
+
+build-type:          Simple
+extra-source-files:  CHANGELOG.md
+                   , README.md
+
+cabal-version:       >=1.10
+
+tested-with:         GHC == 7.10.3
+                   , GHC == 8.0.2
+                   , GHC == 8.2.2
+                   , GHC == 8.4.4
+                   , GHC == 8.6.5
+                   , GHC == 8.8.3
+                   , GHC == 8.10.1
+                   , GHC == 9.0.1
+
+source-repository head
+    type: git
+    location: https://github.com/qfpl/tasty-wai
+
+library
+  exposed-modules:     Test.Tasty.Wai
+
+  -- other-modules:
+  -- other-extensions:
+
+  build-depends:       base >= 4.8 && < 4.19
+                     , tasty >= 0.8 && < 1.5
+                     , bytestring >= 0.10 && < 0.12
+                     , wai == 3.2.*
+                     , wai-extra >= 3 && < 3.2
+                     , http-types >= 0.9 && < 0.13
+                     , HUnit >= 1.6 && < 1.7
+
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+
+test-suite tests
+  default-language:    Haskell2010
+
+  type:                exitcode-stdio-1.0
+
+  ghc-options:         -threaded
+
+  hs-source-dirs:      test
+  main-is:             Test.hs
+
+  build-depends:       base >= 4.8 && < 4.19
+                     , tasty >= 0.8 && < 1.5
+                     , wai == 3.2.*
+                     , http-types >= 0.9 && < 0.13
+                     , tasty-wai
revision 2
 
 name:                tasty-wai
 version:             0.1.2.0
-x-revision: 1
+x-revision: 2
 synopsis:            Test 'wai' endpoints via Test.Tasty
 description:         Helper functions and runners for testing wai endpoints using the Tasty testing infrastructure.
 license:             BSD3
   -- other-modules:
   -- other-extensions:
 
-  build-depends:       base >= 4.8 && < 4.19
-                     , tasty >= 0.8 && < 1.5
-                     , bytestring >= 0.10 && < 0.12
+  build-depends:       base >= 4.8 && < 4.20
+                     , tasty >= 0.8 && < 1.6
+                     , bytestring >= 0.10 && < 0.13
                      , wai == 3.2.*
                      , wai-extra >= 3 && < 3.2
                      , http-types >= 0.9 && < 0.13
   hs-source-dirs:      test
   main-is:             Test.hs
 
-  build-depends:       base >= 4.8 && < 4.19
-                     , tasty >= 0.8 && < 1.5
+  build-depends:       base >= 4.8 && < 4.20
+                     , tasty >= 0.8 && < 1.6
                      , wai == 3.2.*
                      , http-types >= 0.9 && < 0.13
                      , tasty-wai
revision 3
 
 name:                tasty-wai
 version:             0.1.2.0
-x-revision: 2
+x-revision: 3
 synopsis:            Test 'wai' endpoints via Test.Tasty
 description:         Helper functions and runners for testing wai endpoints using the Tasty testing infrastructure.
 license:             BSD3
                    , GHC == 8.8.3
                    , GHC == 8.10.1
                    , GHC == 9.0.1
+                   , GHC == 9.6.7
+                   , GHC == 9.8.4
+                   , GHC == 9.10.2
+                   , GHC == 9.12.2
 
 source-repository head
     type: git
   -- other-modules:
   -- other-extensions:
 
-  build-depends:       base >= 4.8 && < 4.20
+  build-depends:       base >= 4.8 && < 4.22
                      , tasty >= 0.8 && < 1.6
                      , bytestring >= 0.10 && < 0.13
                      , wai == 3.2.*
   hs-source-dirs:      test
   main-is:             Test.hs
 
-  build-depends:       base >= 4.8 && < 4.20
+  build-depends:       base >= 4.8 && < 4.22
                      , tasty >= 0.8 && < 1.6
                      , wai == 3.2.*
                      , http-types >= 0.9 && < 0.13