th-lego 0.3.0.1 → 0.3.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- th-lego.cabal +2/−2
th-lego.cabal view
@@ -1,5 +1,5 @@ name: th-lego-version: 0.3.0.1+version: 0.3.0.2 synopsis: Template Haskell construction utilities description: A collection of templates for the typical patterns appearing@@ -36,7 +36,7 @@ base >=4.10 && <5, template-haskell >=2.8 && <3, template-haskell-compat-v0208 >=0.1.5 && <0.2,- text >=1 && <2+ text >=1 && <3 test-suite test type: exitcode-stdio-1.0