floskell 0.10.7 → 0.10.8
raw patch · 2 files changed
+12/−8 lines, 2 filesdep ~basedep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, ghc-prim
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- floskell.cabal +8/−8
CHANGELOG.md view
@@ -1,3 +1,7 @@+# Floskell 0.10.8 (2023-08-12)++* Add support for building with GHC-9.6.2+ # Floskell 0.10.7 (2022-12-10) * Add support for building with GHC-9.4.3
floskell.cabal view
@@ -1,10 +1,10 @@ cabal-version: >=1.10 name: floskell-version: 0.10.7+version: 0.10.8 license: BSD3 license-file: LICENSE.md copyright:- 2014 Chris Done, 2015 Andrew Gibiansky, 2016-2020 Enno Cramer+ 2014 Chris Done, 2015 Andrew Gibiansky, 2016-2023 Enno Cramer maintainer: ecramer@memfrob.de author:@@ -56,7 +56,7 @@ default-language: Haskell2010 ghc-options: -Wall build-depends:- base >=4.9 && <4.18,+ base >=4.9 && <4.19, aeson >=0.11.3.0 && <2.2, attoparsec >=0.13.1.0 && <0.15, bytestring >=0.10.8.1 && <0.12,@@ -80,12 +80,12 @@ -Wall -Wno-missing-home-modules -optP-Wno-nonportable-include-path build-depends:- base >=4.9 && <4.18,+ base >=4.9 && <4.19, floskell -any, aeson-pretty >=0.8.2 && <0.9, bytestring >=0.10.8.1 && <0.12, directory >=1.2.6.2 && <1.4,- ghc-prim >=0.5.0.0 && <0.10,+ ghc-prim >=0.5.0.0 && <0.11, haskell-src-exts >=1.19 && <1.24, optparse-applicative >=0.12.1.0 && <0.18, text >=1.2.2.2 && <2.1@@ -98,7 +98,7 @@ default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends:- base >=4.9 && <4.18,+ base >=4.9 && <4.19, floskell -any, bytestring >=0.10.8.1 && <0.12, deepseq >=1.4.2.0 && <1.5,@@ -116,13 +116,13 @@ default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends:- base >=4.9 && <4.18,+ base >=4.9 && <4.19, floskell -any, bytestring >=0.10.8.1 && <0.12, criterion >=1.1.1.0 && <1.7, deepseq >=1.4.2.0 && <1.5, exceptions >=0.8.3 && <0.11,- ghc-prim >=0.5.0.0 && <0.10,+ ghc-prim >=0.5.0.0 && <0.11, haskell-src-exts >=1.19 && <1.24, text >=1.2.2.2 && <2.1, utf8-string >=1.0.1.1 && <1.1