Skip to content

Commit

Permalink
Automatic Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IOHK committed Jan 19, 2024
1 parent c66ea06 commit 64c95ad
Show file tree
Hide file tree
Showing 76 changed files with 2,764 additions and 2 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8577,6 +8577,7 @@ with builtins; mapAttrs (_: mapAttrs (_: data: rec {
"http-rfc7807" = import ./nix/http-rfc7807.nix;
"http-server" = import ./nix/http-server.nix;
"http-shed" = import ./nix/http-shed.nix;
"http-slim" = import ./nix/http-slim.nix;
"http-streams" = import ./nix/http-streams.nix;
"http-test" = import ./nix/http-test.nix;
"http-trace" = import ./nix/http-trace.nix;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.10";
identifier = { name = "any-pat"; version = "0.4.0.0"; };
license = "BSD-3-Clause";
copyright = "2023 HaPyTeΧ";
maintainer = "[email protected]";
author = "Willem Van Onsem";
homepage = "https://github.com/hapytex/any-pat#readme";
url = "";
synopsis = "Quasiquoters that act on a sequence of patterns and compiles these view into patterns and expressions.";
description = "";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."haskell-src-exts" or (errorHandler.buildDepError "haskell-src-exts"))
(hsPkgs."haskell-src-meta" or (errorHandler.buildDepError "haskell-src-meta"))
];
buildable = true;
};
tests = {
"all-pat" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."any-pat" or (errorHandler.buildDepError "any-pat"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."parsec" or (errorHandler.buildDepError "parsec"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
];
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,41 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.12";
identifier = { name = "cursor-fuzzy-time"; version = "0.1.0.0"; };
license = "MIT";
copyright = "Copyright: (c) 2017-2021 Tom Sydney Kerckhove";
maintainer = "[email protected]";
author = "Tom Sydney Kerckhove";
homepage = "https://github.com/NorfairKing/fuzzy-time";
url = "";
synopsis = "";
description = "Cursors for the fuzzy-time parser and resolver";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."cursor" or (errorHandler.buildDepError "cursor"))
(hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq"))
(hsPkgs."fuzzy-time" or (errorHandler.buildDepError "fuzzy-time"))
(hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec"))
(hsPkgs."microlens" or (errorHandler.buildDepError "microlens"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."validity" or (errorHandler.buildDepError "validity"))
];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.12";
identifier = { name = "cursor-fuzzy-time-gen"; version = "0.2.0.0"; };
license = "MIT";
copyright = "Copyright: (c) 2017-2021 Tom Sydney Kerckhove";
maintainer = "[email protected]";
author = "Tom Sydney Kerckhove";
homepage = "https://github.com/NorfairKing/fuzzy-time";
url = "";
synopsis = "";
description = "Generators for the fuzzy time cursors";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."cursor-fuzzy-time" or (errorHandler.buildDepError "cursor-fuzzy-time"))
(hsPkgs."cursor-gen" or (errorHandler.buildDepError "cursor-gen"))
(hsPkgs."fuzzy-time-gen" or (errorHandler.buildDepError "fuzzy-time-gen"))
(hsPkgs."genvalidity" or (errorHandler.buildDepError "genvalidity"))
(hsPkgs."genvalidity-time" or (errorHandler.buildDepError "genvalidity-time"))
];
buildable = true;
};
tests = {
"cursor-fuzzy-time-test" = {
depends = [
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."cursor-fuzzy-time" or (errorHandler.buildDepError "cursor-fuzzy-time"))
(hsPkgs."cursor-fuzzy-time-gen" or (errorHandler.buildDepError "cursor-fuzzy-time-gen"))
(hsPkgs."fuzzy-time" or (errorHandler.buildDepError "fuzzy-time"))
(hsPkgs."genvalidity-hspec" or (errorHandler.buildDepError "genvalidity-hspec"))
(hsPkgs."genvalidity-hspec-optics" or (errorHandler.buildDepError "genvalidity-hspec-optics"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
];
buildable = true;
};
};
benchmarks = {
"cursor-fuzzy-time-bench" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."criterion" or (errorHandler.buildDepError "criterion"))
(hsPkgs."cursor-fuzzy-time" or (errorHandler.buildDepError "cursor-fuzzy-time"))
(hsPkgs."cursor-fuzzy-time-gen" or (errorHandler.buildDepError "cursor-fuzzy-time-gen"))
(hsPkgs."genvalidity-criterion" or (errorHandler.buildDepError "genvalidity-criterion"))
];
buildable = true;
};
};
};
}
Loading

0 comments on commit 64c95ad

Please sign in to comment.