glabrous 1.0.0 → 1.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- glabrous.cabal +4/−4
glabrous.cabal view
@@ -1,5 +1,5 @@ name: glabrous-version: 1.0.0+version: 1.0.1 synopsis: A template DSL library description: A minimalistic, Mustache-like syntax, truly logic-less, pure Text template DSL library@@ -7,8 +7,8 @@ license: BSD3 license-file: LICENSE author: Michel Boucey-maintainer: michel.boucey@cybervisible.fr-copyright: (c) 2016-2018 - Michel Boucey+maintainer: michel.boucey@gmail.com+copyright: (c) 2016-2019 - Michel Boucey category: Text, Web build-type: Simple cabal-version: >=1.10@@ -45,7 +45,7 @@ , directory > 1.2 && < 1.4 , either >= 4.4.1 && < 5.1 , glabrous- , hspec >= 2.1.10 && < 2.7+ , hspec >= 2.1.10 && < 2.8 , text >= 1.2.1 && < 1.3 , unordered-containers == 0.2.* default-language: Haskell2010