ginger 0.9.0.0 → 0.9.1.0
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~optparse-applicativedep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative, tasty
API changes (from Hackage documentation)
Files
- ginger.cabal +3/−3
- test/Spec.hs +1/−0
ginger.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: ginger-version: 0.9.0.0+version: 0.9.1.0 synopsis: An implementation of the Jinja2 template language in Haskell description: Ginger is Jinja, minus the most blatant pythonisms. Wants to be feature complete, but isn't quite there yet.@@ -72,7 +72,7 @@ , aeson >=1.4.2.0 && <1.5 , bytestring >=0.10.8.2 && <0.11 , data-default >= 0.5- , optparse-applicative >=0.14.3.0 && <0.15+ , optparse-applicative >=0.14.3.0 && <0.16 , process >=1.6.5.0 && <1.7 , text >=1.2.3.1 && <1.3 , transformers >=0.5.6.2 && <0.6@@ -93,7 +93,7 @@ , bytestring >=0.10.8.2 && <0.11 , data-default >=0.5 , mtl >=2.2.2 && <2.3- , tasty >=1.2.1 && <1.3+ , tasty >=1.2 && <1.3 , tasty-hunit >=0.10.0.1 && <0.11 , tasty-quickcheck >=0.10 && <0.11 , text >=1.2.3.1 && <1.3
test/Spec.hs view
@@ -13,3 +13,4 @@ [ simulationTests , propertyTests ]+