Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tchoutri/horizon-platform
  • jonge/horizon-platform
  • raoulhc/horizon-platform
  • package-sets/horizon-platform
Show changes
Showing
with 76 additions and 389 deletions
{ mkDerivation, base, binary, lib }:
{ mkDerivation, base, conformance, genvalidity-sydtest, lib
, sydtest, sydtest-discover
}:
mkDerivation {
pname = "data-binary-ieee754";
version = "0.4.4";
sha256 = "59975abed8f4caa602f0780c10a9b2493479e6feb71ad189bb10c3ac5678df0a";
pname = "conformance-gen";
version = "0.0.0.0";
sha256 = "b29eee7700bf473c0eb720af9a8e48f5d85700a4dcfece46bb22b7d48575445a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary ];
libraryHaskellDepends = [ base conformance sydtest ];
testHaskellDepends = [
base conformance genvalidity-sydtest sydtest
];
testToolDepends = [ sydtest-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -14,8 +20,6 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://john-millikin.com/software/data-binary-ieee754/";
description = "Parser/Serialiser for IEEE-754 floating-point values";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib, text }:
{ mkDerivation, base, lib, mtl }:
mkDerivation {
pname = "version-natural";
pname = "conformance";
version = "0.1.0.0";
sha256 = "280676cb3369eb66c078c52005ca6d498b805c9495cb3fd0d56c830e4abe9933";
sha256 = "4c52ff58125ee402add6ecbb1d0020ae6c12136ab0c043d133b05e989590bfa1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base text ];
libraryHaskellDepends = [ base mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -14,7 +14,6 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A simple version type";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, constraints, lib, template-haskell }:
mkDerivation {
pname = "constraints-extras";
version = "0.4.0.0";
sha256 = "f639594f340986e7647616194dec57a85490ca60e3b0f5197d011675da242ec7";
revision = "1";
editedCabalFile = "1fdabah3ilq9yf94916ml3c3rxgcgab1jhzl4mk1zgzsw78j53qf";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base constraints template-haskell ];
executableHaskellDepends = [ aeson base constraints ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/obsidiansystems/constraints-extras";
description = "Utility package for constraints";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, base, ghc-prim, hashable, lib
, mwc-random, primitive, test-framework, test-framework-hunit
, test-framework-quickcheck2, vector
{ mkDerivation, QuickCheck, base, deepseq, lib, primitive
, primitive-unlifted, quickcheck-classes, quickcheck-instances
, random, random-shuffle, run-st, vector, weigh
}:
mkDerivation {
pname = "hashtables";
version = "1.3.1";
sha256 = "6f3d40eb22ab87279b9a0bf51c22307706b240c90a664c82bfae2392268c59c3";
pname = "contiguous";
version = "0.6.4.2";
sha256 = "a8ead64063b68e5a0bf35b8b51f829de4f7815ab5cb380be58433e115b86c02b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base ghc-prim hashable primitive vector
base deepseq primitive primitive-unlifted run-st
];
testHaskellDepends = [
base ghc-prim hashable HUnit mwc-random primitive QuickCheck
test-framework test-framework-hunit test-framework-quickcheck2
base primitive QuickCheck quickcheck-classes quickcheck-instances
vector
];
benchmarkHaskellDepends = [ base random random-shuffle weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -24,8 +24,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/gregorycollins/hashtables";
description = "Mutable hash tables in the ST monad";
homepage = "https://github.com/byteverse/contiguous";
description = "Unified interface for primitive arrays";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
{ mkDerivation, asn1-encoding, asn1-types, base, lib }:
mkDerivation {
pname = "crypto-pubkey-types";
version = "0.4.3";
sha256 = "7ed9f52281ec4e34021a91818fe45288e33d65bff937f60334a3f45be5a71c60";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ asn1-encoding asn1-types base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
description = "Generic cryptography Public keys algorithm types";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.