Skip to content

Commit

Permalink
Automatic update for Tue Apr 13 01:15:52 UTC 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
IOHK committed Apr 13, 2021
1 parent 76c204c commit c63c196
Show file tree
Hide file tree
Showing 33 changed files with 2,498 additions and 2 deletions.
326 changes: 324 additions & 2 deletions hackage.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.10";
identifier = { name = "Z-MessagePack"; version = "0.4.0.0"; };
license = "BSD-3-Clause";
copyright = "(c) Hideyuki Tanaka, 2009-2015, (c) Dong Han, 2020";
maintainer = "winterland1989@gmail.com";
author = "Dong Han";
homepage = "https://github.com/ZHaskell/z-messagepack";
url = "";
synopsis = "MessagePack";
description = "MessagePack binary serialization format.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq"))
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
(hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp"))
(hsPkgs."primitive" or (errorHandler.buildDepError "primitive"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific"))
(hsPkgs."tagged" or (errorHandler.buildDepError "tagged"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."Z-Data" or (errorHandler.buildDepError "Z-Data"))
(hsPkgs."Z-IO" or (errorHandler.buildDepError "Z-IO"))
];
buildable = true;
};
tests = {
"Z-MessagePack-Test" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."HUnit" or (errorHandler.buildDepError "HUnit"))
(hsPkgs."primitive" or (errorHandler.buildDepError "primitive"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
(hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances"))
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."Z-Data" or (errorHandler.buildDepError "Z-Data"))
(hsPkgs."Z-IO" or (errorHandler.buildDepError "Z-IO"))
(hsPkgs."Z-MessagePack" or (errorHandler.buildDepError "Z-MessagePack"))
];
build-tools = [
(hsPkgs.buildPackages.hspec-discover.components.exes.hspec-discover or (pkgs.buildPackages.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover")))
];
buildable = true;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.18";
identifier = { name = "calamity"; version = "0.1.28.1"; };
license = "MIT";
copyright = "2020 Ben Simms";
maintainer = "ben@bensimms.moe";
author = "Ben Simms";
homepage = "https://github.com/simmsb/calamity";
url = "";
synopsis = "A library for writing discord bots in haskell";
description = "Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
(hsPkgs."async" or (errorHandler.buildDepError "async"))
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."colour" or (errorHandler.buildDepError "colour"))
(hsPkgs."concurrent-extra" or (errorHandler.buildDepError "concurrent-extra"))
(hsPkgs."connection" or (errorHandler.buildDepError "connection"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class"))
(hsPkgs."data-flags" or (errorHandler.buildDepError "data-flags"))
(hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq"))
(hsPkgs."deque" or (errorHandler.buildDepError "deque"))
(hsPkgs."df1" or (errorHandler.buildDepError "df1"))
(hsPkgs."di-core" or (errorHandler.buildDepError "di-core"))
(hsPkgs."di-polysemy" or (errorHandler.buildDepError "di-polysemy"))
(hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions"))
(hsPkgs."fmt" or (errorHandler.buildDepError "fmt"))
(hsPkgs."focus" or (errorHandler.buildDepError "focus"))
(hsPkgs."generic-lens" or (errorHandler.buildDepError "generic-lens"))
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
(hsPkgs."http-api-data" or (errorHandler.buildDepError "http-api-data"))
(hsPkgs."http-client" or (errorHandler.buildDepError "http-client"))
(hsPkgs."http-date" or (errorHandler.buildDepError "http-date"))
(hsPkgs."http-types" or (errorHandler.buildDepError "http-types"))
(hsPkgs."lens" or (errorHandler.buildDepError "lens"))
(hsPkgs."lens-aeson" or (errorHandler.buildDepError "lens-aeson"))
(hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec"))
(hsPkgs."mime-types" or (errorHandler.buildDepError "mime-types"))
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl"))
(hsPkgs."polysemy" or (errorHandler.buildDepError "polysemy"))
(hsPkgs."polysemy-plugin" or (errorHandler.buildDepError "polysemy-plugin"))
(hsPkgs."reflection" or (errorHandler.buildDepError "reflection"))
(hsPkgs."req" or (errorHandler.buildDepError "req"))
(hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions"))
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific"))
(hsPkgs."stm" or (errorHandler.buildDepError "stm"))
(hsPkgs."stm-chans" or (errorHandler.buildDepError "stm-chans"))
(hsPkgs."stm-containers" or (errorHandler.buildDepError "stm-containers"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."text-show" or (errorHandler.buildDepError "text-show"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."tls" or (errorHandler.buildDepError "tls"))
(hsPkgs."typerep-map" or (errorHandler.buildDepError "typerep-map"))
(hsPkgs."unagi-chan" or (errorHandler.buildDepError "unagi-chan"))
(hsPkgs."unboxing-vector" or (errorHandler.buildDepError "unboxing-vector"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."websockets" or (errorHandler.buildDepError "websockets"))
(hsPkgs."x509-system" or (errorHandler.buildDepError "x509-system"))
];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.12";
identifier = { name = "catalyst"; version = "0.0.0.0"; };
license = "BSD-3-Clause";
copyright = "2021 Chris Penner";
maintainer = "example@example.com";
author = "Chris Penner";
homepage = "https://github.com/ChrisPenner/catalyst#readme";
url = "";
synopsis = "A Category typeclass hierarchy powerful enough to encode full programs.";
description = "Please see the README on GitHub at <https://github.com/githubuser/catalyst#readme>";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."profunctors" or (errorHandler.buildDepError "profunctors"))
];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.12";
identifier = { name = "catalyst"; version = "0.0.0.1"; };
license = "BSD-3-Clause";
copyright = "2021 Chris Penner";
maintainer = "example@example.com";
author = "Chris Penner";
homepage = "https://github.com/ChrisPenner/catalyst#readme";
url = "";
synopsis = "A Category typeclass hierarchy powerful enough to encode full programs.";
description = "Please see the README on GitHub at <https://github.com/ChrisPenner/catalyst#readme>";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."profunctors" or (errorHandler.buildDepError "profunctors"))
];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.10";
identifier = { name = "depq"; version = "0.4.2"; };
license = "BSD-3-Clause";
copyright = "2020 Marco Zocca";
maintainer = "ocramz";
author = "Marco Zocca";
homepage = "https://github.com/ocramz/depq";
url = "";
synopsis = "Double-ended priority queues";
description = "Double-ended priority queues, for efficient retrieval of minimum and maximum elements in ordered collections of items.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq"))
(hsPkgs."psqueues" or (errorHandler.buildDepError "psqueues"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
];
buildable = true;
};
tests = {
"depq-test" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."depq" or (errorHandler.buildDepError "depq"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
];
buildable = true;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.10";
identifier = { name = "envy"; version = "2.0.0.0"; };
license = "BSD-3-Clause";
copyright = "David Johnson (c) 2015-2020";
maintainer = "djohnson.m@gmail.com";
author = "David Johnson, Tim Adams, Eric Mertens, Nicolas Rolland";
homepage = "";
url = "";
synopsis = "An environmentally friendly way to deal with environment variables";
description = "For package use information see the <https://github.com/dmjio/envy/blob/master/README.md README.md>";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."transformers" or (errorHandler.buildDepError "transformers"))
];
buildable = true;
};
tests = {
"spec" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."envy" or (errorHandler.buildDepError "envy"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl"))
(hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."transformers" or (errorHandler.buildDepError "transformers"))
];
buildable = true;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.10";
identifier = { name = "envy"; version = "2.1.0.0"; };
license = "BSD-3-Clause";
copyright = "David Johnson (c) 2015-2020";
maintainer = "djohnson.m@gmail.com";
author = "David Johnson, Tim Adams, Eric Mertens, Nicolas Rolland";
homepage = "";
url = "";
synopsis = "An environmentally friendly way to deal with environment variables";
description = "For package use information see the <https://github.com/dmjio/envy/blob/master/README.md README.md>";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."transformers" or (errorHandler.buildDepError "transformers"))
];
buildable = true;
};
tests = {
"spec" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."envy" or (errorHandler.buildDepError "envy"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl"))
(hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."transformers" or (errorHandler.buildDepError "transformers"))
];
buildable = true;
};
};
};
}

0 comments on commit c63c196

Please sign in to comment.