Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
[DEVOPS-810] Regenerate pkgs/default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Jun 26, 2018
1 parent cf58007 commit b2cd80b
Showing 1 changed file with 44 additions and 42 deletions.
86 changes: 44 additions & 42 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17163,6 +17163,44 @@ doHaddock = false;
description = "Cardano SL simple node executable";
license = stdenv.lib.licenses.mit;

}) {};
"cardano-sl-node-ipc" = callPackage
({
mkDerivation
, aeson
, base
, binary
, bytestring
, Cabal
, cardano-sl-infra
, log-warper
, mtl
, stdenv
, universum
}:
mkDerivation {

pname = "cardano-sl-node-ipc";
version = "1.3.0";
src = ./../node-ipc;
configureFlags = [
"--ghc-option=-fwarn-redundant-constraints"
"--ghc-option=-Werror"
];
libraryHaskellDepends = [
aeson
base
binary
bytestring
Cabal
cardano-sl-infra
log-warper
mtl
universum
];
doHaddock = false;
license = stdenv.lib.licenses.mit;

}) {};
"cardano-sl-ssc" = callPackage
({
Expand Down Expand Up @@ -17816,6 +17854,7 @@ license = stdenv.lib.licenses.mit;
, directory
, ether
, exceptions
, file-embed
, filepath
, formatting
, hashable
Expand Down Expand Up @@ -17874,6 +17913,7 @@ deepseq
directory
ether
exceptions
file-embed
filepath
formatting
hashable
Expand Down Expand Up @@ -18009,6 +18049,7 @@ license = stdenv.lib.licenses.mit;
, cardano-sl-infra
, cardano-sl-lrc
, cardano-sl-networking
, cardano-sl-node-ipc
, cardano-sl-ssc
, cardano-sl-txp
, cardano-sl-txp-test
Expand All @@ -18035,7 +18076,6 @@ license = stdenv.lib.licenses.mit;
, monad-control
, MonadRandom
, mtl
, node-ipc
, QuickCheck
, quickcheck-instances
, random
Expand Down Expand Up @@ -18097,6 +18137,7 @@ cardano-sl-generator
cardano-sl-infra
cardano-sl-lrc
cardano-sl-networking
cardano-sl-node-ipc
cardano-sl-ssc
cardano-sl-txp
cardano-sl-update
Expand All @@ -18118,7 +18159,6 @@ log-warper
memory
monad-control
mtl
node-ipc
QuickCheck
quickcheck-instances
random
Expand Down Expand Up @@ -18232,6 +18272,7 @@ license = stdenv.lib.licenses.mit;
, cardano-sl-infra
, cardano-sl-lrc
, cardano-sl-networking
, cardano-sl-node-ipc
, cardano-sl-ssc
, cardano-sl-txp
, cardano-sl-txp-test
Expand Down Expand Up @@ -18265,7 +18306,6 @@ license = stdenv.lib.licenses.mit;
, mtl
, neat-interpolation
, network-transport
, node-ipc
, optparse-applicative
, pretty-show
, QuickCheck
Expand Down Expand Up @@ -18337,6 +18377,7 @@ cardano-sl-crypto
cardano-sl-db
cardano-sl-infra
cardano-sl-networking
cardano-sl-node-ipc
cardano-sl-ssc
cardano-sl-txp
cardano-sl-update
Expand All @@ -18362,7 +18403,6 @@ memory
mtl
neat-interpolation
network-transport
node-ipc
optparse-applicative
QuickCheck
reflection
Expand Down Expand Up @@ -57687,44 +57727,6 @@ homepage = "https://github.com/peti/nix-paths";
description = "Knowledge of Nix's installation directories";
license = stdenv.lib.licenses.bsd3;

}) {};
"node-ipc" = callPackage
({
mkDerivation
, aeson
, base
, binary
, bytestring
, Cabal
, cardano-sl-infra
, log-warper
, mtl
, stdenv
, universum
}:
mkDerivation {

pname = "node-ipc";
version = "1.3.0";
src = ./../node-ipc;
configureFlags = [
"--ghc-option=-fwarn-redundant-constraints"
"--ghc-option=-Werror"
];
libraryHaskellDepends = [
aeson
base
binary
bytestring
Cabal
cardano-sl-infra
log-warper
mtl
universum
];
doHaddock = false;
license = stdenv.lib.licenses.mit;

}) {};
"non-empty" = callPackage
({
Expand Down

0 comments on commit b2cd80b

Please sign in to comment.