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
{ mkDerivation, Cabal, base, bytestring, lib, network, openssl
, time
}:
mkDerivation {
pname = "HsOpenSSL";
version = "0.11.7.6";
sha256 = "662de291bb4aaac1183b0e4e15345cc1f40e64f293f2ba9513f441ec1cf4c7a2";
revision = "1";
editedCabalFile = "0nqvb9g1wxz7ydpx9qc9lq9piwsy5zfk454v7mxlwng4i1jsgpk1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ base bytestring network time ];
librarySystemDepends = [ openssl ];
testHaskellDepends = [ base bytestring ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-cryptography/HsOpenSSL";
description = "Partial OpenSSL binding for Haskell";
license = lib.licenses.publicDomain;
broken = false;
}
\ No newline at end of file
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "HsYAML";
version = "0.2.1.3";
sha256 = "e026a9ac5b8fd81436ddc5fe9e0522eeeeba81a44f152c7378d05913778f9d90";
version = "0.2.1.4";
sha256 = "b580a9463c1192ea4687950f07f582268e55e2c51c1874dcdade5a8b83da1a26";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......
{ mkDerivation, base, binary, bytestring, containers, deepseq, lib
, mtl, primitive, transformers, vector, zlib
}:
mkDerivation {
pname = "JuicyPixels";
version = "3.3.8";
sha256 = "d3a0f6ca3515a1b3d526cbf79f2e0b0aab57f208ab216f9c26437bbcd86fb63e";
revision = "1";
editedCabalFile = "1gbmls58qdlip8nsysy1qsnf7wrw8cgss7i7vmbxxnf9ni0iawn9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base binary bytestring containers deepseq mtl primitive
transformers vector zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Twinside/Juicy.Pixels";
description = "Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -5,8 +5,8 @@ mkDerivation {
pname = "OpenGLRaw";
version = "3.3.4.1";
sha256 = "121abdea149ac74514efb2c1c1c319466757242d1b72a8bdf99d49535f06d31e";
revision = "1";
editedCabalFile = "15abvqkxc08lx9d44323izccfp7bqfiljnd587zn80vdvmkzs6zc";
revision = "2";
editedCabalFile = "1wrkv4ll7iag0a1liw6jqffhqg2nbfpdg1sa9dy88n9jli1jmikd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, base, lib }:
mkDerivation {
pname = "PSQueue";
version = "1.2.0";
sha256 = "39003847be7f302a7059b4e103739677f3b205f2d41e63557acc40f9cc577be6";
revision = "1";
editedCabalFile = "17np95rwys8rlzlw7g7nsiwipzb5hxwh7frj6ffyrm0sb7jmf126";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Priority Search Queue";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "PyF";
version = "0.11.2.1";
sha256 = "e865c45a9323fc60f0a35f0aedf9e9f5c12258a6344bbd49031c09211b82220a";
version = "0.11.3.0";
sha256 = "9e595d33ad95f5ae73cfccd4c914220ac6eddeca68d6ecb24420563edc1d96db";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, base, containers, deepseq, lib, process, random
, splitmix, template-haskell, transformers
}:
mkDerivation {
pname = "QuickCheck";
version = "2.14.3";
sha256 = "5c0f22b36b28a1a8fa110b3819818d3f29494a3b0dedbae299f064123ca70501";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers deepseq random splitmix template-haskell
transformers
];
testHaskellDepends = [ base deepseq process ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nick8325/quickcheck";
description = "Automatic testing of Haskell programs";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, SHA, base, binary, bytestring
, crypto-api, crypto-pubkey-types, lib, tagged, test-framework
, test-framework-quickcheck2
}:
mkDerivation {
pname = "RSA";
version = "2.4.1";
sha256 = "72c5d8c45ef1013e0e8aff763bb8894df0f022f28e698e33ae87bbdb33d69041";
revision = "2";
editedCabalFile = "090yzm99fmh7c6z4m9hbkasqhc3xlw104g2b6wnk77n1abd13ryj";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base binary bytestring crypto-api crypto-pubkey-types SHA
];
testHaskellDepends = [
base binary bytestring crypto-api crypto-pubkey-types QuickCheck
SHA tagged test-framework test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -3,8 +3,10 @@
}:
mkDerivation {
pname = "active";
version = "0.2.0.18";
sha256 = "1697c4757ac69a8881fecd1e985d54887e74175370210dafb828f4419c67c3ba";
version = "0.2.1";
sha256 = "615758872a6d65546e27ddc0164822b56fd030ad00459c82c0492a3372e41394";
revision = "2";
editedCabalFile = "16gc6vksf5gn5v6m9zbiphb2bd2chbypk8iykn1y7ak3f8g30asn";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "alex";
version = "3.4.0.1";
sha256 = "4c38e6fce894bde7e63190900c907040f0a3eaa4cbdd2e6eeac173f57f049f36";
version = "3.5.1.0";
sha256 = "c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
......
{ mkDerivation, QuickCheck, array, base, containers, deepseq, extra
, inspection-testing, lib, transformers
}:
mkDerivation {
pname = "algebraic-graphs";
version = "0.7";
sha256 = "51159a0d18690ab51e6709e3c576275402f96f57d901f87d734da6854582e568";
revision = "2";
editedCabalFile = "1psgkw2qcdv91cij564jzlsyx7qjs8z7y7y6lfhciilbzkzvpy3m";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base containers deepseq transformers
];
testHaskellDepends = [
array base containers deepseq extra inspection-testing QuickCheck
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/snowleopard/alga";
description = "A library for algebraic graph construction and transformation";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, alsa-core, alsa-lib, base, c2hs, lib, unix }:
mkDerivation {
pname = "alsa-mixer";
version = "0.3.0";
sha256 = "cb6a197de99c6b4339a7f552e1c6b71eaefa11bb96102d5ba4519a23c615de02";
version = "0.3.0.1";
sha256 = "a75c2807f33ee9076d4fa15d236af910774e35d5fcd714d61ba63301adaebd2f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, array, base, containers, criterion
, exceptions, lib, linear, mtl, template-haskell, vector
, exceptions, lib, linear, mtl, template-haskell, unliftio-core
, vector
}:
mkDerivation {
pname = "apecs";
version = "0.9.5";
sha256 = "3fdc0547f257ea6ec9abe972148188e673fa1859f53695989761bad7fd9a01d8";
revision = "1";
editedCabalFile = "1vpjwmyir3ivqzcalazzp4mczln5s2b23lb3rmaag0p1lrlxjxz0";
version = "0.9.6";
sha256 = "cdfc81fce9a167eea105dc03d10646df5150eb5b659092d8841599c90660f7b6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base containers exceptions mtl template-haskell vector
array base containers exceptions mtl template-haskell unliftio-core
vector
];
testHaskellDepends = [ base containers linear QuickCheck vector ];
benchmarkHaskellDepends = [ base criterion linear ];
......
{ mkDerivation, RSA, SHA, base, base64-bytestring, blaze-builder
, bytestring, crypto-pubkey-types, data-default, http-client
, http-types, lib, random, time, transformers, transformers-compat
}:
mkDerivation {
pname = "authenticate-oauth";
version = "1.7";
sha256 = "746ff695fec1bd7c7b90f1952847ce3453fadf0f18a31db206753360b3219b78";
revision = "1";
editedCabalFile = "198xm2qdaqwg2m9kgrkw5gdk2bh19mmj6c4d5fsbpcjnhxlh6axg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base64-bytestring blaze-builder bytestring crypto-pubkey-types
data-default http-client http-types random RSA SHA time
transformers transformers-compat
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/authenticate";
description = "Library to authenticate with OAuth for Haskell web applications";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, Cabal, base, directory, filepath, lib }:
{ mkDerivation, Cabal-syntax, base, directory, filepath, lib }:
mkDerivation {
pname = "autoexporter";
version = "2.0.0.9";
sha256 = "cf24938e9f243fb7ba7c623c3126e42f0f525f7759d797fcc04fbf2476a078e6";
version = "2.0.0.12";
sha256 = "ca82f0b40899fcee465aa053b5b36da0cffcaa2103fecfc4c385aff6e6dd96c6";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base Cabal directory filepath ];
executableHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [ base Cabal-syntax directory filepath ];
executableHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......
{ mkDerivation, QuickCheck, base, base64-bytestring, bytestring
, criterion, deepseq, lib, random-bytestring, tasty, tasty-hunit
{ mkDerivation, QuickCheck, base, bytestring, criterion, deepseq
, lib, memory, random-bytestring, tasty, tasty-hunit
, tasty-quickcheck, text, text-short
}:
mkDerivation {
pname = "base64";
version = "0.4.2.4";
sha256 = "640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585";
revision = "4";
editedCabalFile = "1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2";
pname = "base32";
version = "0.4";
sha256 = "9ae7861d509528d3e8f4ecd946051b05f7141e907216e672d18e26d242a908d4";
revision = "1";
editedCabalFile = "080i61y2mzahrkvj27llybgc4g0kwf53j552y8g5pcpl45dshgvh";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -15,12 +15,11 @@ mkDerivation {
base bytestring deepseq text text-short
];
testHaskellDepends = [
base base64-bytestring bytestring QuickCheck random-bytestring
tasty tasty-hunit tasty-quickcheck text text-short
base bytestring memory QuickCheck random-bytestring tasty
tasty-hunit tasty-quickcheck text text-short
];
benchmarkHaskellDepends = [
base base64-bytestring bytestring criterion deepseq
random-bytestring text
base bytestring criterion deepseq memory random-bytestring text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......@@ -29,8 +28,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/emilypi/base64";
description = "A modern RFC 4648-compliant Base64 library";
homepage = "https://github.com/emilypi/base32";
description = "Fast RFC 4648-compliant Base32 encoding";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
This diff is collapsed.
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "bech32-th";
version = "1.1.1";
sha256 = "3346a2539bfafd2e4cb8ca775a0c4aeb5636f52af4a9b0a8c22478b393558814";
version = "1.1.7";
sha256 = "36447a7184fa9032bafa4fe782b2b6ac2c4f7abef1de251a11563bfb3693e128";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
This diff is collapsed.
This diff is collapsed.