packages feed

Blammo 1.0.0.0 → 1.0.0.1

raw patch · 2 files changed

+24/−20 lines, 2 filesdep ~aesondep ~basedep ~bytestring

Dependency ranges changed: aeson, base, bytestring, clock, containers, fast-logger, hspec, lens, monad-logger-aeson, text, unliftio-core, unordered-containers, vector, wai

Files

Blammo.cabal view
@@ -1,6 +1,6 @@ cabal-version:   1.18 name:            Blammo-version:         1.0.0.0+version:         1.0.0.1 license:         MIT license-file:    LICENSE maintainer:      Freckle Education@@ -45,24 +45,24 @@         -Wno-safe -Wno-unsafe      build-depends:-        aeson >=1.5.6.0,-        base >=4.14.3.0 && <5,-        bytestring >=0.10.12.0,+        aeson >=1.5.2.0,+        base >=4.13.0.0 && <5,+        bytestring >=0.10.10.1,         case-insensitive >=1.2.1.0,-        clock >=0.8.3,-        containers >=0.6.5.1,+        clock >=0.8,+        containers >=0.6.2.1,         envparse >=0.4.1,         exceptions >=0.10.4,-        fast-logger >=3.0.5,+        fast-logger >=3.0.2,         http-types >=0.12.3,-        lens >=4.19.2,-        monad-logger-aeson >=0.2.0.0,-        text >=1.2.4.1,+        lens >=4.18.1,+        monad-logger-aeson >=0.2.0.1,+        text >=1.2.4.0,         time >=1.9.3,-        unliftio-core >=0.2.0.1,-        unordered-containers >=0.2.16.0,-        vector >=0.12.3.1,-        wai >=3.2.3+        unliftio-core >=0.1.2.0,+        unordered-containers >=0.2.10.0,+        vector >=0.12.1.2,+        wai >=3.2.2.1      if impl(ghc >=9.2)         ghc-options: -Wno-missing-kind-signatures@@ -88,10 +88,10 @@      build-depends:         Blammo -any,-        aeson >=1.5.6.0,-        base >=4.14.3.0 && <5,+        aeson >=1.5.2.0,+        base >=4.13.0.0 && <5,         markdown-unlit >=0.5.1,-        text >=1.2.4.1+        text >=1.2.4.0      if impl(ghc >=9.2)         ghc-options: -Wno-missing-kind-signatures@@ -121,8 +121,8 @@      build-depends:         Blammo -any,-        base >=4.14.3.0 && <5,-        hspec >=2.7.10+        base >=4.13.0.0 && <5,+        hspec >=2.7.6      if impl(ghc >=9.2)         ghc-options: -Wno-missing-kind-signatures
CHANGELOG.md view
@@ -1,4 +1,8 @@-## [_Unreleased_](https://github.com/freckle/blammo/compare/v1.0.0.0...main)+## [_Unreleased_](https://github.com/freckle/blammo/compare/v1.0.0.1...main)++## [v1.0.0.1](https://github.com/freckle/blammo/compare/v1.0.0.0...v1.0.0.1)++- Relax lower bounds, support GHC 8.8  ## [v1.0.0.0](https://github.com/freckle/blammo/tree/v1.0.0.0)