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 48 additions and 729 deletions
{ 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 = true;
enableExecutableProfiling = true;
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 ];
libraryHaskellDepends = [ base network-uri validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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 = true;
enableExecutableProfiling = true;
doHaddock = false;
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
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base hspec persistent validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base primitive validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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 = true;
enableExecutableProfiling = true;
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 = true;
enableExecutableProfiling = true;
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;
}
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base time validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base uuid validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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 = true;
enableExecutableProfiling = true;
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
, QuickCheck
, adjunctions
, base
, base-compat
, boring
, criterion
, deepseq
, distributive
, fin
, hashable
, indexed-traversable
, inspection-testing
, lib
, 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 = true;
enableExecutableProfiling = true;
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
, binary
, bytestring
, deepseq
, lib
, tasty
, tasty-bench
, tasty-quickcheck
, vector
}:
mkDerivation {
pname = "vector-binary-instances";
version = "0.2.5.2";
sha256 = "b72e3b2109a02c75cb8f07ef0aabba0dba6ec0148e21321a0a2b2197c9a2f54d";
revision = "3";
editedCabalFile = "0av0k2gn90mf5ai74575bd368x73ljnr7xlkwsqmrs6zdzkw0i83";
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 = true;
enableExecutableProfiling = true;
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 = true;
enableExecutableProfiling = true;
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
, QuickCheck
, ansi-wl-pprint
, base
, lib
, process
, transformers
, transformers-compat
{ mkDerivation, adjunctions, base, binary, comonad, deepseq
, distributive, finite-typelits, hashable, indexed-list-literals
, indexed-traversable, lib, primitive, vector
}:
mkDerivation {
pname = "optparse-applicative";
version = "0.17.0.0";
sha256 = "825b2e4d3dafe0ba64a073366a88062b3712b81f851793d9ce2327bee70af724";
pname = "vector-sized";
version = "1.6.1";
sha256 = "0615e944b52aefe3d5cacfdc1af43983d14b8fd334af0ae914fdbfa9dca3493e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-wl-pprint
base
process
transformers
transformers-compat
adjunctions base binary comonad deepseq distributive
finite-typelits hashable indexed-list-literals indexed-traversable
primitive vector
];
testHaskellDepends = [ base QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/pcapriotti/optparse-applicative";
description = "Utilities and combinators for parsing command line options";
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
, HUnit
, QuickCheck
, base
, base-orphans
, deepseq
, doctest
, lib
, primitive
, 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 = true;
enableExecutableProfiling = true;
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 = true;
enableExecutableProfiling = true;
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 = true;
enableExecutableProfiling = true;
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
, Cabal
, HUnit
, QuickCheck
, ansi-terminal
, base
, binary
, blaze-builder
, bytestring
, containers
, deepseq
, directory
, filepath
, hashable
, lib
, microlens
, microlens-mtl
, microlens-th
, mtl
, parallel
, parsec
, 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 = true;
enableExecutableProfiling = true;
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 = true;
enableExecutableProfiling = true;
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;
broken = false;
}
{ mkDerivation
, HUnit
, aeson
, ansi-terminal
, base
, base64-bytestring
, bytestring
, call-stack
, case-insensitive
, containers
, cookie
, data-default-class
, directory
, fast-logger
, hspec
, hspec-discover
, http-types
, 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 = true;
enableExecutableProfiling = true;
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;
}