packages feed

glabrous 0.2.0 → 0.2.0.1

raw patch · 1 files changed

+11/−11 lines, 1 filesdep ~aesondep ~aeson-prettydep ~attoparsecPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson, aeson-pretty, attoparsec, bytestring, cereal, cereal-text, either, hspec, text, unordered-containers

API changes (from Hackage documentation)

- Text.Glabrous.Types: instance Data.Aeson.Types.Class.FromJSON Text.Glabrous.Types.Context
- Text.Glabrous.Types: instance Data.Aeson.Types.Class.ToJSON Text.Glabrous.Types.Context
+ Text.Glabrous.Types: instance Data.Aeson.Types.FromJSON.FromJSON Text.Glabrous.Types.Context
+ Text.Glabrous.Types: instance Data.Aeson.Types.ToJSON.ToJSON Text.Glabrous.Types.Context

Files

glabrous.cabal view
@@ -1,5 +1,5 @@ name:                glabrous-version:             0.2.0+version:             0.2.0.1 synopsis:            A template DSL library description:         A minimalistic, Mustache-like syntax, truly logic-less,                      pure Text template DSL library@@ -23,16 +23,16 @@   exposed-modules:     Text.Glabrous                      , Text.Glabrous.Types   other-modules:       Text.Glabrous.Internal-  build-depends:       aeson >= 0.11.2 && < 0.12-                     , aeson-pretty >= 0.7.2 && < 0.8-                     , attoparsec >= 0.13.0 && < 0.14+  build-depends:       aeson >= 0.8.0+                     , aeson-pretty >= 0.7.2+                     , attoparsec >= 0.12.1                      , base >= 4.7 && < 5-                     , bytestring >= 0.10.6 && < 0.11-                     , cereal >= 0.5.2 && < 0.6-                     , cereal-text >= 0.1.0 && < 0.2-                     , either >= 4.4.1 && < 4.5-                     , text >= 1.2.2 && < 1.3-                     , unordered-containers >= 0.2.7 && < 0.3+                     , bytestring >= 0.10.6+                     , cereal >= 0.4.1+                     , cereal-text >= 0.1.0.2+                     , either >= 4.4.1+                     , text >= 1.2.2+                     , unordered-containers >= 0.2.5    default-language:    Haskell2010   GHC-options:       -Wall@@ -41,7 +41,7 @@   type:                exitcode-stdio-1.0   hs-source-dirs:      tests   main-is:             hspec.hs-  build-depends:       hspec >= 2.2.3+  build-depends:       hspec >= 2.1.10                      , base >= 4.7 && < 5                      , directory >= 1.2                      , either >= 4.4