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
  • raoulhc/horizon-platform
  • jonge/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 @@ ...@@ -3,8 +3,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "HsYAML"; pname = "HsYAML";
version = "0.2.1.3"; version = "0.2.1.4";
sha256 = "e026a9ac5b8fd81436ddc5fe9e0522eeeeba81a44f152c7378d05913778f9d90"; sha256 = "b580a9463c1192ea4687950f07f582268e55e2c51c1874dcdade5a8b83da1a26";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; 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 { ...@@ -5,8 +5,8 @@ mkDerivation {
pname = "OpenGLRaw"; pname = "OpenGLRaw";
version = "3.3.4.1"; version = "3.3.4.1";
sha256 = "121abdea149ac74514efb2c1c1c319466757242d1b72a8bdf99d49535f06d31e"; sha256 = "121abdea149ac74514efb2c1c1c319466757242d1b72a8bdf99d49535f06d31e";
revision = "1"; revision = "2";
editedCabalFile = "15abvqkxc08lx9d44323izccfp7bqfiljnd587zn80vdvmkzs6zc"; editedCabalFile = "1wrkv4ll7iag0a1liw6jqffhqg2nbfpdg1sa9dy88n9jli1jmikd";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = 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 @@ ...@@ -4,8 +4,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "PyF"; pname = "PyF";
version = "0.11.2.1"; version = "0.11.3.0";
sha256 = "e865c45a9323fc60f0a35f0aedf9e9f5c12258a6344bbd49031c09211b82220a"; sha256 = "9e595d33ad95f5ae73cfccd4c914220ac6eddeca68d6ecb24420563edc1d96db";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = 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 @@ ...@@ -3,8 +3,10 @@
}: }:
mkDerivation { mkDerivation {
pname = "active"; pname = "active";
version = "0.2.0.18"; version = "0.2.1";
sha256 = "1697c4757ac69a8881fecd1e985d54887e74175370210dafb828f4419c67c3ba"; sha256 = "615758872a6d65546e27ddc0164822b56fd030ad00459c82c0492a3372e41394";
revision = "2";
editedCabalFile = "16gc6vksf5gn5v6m9zbiphb2bd2chbypk8iykn1y7ak3f8g30asn";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "alex"; pname = "alex";
version = "3.4.0.1"; version = "3.5.1.0";
sha256 = "4c38e6fce894bde7e63190900c907040f0a3eaa4cbdd2e6eeac173f57f049f36"; sha256 = "c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = 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, alsa-core, alsa-lib, base, c2hs, lib, unix }:
mkDerivation { mkDerivation {
pname = "alsa-mixer"; pname = "alsa-mixer";
version = "0.3.0"; version = "0.3.0.1";
sha256 = "cb6a197de99c6b4339a7f552e1c6b71eaefa11bb96102d5ba4519a23c615de02"; sha256 = "a75c2807f33ee9076d4fa15d236af910774e35d5fcd714d61ba63301adaebd2f";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, array, base, containers, criterion { mkDerivation, QuickCheck, array, base, containers, criterion
, exceptions, lib, linear, mtl, template-haskell, vector , exceptions, lib, linear, mtl, template-haskell, unliftio-core
, vector
}: }:
mkDerivation { mkDerivation {
pname = "apecs"; pname = "apecs";
version = "0.9.5"; version = "0.9.6";
sha256 = "3fdc0547f257ea6ec9abe972148188e673fa1859f53695989761bad7fd9a01d8"; sha256 = "cdfc81fce9a167eea105dc03d10646df5150eb5b659092d8841599c90660f7b6";
revision = "1";
editedCabalFile = "1vpjwmyir3ivqzcalazzp4mczln5s2b23lb3rmaag0p1lrlxjxz0";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ 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 ]; testHaskellDepends = [ base containers linear QuickCheck vector ];
benchmarkHaskellDepends = [ base criterion linear ]; 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 { mkDerivation {
pname = "autoexporter"; pname = "autoexporter";
version = "2.0.0.9"; version = "2.0.0.12";
sha256 = "cf24938e9f243fb7ba7c623c3126e42f0f525f7759d797fcc04fbf2476a078e6"; sha256 = "ca82f0b40899fcee465aa053b5b36da0cffcaa2103fecfc4c385aff6e6dd96c6";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base Cabal directory filepath ]; libraryHaskellDepends = [ base Cabal-syntax directory filepath ];
executableHaskellDepends = [ base Cabal directory filepath ]; executableHaskellDepends = [ base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = true; doHaddock = true;
......
{ mkDerivation, QuickCheck, base, base64-bytestring, bytestring { mkDerivation, QuickCheck, base, bytestring, criterion, deepseq
, criterion, deepseq, lib, random-bytestring, tasty, tasty-hunit , lib, memory, random-bytestring, tasty, tasty-hunit
, tasty-quickcheck, text, text-short , tasty-quickcheck, text, text-short
}: }:
mkDerivation { mkDerivation {
pname = "base64"; pname = "base32";
version = "0.4.2.4"; version = "0.4";
sha256 = "640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585"; sha256 = "9ae7861d509528d3e8f4ecd946051b05f7141e907216e672d18e26d242a908d4";
revision = "4"; revision = "1";
editedCabalFile = "1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2"; editedCabalFile = "080i61y2mzahrkvj27llybgc4g0kwf53j552y8g5pcpl45dshgvh";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
...@@ -15,12 +15,11 @@ mkDerivation { ...@@ -15,12 +15,11 @@ mkDerivation {
base bytestring deepseq text text-short base bytestring deepseq text text-short
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base64-bytestring bytestring QuickCheck random-bytestring base bytestring memory QuickCheck random-bytestring tasty
tasty tasty-hunit tasty-quickcheck text text-short tasty-hunit tasty-quickcheck text text-short
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
base base64-bytestring bytestring criterion deepseq base bytestring criterion deepseq memory random-bytestring text
random-bytestring text
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
...@@ -29,8 +28,8 @@ mkDerivation { ...@@ -29,8 +28,8 @@ mkDerivation {
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/emilypi/base64"; homepage = "https://github.com/emilypi/base32";
description = "A modern RFC 4648-compliant Base64 library"; description = "Fast RFC 4648-compliant Base32 encoding";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, base, bytestring, criterion
, deepseq, lib, test-framework, test-framework-hunit
, test-framework-quickcheck2
}:
mkDerivation {
pname = "base64-bytestring";
version = "1.2.1.0";
sha256 = "fbf8ed30edde271eb605352021431d8f1b055f95a56af31fe2eacf6bdfdc49c9";
revision = "1";
editedCabalFile = "00wqskhc31agyxvm7546367qb33v5i3j31sibcw6vihli77mqc25";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/base64-bytestring";
description = "Fast base64 encoding and decoding for ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "bech32-th"; pname = "bech32-th";
version = "1.1.1"; version = "1.1.7";
sha256 = "3346a2539bfafd2e4cb8ca775a0c4aeb5636f52af4a9b0a8c22478b393558814"; sha256 = "36447a7184fa9032bafa4fe782b2b6ac2c4f7abef1de251a11563bfb3693e128";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
...@@ -5,10 +5,8 @@ ...@@ -5,10 +5,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "bech32"; pname = "bech32";
version = "1.1.4"; version = "1.1.7";
sha256 = "48553d2c017d7dec3450cca628ed09018e345bdb8b368661c0afc05658139a38"; sha256 = "ef6e4885319ccff679282820b9312da6f415b46f1f72ff23a53577b9984e87e2";
revision = "1";
editedCabalFile = "1w86km0kq03vzp7j58sva1a9xlspbkh2zycl3c8r34jjpbqxzyw9";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, base, boring, dec, deepseq, fin
, hashable, lib, some
}:
mkDerivation {
pname = "bin";
version = "0.1.3";
sha256 = "fb9cf773bd6e36802748c538696187fe66efbc817c52bfe2f6cfdeff75126d92";
revision = "1";
editedCabalFile = "0schv2ilmkd37wsw777lx44x4nfs5pn0d7n8wkamzi8m8h0qi5l9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base boring dec deepseq fin hashable QuickCheck some
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/vec";
description = "Bin: binary natural numbers";
license = lib.licenses.gpl2Plus;
broken = false;
}
\ No newline at end of file