-
Notifications
You must be signed in to change notification settings - Fork 17
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
Aug 7, 2024
1 parent
a3fca56
commit b21329e
Showing
16 changed files
with
409 additions
and
1 deletion.
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
55 changes: 55 additions & 0 deletions
55
...todocodec-0.4.2.0-r0-e3d168c3e0a8174fda52c8f3bc7373982f615755be898410ccd3e8847d15668c.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,55 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "autodocodec"; version = "0.4.2.0"; }; | ||
license = "MIT"; | ||
copyright = "2021-2024 Tom Sydney Kerckhove"; | ||
maintainer = "syd@cs-syd.eu"; | ||
author = "Tom Sydney Kerckhove"; | ||
homepage = "https://github.com/NorfairKing/autodocodec#readme"; | ||
url = ""; | ||
synopsis = "Self-documenting encoder and decoder"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) | ||
(hsPkgs."containers" or (errorHandler.buildDepError "containers")) | ||
(hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) | ||
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) | ||
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) | ||
(hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) | ||
(hsPkgs."text" or (errorHandler.buildDepError "text")) | ||
(hsPkgs."time" or (errorHandler.buildDepError "time")) | ||
(hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) | ||
(hsPkgs."validity" or (errorHandler.buildDepError "validity")) | ||
(hsPkgs."validity-scientific" or (errorHandler.buildDepError "validity-scientific")) | ||
(hsPkgs."vector" or (errorHandler.buildDepError "vector")) | ||
]; | ||
buildable = true; | ||
}; | ||
tests = { | ||
"autodocodec-doctest" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."doctest" or (errorHandler.buildDepError "doctest")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
}; | ||
} |
36 changes: 36 additions & 0 deletions
36
...ity-dlist-0.1.0.0-r0-2a20c3fdf9eea92e9b715fc27c524dabd0b7ff7eea3f64140d3e1c84bfa8a462.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,36 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "genvalidity-dlist"; version = "0.1.0.0"; }; | ||
license = "MIT"; | ||
copyright = "Copyright: (c) 2016-2024 Tom Sydney Kerckhove, Clinton Mead"; | ||
maintainer = "syd@cs-syd.eu"; | ||
author = "Tom Sydney Kerckhove, Clinton Mead"; | ||
homepage = "https://github.com/NorfairKing/validity#readme"; | ||
url = ""; | ||
synopsis = "GenValidity support for dlist"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) | ||
(hsPkgs."genvalidity" or (errorHandler.buildDepError "genvalidity")) | ||
(hsPkgs."validity-dlist" or (errorHandler.buildDepError "validity-dlist")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
36 changes: 36 additions & 0 deletions
36
...ity-dlist-0.1.0.1-r0-434c58612f41e721fb2a6b614cbf60ebe98281297ed065f8520698c83c6a4e49.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,36 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "genvalidity-dlist"; version = "0.1.0.1"; }; | ||
license = "MIT"; | ||
copyright = "Copyright: (c) 2016-2024 Tom Sydney Kerckhove, Clinton Mead"; | ||
maintainer = "syd@cs-syd.eu"; | ||
author = "Tom Sydney Kerckhove, Clinton Mead"; | ||
homepage = "https://github.com/NorfairKing/validity#readme"; | ||
url = ""; | ||
synopsis = "GenValidity support for dlist"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) | ||
(hsPkgs."genvalidity" or (errorHandler.buildDepError "genvalidity")) | ||
(hsPkgs."validity-dlist" or (errorHandler.buildDepError "validity-dlist")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
47 changes: 47 additions & 0 deletions
47
...e/ghc-boot-9.10.1-r1-90fc95026568d3e7315f5f1d9481714002449ae4daed44e481b3ba0e1b32f61e.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,47 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "3.0"; | ||
identifier = { name = "ghc-boot"; version = "9.10.1"; }; | ||
license = "BSD-3-Clause"; | ||
copyright = ""; | ||
maintainer = "ghc-devs@haskell.org"; | ||
author = ""; | ||
homepage = ""; | ||
url = ""; | ||
synopsis = "Shared functionality between GHC and its boot libraries"; | ||
description = "This library is shared between GHC, ghc-pkg, and other boot\nlibraries.\n.\nA note about \"GHC.Unit.Database\": it only deals with the subset of\nthe package database that the compiler cares about: modules\npaths etc and not package metadata like description, authors\netc. It is thus not a library interface to ghc-pkg and is *not*\nsuitable for modifying GHC package databases.\n.\nThe package database format and this library are constructed in\nsuch a way that while ghc-pkg depends on Cabal, the GHC library\nand program do not have to depend on Cabal."; | ||
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"))) | ||
(hsPkgs.pkgsBuildBuild.filepath or (pkgs.pkgsBuildBuild.filepath or (errorHandler.setupDepError "filepath"))) | ||
]; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."binary" or (errorHandler.buildDepError "binary")) | ||
(hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) | ||
(hsPkgs."containers" or (errorHandler.buildDepError "containers")) | ||
(hsPkgs."directory" or (errorHandler.buildDepError "directory")) | ||
(hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) | ||
(hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) | ||
(hsPkgs."ghc-platform" or (errorHandler.buildDepError "ghc-platform")) | ||
(hsPkgs."ghc-boot-th" or (errorHandler.buildDepError "ghc-boot-th")) | ||
] ++ pkgs.lib.optional (!system.isWindows) (hsPkgs."unix" or (errorHandler.buildDepError "unix")); | ||
buildable = true; | ||
}; | ||
}; | ||
} |
37 changes: 37 additions & 0 deletions
37
...nt-server-0.1.0.1-r0-697e6a726e29a7e41d70d6a6fb51b81677e751a7b3b915cce68d0394287df1ab.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,37 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "3.0"; | ||
identifier = { name = "unliftio-servant-server"; version = "0.1.0.1"; }; | ||
license = "BSD-3-Clause"; | ||
copyright = "Copyright (C) 2024 Bellroy Pty Ltd"; | ||
maintainer = "Bellroy Tech Team <haskell@bellroy.com>"; | ||
author = "Bellroy Tech Team <haskell@bellroy.com>"; | ||
homepage = "https://github.com/bellroy/unliftio-servant-server"; | ||
url = ""; | ||
synopsis = "Use MonadUnliftIO on servant APIs"; | ||
description = "unliftio-servant-server provides convenience functions for running\nservant APIs whose monads have a 'MonadUnliftIO' instance."; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) | ||
(hsPkgs."servant" or (errorHandler.buildDepError "servant")) | ||
(hsPkgs."servant-server" or (errorHandler.buildDepError "servant-server")) | ||
(hsPkgs."unliftio-core" or (errorHandler.buildDepError "unliftio-core")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
35 changes: 35 additions & 0 deletions
35
...ity-dlist-0.1.0.0-r0-e0324df910237c9bf28454119c0a76c2b50b8d3f6326f576f3c7e269d63fd4e6.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,35 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "validity-dlist"; version = "0.1.0.0"; }; | ||
license = "MIT"; | ||
copyright = "Copyright: (c) 2016-2024 Tom Sydney Kerckhove, Clinton Mead"; | ||
maintainer = "syd@cs-syd.eu"; | ||
author = "Tom Sydney Kerckhove, Clinton Mead"; | ||
homepage = "https://github.com/NorfairKing/validity#readme"; | ||
url = ""; | ||
synopsis = "Validity instances for containers"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) | ||
(hsPkgs."validity" or (errorHandler.buildDepError "validity")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
35 changes: 35 additions & 0 deletions
35
...ity-dlist-0.1.0.1-r0-fe0fe6cc0c8ce506216947c64cd117c304d445de5eaf3eb7c40d605542f1c1ce.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,35 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.12"; | ||
identifier = { name = "validity-dlist"; version = "0.1.0.1"; }; | ||
license = "MIT"; | ||
copyright = "Copyright: (c) 2016-2024 Tom Sydney Kerckhove, Clinton Mead"; | ||
maintainer = "syd@cs-syd.eu"; | ||
author = "Tom Sydney Kerckhove, Clinton Mead"; | ||
homepage = "https://github.com/NorfairKing/validity#readme"; | ||
url = ""; | ||
synopsis = "Validity instances for containers"; | ||
description = ""; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = [ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) | ||
(hsPkgs."validity" or (errorHandler.buildDepError "validity")) | ||
]; | ||
buildable = true; | ||
}; | ||
}; | ||
} |
38 changes: 38 additions & 0 deletions
38
...vector-space-0.19-r0-2d36ea0fbbfeebe1df46a9e6d8dab256e642e79e085066c7e63ce2d579a75e4a.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,38 @@ | ||
{ system | ||
, compiler | ||
, flags | ||
, pkgs | ||
, hsPkgs | ||
, pkgconfPkgs | ||
, errorHandler | ||
, config | ||
, ... }: | ||
{ | ||
flags = {}; | ||
package = { | ||
specVersion = "1.10"; | ||
identifier = { name = "vector-space"; version = "0.19"; }; | ||
license = "BSD-3-Clause"; | ||
copyright = "(c) 2008-2012 by Conal Elliott"; | ||
maintainer = "conal@conal.net"; | ||
author = "Conal Elliott "; | ||
homepage = ""; | ||
url = ""; | ||
synopsis = "Vector & affine spaces, linear maps, and derivatives"; | ||
description = "/vector-space/ provides classes and generic operations for vector\nspaces and affine spaces. It also defines a type of infinite towers\nof generalized derivatives. A generalized derivative is a linear\ntransformation rather than one of the common concrete representations\n(scalars, vectors, matrices, ...).\n\n/Warning/: this package depends on type families working fairly well,\nrequiring GHC version at least 6.9.\n\nProject wiki page: <http://haskell.org/haskellwiki/vector-space>\n\n© 2008-2012 by Conal Elliott; BSD3 license."; | ||
buildType = "Simple"; | ||
}; | ||
components = { | ||
"library" = { | ||
depends = (([ | ||
(hsPkgs."base" or (errorHandler.buildDepError "base")) | ||
(hsPkgs."MemoTrie" or (errorHandler.buildDepError "MemoTrie")) | ||
(hsPkgs."Boolean" or (errorHandler.buildDepError "Boolean")) | ||
(hsPkgs."NumInstances" or (errorHandler.buildDepError "NumInstances")) | ||
] ++ pkgs.lib.optional (!(compiler.isGhc && compiler.version.ge "7.6")) (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim"))) ++ pkgs.lib.optional (!(compiler.isGhc && compiler.version.ge "7.9")) (hsPkgs."void" or (errorHandler.buildDepError "void"))) ++ pkgs.lib.optional (!(compiler.isGhc && compiler.version.ge "8.0")) (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")); | ||
buildable = if compiler.isGhc && compiler.version.lt "6.10" | ||
then false | ||
else true; | ||
}; | ||
}; | ||
} |
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
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
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,24 @@ | ||
{ | ||
"0.1.0.0" = { | ||
sha256 = "cfc07b3925d1f7524e252bb56acdb18ace3d100165fd3e17055c32f34ea291d4"; | ||
revisions = { | ||
r0 = { | ||
nix = import ../hackage/genvalidity-dlist-0.1.0.0-r0-2a20c3fdf9eea92e9b715fc27c524dabd0b7ff7eea3f64140d3e1c84bfa8a462.nix; | ||
revNum = 0; | ||
sha256 = "2a20c3fdf9eea92e9b715fc27c524dabd0b7ff7eea3f64140d3e1c84bfa8a462"; | ||
}; | ||
default = "r0"; | ||
}; | ||
}; | ||
"0.1.0.1" = { | ||
sha256 = "864bbde115c23c9332a479ce081c67f2c3249faecd207735fdc187f31c24ead8"; | ||
revisions = { | ||
r0 = { | ||
nix = import ../hackage/genvalidity-dlist-0.1.0.1-r0-434c58612f41e721fb2a6b614cbf60ebe98281297ed065f8520698c83c6a4e49.nix; | ||
revNum = 0; | ||
sha256 = "434c58612f41e721fb2a6b614cbf60ebe98281297ed065f8520698c83c6a4e49"; | ||
}; | ||
default = "r0"; | ||
}; | ||
}; | ||
} |
Oops, something went wrong.