packages feed

glabrous 2.0.6.3 → 2.0.6.4

raw patch · 3 files changed

+15/−6 lines, 3 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2016, Michel Boucey+Copyright (c) 2016-2025, Michel Boucey All rights reserved.  Redistribution and use in source and binary forms, with or without
README.md view
@@ -1,4 +1,4 @@-# Glabrous ![CI](https://github.com/MichelBoucey/glabrous/actions/workflows/haskell-ci.yml/badge.svg)+# Glabrous ![CI](https://github.com/MichelBoucey/glabrous/actions/workflows/haskell-ci.yml/badge.svg) [![Hackage](https://img.shields.io/hackage/v/glabrous.svg)](https://hackage.haskell.org/package/glabrous)  Glabrous is a minimalistic Mustache-like syntax - using only the simplest Mustache tag: {{name}} -, truly logic-less, HTML agnostic pure Text template DSL library. 
glabrous.cabal view
@@ -1,5 +1,5 @@ name:                glabrous-version:             2.0.6.3+version:             2.0.6.4 synopsis:            A template DSL library description:         A minimalistic, Mustache-like syntax, truly logic-less,                      pure Text template DSL library@@ -8,17 +8,26 @@ license-file:        LICENSE author:              Michel Boucey maintainer:          michel.boucey@gmail.com-copyright:           (c) 2016-2024 - Michel Boucey+copyright:           (c) 2016-2025 - Michel Boucey category:            Text, Web build-type:          Simple cabal-version:       >=1.10 extra-source-files:  README.md -Tested-With: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1+Tested-With:+  GHC ==8.8.4+   || ==8.10.7+   || ==9.0.2+   || ==9.2.8+   || ==9.4.8+   || ==9.6.7+   || ==9.8.4+   || ==9.10.2+   || ==9.12.2  source-repository head   type:     git-  location: git://github.com/MichelBoucey/glabrous.git+  location: https://github.com/MichelBoucey/glabrous.git  library   hs-source-dirs:      src