packages feed

Cabal revisions of th-test-utils-1.2.1

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

revision 1
-cabal-version: >= 1.10---- This file has been generated from package.yaml by hpack version 0.35.0.------ see: https://github.com/sol/hpack--name:           th-test-utils-version:        1.2.1-synopsis:       Utility functions for testing Template Haskell code-description:    Utility functions for testing Template Haskell code, including-                functions for testing failures in the Q monad.-category:       Testing-homepage:       https://github.com/LeapYear/th-test-utils#readme-bug-reports:    https://github.com/LeapYear/th-test-utils/issues-author:         Brandon Chinn <brandon@leapyear.io>-maintainer:     Brandon Chinn <brandon@leapyear.io>-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/LeapYear/th-test-utils--library-  exposed-modules:-      Language.Haskell.TH.TestUtils-      Language.Haskell.TH.TestUtils.QMode-      Language.Haskell.TH.TestUtils.QState-  other-modules:-      Paths_th_test_utils-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base >=4.9 && <5-    , template-haskell >=2.16 && <2.20-    , th-orphans >=0.13.4 && <0.14-    , transformers >=0.5.2 && <0.6-  default-language: Haskell2010-  if impl(ghc >= 8.0)-    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances-  if impl(ghc < 8.8)-    ghc-options: -Wnoncanonical-monadfail-instances--test-suite th-test-utils-test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      TestLib-      TH-      Paths_th_test_utils-  hs-source-dirs:-      test-  ghc-options: -Wall-  build-depends:-      base >=4.9 && <5-    , bytestring-    , tasty-    , tasty-golden-    , tasty-hunit-    , template-haskell >=2.16 && <2.20-    , th-orphans >=0.13.4 && <0.14-    , th-test-utils-    , transformers >=0.5.2 && <0.6-  default-language: Haskell2010-  if impl(ghc >= 8.0)-    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances-  if impl(ghc < 8.8)-    ghc-options: -Wnoncanonical-monadfail-instances+cabal-version: >= 1.10
+
+-- This file has been generated from package.yaml by hpack version 0.35.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           th-test-utils
+version:        1.2.1
+x-revision: 1
+synopsis:       Utility functions for testing Template Haskell code
+description:    Utility functions for testing Template Haskell code, including
+                functions for testing failures in the Q monad.
+category:       Testing
+homepage:       https://github.com/LeapYear/th-test-utils#readme
+bug-reports:    https://github.com/LeapYear/th-test-utils/issues
+author:         Brandon Chinn <brandon@leapyear.io>
+maintainer:     Brandon Chinn <brandon@leapyear.io>
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/LeapYear/th-test-utils
+
+library
+  exposed-modules:
+      Language.Haskell.TH.TestUtils
+      Language.Haskell.TH.TestUtils.QMode
+      Language.Haskell.TH.TestUtils.QState
+  other-modules:
+      Paths_th_test_utils
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base >=4.9 && <5
+    , template-haskell >=2.16 && <2.21
+    , th-orphans >=0.13.4 && <0.14
+    , transformers >=0.5.2 && <0.6
+  default-language: Haskell2010
+  if impl(ghc >= 8.0)
+    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances
+  if impl(ghc < 8.8)
+    ghc-options: -Wnoncanonical-monadfail-instances
+
+test-suite th-test-utils-test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      TestLib
+      TH
+      Paths_th_test_utils
+  hs-source-dirs:
+      test
+  ghc-options: -Wall
+  build-depends:
+      base >=4.9 && <5
+    , bytestring
+    , tasty
+    , tasty-golden
+    , tasty-hunit
+    , template-haskell >=2.16 && <2.21
+    , th-orphans >=0.13.4 && <0.14
+    , th-test-utils
+    , transformers >=0.5.2 && <0.6
+  default-language: Haskell2010
+  if impl(ghc >= 8.0)
+    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances
+  if impl(ghc < 8.8)
+    ghc-options: -Wnoncanonical-monadfail-instances
revision 2
 
 name:           th-test-utils
 version:        1.2.1
-x-revision: 1
+x-revision: 2
 synopsis:       Utility functions for testing Template Haskell code
 description:    Utility functions for testing Template Haskell code, including
                 functions for testing failures in the Q monad.
       base >=4.9 && <5
     , template-haskell >=2.16 && <2.21
     , th-orphans >=0.13.4 && <0.14
-    , transformers >=0.5.2 && <0.6
+    , transformers >=0.5.2 && <0.7
   default-language: Haskell2010
   if impl(ghc >= 8.0)
     ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances
     , template-haskell >=2.16 && <2.21
     , th-orphans >=0.13.4 && <0.14
     , th-test-utils
-    , transformers >=0.5.2 && <0.6
+    , transformers >=0.5.2 && <0.7
   default-language: Haskell2010
   if impl(ghc >= 8.0)
     ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances
revision 3
 
 name:           th-test-utils
 version:        1.2.1
-x-revision: 2
+x-revision: 3
 synopsis:       Utility functions for testing Template Haskell code
 description:    Utility functions for testing Template Haskell code, including
                 functions for testing failures in the Q monad.
   ghc-options: -Wall
   build-depends:
       base >=4.9 && <5
-    , template-haskell >=2.16 && <2.21
+    , template-haskell >=2.16 && <2.22
     , th-orphans >=0.13.4 && <0.14
     , transformers >=0.5.2 && <0.7
   default-language: Haskell2010
     , tasty
     , tasty-golden
     , tasty-hunit
-    , template-haskell >=2.16 && <2.21
+    , template-haskell >=2.16 && <2.22
     , th-orphans >=0.13.4 && <0.14
     , th-test-utils
     , transformers >=0.5.2 && <0.7