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
Showing
with 37 additions and 276 deletions
{ mkDerivation, HUnit, base, bytestring, conduit, conduit-extra
, directory, hspec, hspec-discover, lib, network, process
, resourcet, unix
}:
mkDerivation {
pname = "simple-sendfile";
version = "0.2.31";
sha256 = "66076e220e3ae707bc5c6df727b3279000e2fdd1c3a4f1e0bf9b715eb76dc560";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring network unix ];
testHaskellDepends = [
base bytestring conduit conduit-extra directory hspec HUnit network
process resourcet unix
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Cross platform library for the sendfile system call";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, boring, dec, deepseq, lib, some }:
mkDerivation {
pname = "singleton-bool";
version = "0.1.7";
sha256 = "1c2d196386c3697e884fcc8bef530506045a4860a5f669cc8416358b473bb29b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base boring dec deepseq some ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/singleton-bool#readme";
description = "Type level booleans";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, containers, ghc-boot-th, lib, mtl, singletons
, syb, template-haskell, th-desugar, th-orphans, transformers
}:
mkDerivation {
pname = "singletons-th";
version = "3.1.1";
sha256 = "466b91be35ee07bc06f5bf01d15f4bd9dc99a1151deb09ee114d99b9e052e9ae";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers ghc-boot-th mtl singletons syb template-haskell
th-desugar th-orphans transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.github.com/goldfirere/singletons";
description = "A framework for generating singleton types";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "singletons";
version = "3.0.2";
sha256 = "f568ee129ef6438a4325f145f17fa4a3074b3564c72fd35ba1f68dcee14d5e82";
revision = "1";
editedCabalFile = "1lp2qr5vwgr7qh0dwwa5fqz6rflx8hm6z7yyshqkmc2mn30fxhiy";
version = "3.0.3";
sha256 = "99600410644fd8331f0fd546b8ce2b5c4b399321d43c3047542a609bca0a1c7e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -12,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -3,10 +3,8 @@
}:
mkDerivation {
pname = "size-based";
version = "0.1.3.1";
sha256 = "a249a75341d2c54736a3a665fc7af1d2ef3c20942e52966337973d4978445ff4";
revision = "1";
editedCabalFile = "1fmqqnf3b3pjcs4h68r8ry8qci9gcl2ccwifn3dxribcm8c0n3lp";
version = "0.1.3.2";
sha256 = "8250a66565a33e3d6c7f85a1ddfc851c96b3de790473644c84a6823de55502e2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -15,7 +13,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -6,8 +6,8 @@
}:
mkDerivation {
pname = "skylighting-core";
version = "0.13.2.1";
sha256 = "a480809ced173d6572b349a1874a16ff74b42501e4486e4180b41e27024f65c5";
version = "0.14.1.2";
sha256 = "e532fc3bdafb155117df9a4dc37ca7115b31bba9783f84eff60b8ce12395c18f";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -26,7 +26,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -13,7 +13,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "skylighting-format-blaze-html";
version = "0.1.1";
sha256 = "b1139b4df369de93d1ec6d8a2ed02bf11d559f9eaf71c31434fb5b19ba48ef13";
version = "0.1.1.2";
sha256 = "125fe5367aef04b1bc720bdff07802e5db288cb3634ac0ba2796ed5cedd98f79";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -13,7 +13,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base containers skylighting-core text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base containers skylighting-core text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -5,8 +5,8 @@
}:
mkDerivation {
pname = "skylighting";
version = "0.13.2.1";
sha256 = "f074b2d8a228dbadddc026939e1e76a3c06c1f650c41a154bee3dcb615430653";
version = "0.14.1.2";
sha256 = "178f7421bb661000722d3894ec2d07560ab73d04ae53fd4d838c3721ecb2ed8b";
configureFlags = [ "-fexecutable" ];
isLibrary = true;
isExecutable = true;
......@@ -21,7 +21,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -13,7 +13,7 @@ mkDerivation {
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, lib, logict, mtl, pretty }:
mkDerivation {
pname = "smallcheck";
version = "1.2.1";
sha256 = "e41f9d11b50e0526dd28c9bc6cf6dddf98cebd782911a00c3e5cbe4ce53fc869";
revision = "1";
editedCabalFile = "141lvb58hy94gywchaaf2dbh1dncnj951q5l6xkg1drvm94dvj1b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base logict mtl pretty ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Bodigrim/smallcheck";
description = "A property-based testing library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, attoparsec, base, bytestring
, bytestring-builder, case-insensitive, containers, deepseq
, directory, filepath, hashable, io-streams, lib, lifted-base
, monad-control, mtl, network, network-uri, old-locale, parallel
, random, readable, regex-posix, test-framework
, test-framework-hunit, test-framework-quickcheck2, text, time
, transformers, transformers-base, unix-compat
, unordered-containers, vector, zlib
}:
mkDerivation {
pname = "snap-core";
version = "1.0.5.1";
sha256 = "a704c1a0e2c4ebfdcc8baf6feab09dd7715bdc9d750f7efb63d06e3965ec0502";
revision = "1";
editedCabalFile = "1hmkk9gxvrrs6ddf7l8i6ajdgdw4zgd103al67ggrh7whjyg2i0d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec base bytestring bytestring-builder case-insensitive
containers directory filepath hashable HUnit io-streams lifted-base
monad-control mtl network network-uri old-locale random readable
regex-posix text time transformers transformers-base unix-compat
unordered-containers vector
];
testHaskellDepends = [
attoparsec base bytestring bytestring-builder case-insensitive
containers deepseq directory filepath hashable HUnit io-streams
lifted-base monad-control mtl network network-uri old-locale
parallel QuickCheck random readable regex-posix test-framework
test-framework-hunit test-framework-quickcheck2 text time
transformers transformers-base unix-compat unordered-containers
vector zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://snapframework.com/";
description = "Snap: A Haskell Web Framework (core interfaces and types)";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, HsOpenSSL, QuickCheck, attoparsec, base
, base16-bytestring, blaze-builder, bytestring, bytestring-builder
, case-insensitive, clock, containers, criterion, deepseq
, directory, filepath, http-common, http-streams, io-streams
, io-streams-haproxy, lib, lifted-base, monad-control, mtl, network
, old-locale, openssl-streams, parallel, random, snap-core
, test-framework, test-framework-hunit, test-framework-quickcheck2
, text, threads, time, transformers, unix, unix-compat, vector
}:
mkDerivation {
pname = "snap-server";
version = "1.1.2.1";
sha256 = "a47457fd746db202711b6a6b34a8575daa291a01a99cd0900e639aadc06fca7e";
revision = "1";
editedCabalFile = "09ljp1m8lv2khp6m76sj96qa3gr5v19c5caz54jlvinj7k6bhhfm";
configureFlags = [ "-fopenssl" ];
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec base blaze-builder bytestring case-insensitive clock
containers filepath HsOpenSSL io-streams io-streams-haproxy
lifted-base mtl network old-locale openssl-streams snap-core text
time transformers unix unix-compat vector
];
testHaskellDepends = [
attoparsec base base16-bytestring blaze-builder bytestring
case-insensitive clock containers deepseq directory filepath
HsOpenSSL http-common http-streams HUnit io-streams
io-streams-haproxy lifted-base monad-control mtl network old-locale
openssl-streams parallel QuickCheck random snap-core test-framework
test-framework-hunit test-framework-quickcheck2 text threads time
transformers unix unix-compat vector
];
benchmarkHaskellDepends = [
attoparsec base blaze-builder bytestring bytestring-builder
criterion io-streams io-streams-haproxy snap-core transformers
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://snapframework.com/";
description = "A web server for the Snap Framework";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, basement, bytestring, cereal, lib, network }:
mkDerivation {
pname = "socks";
version = "0.6.1";
sha256 = "734447558bb061ce768f53a0df1f2401902c6bee396cc96ce627edd986ef6a73";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base basement bytestring cereal network
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-socks";
description = "Socks proxy (ver 5)";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, deepseq, lib }:
mkDerivation {
pname = "sop-core";
version = "0.5.0.2";
sha256 = "87bffd2254b98ded822d449fcd1c33dbd74d2ce96bf35e7a6714abc5a2297265";
revision = "2";
editedCabalFile = "0db36xhswrsc30cw5c5s7h6g1ykcb3bkjjnixaqqshxln6cwfsig";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "True Sums of Products";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, criterion, deepseq, lib }:
{ mkDerivation, QuickCheck, base, criterion, deepseq, lib }:
mkDerivation {
pname = "sorted-list";
version = "0.2.1.0";
sha256 = "b4e476157cf0df745eb3c39921357ffb2bf411cd169e755e99536031e07c5ef4";
version = "0.2.2.0";
sha256 = "39e70f76a621bd23992e69b5140d76502eaa602e31d2c2f8493fcdda5d980f37";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [ base QuickCheck ];
benchmarkHaskellDepends = [ base criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Daniel-Diaz/sorted-list/blob/master/README.md";
description = "Type-enforced sorted lists and related functions";
license = lib.licenses.bsd3;
broken = false;
......
{ mkDerivation, array, base, bytestring, criterion, deepseq
, directory, filepath, hedgehog, hspec, hspec-hedgehog, lib, mtl
, process, profunctors, temporary, text, text-short, vector
, directory, fetchgit, filepath, hedgehog, hspec, hspec-hedgehog
, lib, mtl, process, profunctors, temporary, text, vector
}:
mkDerivation {
pname = "souffle-haskell";
version = "3.5.1";
sha256 = "70b9b8fb6e58609675c5b29137557f1cbe599443dd0ab31ca33b1f66815ebc6f";
version = "4.0.0";
src = fetchgit {
url = "https://github.com/luc-tielen/souffle-haskell";
sha256 = "03kn2ap5wkiiqajln48gn70pq5dsypivvb6n3nl3i4gqdh8l2xnm";
rev = "e441c84f1d64890e31c92fbb278c074ae8bcaff5";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base bytestring deepseq directory filepath mtl process
profunctors temporary text text-short vector
profunctors temporary text vector
];
testHaskellDepends = [
array base directory hedgehog hspec hspec-hedgehog profunctors
temporary text text-short vector
temporary text vector
];
benchmarkHaskellDepends = [ base criterion deepseq text vector ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......