packages feed

dotparse 0.1.2.1 → 0.1.2.2

raw patch · 1 files changed

+7/−6 lines, 1 filesdep ~basedep ~containersdep ~template-haskellPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, containers, template-haskell

API changes (from Hackage documentation)

- DotParse: testDotParser :: forall a. DotParse a => Proxy a -> DotConfig -> ByteString -> IO ()
+ DotParse: testDotParser :: DotParse a => Proxy a -> DotConfig -> ByteString -> IO ()
- DotParse.Types: testDotParser :: forall a. DotParse a => Proxy a -> DotConfig -> ByteString -> IO ()
+ DotParse.Types: testDotParser :: DotParse a => Proxy a -> DotConfig -> ByteString -> IO ()

Files

dotparse.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: dotparse-version: 0.1.2.1+version: 0.1.2.2 license: BSD-3-Clause license-file: LICENSE copyright: Tony Day (c) 2020@@ -29,8 +29,9 @@ build-type: Simple tested-with:     , GHC == 9.10.1-    , GHC == 9.8.2-    , GHC == 9.6.5+    , GHC == 9.12.2+    , GHC == 9.6.7+    , GHC == 9.8.4 extra-doc-files:     ChangeLog.md     other/*.svg@@ -59,16 +60,16 @@     hs-source-dirs: src     build-depends:         , algebraic-graphs   >=0.6 && <0.8-        , base               >=4.7 && <5+        , base               >=4.14 && <5         , bytestring         >=0.11.3 && <0.13         , chart-svg          >=0.6 && <0.9-        , containers         >=0.6 && <0.8+        , containers         >=0.6 && <0.9         , flatparse          >=0.3.5 && <0.6         , 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-        , template-haskell   >=2.16 && <2.23+        , template-haskell   >=2.16 && <2.24         , text               >=1.2 && <2.2         , these              >=1.1 && <1.3     exposed-modules: