haskellPackages.dhall*: revert downgrade to 1.41.*

dhall suddenly appeared in Stackage LTS 21 at 1.41.* which we don't
necessarily want, as we were using 1.42.* before. It is much easier to
revert this downgrade due to other packages (not in Stackage LTS) we are
shipping, like dhall-nix, dhall-nixpkgs and hnix.
This commit is contained in:
sternenseemann 2024-01-06 14:47:33 +01:00
parent b2ae749343
commit ef01f5e93e
3 changed files with 0 additions and 265 deletions

View File

@ -77,8 +77,6 @@ extra-packages:
- crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses
- dependent-map == 0.2.4.0 # required by Hasura 1.3.1, 2020-08-20
- dependent-sum == 0.4 # required by Hasura 1.3.1, 2020-08-20
- dhall == 1.29.0 # required for ats-pkg
- dhall == 1.38.1 # required for spago
- doctest == 0.18.* # 2021-11-19: closest to stackage version for GHC 9.*
- foundation < 0.0.29 # 2022-08-30: last version to support GHC < 8.10
- ghc-api-compat == 8.10.7 # 2022-02-17: preserve for GHC 8.10.7

View File

@ -561,10 +561,6 @@ default-package-overrides:
- deriving-trans ==0.5.2.0
- detour-via-sci ==1.0.0
- df1 ==0.4.2
- dhall ==1.41.2
- dhall-bash ==1.0.40
- dhall-json ==1.7.11
- dhall-yaml ==1.2.12
- di ==1.3
- diagrams ==1.4.1
- diagrams-cairo ==1.4.2.1

View File

