packages feed

floskell 0.11.0 → 0.11.1

raw patch · 2 files changed

+14/−9 lines, 2 filesdep ~basedep ~containersdep ~filepathPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, containers, filepath, ghc-prim

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+# Floskell 0.11.1 (2023-12-18)++* Add support for building with containers-0.7.0.0 and filepath-1.5.0.0+* Add support for building with GHC-9.8.1+ # Floskell 0.11.0 (2023-10-01)  * Fix alignment of non-ASCII identifiers
floskell.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               floskell-version:            0.11.0+version:            0.11.1 license:            BSD3 license-file:       LICENSE.md copyright:@@ -56,15 +56,15 @@     default-language: Haskell2010     ghc-options:      -Wall     build-depends:-        base >=4.9 && <4.19,+        base >=4.9 && <4.20,         aeson >=0.11.3.0 && <2.3,         attoparsec >=0.13.1.0 && <0.15,         attoparsec-aeson >=2.1.0.0 && <2.3,         bytestring >=0.10.8.1 && <0.13,-        containers >=0.5.7.1 && <0.7,+        containers >=0.5.7.1 && <0.8,         data-default >=0.7.1.1 && <0.8,         directory >=1.2.6.2 && <1.4,-        filepath >=1.4.1.0 && <1.5,+        filepath >=1.4.1.0 && <1.6,         haskell-src-exts >=1.19 && <1.24,         monad-dijkstra >=0.1.1 && <0.2,         mtl >=2.2.1 && <2.4,@@ -80,13 +80,13 @@         -Wall -Wno-missing-home-modules -optP-Wno-nonportable-include-path      build-depends:-        base >=4.9 && <4.19,+        base >=4.9 && <4.20,         floskell -any,         aeson-pretty >=0.8.2 && <0.9,         ansi-wl-pprint >=0.6.6 && <1.1,         bytestring >=0.10.8.1 && <0.13,         directory >=1.2.6.2 && <1.4,-        ghc-prim >=0.5.0.0 && <0.11,+        ghc-prim >=0.5.0.0 && <0.12,         haskell-src-exts >=1.19 && <1.24,         optparse-applicative >=0.12.1.0 && <0.19,         text >=1.2.2.2 && <2.2@@ -99,7 +99,7 @@     default-language: Haskell2010     ghc-options:      -Wall -threaded -rtsopts -with-rtsopts=-N     build-depends:-        base >=4.9 && <4.19,+        base >=4.9 && <4.20,         floskell -any,         bytestring >=0.10.8.1 && <0.13,         deepseq >=1.4.2.0 && <1.6,@@ -116,12 +116,12 @@     default-language: Haskell2010     ghc-options:      -Wall -threaded -rtsopts -with-rtsopts=-N     build-depends:-        base >=4.9 && <4.19,+        base >=4.9 && <4.20,         floskell -any,         bytestring >=0.10.8.1 && <0.13,         criterion >=1.1.1.0 && <1.7,         deepseq >=1.4.2.0 && <1.6,         exceptions >=0.8.3 && <0.11,-        ghc-prim >=0.5.0.0 && <0.11,+        ghc-prim >=0.5.0.0 && <0.12,         haskell-src-exts >=1.19 && <1.24,         text >=1.2.2.2 && <2.2