From b6001e9eccaa3d089cbc7e608874a15712b0debc Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 28 Apr 2023 08:46:08 +0000 Subject: [PATCH] Bump version to 92.1.0.0 The 92 indicates that this version is based on ghc-9.2.*. Given that we support a single GHC version at a time (and avoid any CPP mess) I thought this might be appropriate. This also allows bug-fix releases to different "branches", i.e. publishing 92.x.x.(n+1) together with 94.y.y.(n+1) to address some bug that affects both the ghc-9.2.* branch and the ghc-9.4 branch. From a PVP perspective it might not be ideal that we regularly bump major versions when the API does not actually change much, if at all, but given that brittany primarily is an executable and will probably have a small set of reverse-dependencies this seems acceptable. --- brittany.cabal | 4 ++-- seaaye.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brittany.cabal b/brittany.cabal index c4b4cae..6afadea 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: brittany -version: 0.14.0.2 +version: 92.1.0.0 synopsis: Haskell source code formatter description: See . @@ -80,7 +80,7 @@ common library -Wno-safe -Wno-unsafe -Wno-missing-kind-signatures - -Wno-unused-imports + -Wunused-imports -fhide-source-paths if flag(pedantic) diff --git a/seaaye.nix b/seaaye.nix index 7a37997..eefc11f 100644 --- a/seaaye.nix +++ b/seaaye.nix @@ -71,7 +71,7 @@ # { packages.my-package.flags.my-package-examples-examples = true; } # { packages.butcher.src = /nix/store/r4igx2ags5isp92v0kj27lwnhr4wlk3j-butcher; } ]; - default-target = "stackage-9-00"; + default-target = "stackage-9-02"; do-check-hackage = "hackage.haskell.org"; do-check-changelog = "changelog.md"; localdeps = { butcher = /nix/store/a6xxf8wc4csj5wxnrn8w9fd1047qnq3b-butcher-sdist-unpacked; };