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 104 additions and 521 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;
}
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "A basic library for defining units of time as types";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -11,7 +11,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -20,4 +20,4 @@ mkDerivation {
description = "Time monadic computations with an IO base";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "Convenient functions for getting times";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ 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;
}
{ 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;
}
{ mkDerivation
, ansi-wl-pprint
, async
, base
, base64-bytestring
, bytestring
, containers
, criterion
, cryptohash-sha1
, deepseq
, directory
, generic-monoid
, hspec
, lib
, mtl
, network
, port-utils
, postgres-options
, postgresql-simple
, process
, stm
, temporary
, transformers
, unix
{ mkDerivation, ansi-wl-pprint, async, base, base64-bytestring
, bytestring, containers, criterion, cryptohash-sha1, deepseq
, directory, generic-monoid, hspec, lib, mtl, network, port-utils
, postgres-options, postgresql-simple, process, stm, temporary
, transformers, unix
}:
mkDerivation {
pname = "tmp-postgres";
version = "1.34.1.0";
sha256 = "98514428edaf527cc464cb9a30df89c6168c858e039ab1baf8293471196c3ba2";
revision = "1";
editedCabalFile = "1jr75m0f2c9jjw0sqcwncqbv4sj593dxnnxj7kprvqfgak2mz2m0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-wl-pprint
async
base
base64-bytestring
bytestring
containers
cryptohash-sha1
deepseq
directory
generic-monoid
port-utils
postgres-options
postgresql-simple
process
stm
temporary
transformers
unix
ansi-wl-pprint async base base64-bytestring bytestring containers
cryptohash-sha1 deepseq directory generic-monoid port-utils
postgres-options postgresql-simple process stm temporary
transformers unix
];
executableHaskellDepends = [
async
base
directory
postgres-options
postgresql-simple
process
async base directory postgres-options postgresql-simple process
temporary
];
testHaskellDepends = [
async
base
containers
directory
generic-monoid
hspec
mtl
network
port-utils
postgres-options
postgresql-simple
process
temporary
async base containers directory generic-monoid hspec mtl network
port-utils postgres-options postgresql-simple process temporary
unix
];
benchmarkHaskellDepends = [
base
criterion
deepseq
postgres-options
postgresql-simple
temporary
base criterion deepseq postgres-options postgresql-simple temporary
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -94,4 +42,4 @@ mkDerivation {
description = "Start and stop a temporary postgres";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ 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;
}
}
\ No newline at end of file
{ 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;
}
{ 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;
}
{ 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";
sha256 = "a1c05636cedf521bc2e2898f0668fc7264f3396f5484be6ec6a8b9b2e5c11c8b";
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;
}
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base OneTuple ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "Various functions on tuples";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ 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 = "1";
editedCabalFile = "1x4hk9kk8ra855jkzs7dc9691pk14xydixswbx2srs3r9rc6dpjb";
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;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "type-equality";
version = "1";
sha256 = "4728b502a211454ef682a10d7a3e817c22d06ba509df114bb267ef9d43a08ce8";
revision = "4";
editedCabalFile = "0sajw67mmk5syhbrwx4bz82j5cjhm04n4kjl0pp3dnphxg1m5nbw";
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;
}
......@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base doctest Glob ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Combinators for writing pretty type errors easily";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ 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