haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
8db3977bdc
commit
9208d0a630
@ -1239,8 +1239,6 @@ dont-distribute-packages:
|
||||
- elasticsearch-interchange
|
||||
- electrs-client
|
||||
- elerea-examples
|
||||
- eliminators
|
||||
- eliminators_0_9_5
|
||||
- elliptic-curve
|
||||
- elsa
|
||||
- ema-extra
|
||||
@ -1310,11 +1308,6 @@ dont-distribute-packages:
|
||||
- eventuo11y-prometheus
|
||||
- every-bit-counts
|
||||
- exference
|
||||
- exinst-aeson
|
||||
- exinst-base
|
||||
- exinst-bytes
|
||||
- exinst-cereal
|
||||
- exinst-serialise
|
||||
- exist
|
||||
- exist-instances
|
||||
- expand
|
||||
@ -1419,8 +1412,6 @@ dont-distribute-packages:
|
||||
- forms-data-format
|
||||
- forsyde-deep
|
||||
- forth-hll
|
||||
- fortran-src
|
||||
- fortran-src-extras
|
||||
- foscam-directory
|
||||
- foscam-sort
|
||||
- fpco-api
|
||||
@ -2302,7 +2293,6 @@ dont-distribute-packages:
|
||||
- igrf
|
||||
- ihaskell-inline-r
|
||||
- ihaskell-rlangqq
|
||||
- ihaskell-widgets
|
||||
- ihttp
|
||||
- imap
|
||||
- imgurder
|
||||
@ -3001,7 +2991,6 @@ dont-distribute-packages:
|
||||
- optimal-blocks
|
||||
- optimusprime
|
||||
- optparse-enum
|
||||
- orbits
|
||||
- orchid
|
||||
- orchid-demo
|
||||
- order-maintenance
|
||||
@ -3662,8 +3651,6 @@ dont-distribute-packages:
|
||||
- simple-postgresql-orm
|
||||
- simpleirc-lens
|
||||
- simseq
|
||||
- singleton-nats
|
||||
- singletons-presburger
|
||||
- siphon
|
||||
- siren-json
|
||||
- sirkel
|
||||
@ -4072,8 +4059,6 @@ dont-distribute-packages:
|
||||
- uniqueness-periods-vector-filters
|
||||
- uniqueness-periods-vector-general
|
||||
- uniqueness-periods-vector-properties
|
||||
- units
|
||||
- units-defs
|
||||
- unitym-servant
|
||||
- unitym-yesod
|
||||
- universal
|
||||
|
@ -98069,7 +98069,6 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Dependently typed elimination functions using singletons";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"eliminators_0_9_5" = callPackage
|
||||
@ -103414,7 +103413,6 @@ self: {
|
||||
];
|
||||
description = "@exinst@ support for @aeson@ package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"exinst-base" = callPackage
|
||||
@ -103435,7 +103433,6 @@ self: {
|
||||
];
|
||||
description = "@exinst@ support for @base@ package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"exinst-bytes" = callPackage
|
||||
@ -103456,7 +103453,6 @@ self: {
|
||||
];
|
||||
description = "@exinst@ support for @bytes@ package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"exinst-cereal" = callPackage
|
||||
@ -103477,7 +103473,6 @@ self: {
|
||||
];
|
||||
description = "@exinst@ support for @cereal@ package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"exinst-deepseq" = callPackage
|
||||
@ -103525,7 +103520,6 @@ self: {
|
||||
];
|
||||
description = "Dependent pairs and their instances";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"exist" = callPackage
|
||||
@ -111758,7 +111752,6 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial)";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "fortran-src";
|
||||
}) {};
|
||||
|
||||
@ -111790,7 +111783,6 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Common functions and utils for fortran-src";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "fortran-src-extras";
|
||||
}) {};
|
||||
|
||||
@ -126452,21 +126444,22 @@ self: {
|
||||
}) {};
|
||||
|
||||
"gnome-keyring" = callPackage
|
||||
({ mkDerivation, base, bytestring, c2hs, libgnome-keyring
|
||||
, text, time
|
||||
({ mkDerivation, base, bytestring, c2hs, gnome-keyring
|
||||
, libgnome-keyring, text, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gnome-keyring";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "044bbgy8cssi1jc8wwb0kvxpw6d7pwxackkzvw7p9r8ybmgv4d0b";
|
||||
libraryHaskellDepends = [ base bytestring text time ];
|
||||
librarySystemDepends = [ libgnome-keyring ];
|
||||
librarySystemDepends = [ gnome-keyring ];
|
||||
libraryPkgconfigDepends = [ libgnome-keyring ];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
description = "Bindings for libgnome-keyring";
|
||||
license = lib.licenses.gpl3Only;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
}) {inherit (pkgs) libgnome-keyring;};
|
||||
}) {inherit (pkgs) gnome-keyring;
|
||||
inherit (pkgs) libgnome-keyring;};
|
||||
|
||||
"gnomevfs" = callPackage
|
||||
({ mkDerivation, array, base, containers, glib, gnome-vfs
|
||||
@ -171462,7 +171455,6 @@ self: {
|
||||
];
|
||||
description = "IPython standard widgets for IHaskell";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ihp-hsx" = callPackage
|
||||
@ -226636,7 +226628,6 @@ self: {
|
||||
];
|
||||
description = "Types and functions for Kepler orbits";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
@ -279992,7 +279983,6 @@ self: {
|
||||
libraryHaskellDepends = [ base singletons singletons-base ];
|
||||
description = "Unary natural numbers relying on the singletons infrastructure";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"singleton-typelits" = callPackage
|
||||
@ -280040,8 +280030,6 @@ self: {
|
||||
];
|
||||
description = "A promoted and singled version of the base library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"singletons-base_3_3" = callPackage
|
||||
@ -280052,7 +280040,7 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "singletons-base";
|
||||
version = "3.3";
|
||||
sha256 = "sha256-CEfQTbHmTHeGkFn3jer8eGPEt9cDSqhto9c8ULxPB8E";
|
||||
sha256 = "1h879yy50g6pldnshjh3syvw8qvqzkm8vxsrj237fk76n56x0iq8";
|
||||
setupHaskellDepends = [ base Cabal directory filepath ];
|
||||
libraryHaskellDepends = [
|
||||
base pretty singletons singletons-th template-haskell text
|
||||
@ -280088,7 +280076,6 @@ self: {
|
||||
description = "A promoted and singled version of the base library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"singletons-presburger" = callPackage
|
||||
@ -280107,7 +280094,6 @@ self: {
|
||||
];
|
||||
description = "Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"singletons-th" = callPackage
|
||||
@ -280133,7 +280119,7 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "singletons-th";
|
||||
version = "3.3";
|
||||
sha256 = "sha256-GwtFa5/whjhQDqkK0C5fvrOw/KShkt6x6rwO0t0zO4w=";
|
||||
sha256 = "131v6gfx43mwxaqxx4m1lkyb1cxybwpd02m91r83i1phkxmla2qv";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc-boot-th mtl singletons syb template-haskell
|
||||
th-desugar th-orphans transformers
|
||||
@ -304989,7 +304975,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "th-desugar";
|
||||
version = "1.16";
|
||||
sha256 = "sha256-TsuH4NNhJ4xApiQQzbVYACns1jDP0sYZzkGBJRiGghA";
|
||||
sha256 = "0442hqc2b0a1rqcwdlng63bfqa80b2sws414lr08q9v1sgh8gjsf";
|
||||
revision = "1";
|
||||
editedCabalFile = "18qjikbyjzbhickq11hrn5ill89jdfdzbdx3q2s3630k4g8g2qzi";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc-prim mtl ordered-containers syb
|
||||
template-haskell th-abstraction th-orphans transformers-compat
|
||||
@ -317847,7 +317835,6 @@ self: {
|
||||
];
|
||||
description = "A domain-specific type system for dimensional analysis";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"units-attoparsec" = callPackage
|
||||
@ -317876,7 +317863,6 @@ self: {
|
||||
libraryHaskellDepends = [ base template-haskell units ];
|
||||
description = "Definitions for use with the units package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"units-parser" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user