packages feed

Cabal revisions of persistent-mtl-0.5.0.1

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

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.0.------ see: https://github.com/sol/hpack--name:           persistent-mtl-version:        0.5.0.1-synopsis:       Monad transformer for the persistent API-description:    A monad transformer and mtl-style type class for using the-                persistent API directly in your monad transformer stack.-category:       Database-homepage:       https://github.com/brandonchinn178/persistent-mtl#readme-bug-reports:    https://github.com/brandonchinn178/persistent-mtl/issues-maintainer:     Brandon Chinn <brandonchinn178@gmail.com>-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    CHANGELOG.md-    README.md-    test/goldens/persistent-2.13/sqlqueryrep_show_representation.golden-    test/goldens/persistent-2.14/sqlqueryrep_show_representation.golden--source-repository head-  type: git-  location: https://github.com/brandonchinn178/persistent-mtl--library-  exposed-modules:-      Control.Monad.IO.Rerunnable-      Control.Monad.Trans.Rerunnable-      Database.Persist.Monad-      Database.Persist.Monad.Class-      Database.Persist.Monad.Internal.PersistentShim-      Database.Persist.Monad.Internal.SqlTransaction-      Database.Persist.Monad.Shim-      Database.Persist.Monad.SqlQueryRep-      Database.Persist.Monad.TestUtils-      Database.Persist.Sql.Shim-  other-modules:-      Paths_persistent_mtl-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base >=4.14 && <5-    , conduit >=1.3.4 && <1.4-    , containers ==0.6.*-    , exceptions ==0.10.*-    , monad-logger ==0.3.*-    , mtl >=2.2.2 && <2.3-    , persistent >=2.13 && <2.15-    , resource-pool >=0.2.3.2 && <0.4-    , resourcet >=1.2.4 && <1.3-    , text >=1.2.4 && <2.1-    , transformers >=0.5.6 && <0.6-    , unliftio ==0.2.*-    , unliftio-core ==0.2.*-    , unliftio-pool ==0.2.*-  default-language: Haskell2010-  if impl(ghc >= 9.2.0) && impl(ghc < 9.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.4.3)--    buildable: False--test-suite persistent-mtl-test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      Example-      Generated-      IntegrationTest-      MockedTest-      READMETest-      SqlQueryRepTest-      TestUtils.DB-      TestUtils.Esqueleto-      Paths_persistent_mtl-  hs-source-dirs:-      test-  ghc-options: -Wall -F -pgmF=tasty-autocollect-  build-tool-depends:-      tasty-autocollect:tasty-autocollect-  build-depends:-      base-    , bytestring-    , conduit-    , containers-    , esqueleto-    , explainable-predicates-    , monad-logger-    , persistent-    , persistent-mtl-    , persistent-postgresql-    , persistent-sqlite-    , persistent-template-    , resource-pool-    , resourcet-    , tasty-    , tasty-autocollect-    , tasty-golden-    , tasty-hunit-    , text-    , unliftio-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.35.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           persistent-mtl
+version:        0.5.0.1
+x-revision: 1
+synopsis:       Monad transformer for the persistent API
+description:    A monad transformer and mtl-style type class for using the
+                persistent API directly in your monad transformer stack.
+category:       Database
+homepage:       https://github.com/brandonchinn178/persistent-mtl#readme
+bug-reports:    https://github.com/brandonchinn178/persistent-mtl/issues
+maintainer:     Brandon Chinn <brandonchinn178@gmail.com>
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    CHANGELOG.md
+    README.md
+    test/goldens/persistent-2.13/sqlqueryrep_show_representation.golden
+    test/goldens/persistent-2.14/sqlqueryrep_show_representation.golden
+
+source-repository head
+  type: git
+  location: https://github.com/brandonchinn178/persistent-mtl
+
+library
+  exposed-modules:
+      Control.Monad.IO.Rerunnable
+      Control.Monad.Trans.Rerunnable
+      Database.Persist.Monad
+      Database.Persist.Monad.Class
+      Database.Persist.Monad.Internal.PersistentShim
+      Database.Persist.Monad.Internal.SqlTransaction
+      Database.Persist.Monad.Shim
+      Database.Persist.Monad.SqlQueryRep
+      Database.Persist.Monad.TestUtils
+      Database.Persist.Sql.Shim
+  other-modules:
+      Paths_persistent_mtl
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base >=4.14 && <5
+    , conduit >=1.3.4 && <1.4
+    , containers ==0.6.*
+    , exceptions ==0.10.*
+    , monad-logger ==0.3.*
+    , mtl >=2.2.2 && <2.3
+    , persistent >=2.13 && <2.15
+    , resource-pool >=0.2.3.2 && <1
+    , resourcet >=1.2.4 && <1.3
+    , text >=1.2.4 && <2.1
+    , transformers >=0.5.6 && <0.6
+    , unliftio ==0.2.*
+    , unliftio-core ==0.2.*
+    , unliftio-pool ==0.2.*
+  default-language: Haskell2010
+  if impl(ghc >= 9.2.0) && impl(ghc < 9.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.4.3)
+
+    buildable: False
+
+test-suite persistent-mtl-test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      Example
+      Generated
+      IntegrationTest
+      MockedTest
+      READMETest
+      SqlQueryRepTest
+      TestUtils.DB
+      TestUtils.Esqueleto
+      Paths_persistent_mtl
+  hs-source-dirs:
+      test
+  ghc-options: -Wall -F -pgmF=tasty-autocollect
+  build-tool-depends:
+      tasty-autocollect:tasty-autocollect
+  build-depends:
+      base
+    , bytestring
+    , conduit
+    , containers
+    , esqueleto
+    , explainable-predicates
+    , monad-logger
+    , persistent
+    , persistent-mtl
+    , persistent-postgresql
+    , persistent-sqlite
+    , persistent-template
+    , resource-pool
+    , resourcet
+    , tasty
+    , tasty-autocollect
+    , tasty-golden
+    , tasty-hunit
+    , text
+    , unliftio
+  default-language: Haskell2010
revision 2
 
 name:           persistent-mtl
 version:        0.5.0.1
