Skip to content

Commit afc0936

Browse files
author
IOHK
committed
Automatic Update
1 parent dedb344 commit afc0936

File tree

21 files changed

+876
-12
lines changed

21 files changed

+876
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{ system
2+
, compiler
3+
, flags
4+
, pkgs
5+
, hsPkgs
6+
, pkgconfPkgs
7+
, errorHandler
8+
, config
9+
, ... }:
10+
{
11+
flags = {};
12+
package = {
13+
specVersion = "1.10";
14+
identifier = {
15+
name = "dependent-sum-aeson-orphans";
16+
version = "0.3.1.1";
17+
};
18+
license = "BSD-3-Clause";
19+
copyright = "2020 Obsidian Systems LLC";
20+
maintainer = "[email protected]";
21+
author = "Obsidian Systems";
22+
homepage = "https://github.com/obsidiansystems/dependent-sum-aeson-orphans";
23+
url = "";
24+
synopsis = "JSON instances for DSum, DMap, and Some";
25+
description = "JSON instances for DSum, DMap, and Some.";
26+
buildType = "Simple";
27+
};
28+
components = {
29+
"library" = {
30+
depends = [
31+
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson"))
32+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
33+
(hsPkgs."constraints" or (errorHandler.buildDepError "constraints"))
34+
(hsPkgs."constraints-extras" or (errorHandler.buildDepError "constraints-extras"))
35+
(hsPkgs."dependent-map" or (errorHandler.buildDepError "dependent-map"))
36+
(hsPkgs."dependent-sum" or (errorHandler.buildDepError "dependent-sum"))
37+
(hsPkgs."some" or (errorHandler.buildDepError "some"))
38+
];
39+
buildable = true;
40+
};
41+
};
42+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{ system
2+
, compiler
3+
, flags
4+
, pkgs
5+
, hsPkgs
6+
, pkgconfPkgs
7+
, errorHandler
8+
, config
9+
, ... }:
10+
{
11+
flags = {};
12+
package = {
13+
specVersion = "1.8";
14+
identifier = { name = "expiring-cache-map"; version = "0.0.5.0"; };
15+
license = "BSD-3-Clause";
16+
copyright = "(c) 2014 Edward L. Blake";
17+
maintainer = "[email protected]";
18+
author = "Edward L. Blake";
19+
homepage = "https://codeberg.org/elblake/expiring-cache-map";
20+
url = "";
21+
synopsis = "General purpose simple caching.";
22+
description = "A simple general purpose shared state cache map with automatic expiration\nof values, for caching the results of accessing a resource such as reading\na file. With variations for Ord and Hashable keys using \"Data.Map.Strict\"\nand \"Data.HashMap.Strict\", respectively.";
23+
buildType = "Simple";
24+
};
25+
components = {
26+
"library" = {
27+
depends = [
28+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
29+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
30+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
31+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
32+
];
33+
buildable = true;
34+
};
35+
tests = {
36+
"test-threads" = {
37+
depends = [
38+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
39+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
40+
(hsPkgs."time" or (errorHandler.buildDepError "time"))
41+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
42+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
43+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
44+
];
45+
buildable = true;
46+
};
47+
"test-sequence" = {
48+
depends = [
49+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
50+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
51+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
52+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
53+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
54+
];
55+
buildable = true;
56+
};
57+
};
58+
};
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{ system
2+
, compiler
3+
, flags
4+
, pkgs
5+
, hsPkgs
6+
, pkgconfPkgs
7+
, errorHandler
8+
, config
9+
, ... }:
10+
{
11+
flags = {};
12+
package = {
13+
specVersion = "1.8";
14+
identifier = { name = "expiring-cache-map"; version = "0.0.5.3"; };
15+
license = "BSD-3-Clause";
16+
copyright = "(c) 2014 Edward L. Blake";
17+
maintainer = "[email protected]";
18+
author = "Edward L. Blake";
19+
homepage = "https://codeberg.org/elblake/expiring-cache-map";
20+
url = "";
21+
synopsis = "General purpose simple caching.";
22+
description = "A simple general purpose shared state cache map with automatic expiration\nof values, for caching the results of accessing a resource such as reading\na file. With variations for Ord and Hashable keys using \"Data.Map.Strict\"\nand \"Data.HashMap.Strict\", respectively.";
23+
buildType = "Simple";
24+
};
25+
components = {
26+
"library" = {
27+
depends = [
28+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
29+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
30+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
31+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
32+
];
33+
buildable = true;
34+
};
35+
tests = {
36+
"test-threads" = {
37+
depends = [
38+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
39+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
40+
(hsPkgs."time" or (errorHandler.buildDepError "time"))
41+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
42+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
43+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
44+
];
45+
buildable = true;
46+
};
47+
"test-sequence" = {
48+
depends = [
49+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
50+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
51+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
52+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
53+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
54+
];
55+
buildable = true;
56+
};
57+
};
58+
};
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{ system
2+
, compiler
3+
, flags
4+
, pkgs
5+
, hsPkgs
6+
, pkgconfPkgs
7+
, errorHandler
8+
, config
9+
, ... }:
10+
{
11+
flags = {};
12+
package = {
13+
specVersion = "1.8";
14+
identifier = { name = "expiring-cache-map"; version = "0.0.5.4"; };
15+
license = "BSD-3-Clause";
16+
copyright = "(c) 2014 Edward L. Blake";
17+
maintainer = "[email protected]";
18+
author = "Edward L. Blake";
19+
homepage = "https://codeberg.org/elblake/expiring-cache-map";
20+
url = "";
21+
synopsis = "General purpose simple caching.";
22+
description = "A simple general purpose shared state cache map with automatic expiration\nof values, for caching the results of accessing a resource such as reading\na file. With variations for Ord and Hashable keys using \"Data.Map.Strict\"\nand \"Data.HashMap.Strict\", respectively.";
23+
buildType = "Simple";
24+
};
25+
components = {
26+
"library" = {
27+
depends = [
28+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
29+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
30+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
31+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
32+
];
33+
buildable = true;
34+
};
35+
tests = {
36+
"test-threads" = {
37+
depends = [
38+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
39+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
40+
(hsPkgs."time" or (errorHandler.buildDepError "time"))
41+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
42+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
43+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
44+
];
45+
buildable = true;
46+
};
47+
"test-sequence" = {
48+
depends = [
49+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
50+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
51+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
52+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
53+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
54+
];
55+
buildable = true;
56+
};
57+
};
58+
};
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{ system
2+
, compiler
3+
, flags
4+
, pkgs
5+
, hsPkgs
6+
, pkgconfPkgs
7+
, errorHandler
8+
, config
9+
, ... }:
10+
{
11+
flags = {};
12+
package = {
13+
specVersion = "1.8";
14+
identifier = { name = "expiring-cache-map"; version = "0.0.6.0"; };
15+
license = "BSD-3-Clause";
16+
copyright = "(c) 2014 Edward L. Blake";
17+
maintainer = "[email protected]";
18+
author = "Edward L. Blake";
19+
homepage = "https://codeberg.org/elblake/expiring-cache-map";
20+
url = "";
21+
synopsis = "General purpose simple caching.";
22+
description = "A simple general purpose shared state cache map with automatic expiration\nof values, for caching the results of accessing a resource such as reading\na file. With variations for Ord and Hashable keys using \"Data.Map.Strict\"\nand \"Data.HashMap.Strict\", respectively.";
23+
buildType = "Simple";
24+
};
25+
components = {
26+
"library" = {
27+
depends = [
28+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
29+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
30+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
31+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
32+
];
33+
buildable = true;
34+
};
35+
tests = {
36+
"test-threads" = {
37+
depends = [
38+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
39+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
40+
(hsPkgs."time" or (errorHandler.buildDepError "time"))
41+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
42+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
43+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
44+
];
45+
buildable = true;
46+
};
47+
"test-sequence" = {
48+
depends = [
49+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
50+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
51+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
52+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
53+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
54+
];
55+
buildable = true;
56+
};
57+
};
58+
};
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{ system
2+
, compiler
3+
, flags
4+
, pkgs
5+
, hsPkgs
6+
, pkgconfPkgs
7+
, errorHandler
8+
, config
9+
, ... }:
10+
{
11+
flags = {};
12+
package = {
13+
specVersion = "1.8";
14+
identifier = { name = "expiring-cache-map"; version = "0.0.6.1"; };
15+
license = "BSD-3-Clause";
16+
copyright = "(c) 2014 Edward L. Blake";
17+
maintainer = "[email protected]";
18+
author = "Edward L. Blake";
19+
homepage = "https://codeberg.org/elblake/expiring-cache-map";
20+
url = "";
21+
synopsis = "General purpose simple caching.";
22+
description = "A simple general purpose shared state cache map with automatic expiration\nof values, for caching the results of accessing a resource such as reading\na file. With variations for Ord and Hashable keys using \"Data.Map.Strict\"\nand \"Data.HashMap.Strict\", respectively.";
23+
buildType = "Simple";
24+
};
25+
components = {
26+
"library" = {
27+
depends = [
28+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
29+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
30+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
31+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
32+
];
33+
buildable = true;
34+
};
35+
tests = {
36+
"test-threads" = {
37+
depends = [
38+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
39+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
40+
(hsPkgs."time" or (errorHandler.buildDepError "time"))
41+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
42+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
43+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
44+
];
45+
buildable = true;
46+
};
47+
"test-sequence" = {
48+
depends = [
49+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
50+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
51+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
52+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
53+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
54+
];
55+
buildable = true;
56+
};
57+
"invalidate-test" = {
58+
depends = [
59+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
60+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
61+
(hsPkgs."time" or (errorHandler.buildDepError "time"))
62+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
63+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
64+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
65+
];
66+
buildable = true;
67+
};
68+
"invalidate-cache-test" = {
69+
depends = [
70+
(hsPkgs."base" or (errorHandler.buildDepError "base"))
71+
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring"))
72+
(hsPkgs."time" or (errorHandler.buildDepError "time"))
73+
(hsPkgs."containers" or (errorHandler.buildDepError "containers"))
74+
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
75+
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers"))
76+
];
77+
buildable = true;
78+
};
79+
};
80+
};
81+
}

0 commit comments

Comments
 (0)