packages feed

ede 0.2.8.6 → 0.2.8.7

raw patch · 1 files changed

+2/−1 lines, 1 filesdep +double-conversionPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies added: double-conversion

API changes (from Hackage documentation)

- Text.EDE: delimBlock :: HasSyntax c_amkN => Lens' c_amkN Delim
+ Text.EDE: delimBlock :: HasSyntax c_amwz => Lens' c_amwz Delim
- Text.EDE: delimComment :: HasSyntax c_amkN => Lens' c_amkN Delim
+ Text.EDE: delimComment :: HasSyntax c_amwz => Lens' c_amwz Delim
- Text.EDE: delimInline :: HasSyntax c_amkN => Lens' c_amkN Delim
+ Text.EDE: delimInline :: HasSyntax c_amwz => Lens' c_amwz Delim
- Text.EDE: delimPragma :: HasSyntax c_amkN => Lens' c_amkN Delim
+ Text.EDE: delimPragma :: HasSyntax c_amwz => Lens' c_amwz Delim

Files

ede.cabal view
@@ -1,5 +1,5 @@ name:                  ede-version:               0.2.8.6+version:               0.2.8.7 synopsis:              Templating language with similar syntax and features to Liquid or Jinja2. homepage:              http://github.com/brendanhay/ede license:               OtherLicense@@ -75,6 +75,7 @@         , bytestring           >= 0.9         , comonad              >= 4.2         , directory            >= 1.2+        , double-conversion    >= 2.0.2         , filepath             >= 1.2         , free                 >= 4.8         , lens                 >= 4.0