Skip to content

Commit

Permalink
Automatic Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IOHK committed Nov 6, 2024
1 parent bf178f8 commit 60dfd96
Show file tree
Hide file tree
Showing 39 changed files with 1,713 additions and 3 deletions.
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.18";
identifier = { name = "SVGFonts"; version = "1.8.0.1"; };
license = "BSD-3-Clause";
copyright = "";
maintainer = "diagrams-discuss@googlegroups.com";
author = "Tillmann Vogt";
homepage = "";
url = "";
synopsis = "Fonts from the SVG-Font format";
description = "Native font support for the diagrams framework (<https://diagrams.github.io/>). Note that this package can be used with any diagrams backend, not just the SVG backend. The SVG-font format is easy to parse\nand was therefore chosen for a font library completely written in Haskell.\n\nYou can convert your own font to SVG with <http://fontforge.github.io/>,\nor use the included LinLibertine and Bitstream fonts.\n\nFeatures:\n\n* Complete implementation of the features that Fontforge produces (though not the complete SVG format)\n\n* Kerning (/i.e./ the two characters in \\\"VA\\\" are closer than the characters in \\\"VV\\\")\n\n* Unicode\n\n* Ligatures\n\nXML speed issues can be solved by trimming the svg file to only those characters that are used (or maybe binary xml one day).\n\nVersion 1.0 of this library supports texturing, though this only makes sense in a diagrams backend that does rasterization in Haskell, such as diagrams-rasterific.\n\n__Note__: for help porting pre-1.8 code to SVGFonts-1.8, <https://github.com/diagrams/SVGFonts/#porting-to-version-18 see the README>.\n";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."attoparsec" or (errorHandler.buildDepError "attoparsec"))
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."cereal" or (errorHandler.buildDepError "cereal"))
(hsPkgs."cereal-vector" or (errorHandler.buildDepError "cereal-vector"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class"))
(hsPkgs."diagrams-core" or (errorHandler.buildDepError "diagrams-core"))
(hsPkgs."diagrams-lib" or (errorHandler.buildDepError "diagrams-lib"))
(hsPkgs."directory" or (errorHandler.buildDepError "directory"))
(hsPkgs."blaze-svg" or (errorHandler.buildDepError "blaze-svg"))
(hsPkgs."blaze-markup" or (errorHandler.buildDepError "blaze-markup"))
(hsPkgs."parsec" or (errorHandler.buildDepError "parsec"))
(hsPkgs."split" or (errorHandler.buildDepError "split"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."xml" or (errorHandler.buildDepError "xml"))
];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.10";
identifier = { name = "diagrams-input"; version = "0.1.4"; };
license = "BSD-3-Clause";
copyright = "Tillmann Vogt (2014)";
maintainer = "diagrams-discuss@googlegroups.com";
author = "Tillmann Vogt";
homepage = "";
url = "";
synopsis = "Parse raster and SVG files for diagrams";
description = "Parse raster and SVG images for the diagrams DSL.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."attoparsec" or (errorHandler.buildDepError "attoparsec"))
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."base64-bytestring" or (errorHandler.buildDepError "base64-bytestring"))
(hsPkgs."blaze-builder" or (errorHandler.buildDepError "blaze-builder"))
(hsPkgs."blaze-markup" or (errorHandler.buildDepError "blaze-markup"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."colour" or (errorHandler.buildDepError "colour"))
(hsPkgs."conduit" or (errorHandler.buildDepError "conduit"))
(hsPkgs."conduit-extra" or (errorHandler.buildDepError "conduit-extra"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."css-text" or (errorHandler.buildDepError "css-text"))
(hsPkgs."data-default" or (errorHandler.buildDepError "data-default"))
(hsPkgs."diagrams-core" or (errorHandler.buildDepError "diagrams-core"))
(hsPkgs."diagrams-lib" or (errorHandler.buildDepError "diagrams-lib"))
(hsPkgs."digits" or (errorHandler.buildDepError "digits"))
(hsPkgs."either" or (errorHandler.buildDepError "either"))
(hsPkgs."JuicyPixels" or (errorHandler.buildDepError "JuicyPixels"))
(hsPkgs."linear" or (errorHandler.buildDepError "linear"))
(hsPkgs."resourcet" or (errorHandler.buildDepError "resourcet"))
(hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups"))
(hsPkgs."split" or (errorHandler.buildDepError "split"))
(hsPkgs."system-filepath" or (errorHandler.buildDepError "system-filepath"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."transformers" or (errorHandler.buildDepError "transformers"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."xml-conduit" or (errorHandler.buildDepError "xml-conduit"))
(hsPkgs."xml-types" or (errorHandler.buildDepError "xml-types"))
];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.8";
identifier = { name = "ghc-paths"; version = "0.1.0.12"; };
license = "BSD-3-Clause";
copyright = "(c) Simon Marlow";
maintainer = "Simon Marlow <marlowsd@gmail.com>";
author = "Simon Marlow";
homepage = "";
url = "";
synopsis = "Knowledge of GHC's installation directories";
description = "Knowledge of GHC's installation directories";
buildType = "Custom";
setup-depends = [
(hsPkgs.pkgsBuildBuild.base or (pkgs.pkgsBuildBuild.base or (errorHandler.setupDepError "base")))
(hsPkgs.pkgsBuildBuild.Cabal or (pkgs.pkgsBuildBuild.Cabal or (errorHandler.setupDepError "Cabal")))
(hsPkgs.pkgsBuildBuild.directory or (pkgs.pkgsBuildBuild.directory or (errorHandler.setupDepError "directory")))
];
};
components = {
"library" = {
depends = [ (hsPkgs."base" or (errorHandler.buildDepError "base")) ];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = { server-test = false; server-behavior-test = false; };
package = {
specVersion = "2.0";
identifier = { name = "greskell"; version = "2.0.3.2"; };
license = "BSD-3-Clause";
copyright = "";
maintainer = "Toshio Ito <debug.ito@gmail.com>";
author = "Toshio Ito <debug.ito@gmail.com>";
homepage = "https://github.com/debug-ito/greskell/";
url = "";
synopsis = "Haskell binding for Gremlin graph query language";
description = "Haskell binding for [Gremlin graph query language](http://tinkerpop.apache.org/gremlin.html).\nSee [README.md](https://github.com/debug-ito/greskell/blob/master/README.md) for detail.\n\nThis package is the main entry point of greskell family.\nIt re-exports [greskell-core](http://hackage.haskell.org/package/greskell-core) package,\nand adds some useful functions to it.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."greskell-core" or (errorHandler.buildDepError "greskell-core"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."transformers" or (errorHandler.buildDepError "transformers"))
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions"))
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
];
buildable = true;
};
tests = {
"spec" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."greskell" or (errorHandler.buildDepError "greskell"))
(hsPkgs."greskell-core" or (errorHandler.buildDepError "greskell-core"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
];
build-tools = [
(hsPkgs.pkgsBuildBuild.hspec-discover.components.exes.hspec-discover or (pkgs.pkgsBuildBuild.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover")))
];
buildable = true;
};
"typecheck-test-suite" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."greskell" or (errorHandler.buildDepError "greskell"))
(hsPkgs."should-not-typecheck" or (errorHandler.buildDepError "should-not-typecheck"))
];
buildable = true;
};
"server-test-suite" = {
depends = pkgs.lib.optionals (flags.server-test) [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."greskell" or (errorHandler.buildDepError "greskell"))
(hsPkgs."greskell-core" or (errorHandler.buildDepError "greskell-core"))
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific"))
(hsPkgs."greskell-websocket" or (errorHandler.buildDepError "greskell-websocket"))
(hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions"))
];
buildable = if flags.server-test then true else false;
};
"server-behavior-test-suite" = {
depends = pkgs.lib.optionals (flags.server-behavior-test) [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."greskell" or (errorHandler.buildDepError "greskell"))
(hsPkgs."greskell-core" or (errorHandler.buildDepError "greskell-core"))
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific"))
(hsPkgs."greskell-websocket" or (errorHandler.buildDepError "greskell-websocket"))
(hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions"))
];
buildable = if flags.server-behavior-test then true else false;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "2.0";
identifier = { name = "greskell-core"; version = "1.0.0.3"; };
license = "BSD-3-Clause";
copyright = "";
maintainer = "Toshio Ito <debug.ito@gmail.com>";
author = "Toshio Ito <debug.ito@gmail.com>";
homepage = "https://github.com/debug-ito/greskell/";
url = "";
synopsis = "Haskell binding for Gremlin graph query language - core data types and tools";
description = "Haskell binding for [Gremlin graph query language](http://tinkerpop.apache.org/gremlin.html).\nSee [README.md](https://github.com/debug-ito/greskell/blob/master/README.md) for detail.\n\nThis package contains only core data types and tools used commonly by other related packages.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."uuid" or (errorHandler.buildDepError "uuid"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
];
buildable = true;
};
tests = {
"spec" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
(hsPkgs."vector" or (errorHandler.buildDepError "vector"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."greskell-core" or (errorHandler.buildDepError "greskell-core"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
];
build-tools = [
(hsPkgs.pkgsBuildBuild.hspec-discover.components.exes.hspec-discover or (pkgs.pkgsBuildBuild.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover")))
];
buildable = true;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = { pedantic = false; };
package = {
specVersion = "2.2";
identifier = { name = "heptapod"; version = "1.1.0.0"; };
license = "MIT";
copyright = "";
maintainer = "Taylor Fausak";
author = "";
homepage = "";
url = "";
synopsis = "Generate UUIDv7 values.";
description = "Heptapod generates UUIDv7 values.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."entropy" or (errorHandler.buildDepError "entropy"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."uuid-types" or (errorHandler.buildDepError "uuid-types"))
];
buildable = true;
};
tests = {
"heptapod-test-suite" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."heptapod" or (errorHandler.buildDepError "heptapod"))
(hsPkgs."tasty" or (errorHandler.buildDepError "tasty"))
(hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
(hsPkgs."uuid-types" or (errorHandler.buildDepError "uuid-types"))
];
buildable = true;
};
};
benchmarks = {
"heptapod-benchmark" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."heptapod" or (errorHandler.buildDepError "heptapod"))
(hsPkgs."tasty-bench" or (errorHandler.buildDepError "tasty-bench"))
(hsPkgs."uuid" or (errorHandler.buildDepError "uuid"))
];
buildable = true;
};
};
};
}
Loading

0 comments on commit 60dfd96

Please sign in to comment.