packages feed

dotparse 0.1.4.0 → 0.1.4.1

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~containersdep ~string-interpolate

Dependency ranges changed: containers, string-interpolate

Files

dotparse.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: dotparse-version: 0.1.4.0+version: 0.1.4.1 license: BSD-3-Clause license-file: LICENSE copyright: Tony Day (c) 2020@@ -28,10 +28,10 @@  build-type: Simple tested-with:-  ghc ==9.6.7-  ghc ==9.8.4   ghc ==9.10.3   ghc ==9.12.3+  ghc ==9.6.7+  ghc ==9.8.4  extra-doc-files:   ChangeLog.md@@ -43,6 +43,7 @@   location: https://github.com/tonyday567/dotparse  common ghc-options-stanza+ common ghc2024-additions   default-extensions:     DataKinds@@ -77,7 +78,7 @@     numhask-space >=0.10 && <0.14,     optics-core >=0.4 && <0.5,     process-extras >=0.7.4 && <0.8,-    string-interpolate >=0.3 && <0.4,+    string-interpolate >=0.3 && <1.1,     template-haskell >=2.16 && <2.25,     text >=1.2 && <2.2,     these >=1.1 && <1.3,@@ -90,7 +91,7 @@     DotParse.FlatParse     DotParse.FlatParse.TH     DotParse.Types-    +   ghc-options:     -Wall     -Wcompat@@ -99,4 +100,3 @@     -Wincomplete-uni-patterns     -Wpartial-fields     -Wredundant-constraints-