-x-revision: 1
+x-revision: 2
 synopsis:       Monad transformer for the persistent API
 description:    A monad transformer and mtl-style type class for using the
                 persistent API directly in your monad transformer stack.
     , transformers >=0.5.6 && <0.6
     , unliftio ==0.2.*
     , unliftio-core ==0.2.*
-    , unliftio-pool ==0.2.*
+    , unliftio-pool >=0.2 && <1
   default-language: Haskell2010
   if impl(ghc >= 9.2.0) && impl(ghc < 9.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.4.3)
 
revision 3
 
 name:           persistent-mtl
 version:        0.5.0.1
-x-revision: 2
+x-revision: 3
 synopsis:       Monad transformer for the persistent API
 description:    A monad transformer and mtl-style type class for using the
                 persistent API directly in your monad transformer stack.
     , containers ==0.6.*
     , exceptions ==0.10.*
     , monad-logger ==0.3.*
-    , mtl >=2.2.2 && <2.3
+    , mtl >=2.2.2 && <2.4
     , persistent >=2.13 && <2.15
     , resource-pool >=0.2.3.2 && <1
-    , resourcet >=1.2.4 && <1.3
+    , resourcet >=1.2.4 && <1.4
     , text >=1.2.4 && <2.1
-    , transformers >=0.5.6 && <0.6
+    , transformers >=0.5.6 && <0.7
     , unliftio ==0.2.*
     , unliftio-core ==0.2.*
     , unliftio-pool >=0.2 && <1
revision 4
 
 name:           persistent-mtl
 version:        0.5.0.1
-x-revision: 3
+x-revision: 4
 synopsis:       Monad transformer for the persistent API
 description:    A monad transformer and mtl-style type class for using the
                 persistent API directly in your monad transformer stack.
     , persistent >=2.13 && <2.15
     , resource-pool >=0.2.3.2 && <1
     , resourcet >=1.2.4 && <1.4
-    , text >=1.2.4 && <2.1
+    , text >=1.2.4 && <2.2
     , transformers >=0.5.6 && <0.7
     , unliftio ==0.2.*
     , unliftio-core ==0.2.*