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 83 additions and 281 deletions
{ mkDerivation, auto-update, base, lib }:
mkDerivation {
pname = "time-manager";
version = "0.0.0";
sha256 = "90a616ed20b2119bb64f78f84230b6798cde22a35e87bc8d9ee08cdf1d90fcdb";
revision = "1";
editedCabalFile = "1hwcns6rnh27nngq616cl9x2pl6lm4zzrsbbv5vq6hl0a60qhqjv";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ auto-update base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "Scalable timer";
license = lib.licenses.mit;
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;
......
......@@ -11,7 +11,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, auto-update, base, basement, bytestring, clock, lib
, memory, psqueues, tls
}:
mkDerivation {
pname = "tls-session-manager";
version = "0.0.4";
sha256 = "ba207f79b4536a65625063106c621e8bafc0dc7928bd9273270e19f36d59938c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
auto-update base basement bytestring clock memory psqueues tls
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "In-memory TLS session manager";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, asn1-encoding, asn1-types, async, base
, bytestring, cereal, cryptonite, data-default-class, gauge
, hourglass, lib, memory, mtl, network, tasty, tasty-quickcheck
, transformers, x509, x509-store, x509-validation
}:
mkDerivation {
pname = "tls";
version = "1.6.0";
sha256 = "d29d20afc1c1b852a3c39b076ec853cb596ac888cf521e54144441dec689e498";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
asn1-encoding asn1-types async base bytestring cereal cryptonite
data-default-class hourglass memory mtl network transformers x509
x509-store x509-validation
];
testHaskellDepends = [
asn1-types async base bytestring cryptonite data-default-class
hourglass QuickCheck tasty tasty-quickcheck x509 x509-validation
];
benchmarkHaskellDepends = [
asn1-types async base bytestring cryptonite data-default-class
gauge hourglass QuickCheck tasty-quickcheck x509 x509-validation
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-tls";
description = "TLS/SSL protocol native implementation (Server and Client)";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -8,6 +8,8 @@ mkDerivation {
pname = "tmp-postgres";
version = "1.34.1.0";
sha256 = "98514428edaf527cc464cb9a30df89c6168c858e039ab1baf8293471196c3ba2";
revision = "1";
editedCabalFile = "1jr75m0f2c9jjw0sqcwncqbv4sj593dxnnxj7kprvqfgak2mz2m0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -31,7 +33,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, async, base, bytestring, containers, deepseq
, directory, filepath, lib, mtl, optparse-applicative, tagged
, tasty, tasty-hunit, temporary, text, typed-process
{ mkDerivation, alex, array, base, containers, happy, hspec
, hspec-discover, lib, markdown-unlit, prettyprinter
, template-haskell, text, time, transformers
}:
mkDerivation {
pname = "tasty-golden";
version = "2.3.5";
sha256 = "8b37b541a2603da27e88fcf3209118817e978a36187142dda160b39c6cb7740e";
pname = "toml-parser";
version = "2.0.0.0";
sha256 = "87fd39161e23b2963ca67f5c30f5c17e2b7f2d27ba71ef4cb8a7ee561fad79db";
revision = "2";
editedCabalFile = "027xradr3xivfb68nljplrj6qr8kr32k0ifdl8bwki442rkbhfqv";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async base bytestring containers deepseq directory filepath mtl
optparse-applicative tagged tasty temporary text typed-process
array base containers prettyprinter text time transformers
];
libraryToolDepends = [ alex happy ];
testHaskellDepends = [
base directory filepath tasty tasty-hunit temporary typed-process
base containers hspec template-haskell text time
];
testToolDepends = [ hspec-discover markdown-unlit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/UnkindPartition/tasty-golden";
description = "Golden tests support for tasty";
license = lib.licenses.mit;
description = "TOML 1.0.0 parser";
license = lib.licenses.isc;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "torsor";
version = "0.1";
sha256 = "75a3f53a08b9333613a16c5e98f12a069a1c1a360dc3c2abf7b47522acb06d9c";
version = "0.1.0.1";
sha256 = "a901845703fe42d0d852ccefb1b7b9210623289203dccd875e0ea70036ed4c52";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/andrewthad/torsor#readme";
homepage = "https://github.com/byteverse/torsor";
description = "Torsor Typeclass";
license = lib.licenses.bsd3;
broken = false;
......
{ mkDerivation, base, base-orphans, lib, stm, transformers
, transformers-compat
}:
mkDerivation {
pname = "transformers-base";
version = "0.4.6";
sha256 = "323bf8689eb691b122661cffa41a25e00fea7a768433fe2dde35d3da7d32cf90";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base-orphans stm transformers transformers-compat
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mvv/transformers-base";
description = "Lift computations from the bottom of a transformer stack";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, ghc-prim, lib, transformers }:
mkDerivation {
pname = "transformers-compat";
version = "0.7.2";
sha256 = "b62c7304c9f3cbc9463d0739aa85cb9489f217ea092b9d625d417514fbcc9d6a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/transformers-compat/";
description = "A small compatibility shim for the transformers library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, exceptions, lib, text, transformers }:
mkDerivation {
pname = "transformers-except";
version = "0.1.3";
sha256 = "484babf024bd82e87cc8305bd38ae04d40a7c24fa81c487cc603c3c9fd230c0d";
version = "0.1.4";
sha256 = "71990961552b1eaa66f54e65f0b709c9a96d2121c3959a13ddcb5b5a5d67e40d";
revision = "1";
editedCabalFile = "1wgrjvinhx6piwcqvwz84b1ysm3np75wgqyv6pyypgk7xd6zvqrw";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base exceptions text transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, Diff, QuickCheck, aeson, ansi-terminal
, ansi-wl-pprint, base, base-compat, bytestring, bytestring-builder
, containers, criterion, deepseq, hashable, lib, parsec, parsers
, pretty, primitive, scientific, semialign, strict, tagged, tasty
, tasty-golden, tasty-quickcheck, text, these, time, trifecta
, unordered-containers, uuid-types, vector
}:
mkDerivation {
pname = "tree-diff";
version = "0.3.0.1";
sha256 = "40e67c9f7f21850f17ecc96ef983d833284626bbe3f43f2e8a0877ace9d472ae";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson ansi-terminal ansi-wl-pprint base base-compat bytestring
bytestring-builder containers deepseq hashable parsec parsers
pretty primitive QuickCheck scientific semialign strict tagged text
these time unordered-containers uuid-types vector
];
testHaskellDepends = [
ansi-terminal ansi-wl-pprint base base-compat parsec primitive
QuickCheck tagged tasty tasty-golden tasty-quickcheck trifecta
unordered-containers
];
benchmarkHaskellDepends = [ base criterion deepseq Diff ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/tree-diff";
description = "Diffing of (expression) trees";
license = lib.licenses.gpl2Plus;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, ansi-terminal, array, base
, blaze-builder, blaze-html, blaze-markup, bytestring, charset
, comonad, containers, deepseq, fingertree, ghc-prim, hashable
, indexed-traversable, lens, lib, mtl, parsers, prettyprinter
, prettyprinter-ansi-terminal, profunctors, reducers, transformers
, unordered-containers, utf8-string
}:
mkDerivation {
pname = "trifecta";
version = "2.1.2";
sha256 = "8a3a4e3367f6b62152dd4f75c52f9972082c31ed0c24a7e1d27cea574d457daa";
revision = "1";
editedCabalFile = "0a7cfbd04w3zbm234mmpib9mxar46ra5xvb62gcnbmixr7b343j9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal array base blaze-builder blaze-html blaze-markup
bytestring charset comonad containers deepseq fingertree ghc-prim
hashable indexed-traversable lens mtl parsers prettyprinter
prettyprinter-ansi-terminal profunctors reducers transformers
unordered-containers utf8-string
];
testHaskellDepends = [ base parsers QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/trifecta/";
description = "A modern parser combinator library with convenient diagnostics";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base OneTuple ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, bytestring, doctest, lib }:
{ mkDerivation, QuickCheck, base, lib, primitive
, quickcheck-classes, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "network-byte-order";
version = "0.1.6";
sha256 = "f2b0ccc9b759d686af30aac874fc394c13c1fc8a3db00fac401c9339c263dc5e";
revision = "1";
editedCabalFile = "0fpyfd1adg9fr7w6afxkx306c0kaz3ji3x78sl29v9j3mh4vdn13";
pname = "tuples";
version = "0.1.0.0";
sha256 = "2590bb956598066fb5182d820827de0040f7e43d558bcbea6c35b5830115014f";
revision = "2";
editedCabalFile = "08d8f4svxfn6165438dvd4zh61wldrl7gsly8ip6x5svyvj3ygqb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [ base bytestring doctest ];
libraryHaskellDepends = [ base primitive ];
testHaskellDepends = [
base primitive QuickCheck quickcheck-classes tasty tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Network byte order utilities";
homepage = "https://github.com/andrewthad/tuples";
description = "Small monomorphic tuples";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, ansi-wl-pprint, async, base, bytestring, clock
, containers, directory, doctest, exceptions, filepath, foldl
, hostname, lib, managed, optional-args, optparse-applicative
, process, stm, streaming-commons, tasty, tasty-bench, tasty-hunit
, temporary, text, time, transformers, unix, unix-compat
}:
mkDerivation {
pname = "turtle";
version = "1.6.1";
sha256 = "2795445c93a4b646dd02b68ebf4006f8ec3588c85ccfe9d47810597e638e3b9c";
revision = "3";
editedCabalFile = "00jxvvpffllwcaw2sg0rymj66963ihifpjn4m94mgscqwl25cfqs";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-wl-pprint async base bytestring clock containers directory
exceptions filepath foldl hostname managed optional-args
optparse-applicative process stm streaming-commons temporary text
time transformers unix unix-compat
];
testHaskellDepends = [
base doctest filepath tasty tasty-hunit temporary
];
benchmarkHaskellDepends = [ base tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Shell programming, Haskell-style";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "type-equality";
version = "1";
sha256 = "4728b502a211454ef682a10d7a3e817c22d06ba509df114bb267ef9d43a08ce8";
revision = "5";
editedCabalFile = "0mhvj82l6nvxz3majr7kza4j7nxi0rqjx0ci8m1s9abkcirhcq2m";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/hesselink/type-equality";
description = "Data.Type.Equality compat package";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base doctest Glob ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, lib }:
mkDerivation {
pname = "data-default-class";
version = "0.1.2.0";
sha256 = "4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56";
pname = "type-hint";
version = "0.1";
sha256 = "1161cdbf4b4b43c2953ee60438e948737604193e1bfe2c880ff178538faa99b9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A class for types with a default value";
homepage = "https://github.com/mvv/type-hint";
description = "Guide type inference with proxy values";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file