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:
+27
-2
@@ -48516,6 +48516,33 @@ self: {
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"brick_1_3" = callPackage
|
||||
({ mkDerivation, base, bimap, bytestring, config-ini, containers
|
||||
, contravariant, data-clist, deepseq, directory, exceptions
|
||||
, filepath, microlens, microlens-mtl, microlens-th, mtl, QuickCheck
|
||||
, stm, template-haskell, text, text-zipper, unix, vector, vty
|
||||
, word-wrap
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "brick";
|
||||
version = "1.3";
|
||||
sha256 = "0lpd6685ya0va0a6n7cw70f5b1s13y8ynzac0gkxyqb1ivzj0hsb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bimap bytestring config-ini containers contravariant
|
||||
data-clist deepseq directory exceptions filepath microlens
|
||||
microlens-mtl microlens-th mtl stm template-haskell text
|
||||
text-zipper unix vector vty word-wrap
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers microlens QuickCheck vector vty
|
||||
];
|
||||
description = "A declarative terminal user interface library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"brick_1_4" = callPackage
|
||||
({ mkDerivation, base, bimap, bytestring, config-ini, containers
|
||||
, contravariant, data-clist, deepseq, directory, exceptions
|
||||
@@ -275988,9 +276015,7 @@ self: {
|
||||
];
|
||||
description = "2D resource gathering game with programmable robots";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "swarm";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"swearjure" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user