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 78 additions and 516 deletions
{ mkDerivation
, aeson
, base
, hspec
, lib
, validity
, validity-scientific
, validity-text
, validity-unordered-containers
, validity-vector
}:
mkDerivation {
pname = "validity-aeson";
version = "0.2.0.5";
sha256 = "b232c3bb0a3a1ae342f41c42eb90e8931421e409ed4930c2b89246a521ae623e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
validity
validity-scientific
validity-text
validity-unordered-containers
validity-vector
];
testHaskellDepends = [ aeson base hspec 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 aeson";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, base
, case-insensitive
, genvalidity-hspec
, hspec
, lib
, validity
{ mkDerivation, base, case-insensitive, genvalidity-hspec, hspec
, lib, validity
}:
mkDerivation {
pname = "validity-case-insensitive";
......@@ -15,15 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base case-insensitive validity ];
testHaskellDepends = [
base
case-insensitive
genvalidity-hspec
hspec
validity
base case-insensitive genvalidity-hspec hspec validity
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -32,4 +23,4 @@ mkDerivation {
description = "Validity instances for case-insensitive";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, containers, lib, validity }:
mkDerivation {
pname = "validity-containers";
version = "0.5.0.4";
sha256 = "8de2ac38381ecc4fd7f3bfe48b2a398de8b9e018ddf84420178d94dc80b985e3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers 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 containers";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, hspec, lib }:
{ mkDerivation, base, lib, network-uri, validity }:
mkDerivation {
pname = "validity";
version = "0.12.0.1";
sha256 = "1c3ce2052b73a47bd6ea6cb757e0dac5cf1cacf3558cb06b5ab725ad30d73ec9";
pname = "validity-network-uri";
version = "0.0.0.1";
sha256 = "99befa2be5adfd67563857517e369d7916fca5a09fc5f6dbd8cdd1378d5ec397";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
libraryHaskellDepends = [ base network-uri validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Validity typeclass";
description = "Validity instances for URI";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, filepath
, genvalidity-hspec
, hspec
, lib
, path
{ mkDerivation, base, filepath, genvalidity-hspec, hspec, lib, path
, validity
}:
mkDerivation {
......@@ -16,16 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base filepath path validity ];
testHaskellDepends = [
base
filepath
genvalidity-hspec
hspec
path
validity
base filepath genvalidity-hspec hspec path validity
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -34,4 +23,4 @@ mkDerivation {
description = "Validity instances for Path";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
......@@ -7,9 +7,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base hspec persistent 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 persistent-related types";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
......@@ -7,9 +7,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base primitive 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 primitive";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib, scientific, validity }:
mkDerivation {
pname = "validity-scientific";
version = "0.2.0.3";
sha256 = "773a4a35933637d0bade859dd0e8acadc781d9ccd3b057d60e7ffaaa20e5186f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base scientific 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 scientific";
license = lib.licenses.mit;
broken = false;
}
{ 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;
}