-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
IOHK
committed
Jul 22, 2024
1 parent
0e72b22
commit 5868e73
Showing
30 changed files
with
1,004 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
.../Hangman-0.10.0.0-r0-a441d316b73c452438b723ad8dad9238f0a72a05ea78c39c2665e56cc30cca3a.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "2.4"; | ||
identifier = { name = "Hangman"; version = "0.10.0.0"; }; | ||
license = "MIT"; | ||
copyright = ""; | ||
maintainer = "[email protected]"; | ||
author = "lf94"; | ||
homepage = ""; | ||
url = ""; | ||
synopsis = "The classic game of Hangman"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
exes = { | ||
"Hangman" = { | ||
depends = [ (hsPkgs."base" or (errorHandler.buildDepError "base")) ]; | ||
buildable = true; | ||
}; | ||
}; | ||
}; | ||
} |
42 changes: 42 additions & 0 deletions
42
...-openapi3-0.2.1.2-r0-48de37ae1f8cefbecc716d5b068a467c87cb5659147aafc310b7cccd81a21e66.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "autodocodec-openapi3"; version = "0.2.1.2"; }; | ||
license = "MIT"; | ||
copyright = "2021-2022 Tom Sydney Kerckhove"; | ||
maintainer = "[email protected]"; | ||
author = "Tom Sydney Kerckhove"; | ||
homepage = "https://github.com/NorfairKing/autodocodec#readme"; | ||
url = ""; | ||
synopsis = "Autodocodec interpreters for openapi3"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) | ||
(hsPkgs."autodocodec" or (errorHandler.buildDepError "autodocodec")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."insert-ordered-containers" or (errorHandler.buildDepError "insert-ordered-containers")) | ||
(hsPkgs."lens" or (errorHandler.buildDepError "lens")) | ||
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) | ||
(hsPkgs."openapi3" or (errorHandler.buildDepError "openapi3")) | ||
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) | ||
(hsPkgs."text" or (errorHandler.buildDepError "text")) | ||
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
43 changes: 43 additions & 0 deletions
43
...ec-schema-0.1.0.5-r0-ebc673cc09207a5b8a787564f1259a97a2c7a3b6f7f11531339400d13a273421.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "autodocodec-schema"; version = "0.1.0.5"; }; | ||
license = "MIT"; | ||
copyright = "2021-2024 Tom Sydney Kerckhove"; | ||
maintainer = "[email protected]"; | ||
author = "Tom Sydney Kerckhove"; | ||
homepage = "https://github.com/NorfairKing/autodocodec#readme"; | ||
url = ""; | ||
synopsis = "Autodocodec interpreters for JSON Schema"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) | ||
(hsPkgs."autodocodec" or (errorHandler.buildDepError "autodocodec")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."containers" or (errorHandler.buildDepError "containers")) | ||
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) | ||
(hsPkgs."text" or (errorHandler.buildDepError "text")) | ||
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) | ||
(hsPkgs."validity" or (errorHandler.buildDepError "validity")) | ||
(hsPkgs."validity-aeson" or (errorHandler.buildDepError "validity-aeson")) | ||
(hsPkgs."validity-containers" or (errorHandler.buildDepError "validity-containers")) | ||
(hsPkgs."validity-text" or (errorHandler.buildDepError "validity-text")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
44 changes: 44 additions & 0 deletions
44
...multipart-0.0.0.1-r0-851512df5c96b85360504e9b37cb0850252c23854f8d834961c2d3e7b86c9f72.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { | ||
name = "autodocodec-servant-multipart"; | ||
version = "0.0.0.1"; | ||
}; | ||
license = "MIT"; | ||
copyright = "2022 Tom Sydney Kerckhove"; | ||
maintainer = "[email protected]"; | ||
author = "Tom Sydney Kerckhove"; | ||
homepage = "https://github.com/NorfairKing/autodocodec#readme"; | ||
url = ""; | ||
synopsis = "Autodocodec interpreters for Servant Multipart"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) | ||
(hsPkgs."autodocodec" or (errorHandler.buildDepError "autodocodec")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) | ||
(hsPkgs."servant-multipart" or (errorHandler.buildDepError "servant-multipart")) | ||
(hsPkgs."servant-multipart-api" or (errorHandler.buildDepError "servant-multipart-api")) | ||
(hsPkgs."text" or (errorHandler.buildDepError "text")) | ||
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) | ||
(hsPkgs."vector" or (errorHandler.buildDepError "vector")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
40 changes: 40 additions & 0 deletions
40
...-swagger2-0.0.1.2-r0-56fe81940b93d6f88ad502a022acd0ba61fdf4a6229fda32e0488c14555a0681.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "autodocodec-swagger2"; version = "0.0.1.2"; }; | ||
license = "MIT"; | ||
copyright = "2021 Tom Sydney Kerckhove"; | ||
maintainer = "[email protected]"; | ||
author = "Tom Sydney Kerckhove"; | ||
homepage = "https://github.com/NorfairKing/autodocodec#readme"; | ||
url = ""; | ||
synopsis = "Autodocodec interpreters for swagger2"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) | ||
(hsPkgs."autodocodec" or (errorHandler.buildDepError "autodocodec")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."insert-ordered-containers" or (errorHandler.buildDepError "insert-ordered-containers")) | ||
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) | ||
(hsPkgs."swagger2" or (errorHandler.buildDepError "swagger2")) | ||
(hsPkgs."text" or (errorHandler.buildDepError "text")) | ||
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
44 changes: 44 additions & 0 deletions
44
...odec-yaml-0.3.0.1-r0-7b659b9730cc9f4d0051d36aeecdff90029e3a93df10e841a68f402024823773.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "autodocodec-yaml"; version = "0.3.0.1"; }; | ||
license = "MIT"; | ||
copyright = "2021-2023 Tom Sydney Kerckhove"; | ||
maintainer = "[email protected]"; | ||
author = "Tom Sydney Kerckhove"; | ||
homepage = "https://github.com/NorfairKing/autodocodec#readme"; | ||
url = ""; | ||
synopsis = "Autodocodec interpreters for yaml"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."autodocodec" or (errorHandler.buildDepError "autodocodec")) | ||
(hsPkgs."autodocodec-schema" or (errorHandler.buildDepError "autodocodec-schema")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) | ||
(hsPkgs."containers" or (errorHandler.buildDepError "containers")) | ||
(hsPkgs."path" or (errorHandler.buildDepError "path")) | ||
(hsPkgs."path-io" or (errorHandler.buildDepError "path-io")) | ||
(hsPkgs."safe-coloured-text" or (errorHandler.buildDepError "safe-coloured-text")) | ||
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) | ||
(hsPkgs."text" or (errorHandler.buildDepError "text")) | ||
(hsPkgs."vector" or (errorHandler.buildDepError "vector")) | ||
(hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
105 changes: 105 additions & 0 deletions
105
...curryer-rpc-0.3.6-r0-d3a28088b823c131d3f0391903eeafedbfc7473dcc956d13b396a50ddfca1b90.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.10"; | ||
identifier = { name = "curryer-rpc"; version = "0.3.6"; }; | ||
license = "LicenseRef-PublicDomain"; | ||
copyright = ""; | ||
maintainer = "[email protected]"; | ||
author = "AgentM"; | ||
homepage = "https://github.com/agentm/curryer"; | ||
url = ""; | ||
synopsis = "Fast, Haskell RPC"; | ||
description = "Haskell-to-Haskell RPC using Winery serialization."; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."winery" or (errorHandler.buildDepError "winery")) | ||
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) | ||
(hsPkgs."streamly" or (errorHandler.buildDepError "streamly")) | ||
(hsPkgs."streamly-core" or (errorHandler.buildDepError "streamly-core")) | ||
(hsPkgs."streamly-bytestring" or (errorHandler.buildDepError "streamly-bytestring")) | ||
(hsPkgs."network" or (errorHandler.buildDepError "network")) | ||
(hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) | ||
(hsPkgs."async" or (errorHandler.buildDepError "async")) | ||
(hsPkgs."uuid" or (errorHandler.buildDepError "uuid")) | ||
(hsPkgs."fast-builder" or (errorHandler.buildDepError "fast-builder")) | ||
(hsPkgs."binary" or (errorHandler.buildDepError "binary")) | ||
(hsPkgs."containers" or (errorHandler.buildDepError "containers")) | ||
(hsPkgs."stm-containers" or (errorHandler.buildDepError "stm-containers")) | ||
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) | ||
(hsPkgs."time" or (errorHandler.buildDepError "time")) | ||
(hsPkgs."network-byte-order" or (errorHandler.buildDepError "network-byte-order")) | ||
(hsPkgs."stm" or (errorHandler.buildDepError "stm")) | ||
]; | ||
buildable = true; | ||
}; | ||
exes = { | ||
"SimpleKeyValueServer" = { | ||
depends = [ | ||
(hsPkgs."stm-containers" or (errorHandler.buildDepError "stm-containers")) | ||
(hsPkgs."stm" or (errorHandler.buildDepError "stm")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."curryer-rpc" or (errorHandler.buildDepError "curryer-rpc")) | ||
(hsPkgs."winery" or (errorHandler.buildDepError "winery")) | ||
]; | ||
buildable = true; | ||
}; | ||
"SimpleKeyValueClient" = { | ||
depends = [ | ||
(hsPkgs."stm" or (errorHandler.buildDepError "stm")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."curryer-rpc" or (errorHandler.buildDepError "curryer-rpc")) | ||
(hsPkgs."winery" or (errorHandler.buildDepError "winery")) | ||
(hsPkgs."optparse-generic" or (errorHandler.buildDepError "optparse-generic")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
tests = { | ||
"test" = { | ||
depends = [ | ||
(hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) | ||
(hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."text" or (errorHandler.buildDepError "text")) | ||
(hsPkgs."curryer-rpc" or (errorHandler.buildDepError "curryer-rpc")) | ||
(hsPkgs."winery" or (errorHandler.buildDepError "winery")) | ||
(hsPkgs."network" or (errorHandler.buildDepError "network")) | ||
(hsPkgs."async" or (errorHandler.buildDepError "async")) | ||
(hsPkgs."stm" or (errorHandler.buildDepError "stm")) | ||
(hsPkgs."streamly-core" or (errorHandler.buildDepError "streamly-core")) | ||
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) | ||
(hsPkgs."streamly-bytestring" or (errorHandler.buildDepError "streamly-bytestring")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
benchmarks = { | ||
"perf" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) | ||
(hsPkgs."curryer-rpc" or (errorHandler.buildDepError "curryer-rpc")) | ||
(hsPkgs."network" or (errorHandler.buildDepError "network")) | ||
(hsPkgs."winery" or (errorHandler.buildDepError "winery")) | ||
(hsPkgs."async" or (errorHandler.buildDepError "async")) | ||
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
}; | ||
} |
Oops, something went wrong.