push sheeet
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s

This commit is contained in:
Dark Steveneq
2025-10-09 14:15:47 +02:00
commit 646b892680
49168 changed files with 5897842 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
{
mkDerivation,
array,
base,
bytestring,
directory,
fetchgit,
filepath,
lib,
mtl,
pooled-io,
process,
relude,
tasty,
tasty-discover,
tasty-hunit,
text,
}:
mkDerivation {
pname = "avh4-lib";
version = "0.0.0.1";
src = fetchgit {
url = "https://github.com/avh4/elm-format";
sha256 = "13i1wgva6p9zsx1a7sfb3skc0rv187isb920chkhljyh48c12k8l";
rev = "d07fddc8c0eef412dba07be4ab8768d6abcca796";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/avh4-lib; echo source root reset to $sourceRoot";
libraryHaskellDepends = [
array
base
bytestring
directory
filepath
mtl
pooled-io
process
relude
text
];
testHaskellDepends = [
array
base
bytestring
directory
filepath
mtl
pooled-io
process
relude
tasty
tasty-hunit
text
];
testToolDepends = [ tasty-discover ];
doHaddock = false;
description = "Common code for haskell projects";
license = lib.licenses.bsd3;
}

View File

@@ -0,0 +1,73 @@
{
mkDerivation,
aeson,
avh4-lib,
base,
bimap,
binary,
bytestring,
containers,
elm-format-markdown,
elm-format-test-lib,
fetchgit,
hspec,
lib,
mtl,
optparse-applicative,
relude,
split,
tasty,
tasty-discover,
tasty-hspec,
tasty-hunit,
text,
}:
mkDerivation {
pname = "elm-format-lib";
version = "0.0.0.1";
src = fetchgit {
url = "https://github.com/avh4/elm-format";
sha256 = "13i1wgva6p9zsx1a7sfb3skc0rv187isb920chkhljyh48c12k8l";
rev = "d07fddc8c0eef412dba07be4ab8768d6abcca796";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/elm-format-lib; echo source root reset to $sourceRoot";
libraryHaskellDepends = [
aeson
avh4-lib
base
bimap
binary
bytestring
containers
elm-format-markdown
mtl
optparse-applicative
relude
text
];
testHaskellDepends = [
aeson
avh4-lib
base
bimap
binary
bytestring
containers
elm-format-markdown
elm-format-test-lib
hspec
mtl
optparse-applicative
relude
split
tasty
tasty-hspec
tasty-hunit
text
];
testToolDepends = [ tasty-discover ];
doHaddock = false;
description = "Common code used by elm-format and elm-refactor";
license = lib.licenses.bsd3;
}

View File

@@ -0,0 +1,29 @@
{
mkDerivation,
base,
containers,
fetchgit,
lib,
mtl,
text,
}:
mkDerivation {
pname = "elm-format-markdown";
version = "0.0.0.1";
src = fetchgit {
url = "https://github.com/avh4/elm-format";
sha256 = "13i1wgva6p9zsx1a7sfb3skc0rv187isb920chkhljyh48c12k8l";
rev = "d07fddc8c0eef412dba07be4ab8768d6abcca796";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/elm-format-markdown; echo source root reset to $sourceRoot";
libraryHaskellDepends = [
base
containers
mtl
text
];
doHaddock = false;
description = "Markdown parsing for Elm documentation comments";
license = lib.licenses.bsd3;
}

View File

@@ -0,0 +1,62 @@
{
mkDerivation,
avh4-lib,
base,
containers,
fetchgit,
filepath,
hspec,
hspec-core,
hspec-golden,
lib,
mtl,
split,
tasty,
tasty-discover,
tasty-hspec,
tasty-hunit,
text,
}:
mkDerivation {
pname = "elm-format-test-lib";
version = "0.0.0.1";
src = fetchgit {
url = "https://github.com/avh4/elm-format";
sha256 = "13i1wgva6p9zsx1a7sfb3skc0rv187isb920chkhljyh48c12k8l";
rev = "d07fddc8c0eef412dba07be4ab8768d6abcca796";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/elm-format-test-lib; echo source root reset to $sourceRoot";
libraryHaskellDepends = [
avh4-lib
base
containers
filepath
hspec
hspec-core
hspec-golden
mtl
split
tasty-hunit
text
];
testHaskellDepends = [
avh4-lib
base
containers
filepath
hspec
hspec-core
hspec-golden
mtl
split
tasty
tasty-hspec
tasty-hunit
text
];
testToolDepends = [ tasty-discover ];
doHaddock = false;
description = "Test helpers used by elm-format-tests and elm-refactor-tests";
license = lib.licenses.bsd3;
}

View File

@@ -0,0 +1,69 @@
{
mkDerivation,
aeson,
ansi-wl-pprint,
avh4-lib,
base,
bytestring,
elm-format-lib,
elm-format-test-lib,
fetchgit,
hspec,
lib,
optparse-applicative,
QuickCheck,
quickcheck-io,
relude,
tasty,
tasty-hspec,
tasty-hunit,
tasty-quickcheck,
text,
}:
mkDerivation {
pname = "elm-format";
version = "0.8.8";
src = fetchgit {
url = "https://github.com/avh4/elm-format";
sha256 = "13i1wgva6p9zsx1a7sfb3skc0rv187isb920chkhljyh48c12k8l";
rev = "d07fddc8c0eef412dba07be4ab8768d6abcca796";
fetchSubmodules = true;
};
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
aeson
ansi-wl-pprint
avh4-lib
base
bytestring
elm-format-lib
optparse-applicative
relude
text
];
testHaskellDepends = [
aeson
ansi-wl-pprint
avh4-lib
base
bytestring
elm-format-lib
elm-format-test-lib
hspec
optparse-applicative
QuickCheck
quickcheck-io
relude
tasty
tasty-hspec
tasty-hunit
tasty-quickcheck
text
];
doHaddock = false;
homepage = "https://elm-lang.org";
description = "A source code formatter for Elm";
license = lib.licenses.bsd3;
mainProgram = "elm-format";
}