heist 1.1.1.0 → 1.1.1.1
raw patch · 2 files changed
+7/−6 lines, 2 filesdep ~aesondep ~basedep ~bifunctorsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, bifunctors, bytestring, containers, mtl, text, transformers, vector
API changes (from Hackage documentation)
Files
- heist.cabal +6/−6
- test/suite/Heist/Interpreted/Tests.hs +1/−0
heist.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: heist-version: 1.1.1.0+version: 1.1.1.1 synopsis: An Haskell template system supporting both HTML5 and XML. description: Heist is a powerful template system that supports both HTML5 and XML.@@ -37,7 +37,7 @@ GHC == 8.10.7 GHC == 9.0.2 GHC == 9.2.5- GHC == 9.4.3+ GHC == 9.4.4 extra-source-files: .ghci,@@ -144,7 +144,7 @@ TypeSynonymInstances build-depends:- base >= 4.5 && < 4.18,+ , base >= 4.5 && < 5 if !impl(ghc >= 8.0) build-depends:@@ -193,15 +193,15 @@ lifted-base >= 0.2 && < 0.3, map-syntax >= 0.3 && < 0.4, monad-control >= 0.3 && < 1.1,- mtl >= 2.0 && < 2.3,+ mtl >= 2.0 && < 2.4, process >= 1.1 && < 1.7, random >= 1.0.1.0 && < 1.3, text >= 0.10 && < 2.1, time >= 1.1 && < 1.13,- transformers >= 0.3 && < 0.6,+ transformers >= 0.3 && < 0.7, transformers-base >= 0.4 && < 0.5, unordered-containers >= 0.1.4 && < 0.3,- vector >= 0.9 && < 0.13,+ vector >= 0.9 && < 0.14, xmlhtml >= 0.2.3.5 && < 0.4, indexed-traversable >= 0.1.1 && < 0.2
test/suite/Heist/Interpreted/Tests.hs view
@@ -11,6 +11,7 @@ ------------------------------------------------------------------------------ import Blaze.ByteString.Builder+import Control.Monad import Control.Monad.State import Data.Aeson import Data.ByteString.Char8 (ByteString)