hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
ccbc276558.
This commit is contained in:
Peter Simons 2020-07-03 20:57:27 +02:00
parent 6f6e106b0c
commit 8f516e2af8
1 changed files with 24 additions and 0 deletions

View File

@ -36172,6 +36172,8 @@ self: {
testHaskellDepends = [ base ];
description = "Azure Functions Worker";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"azure-service-api" = callPackage
@ -240933,6 +240935,28 @@ self: {
broken = true;
}) {};
"sweet-egison" = callPackage
({ mkDerivation, backtracking, base, criterion, egison-pattern-src
, egison-pattern-src-th-mode, haskell-src-exts, haskell-src-meta
, logict, primes, tasty, tasty-discover, tasty-hunit
, template-haskell, transformers
}:
mkDerivation {
pname = "sweet-egison";
version = "0.1.0.1";
sha256 = "08lllk4z0mkcvchnkmi6f9kcxfh3srb48kxxha2kvx4p9aj7f623";
libraryHaskellDepends = [
backtracking base egison-pattern-src egison-pattern-src-th-mode
haskell-src-exts haskell-src-meta logict template-haskell
transformers
];
testHaskellDepends = [ base primes tasty tasty-hunit ];
testToolDepends = [ tasty-discover ];
benchmarkHaskellDepends = [ base criterion ];
description = "Shallow embedding implementation of non-linear pattern matching";
license = stdenv.lib.licenses.bsd3;
}) {};
"swf" = callPackage
({ mkDerivation, base, mtl, pretty }:
mkDerivation {