hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.6 from Hackage revision
5f0e4ae038.
This commit is contained in:
Peter Simons 2021-01-08 02:30:32 +01:00
parent b6ba72e0e0
commit bdc8c8ba25
1 changed files with 112 additions and 6 deletions

View File

@ -12695,8 +12695,8 @@ self: {
}:
mkDerivation {
pname = "ListLike";
version = "4.7.3";
sha256 = "1vk5mbpxzwzcnc4cgw3hvqn0g0pcq97hw4f3i2ki3hn3svap535a";
version = "4.7.4";
sha256 = "170yrz008ya4haj0i8z1c7ydjg8hcw3i9cqs6abainh8zxvc1lqi";
libraryHaskellDepends = [
array base bytestring containers deepseq dlist fmlist text
utf8-string vector
@ -92787,7 +92787,7 @@ self: {
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {foma = null;};
}) {inherit (pkgs) foma;};
"font-awesome-type" = callPackage
({ mkDerivation, base }:
@ -226505,6 +226505,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"semirings_0_6" = callPackage
({ mkDerivation, base, base-compat-batteries, containers, hashable
, unordered-containers
}:
mkDerivation {
pname = "semirings";
version = "0.6";
sha256 = "16q535bvjl7395sqkx6zlw48y4fzr7irp44pcp7w9irpn4cncdcr";
libraryHaskellDepends = [
base base-compat-batteries containers hashable unordered-containers
];
description = "two monoids as one, in holy haskimony";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"semver" = callPackage
({ mkDerivation, attoparsec, base, criterion, deepseq, hashable
, tasty, tasty-hunit, text
@ -253488,6 +253504,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"text-ansi_0_1_1" = callPackage
({ mkDerivation, base, text }:
mkDerivation {
pname = "text-ansi";
version = "0.1.1";
sha256 = "1vcrsg7v8n6znh1pd9kbm20bc6dg3zijd3xjdjljadf15vfkd5f6";
libraryHaskellDepends = [ base text ];
description = "Text styling for ANSI terminals";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"text-binary" = callPackage
({ mkDerivation, base, binary, text }:
mkDerivation {
@ -257471,6 +257499,86 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"tlex" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, containers, doctest
, hspec, hspec-discover, QuickCheck, tlex-core
}:
mkDerivation {
pname = "tlex";
version = "0.1.0.0";
sha256 = "1qcn9m3zj33scvydshaqlnag5cw49vr2p7dh6z1fssbn061ik4iv";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base containers tlex-core ];
testHaskellDepends = [
base containers doctest hspec QuickCheck tlex-core
];
testToolDepends = [ hspec-discover ];
description = "A lexer generator";
license = "(Apache-2.0 OR MPL-2.0)";
}) {};
"tlex-core" = callPackage
({ mkDerivation, array, base, Cabal, cabal-doctest, containers
, doctest, hashable, hspec, hspec-discover, QuickCheck
, transformers, unordered-containers
}:
mkDerivation {
pname = "tlex-core";
version = "0.1.0.0";
sha256 = "009xld55rrch7r1ld9s8l3syahqnfphazl211gsaahck9f9ii3bh";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
array base containers hashable transformers unordered-containers
];
testHaskellDepends = [
array base containers doctest hashable hspec QuickCheck
transformers unordered-containers
];
testToolDepends = [ hspec-discover ];
description = "A lexer generator";
license = "(Apache-2.0 OR MPL-2.0)";
}) {};
"tlex-debug" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, containers, doctest
, hspec, hspec-discover, QuickCheck, tlex, tlex-core
, unordered-containers
}:
mkDerivation {
pname = "tlex-debug";
version = "0.1.0.0";
sha256 = "1jxflcmgkqh24ybhpbzhxvmqywh6197xzi24ma074zzfyzf07jgx";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base containers tlex tlex-core unordered-containers
];
testHaskellDepends = [
base containers doctest hspec QuickCheck tlex tlex-core
unordered-containers
];
testToolDepends = [ hspec-discover ];
description = "Debug utilities for Tlex";
license = "(Apache-2.0 OR MPL-2.0)";
}) {};
"tlex-encoding" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, charset, containers
, doctest, hspec, hspec-discover, QuickCheck, tlex, tlex-core
}:
mkDerivation {
pname = "tlex-encoding";
version = "0.1.0.0";
sha256 = "1m5sp3paklybg94r2g5wyzgnqdzxs3a4gn7lknj1a3wdwhz9cc17";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base charset containers tlex tlex-core ];
testHaskellDepends = [
base charset containers doctest hspec QuickCheck tlex tlex-core
];
testToolDepends = [ hspec-discover ];
description = "Encoding plugin for Tlex";
license = "(Apache-2.0 OR MPL-2.0)";
}) {};
"tlex-th" = callPackage
({ mkDerivation, array, base, Cabal, cabal-doctest, containers
, doctest, ghc-prim, hspec, hspec-discover, QuickCheck
@ -257491,9 +257599,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "TemplateHaskell plugin for Tlex";
license = "(Apache-2.0 OR MPL-2.0)";
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {tlex = null; tlex-core = null;};
}) {};
"tls" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring