grab-form 0.0.0.8 → 0.0.0.9
raw patch · 2 files changed
+14/−10 lines, 2 filesdep ~basedep ~hedgehogdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hedgehog, text
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- grab-form.cabal +10/−10
changelog.md view
@@ -19,3 +19,7 @@ ## 0.0.0.8 - 2022 Jun 20 Fix build for case-insensitive file systems++## 0.0.0.9 - 2024 Jan 20++Version bumps
grab-form.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: grab-form-version: 0.0.0.8+version: 0.0.0.9 synopsis: Applicative parsers for form parameter lists category: Text@@ -73,7 +73,7 @@ common base default-language: Haskell2010 build-depends:- base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16+ , base ^>= 4.18 || ^>= 4.19 library import: base@@ -81,9 +81,9 @@ exposed-modules: Data.GrabForm build-depends:- containers ^>= 0.6+ , containers ^>= 0.6 , grab- , text ^>= 1.2+ , text ^>= 2.0 || ^>= 2.1 test-suite hedgehog import: base@@ -92,14 +92,14 @@ main-is: Main.hs build-depends:- containers ^>= 0.6+ , containers ^>= 0.6 , grab , grab-form- , hedgehog ^>= 0.6 || ^>= 1.0 || ^>= 1.1- , text ^>= 1.2+ , hedgehog ^>= 1.4+ , text ^>= 2.0 || ^>= 2.1 other-modules: Test.Tutorial- , Test.OrgRoster.Concepts- , Test.OrgRoster.Grabs- , Test.OrgRoster.Tests+ Test.OrgRoster.Concepts+ Test.OrgRoster.Grabs+ Test.OrgRoster.Tests