-
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
Jan 19, 2024
1 parent
c66ea06
commit 64c95ad
Showing
76 changed files
with
2,764 additions
and
2 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
52 changes: 52 additions & 0 deletions
52
...e/any-pat-0.4.0.0-r0-c5ea3f4a4e66dbf48866630cb401a6b178ae9e90d5872a94712dc919b473cf2d.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,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; | ||
}; | ||
}; | ||
}; | ||
} |
41 changes: 41 additions & 0 deletions
41
...uzzy-time-0.1.0.0-r0-d9b768d2fe3c24ce176f1affc2cbdb082c3b8ea36bd350eac73ce4532efdc9d3.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,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; | ||
}; | ||
}; | ||
} |
66 changes: 66 additions & 0 deletions
66
...-time-gen-0.2.0.0-r0-d7b92ff4fff502821f46074f8b78dc2f95f4464066b8eae71d3c3b84953be428.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,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; | ||
}; | ||
}; | ||
}; | ||
} |
Oops, something went wrong.