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.ghc92
parent
52bde7910f
commit
b6001e9ecc
|
@ -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 <https://github.com/lspitzner/brittany/blob/master/README.md the README>.
|
||||
|
@ -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)
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Reference in New Issue