@ -85479,206 +85479,7 @@ self: {
broken = true;
}) {};
"dhall_1_29_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
, base, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
, doctest, dotgen, either, exceptions, filepath, foldl, gauge
, generic-random, hashable, haskeline, http-client, http-client-tls
, http-types, lens-family-core, megaparsec, memory, mockery, mtl
, network-uri, optparse-applicative, parsers, pretty-simple
, prettyprinter, prettyprinter-ansi-terminal, profunctors
, QuickCheck, quickcheck-instances, repline, scientific, semigroups
, serialise, special-values, spoon, tasty, tasty-expected-failure
, tasty-hunit, tasty-quickcheck, template-haskell, text
, th-lift-instances, transformers, transformers-compat, turtle
, unordered-containers, uri-encode, vector
}:
mkDerivation {
pname = "dhall";
version = "1.29.0";
sha256 = "1xp76wv36rfffym71gwdqsmwg3znmpsq5x9zgz3hfmzigxqmjgn7";
revision = "2";
editedCabalFile = "1qksvk63vmypqcd9hasacmqw7gsqcggs5lk85x7w2731mh3c3sa8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base bytestring
case-insensitive cborg cborg-json containers contravariant
cryptonite data-fix deepseq Diff directory dotgen either exceptions
filepath hashable haskeline http-client http-client-tls http-types
lens-family-core megaparsec memory mtl network-uri
optparse-applicative parsers pretty-simple prettyprinter
prettyprinter-ansi-terminal profunctors repline scientific
serialise template-haskell text th-lift-instances transformers
transformers-compat unordered-containers uri-encode vector
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base bytestring cborg containers data-fix deepseq directory doctest
either filepath foldl generic-random lens-family-core megaparsec
mockery prettyprinter QuickCheck quickcheck-instances scientific
semigroups serialise special-values spoon tasty
tasty-expected-failure tasty-hunit tasty-quickcheck text
transformers turtle unordered-containers vector
];
benchmarkHaskellDepends = [
base bytestring containers directory gauge serialise text
];
doCheck = false;
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "dhall";
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};
"dhall_1_38_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
, base, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
, doctest, dotgen, either, exceptions, filepath, foldl, gauge
, generic-random, half, hashable, haskeline, http-client
, http-client-tls, http-types, lens-family-core, megaparsec, memory
, mmorph, mockery, mtl, network-uri, optparse-applicative
, parser-combinators, parsers, pretty-simple, prettyprinter
, prettyprinter-ansi-terminal, profunctors, QuickCheck
, quickcheck-instances, repline, scientific, serialise
, special-values, spoon, tasty, tasty-expected-failure, tasty-hunit
, tasty-quickcheck, tasty-silver, template-haskell, text
, text-manipulate, th-lift-instances, transformers
, transformers-compat, turtle, unordered-containers, uri-encode
, vector
}:
mkDerivation {
pname = "dhall";
version = "1.38.1";
sha256 = "0g70x2crdrkwf41gvwr718am25dmbn9bg4cml9f9va7i1vx5rsgk";
revision = "2";
editedCabalFile = "02z0jmzzp20yj46iz6i384xwc6k2anxb33smvc4yhpmhqjs0aq8a";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base bytestring
case-insensitive cborg cborg-json containers contravariant
cryptonite data-fix deepseq Diff directory dotgen either exceptions
filepath half hashable haskeline http-client http-client-tls
http-types lens-family-core megaparsec memory mmorph mtl
network-uri optparse-applicative parser-combinators parsers
pretty-simple prettyprinter prettyprinter-ansi-terminal profunctors
repline scientific serialise template-haskell text text-manipulate
th-lift-instances transformers transformers-compat
unordered-containers uri-encode vector
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base bytestring cborg containers data-fix deepseq directory doctest
either filepath foldl generic-random http-client http-client-tls
lens-family-core megaparsec mockery prettyprinter QuickCheck
quickcheck-instances scientific serialise special-values spoon
tasty tasty-expected-failure tasty-hunit tasty-quickcheck
tasty-silver template-haskell text transformers turtle
unordered-containers vector
];
benchmarkHaskellDepends = [
base bytestring containers directory gauge text
];
doCheck = false;
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "dhall";
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};
"dhall" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
, base, base16-bytestring, bytestring, case-insensitive, cborg
, cborg-json, containers, contravariant, cryptohash-sha256
, data-fix, deepseq, Diff, directory, doctest, dotgen, either
, exceptions, filepath, foldl, gauge, generic-random, half
, hashable, haskeline, http-client, http-client-tls, http-types
, indexed-traversable, lens-family-core, megaparsec, mmorph
, mockery, mtl, network-uri, optparse-applicative
, parser-combinators, parsers, pretty-simple, prettyprinter
, prettyprinter-ansi-terminal, profunctors, QuickCheck
, quickcheck-instances, repline, scientific, serialise
, special-values, spoon, system-filepath, tasty
, tasty-expected-failure, tasty-hunit, tasty-quickcheck
, tasty-silver, template-haskell, temporary, text, text-manipulate
, text-short, th-lift-instances, time, transformers, turtle
, unordered-containers, uri-encode, vector
}:
mkDerivation {
pname = "dhall";
version = "1.41.2";
sha256 = "14m5rrvkid76qnvg0l14xw1mnqclhip3gjrz20g1lp4fd5p056ka";
revision = "5";
editedCabalFile = "0jhhwzzinlxyb2gxr2jcyr71mbdig7njkw2zi8znns1ik6ix0d4c";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base
base16-bytestring bytestring case-insensitive cborg cborg-json
containers contravariant cryptohash-sha256 data-fix deepseq Diff
directory dotgen either exceptions filepath half hashable haskeline
http-client http-client-tls http-types indexed-traversable
lens-family-core megaparsec mmorph mtl network-uri
optparse-applicative parser-combinators parsers pretty-simple
prettyprinter prettyprinter-ansi-terminal profunctors repline
scientific serialise template-haskell text text-manipulate
text-short th-lift-instances time transformers unordered-containers
uri-encode vector
];
executableHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base
base16-bytestring bytestring case-insensitive cborg cborg-json
containers contravariant data-fix deepseq Diff directory dotgen
either exceptions filepath half hashable haskeline
indexed-traversable lens-family-core megaparsec mmorph mtl
network-uri optparse-applicative parser-combinators parsers
pretty-simple prettyprinter prettyprinter-ansi-terminal profunctors
repline scientific serialise template-haskell text text-manipulate
text-short th-lift-instances time transformers unordered-containers
uri-encode vector
];
testHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base
base16-bytestring bytestring case-insensitive cborg cborg-json
containers contravariant data-fix deepseq Diff directory doctest
dotgen either exceptions filepath foldl generic-random half
hashable haskeline http-client http-client-tls indexed-traversable
lens-family-core megaparsec mmorph mockery mtl network-uri
optparse-applicative parser-combinators parsers pretty-simple
prettyprinter prettyprinter-ansi-terminal profunctors QuickCheck
quickcheck-instances repline scientific serialise special-values
spoon system-filepath tasty tasty-expected-failure tasty-hunit
tasty-quickcheck tasty-silver template-haskell temporary text
text-manipulate text-short th-lift-instances time transformers
turtle unordered-containers uri-encode vector
];
benchmarkHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base
base16-bytestring bytestring case-insensitive cborg cborg-json
containers contravariant data-fix deepseq Diff directory dotgen
either exceptions filepath gauge half hashable haskeline
indexed-traversable lens-family-core megaparsec mmorph mtl
network-uri optparse-applicative parser-combinators parsers
pretty-simple prettyprinter prettyprinter-ansi-terminal profunctors
repline scientific serialise template-haskell text text-manipulate
text-short th-lift-instances time transformers unordered-containers
uri-encode vector
];
doCheck = false;
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
mainProgram = "dhall";
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};
"dhall_1_42_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
, base, base16-bytestring, bytestring, case-insensitive, cborg
, cborg-json, containers, contravariant, cryptohash-sha256
@ -85758,37 +85559,11 @@ self: {
doCheck = false;
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "dhall";
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};
"dhall-bash" = callPackage
({ mkDerivation, base, bytestring, containers, dhall
, neat-interpolation, optparse-generic, shell-escape, text
}:
mkDerivation {
pname = "dhall-bash";
version = "1.0.40";
sha256 = "0fkzrj4q97cfg96slc6y3sihr9ahcj7lsjpv4kfyrvlw7jxgxld9";
revision = "1";
editedCabalFile = "1hpkwk2lwfkvrizwifggm1dv1cmn612axvrbpv7hnxxzz22yf3a1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring containers dhall neat-interpolation shell-escape
text
];
executableHaskellDepends = [
base bytestring dhall optparse-generic text
];
description = "Compile Dhall to Bash";
license = lib.licenses.bsd3;
mainProgram = "dhall-to-bash";
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};
"dhall-bash_1_0_41" = callPackage
({ mkDerivation, base, bytestring, containers, dhall
, neat-interpolation, optparse-generic, shell-escape, text
}:
@ -85809,7 +85584,6 @@ self: {
];
description = "Compile Dhall to Bash";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "dhall-to-bash";
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};
@ -85934,38 +85708,6 @@ self: {
}) {};
"dhall-json" = callPackage
({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal
, base, bytestring, containers, dhall, exceptions, filepath
, lens-family-core, optparse-applicative, prettyprinter
, prettyprinter-ansi-terminal, scientific, tasty, tasty-hunit
, tasty-silver, text, unordered-containers, vector
}:
mkDerivation {
pname = "dhall-json";
version = "1.7.11";
sha256 = "0a7gcnx5xm2b1kvprvxlm7bjk68c30qs8cy3596pyngw7grsrhi6";
revision = "1";
editedCabalFile = "0m5sngc1j7jagn95qmjz7gpw2jgqnnafgr6nwd506q8z2jg2a3my";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty aeson-yaml base bytestring containers dhall
exceptions filepath lens-family-core optparse-applicative
prettyprinter scientific text unordered-containers vector
];
executableHaskellDepends = [
aeson aeson-pretty ansi-terminal base bytestring dhall exceptions
optparse-applicative prettyprinter prettyprinter-ansi-terminal text
];
testHaskellDepends = [
aeson base bytestring dhall tasty tasty-hunit tasty-silver text
];
description = "Convert between Dhall and JSON or YAML";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};
"dhall-json_1_7_12" = callPackage
({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal
, base, bytestring, containers, dhall, exceptions, filepath
, lens-family-core, optparse-applicative, prettyprinter
@ -85994,7 +85736,6 @@ self: {
];
description = "Convert between Dhall and JSON or YAML";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.Gabriella439 ];
}) {};