packages feed

glabrous 0.3.4 → 0.3.5

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~aesondep ~hspecdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, hspec, text

API changes (from Hackage documentation)

Files

glabrous.cabal view
@@ -1,5 +1,5 @@ name:                glabrous-version:             0.3.4+version:             0.3.5 synopsis:            A template DSL library description:         A minimalistic, Mustache-like syntax, truly logic-less,                      pure Text template DSL library@@ -8,7 +8,7 @@ license-file:        LICENSE author:              Michel Boucey maintainer:          michel.boucey@cybervisible.fr-copyright:           (c) 2016-2017 - Michel Boucey+copyright:           (c) 2016-2018 - Michel Boucey category:            Text, Web build-type:          Simple cabal-version:       >=1.10@@ -23,7 +23,7 @@   exposed-modules:     Text.Glabrous                      , Text.Glabrous.Types   other-modules:       Text.Glabrous.Internal-  build-depends:       aeson >= 0.8.0.2 && < 1.3+  build-depends:       aeson >= 0.8.0.2 && < 1.4                      , aeson-pretty >= 0.7.2 && < 0.9                      , attoparsec >= 0.12.1.6 && < 0.14                      , base >= 4.8.1.0 && < 5@@ -31,7 +31,7 @@                      , cereal >= 0.4.1.1 && < 0.6                      , cereal-text >= 0.1.0 && < 0.2                      , either >= 4.4.1 && < 5.1-                     , text >= 1.2.2 && < 1.3+                     , text >= 1.2.1 && < 1.3                      , unordered-containers >= 0.2.5.1 && < 0.3    default-language:    Haskell2010@@ -45,8 +45,8 @@                      , directory > 1.2 && < 1.4                      , either >= 4.4.1 && < 5.1                      , glabrous-                     , hspec >= 2.1.10 && < 2.5-                     , text == 1.2.*+                     , hspec >= 2.1.10 && < 2.6+                     , text >= 1.2.1 && < 1.3                      , unordered-containers == 0.2.*   default-language:    Haskell2010