Merge pull request #226836 from tmcl/fourmolu-0_10_1_0
haskellPackages fourmolu 0.10.0.0 -> 0.10.1.0
This commit is contained in:
@@ -211,7 +211,7 @@ in {
|
||||
# https://github.com/tweag/ormolu/issues/941
|
||||
fourmolu = overrideCabal (drv: {
|
||||
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
|
||||
}) (disableCabalFlag "fixity-th" super.fourmolu_0_10_0_0);
|
||||
}) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);
|
||||
|
||||
# Apply workaround for Cabal 3.8 bug https://github.com/haskell/cabal/issues/8455
|
||||
# by making `pkg-config --static` happy. Note: Cabal 3.9 is also affected, so
|
||||
|
||||
@@ -134,7 +134,7 @@ extra-packages:
|
||||
- retrie < 1.2.0.0 # 2022-12-30: required for hls on ghc < 9.2
|
||||
- ghc-tags == 1.5.* # 2023-02-18: preserve for ghc-lib == 9.2.*
|
||||
- primitive == 0.7.4.0 # 2023-03-04: primitive 0.8 is not compatible with too many packages on ghc 9.4 as of now
|
||||
- fourmolu == 0.10.0.0 # 2023-04-03: for hls-fourmolu-plugin 1.1.1.0
|
||||
- fourmolu == 0.10.1.0 # 2023-04-18: for hls-fourmolu-plugin 1.1.1.0
|
||||
|
||||
package-maintainers:
|
||||
abbradar:
|
||||
|
||||
@@ -1083,11 +1083,11 @@ self: super: builtins.intersectAttrs super {
|
||||
}) super.fourmolu;
|
||||
|
||||
# Test suite wants to run main executable
|
||||
fourmolu_0_10_0_0 = overrideCabal (drv: {
|
||||
fourmolu_0_10_1_0 = overrideCabal (drv: {
|
||||
preCheck = drv.preCheck or "" + ''
|
||||
export PATH="$PWD/dist/build/fourmolu:$PATH"
|
||||
'';
|
||||
}) super.fourmolu_0_10_0_0;
|
||||
}) super.fourmolu_0_10_1_0;
|
||||
|
||||
# Test suite needs to execute 'disco' binary
|
||||
disco = overrideCabal (drv: {
|
||||
|
||||
+3
-3
@@ -104435,7 +104435,7 @@ self: {
|
||||
mainProgram = "fourmolu";
|
||||
}) {};
|
||||
|
||||
"fourmolu_0_10_0_0" = callPackage
|
||||
"fourmolu_0_10_1_0" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, array, base, bytestring
|
||||
, Cabal-syntax, containers, Diff, directory, dlist, exceptions
|
||||
, filepath, ghc-lib-parser, gitrev, hspec, hspec-discover
|
||||
@@ -104445,8 +104445,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fourmolu";
|
||||
version = "0.10.0.0";
|
||||
sha256 = "05ypz963xpz00fa6g1a8vpm4v2qy52jmcb4js6g8xi8m8r9fdica";
|
||||
version = "0.10.1.0";
|
||||
sha256 = "0gkzd2wf8hji5j0pxjv7l43m405zwsvppj7hax69j86346mb8hp4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
||||
Reference in New Issue
Block a user