packages feed

graphula 2.0.0.4 → 2.0.0.5

raw patch · 2 files changed

+37/−33 lines, 2 filesdep ~HUnitdep ~QuickCheckdep ~aesonPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: HUnit, QuickCheck, aeson, bytestring, containers, directory, generics-eot, hspec, http-api-data, markdown-unlit, monad-logger, mtl, path-pieces, persistent, persistent-sqlite, persistent-template, random, resourcet, semigroups, temporary, text, transformers, unliftio, unliftio-core, uuid

API changes (from Hackage documentation)

- Graphula: instance GHC.Base.Monad m => Control.Monad.Reader.Class.MonadReader (Graphula.Args Database.Persist.Sql.Types.Internal.SqlBackend n m) (Graphula.GraphulaT n m)
+ Graphula: instance GHC.Base.Monad m => Control.Monad.Reader.Class.MonadReader (Graphula.Args Database.Persist.SqlBackend.Internal.SqlBackend n m) (Graphula.GraphulaT n m)

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/freckle/graphula/compare/v2.0.0.4...main)+## [*Unreleased*](https://github.com/freckle/graphula/compare/v2.0.0.5...main)  None++## [v2.0.0.5](https://github.com/freckle/graphula/compare/v2.0.0.4...v2.0.0.5)++- Release without dependencies upper bounds  ## [v2.0.0.4](https://github.com/freckle/graphula/compare/v2.0.0.3...v2.0.0.4) 
graphula.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               graphula-version:            2.0.0.4+version:            2.0.0.5 license:            MIT license-file:       LICENSE maintainer:         Freckle Education@@ -35,21 +35,21 @@         -Wno-implicit-prelude      build-depends:-        HUnit >=1.6.1.0 && <1.7,-        QuickCheck >=2.14.2 && <2.15,+        HUnit >=1.6.1.0,+        QuickCheck >=2.14.2,         base >=4.14.1.0 && <5,-        containers >=0.6.2.1 && <0.7,-        directory >=1.3.6.0 && <1.4,-        generics-eot >=0.4.0.1 && <0.5,-        mtl >=2.2.2 && <2.3,-        persistent >=2.11.0.4 && <2.13,-        random >=1.1 && <1.3,-        semigroups >=0.19.1 && <0.20,-        temporary ==1.3.*,-        text >=1.2.4.1 && <1.3,-        transformers >=0.5.6.2 && <0.6,-        unliftio >=0.2.14 && <0.3,-        unliftio-core >=0.2.0.1 && <0.3+        containers >=0.6.2.1,+        directory >=1.3.6.0,+        generics-eot >=0.4.0.1,+        mtl >=2.2.2,+        persistent >=2.11.0.4,+        random >=1.1,+        semigroups >=0.19.1,+        temporary >=1.3,+        text >=1.2.4.1,+        transformers >=0.5.6.2,+        unliftio >=0.2.14,+        unliftio-core >=0.2.0.1      if impl(ghc >=8.10)         ghc-options:@@ -69,25 +69,25 @@         -Wno-implicit-prelude -pgmL markdown-unlit      build-depends:-        QuickCheck >=2.14.2 && <2.15,-        aeson >=1.5.6.0 && <1.6,+        QuickCheck >=2.14.2,+        aeson >=1.5.6.0,         base >=4.14.1.0 && <5,-        bytestring >=0.10.12.0 && <0.12,-        containers >=0.6.2.1 && <0.7,+        bytestring >=0.10.12.0,+        containers >=0.6.2.1,         graphula -any,-        hspec >=2.7.8 && <2.8,-        http-api-data >=0.4.1.1 && <0.5,-        markdown-unlit >=0.5.1 && <0.6,-        monad-logger >=0.3.36 && <0.4,-        path-pieces >=0.2.1 && <0.3,-        persistent >=2.11.0.4 && <2.13,-        persistent-sqlite >=2.11.1.0 && <2.13,-        persistent-template >=2.9.1.0 && <2.13,-        resourcet >=1.2.4.2 && <1.3,-        text >=1.2.4.1 && <1.3,-        transformers >=0.5.6.2 && <0.6,-        unliftio-core >=0.2.0.1 && <0.3,-        uuid >=1.3.14 && <1.4+        hspec >=2.7.8,+        http-api-data >=0.4.1.1,+        markdown-unlit >=0.5.1,+        monad-logger >=0.3.36,+        path-pieces >=0.2.1,+        persistent >=2.11.0.4,+        persistent-sqlite >=2.11.1.0,+        persistent-template >=2.9.1.0,+        resourcet >=1.2.4.2,+        text >=1.2.4.1,+        transformers >=0.5.6.2,+        unliftio-core >=0.2.0.1,+        uuid >=1.3.14      if impl(ghc >=8.10)         ghc-options: