Skip to content

Commit

Permalink
Automatic Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IOHK committed Jan 28, 2024
1 parent c271320 commit 5969e45
Show file tree
Hide file tree
Showing 17 changed files with 571 additions and 2 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14761,6 +14761,7 @@ with builtins; mapAttrs (_: mapAttrs (_: data: rec {
"speculate" = import ./nix/speculate.nix;
"speculation" = import ./nix/speculation.nix;
"speculation-transformers" = import ./nix/speculation-transformers.nix;
"specup" = import ./nix/specup.nix;
"speechmatics" = import ./nix/speechmatics.nix;
"speedy-slice" = import ./nix/speedy-slice.nix;
"spelling-suggest" = import ./nix/spelling-suggest.nix;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.18";
identifier = { name = "diagrams-contrib"; version = "1.4.5.1"; };
license = "BSD-3-Clause";
copyright = "";
maintainer = "Various; see individual modules";
author = "Various";
homepage = "https://diagrams.github.io/";
url = "";
synopsis = "Collection of user contributions to diagrams EDSL";
description = "A collection of user contributions for diagrams,\nan embedded domain-specific language for generation\nof vector graphics.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl"))
(hsPkgs."mtl-compat" or (errorHandler.buildDepError "mtl-compat"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."split" or (errorHandler.buildDepError "split"))
(hsPkgs."colour" or (errorHandler.buildDepError "colour"))
(hsPkgs."split" or (errorHandler.buildDepError "split"))
(hsPkgs."monoid-extras" or (errorHandler.buildDepError "monoid-extras"))
(hsPkgs."diagrams-core" or (errorHandler.buildDepError "diagrams-core"))
(hsPkgs."diagrams-lib" or (errorHandler.buildDepError "diagrams-lib"))
(hsPkgs."diagrams-solve" or (errorHandler.buildDepError "diagrams-solve"))
(hsPkgs."lens" or (errorHandler.buildDepError "lens"))
(hsPkgs."linear" or (errorHandler.buildDepError "linear"))
(hsPkgs."force-layout" or (errorHandler.buildDepError "force-layout"))
(hsPkgs."data-default" or (errorHandler.buildDepError "data-default"))
(hsPkgs."MonadRandom" or (errorHandler.buildDepError "MonadRandom"))
(hsPkgs."random" or (errorHandler.buildDepError "random"))
(hsPkgs."circle-packing" or (errorHandler.buildDepError "circle-packing"))
(hsPkgs."parsec" or (errorHandler.buildDepError "parsec"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class"))
(hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups"))
(hsPkgs."cubicbezier" or (errorHandler.buildDepError "cubicbezier"))
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
(hsPkgs."mfsolve" or (errorHandler.buildDepError "mfsolve"))
];
buildable = true;
};
tests = {
"turtle-tests" = {
depends = [
(hsPkgs."HUnit" or (errorHandler.buildDepError "HUnit"))
(hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck"))
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
(hsPkgs."test-framework" or (errorHandler.buildDepError "test-framework"))
(hsPkgs."test-framework-hunit" or (errorHandler.buildDepError "test-framework-hunit"))
(hsPkgs."test-framework-quickcheck2" or (errorHandler.buildDepError "test-framework-quickcheck2"))
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."diagrams-lib" or (errorHandler.buildDepError "diagrams-lib"))
];
buildable = true;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = { os-string = false; };
package = {
specVersion = "2.2";
identifier = { name = "directory"; version = "1.3.8.3"; };
license = "BSD-3-Clause";
copyright = "";
maintainer = "[email protected]";
author = "";
homepage = "";
url = "";
synopsis = "Platform-agnostic library for filesystem operations";
description = "This library provides a basic set of operations for manipulating files and\ndirectories in a portable way.";
buildType = "Configure";
};
components = {
"library" = {
depends = ([
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
] ++ (if system.isWindows
then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ]
else [
(hsPkgs."unix" or (errorHandler.buildDepError "unix"))
])) ++ (if flags.os-string
then [
(hsPkgs."filepath" or (errorHandler.buildDepError "filepath"))
(hsPkgs."os-string" or (errorHandler.buildDepError "os-string"))
]
else [
(hsPkgs."filepath" or (errorHandler.buildDepError "filepath"))
]);
buildable = true;
};
tests = {
"test" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."directory" or (errorHandler.buildDepError "directory"))
(hsPkgs."filepath" or (errorHandler.buildDepError "filepath"))
(hsPkgs."time" or (errorHandler.buildDepError "time"))
] ++ (if system.isWindows
then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ]
else [ (hsPkgs."unix" or (errorHandler.buildDepError "unix")) ]);
buildable = true;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "1.10";
identifier = {
name = "phonetic-languages-constraints-array";
version = "0.8.0.0";
};
license = "MIT";
copyright = "Oleksandr Zhabenko";
maintainer = "[email protected]";
author = "OleksandrZhabenko";
homepage = "https://hackage.haskell.org/package/phonetic-languages-constraints-array";
url = "";
synopsis = "Constraints to filter the needed permutations";
description = "Provides several the most important variants of constraints. Can be used with the phonetic-languages-common series of package. Instead of vectors, uses arrays.";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."monoid-insertleft" or (errorHandler.buildDepError "monoid-insertleft"))
];
buildable = true;
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "3.6";
identifier = { name = "specup"; version = "0.0.0.1"; };
license = "GPL-2.0-only";
copyright = "(c) 2024 Daniel Rolls";
maintainer = "[email protected]";
author = "Daniel Rolls";
homepage = "";
url = "";
synopsis = "Manage the application of templates to custom yaml";
description = "Please see the README on GitHub at <https://github.com/danielrolls/specup>";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."yaml" or (errorHandler.buildDepError "yaml"))
(hsPkgs."stache" or (errorHandler.buildDepError "stache"))
(hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec"))
(hsPkgs."extra" or (errorHandler.buildDepError "extra"))
];
buildable = true;
};
exes = {
"specup" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative"))
(hsPkgs."specup" or (errorHandler.buildDepError "specup"))
];
buildable = true;
};
};
tests = {
"specup-test" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."hspec-core" or (errorHandler.buildDepError "hspec-core"))
(hsPkgs."specup" or (errorHandler.buildDepError "specup"))
];
buildable = true;
};
};
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{ system
, compiler
, flags
, pkgs
, hsPkgs
, pkgconfPkgs
, errorHandler
, config
, ... }:
{
flags = {};
package = {
specVersion = "3.0";
identifier = { name = "specup"; version = "0.1.0.0"; };
license = "GPL-2.0-only";
copyright = "(c) 2024 Daniel Rolls";
maintainer = "[email protected]";
author = "Daniel Rolls";
homepage = "";
url = "";
synopsis = "Manage the application of templates to custom yaml";
description = "Please see the README on GitHub at <https://github.com/danielrolls/specup>";
buildType = "Simple";
};
components = {
"library" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."yaml" or (errorHandler.buildDepError "yaml"))
(hsPkgs."stache" or (errorHandler.buildDepError "stache"))
(hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec"))
(hsPkgs."extra" or (errorHandler.buildDepError "extra"))
];
buildable = true;
};
exes = {
"specup" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative"))
(hsPkgs."specup" or (errorHandler.buildDepError "specup"))
];
buildable = true;
};
};
tests = {
"specup-test" = {
depends = [
(hsPkgs."base" or (errorHandler.buildDepError "base"))
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
(hsPkgs."text" or (errorHandler.buildDepError "text"))
(hsPkgs."hspec" or (errorHandler.buildDepError "hspec"))
(hsPkgs."hspec-core" or (errorHandler.buildDepError "hspec-core"))
(hsPkgs."specup" or (errorHandler.buildDepError "specup"))
];
buildable = true;
};
};
};
}
Loading

0 comments on commit 5969e45

Please sign in to comment.