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 109 additions and 798 deletions
{ mkDerivation, base, bytestring, lib, text, validity }:
mkDerivation {
pname = "validity-text";
version = "0.3.1.3";
sha256 = "7aee83b507181886d824a0c45b835888494874d7d22f1aa5859062354a93fd45";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text validity ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Validity instances for text";
license = lib.licenses.mit;
broken = false;
}
......@@ -7,9 +7,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base time validity ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Validity instances for time";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
......@@ -7,9 +7,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base uuid validity ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Validity instances for uuid";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, hashable, lib, validity, vector }:
mkDerivation {
pname = "validity-vector";
version = "0.2.0.3";
sha256 = "3e6c66c10220da63a9d02f77df6394a1428332295961ac948b648199e0686e49";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base hashable validity vector ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Validity instances for vector";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, adjunctions
, base
, base-compat
, boring
, criterion
, deepseq
, distributive
, fin
, hashable
, indexed-traversable
, inspection-testing
, lib
, QuickCheck
, semigroupoids
, tagged
, transformers
, vector
}:
mkDerivation {
pname = "vec";
version = "0.4.1";
sha256 = "0b158e65bbbf65c2b6626785ce21633b8037bcbef28f0869f5e64c4549fb6507";
revision = "1";
editedCabalFile = "156w28mz6d1gdp907j14v5xvj5y786h5pi4bfgvri592zwd2p46b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
adjunctions
base
boring
deepseq
distributive
fin
hashable
indexed-traversable
QuickCheck
semigroupoids
transformers
];
testHaskellDepends = [
base
base-compat
fin
inspection-testing
tagged
];
benchmarkHaskellDepends = [ base criterion fin vector ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/vec";
description = "Vec: length-indexed (sized) list";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bitvec
, bytestring
, containers
, lib
, mwc-random
, primitive
, QuickCheck
, vector
}:
mkDerivation {
pname = "vector-algorithms";
version = "0.9.0.1";
sha256 = "2ba7c0d3a8f26ef3ada24ff4abe81609225ecbab3b5754f048f8a0a3ecc33841";
revision = "1";
editedCabalFile = "1bma0m4g7770y4xnqsinspqkgf4swpdwddfbcby81szjxd8mik1l";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bitvec
bytestring
primitive
vector
];
testHaskellDepends = [
base
bytestring
containers
QuickCheck
vector
];
benchmarkHaskellDepends = [ base mwc-random vector ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/erikd/vector-algorithms/";
description = "Efficient algorithms for vector arrays";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, binary
, bytestring
, deepseq
, lib
, tasty
, tasty-bench
, tasty-quickcheck
, vector
}:
mkDerivation {
pname = "vector-binary-instances";
version = "0.2.5.2";
sha256 = "b72e3b2109a02c75cb8f07ef0aabba0dba6ec0148e21321a0a2b2197c9a2f54d";
revision = "2";
editedCabalFile = "149gn5n722r2skj5w46av3944fbw3882qkaydq7asm6zx5kc0nj6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary vector ];
testHaskellDepends = [ base binary tasty tasty-quickcheck vector ];
benchmarkHaskellDepends = [
base
binary
bytestring
deepseq
tasty-bench
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/bos/vector-binary-instances";
description = "Instances of Data.Binary for vector";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, comonad
, hashable
, keys
, lib
, pointed
, semigroupoids
, semigroups
, vector
}:
mkDerivation {
pname = "vector-instances";
version = "3.4";
sha256 = "1b0246ef0cf8372d61d5c7840d857f49299af2304b5107510377255ed4dd5381";
revision = "1";
editedCabalFile = "177jllmcv0517vppc4lx0l0kvicgaf1h060lkcnv7fl0hnp16zf5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
comonad
hashable
keys
pointed
semigroupoids
semigroups
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/vector-instances";
description = "Orphan Instances for 'Data.Vector'";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, adjunctions, base, binary, comonad, deepseq
, distributive, finite-typelits, hashable, indexed-list-literals
, indexed-traversable, lib, primitive, vector
}:
mkDerivation {
pname = "vector-sized";
version = "1.6.1";
sha256 = "0615e944b52aefe3d5cacfdc1af43983d14b8fd334af0ae914fdbfa9dca3493e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
adjunctions base binary comonad deepseq distributive
finite-typelits hashable indexed-list-literals indexed-traversable
primitive vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/expipiplus1/vector-sized#readme";
description = "Size tagged vectors";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, data-default
, lib
, template-haskell
, vector
}:
mkDerivation {
pname = "vector-th-unbox";
version = "0.2.2";
sha256 = "8aa4ca464e842706e5b5234b8242d1aafec9ee755659b0e3ff44ecde13a80149";
revision = "3";
editedCabalFile = "0ki133sixq8pkfys36nl25jzdvnw40qq2bnskdmk2zyjhckdjcna";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base template-haskell vector ];
testHaskellDepends = [ base data-default vector ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/tsurucapital/vector-th-unbox";
description = "Deriver for Data.Vector.Unboxed using Template Haskell";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, base-orphans
, deepseq
, doctest
, HUnit
, lib
, primitive
, QuickCheck
, random
, tasty
, tasty-bench
, tasty-hunit
, tasty-inspection-testing
, tasty-quickcheck
, template-haskell
, transformers
, vector-stream
}:
mkDerivation {
pname = "vector";
version = "0.13.0.0";
sha256 = "c5d3167d15e12f52e00879ddf304a591672a74e369cc47bc5c7fa1d5a8d15b4f";
revision = "1";
editedCabalFile = "12cwdaqsy9dv7j7cwq6r6kdyfxqiya8khm6ccaabjhhpa2aqwljl";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq primitive vector-stream ];
testHaskellDepends = [
base
base-orphans
doctest
HUnit
primitive
QuickCheck
random
tasty
tasty-hunit
tasty-inspection-testing
tasty-quickcheck
template-haskell
transformers
];
benchmarkHaskellDepends = [ base random tasty tasty-bench ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/vector";
description = "Efficient Arrays";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, aeson
, array
, base
, criterion
, deepseq
, ghc-prim
, hspec
, lens
, lens-aeson
, lib
, linear
, microlens
, mtl
, mwc-random
, primitive
, should-not-typecheck
, tagged
, text
, unordered-containers
, vector
}:
mkDerivation {
pname = "vinyl";
version = "0.14.3";
sha256 = "e6789cbf9d3db493065cc85251e1a4596e4ab561c857d2757ae2593dd53ce6d2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base deepseq ghc-prim ];
testHaskellDepends = [
aeson
base
hspec
lens
lens-aeson
microlens
mtl
should-not-typecheck
text
unordered-containers
vector
];
benchmarkHaskellDepends = [
base
criterion
linear
microlens
mwc-random
primitive
tagged
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Extensible Records";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "void";
version = "0.7.3";
sha256 = "53af758ddc37dc63981671e503438d02c6f64a2d8744e9bec557a894431f7317";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/void";
description = "A Haskell 98 logically uninhabited data type";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, ansi-terminal
, base
, binary
, blaze-builder
, bytestring
, Cabal
, containers
, deepseq
, directory
, filepath
, hashable
, HUnit
, lib
, microlens
, microlens-mtl
, microlens-th
, mtl
, parallel
, parsec
, QuickCheck
, quickcheck-assertions
, random
, smallcheck
, stm
, string-qq
, terminfo
, test-framework
, test-framework-hunit
, test-framework-smallcheck
, text
, transformers
, unix
, utf8-string
, vector
}:
mkDerivation {
pname = "vty";
version = "5.37";
sha256 = "67e1376b735232c3a5e7fa3c3eff00fdc457bdd5ba7dcf3a758aee6b8b60cdf0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
binary
blaze-builder
bytestring
containers
deepseq
directory
filepath
hashable
microlens
microlens-mtl
microlens-th
mtl
parallel
parsec
stm
terminfo
text
transformers
unix
utf8-string
vector
];
executableHaskellDepends = [
base
containers
directory
filepath
microlens
microlens-mtl
mtl
];
testHaskellDepends = [
base
blaze-builder
bytestring
Cabal
containers
deepseq
HUnit
microlens
microlens-mtl
mtl
QuickCheck
quickcheck-assertions
random
smallcheck
stm
string-qq
terminfo
test-framework
test-framework-hunit
test-framework-smallcheck
text
unix
utf8-string
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jtdaugherty/vty";
description = "A simple terminal UI library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, blaze-html
, blaze-markup
, bytestring
, containers
, cryptonite
, directory
, file-embed
, filepath
, hspec
, http-date
, http-types
, lib
, memory
, mime-types
, mockery
, network
, old-locale
, optparse-applicative
, template-haskell
, temporary
, text
, time
, transformers
, unix-compat
, unordered-containers
, wai
, wai-extra
, warp
, zlib
}:
mkDerivation {
pname = "wai-app-static";
version = "3.1.7.4";
sha256 = "647188444b19dc953bbfbab5611c81c1e1f27c31bac5dc31dd5de27cdbf01fc1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-html
blaze-markup
bytestring
containers
cryptonite
directory
file-embed
filepath
http-date
http-types
memory
mime-types
old-locale
optparse-applicative
template-haskell
text
time
transformers
unix-compat
unordered-containers
wai
wai-extra
warp
zlib
];
executableHaskellDepends = [
base
bytestring
containers
directory
mime-types
text
];
testHaskellDepends = [
base
bytestring
filepath
hspec
http-date
http-types
mime-types
mockery
network
old-locale
temporary
text
time
transformers
unix-compat
wai
wai-extra
zlib
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.yesodweb.com/book/web-application-interface";
description = "WAI application for static serving";
license = lib.licenses.mit;
mainProgram = "warp";
broken = false;
}
{ mkDerivation
, aeson
, ansi-terminal
, base
, base64-bytestring
, bytestring
, call-stack
, case-insensitive
, containers
, cookie
, data-default-class
, directory
, fast-logger
, hspec
, hspec-discover
, http-types
, HUnit
, iproute
, lib
, network
, resourcet
, streaming-commons
, temporary
, text
, time
, transformers
, unix
, vault
, wai
, wai-logger
, warp
, word8
, zlib
}:
mkDerivation {
pname = "wai-extra";
version = "3.1.13.0";
sha256 = "df0d2d275bc3c888fae9cf525496140c707cbccfdf013a36dc00e7a94ac38cc0";
revision = "1";
editedCabalFile = "0dyvg2bb37im790757khncxpnf45451dd8575p736ry4g8rpqgpw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
ansi-terminal
base
base64-bytestring
bytestring
call-stack
case-insensitive
containers
cookie
data-default-class
directory
fast-logger
http-types
HUnit
iproute
network
resourcet
streaming-commons
text
time
transformers
unix
vault
wai
wai-logger
warp
word8
];
testHaskellDepends = [
aeson
base
bytestring
case-insensitive
cookie
directory
fast-logger
hspec
http-types
HUnit
iproute
resourcet
temporary
text
time
wai
warp
zlib
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "Provides some basic WAI handlers and middleware";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, attoparsec
, base
, base-compat-batteries
, lib
, text
, time
, time-compat
{ mkDerivation, aeson, base, bytestring, http-types, lib, log-base
, string-conversions, text, time, uuid, wai
}:
mkDerivation {
pname = "attoparsec-iso8601";
version = "1.1.0.0";
sha256 = "1109a817c448a154ec58047a8f01282530cb40d20fbd5690bc58b1443ecb264a";
pname = "wai-log";
version = "0.4.0.1";
sha256 = "19d21d688e3093289afd7632d33bfaf27c0ab49e5956f153ad72c81ce85e990a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
base-compat-batteries
text
time
time-compat
aeson base bytestring http-types log-base string-conversions text
time uuid wai
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/aeson";
description = "Parsing of ISO 8601 dates, originally from aeson";
homepage = "https://github.com/scrive/wai-log";
description = "A logging middleware for WAI applications";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -12,9 +12,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base http-types wai ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -22,4 +22,4 @@ mkDerivation {
description = "Heartbeat middleware for the WAI ecosystem";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, bytestring, clock, data-default, doctest
, http-types, lib, prometheus-client, text, wai
}:
mkDerivation {
pname = "wai-middleware-prometheus";
version = "1.0.0.1";
sha256 = "b75b6f87ef9a4466787624164de5159c2b035ef0a7c361a706a59022b2faa798";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring clock data-default http-types prometheus-client
text wai
];
testHaskellDepends = [ base doctest prometheus-client ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fimad/prometheus-haskell";
description = "WAI middlware for exposing http://prometheus.io metrics.";
license = lib.licenses.asl20;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, base16-bytestring
, bytestring
, containers
, cryptohash-sha1
, directory
, expiring-cache-map
, filepath
, hspec
, hspec-discover
, hspec-expectations-lifted
, hspec-wai
, http-types
, lib
, mime-types
, mockery
, old-locale
, scotty
, semigroups
, text
, time
, wai
, wai-extra
{ mkDerivation, base, base16-bytestring, bytestring, containers
, cryptohash-sha1, directory, expiring-cache-map, filepath, hspec
, hspec-discover, hspec-expectations-lifted, hspec-wai, http-types
, lib, mime-types, mockery, old-locale, scotty, semigroups, text
, time, wai, wai-extra
}:
mkDerivation {
pname = "wai-middleware-static";
version = "0.9.2";
sha256 = "6c0c87558f04807896377535f7801a16b4ddfd9de1a203ef5a45de915907d5fa";
revision = "1";
editedCabalFile = "1zran8wpwizrwdw23a5qckmiplyk6xf2z8x4his0ipfy2zzl5ql6";
revision = "5";
editedCabalFile = "059vp0ipdgfpldzmqqhkayak6dicj8qhpb2qcwdk8y31bcg7895m";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base16-bytestring
bytestring
containers
cryptohash-sha1
directory
expiring-cache-map
filepath
http-types
mime-types
old-locale
semigroups
text
time
wai
base base16-bytestring bytestring containers cryptohash-sha1
directory expiring-cache-map filepath http-types mime-types
old-locale semigroups text time wai
];
testHaskellDepends = [
base
hspec
hspec-expectations-lifted
hspec-wai
http-types
mockery
scotty
wai-extra
base hspec hspec-expectations-lifted hspec-wai http-types mockery
scotty wai-extra
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -71,4 +34,4 @@ mkDerivation {
description = "WAI middleware that serves requests to static files";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file