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 58 additions and 449 deletions
{ mkDerivation, base, basement, bytestring, containers
, data-default-class, lib, network, socks, tls, x509, x509-store
, x509-system, x509-validation
}:
mkDerivation {
pname = "connection";
version = "0.3.1";
sha256 = "5d759589c532c34d87bfc4f6fcb732bf55b55a93559d3b94229e8347a15375d9";
revision = "1";
editedCabalFile = "08f1n38zryd0jklyv3yillilp040zxfxha6jphrmf28haq2irnk5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base basement bytestring containers data-default-class network
socks tls x509 x509-store x509-system x509-validation
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/vincenthz/hs-connection";
description = "Simple and easy network connections API";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, constraints, lib, template-haskell }:
mkDerivation {
pname = "constraints-extras";
version = "0.4.0.0";
sha256 = "f639594f340986e7647616194dec57a85490ca60e3b0f5197d011675da242ec7";
revision = "1";
editedCabalFile = "1fdabah3ilq9yf94916ml3c3rxgcgab1jhzl4mk1zgzsw78j53qf";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base constraints template-haskell ];
executableHaskellDepends = [ aeson base constraints ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/obsidiansystems/constraints-extras";
description = "Utility package for constraints";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, binary, deepseq, ghc-prim, hashable, hspec
, hspec-discover, lib, mtl, transformers, transformers-compat
, type-equality
}:
mkDerivation {
pname = "constraints";
version = "0.13.4";
sha256 = "4186946df4b88c5d7cae3a42aa426f30fd5d249835ea1d290e139cebbf464434";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base binary deepseq ghc-prim hashable mtl transformers
transformers-compat type-equality
];
testHaskellDepends = [ base hspec ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/constraints/";
description = "Constraint manipulation";
license = lib.licenses.bsd2;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib, parallel, transformers
, transformers-compat
{ mkDerivation, QuickCheck, base, deepseq, lib, primitive
, primitive-unlifted, quickcheck-classes, quickcheck-instances
, random, random-shuffle, run-st, vector, weigh
}:
mkDerivation {
pname = "monad-parallel";
version = "0.8";
sha256 = "44658c1d4036a390a6c6597866e212f73c058ac3b369b8763e0f10c2382b20c9";
pname = "contiguous";
version = "0.6.4.2";
sha256 = "a8ead64063b68e5a0bf35b8b51f829de4f7815ab5cb380be58433e115b86c02b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base parallel transformers transformers-compat
base deepseq primitive primitive-unlifted run-st
];
testHaskellDepends = [
base primitive QuickCheck quickcheck-classes quickcheck-instances
vector
];
benchmarkHaskellDepends = [ base random random-shuffle weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://hub.darcs.net/blamario/SCC.wiki/";
description = "Parallel execution of monadic computations";
homepage = "https://github.com/byteverse/contiguous";
description = "Unified interface for primitive arrays";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, containers, ghc, lib, mtl, template-haskell
, transformers
{ mkDerivation, base, contravariant, lib, template-haskell
, template-haskell-compat-v0208
}:
mkDerivation {
pname = "inspection-testing";
version = "0.5.0.1";
sha256 = "29750b73c578346659c89a146436e2f582fb0f28d1292b8cf0631873278b077f";
pname = "contravariant-extras";
version = "0.3.5.4";
sha256 = "2f3a16d38cb6778704db7f142e54be169db4362e033b2d568c172d0c6e64298e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers ghc mtl template-haskell transformers
base contravariant template-haskell template-haskell-compat-v0208
];
testHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nomeata/inspection-testing";
description = "GHC plugin to do inspection testing";
homepage = "https://github.com/nikita-volkov/contravariant-extras";
description = "Extras for the \"contravariant\" package";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, StateVar, base, lib, transformers }:
mkDerivation {
pname = "contravariant";
version = "1.5.5";
sha256 = "062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base StateVar transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/contravariant/";
description = "Contravariant functors";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, HUnit, QuickCheck, base, bytestring
, data-default-class, deepseq, lib, tasty, tasty-hunit
, tasty-quickcheck, text, time
}:
mkDerivation {
pname = "cookie";
version = "0.4.6";
sha256 = "8c41a956c32b9733d525a53d43b0338a236a34d36658ecc4364c8249a6664baa";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring data-default-class deepseq text time
];
testHaskellDepends = [
base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck
text time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/snoyberg/cookie";
description = "HTTP cookie parsing and rendering";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, directory, lib, polyparse, time }:
mkDerivation {
pname = "cpphs";
version = "1.20.9.1";
sha256 = "7f59b10bc3374004cee3c04fa4ee4a1b90d0dca84a3d0e436d5861a1aa3b919f";
revision = "1";
editedCabalFile = "1f8jzs8zdh4wwbcq8fy6qqxkv75ypnvsm4yzw49wpr3b9vpnzlha";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base directory polyparse time ];
executableHaskellDepends = [ base directory polyparse time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://projects.haskell.org/cpphs/";
description = "A liberalised re-implementation of cpp, the C pre-processor";
license = "LGPL";
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, base-compat, binary, containers
, deepseq, ghc-prim, lib, vector
}:
mkDerivation {
pname = "criterion-measurement";
version = "0.2.1.0";
sha256 = "ddce822e11be48a56ac1cb3c752847ac5fe04743728268207482aee8713eeda5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base base-compat binary containers deepseq ghc-prim vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/criterion";
description = "Criterion measurement functionality and associated types";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, Glob, HUnit, QuickCheck, aeson, ansi-wl-pprint
, base, base-compat, base-compat-batteries, binary, binary-orphans
, bytestring, cassava, code-page, containers, criterion-measurement
, deepseq, directory, exceptions, filepath, js-chart, lib
, microstache, mtl, mwc-random, optparse-applicative, parsec
, statistics, tasty, tasty-hunit, tasty-quickcheck, text, time
, transformers, transformers-compat, vector, vector-algorithms
}:
mkDerivation {
pname = "criterion";
version = "1.6.0.0";
sha256 = "4029ef9ccd158e995a97827bb50d189a98a0875ea4b73300276fac1510a252b0";
revision = "1";
editedCabalFile = "1sq1izskw1j1dxrdak8zxv22q3cvxg7s9wvxx3l2gj0165xj83bc";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-wl-pprint base base-compat-batteries binary
binary-orphans bytestring cassava code-page containers
criterion-measurement deepseq directory exceptions filepath Glob
js-chart microstache mtl mwc-random optparse-applicative parsec
statistics text time transformers transformers-compat vector
vector-algorithms
];
executableHaskellDepends = [
base base-compat-batteries optparse-applicative
];
testHaskellDepends = [
aeson base base-compat base-compat-batteries bytestring deepseq
directory HUnit QuickCheck statistics tasty tasty-hunit
tasty-quickcheck vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.serpentine.com/criterion";
description = "Robust, reliable performance measurement and analysis";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, base, bytestring, cereal
, crypto-api, directory, filepath, lib, test-framework
, test-framework-hunit, test-framework-quickcheck2
}:
mkDerivation {
pname = "crypto-api-tests";
version = "0.3";
sha256 = "f44aecdd4ceb9da9f38330e84d9c17745a82b0611085ebb34442d2dce4207270";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring cereal crypto-api directory filepath HUnit
QuickCheck test-framework test-framework-hunit
test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://trac.haskell.org/crypto-api/wiki";
description = "A test framework and KATs for cryptographic operations";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bytestring, cereal, entropy, lib, tagged
, transformers
}:
mkDerivation {
pname = "crypto-api";
version = "0.13.3";
sha256 = "298a9ea7ce97c8ccf4bfe46d4864092c3a007a56bede73560070db3bf1ac7aa5";
revision = "1";
editedCabalFile = "1z6n1sa5pn3iqvqjrd8hv4bc2pxzsrhm5sh0l8z7g9lbqp6w0wp5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring cereal entropy tagged transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/TomMD/crypto-api";
description = "A generic interface for cryptographic operations";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, asn1-encoding, asn1-types, base, lib }:
mkDerivation {
pname = "crypto-pubkey-types";
version = "0.4.3";
sha256 = "7ed9f52281ec4e34021a91818fe45288e33d65bff937f60334a3f45be5a71c60";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ asn1-encoding asn1-types base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
description = "Generic cryptography Public keys algorithm types";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, base16-bytestring, bytestring, criterion, lib
, pureMD5, tasty, tasty-hunit, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash-md5";
version = "0.11.101.0";
sha256 = "3b08db0ae39df2b44e83053ad30d7546a4c6200a852c22a240a7e03ae1080f05";
revision = "2";
editedCabalFile = "112lx16przdk80m269rqizma0lxaij52l4haspb0cd07rbgp50cd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base base16-bytestring bytestring pureMD5 tasty tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base bytestring criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/cryptohash-md5";
description = "Fast, pure and practical MD5 implementation";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, SHA, base, base16-bytestring, bytestring, criterion
, lib, tasty, tasty-hunit, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash-sha1";
version = "0.11.101.0";
sha256 = "a4042c97ad02eb68e766577ca35c01970c33e96cfd74ccb4dd403e3476a23241";
revision = "2";
editedCabalFile = "1v495qn836flf4nhn43sbq14bhqfljvcpncmfrnvkhbrp5drxgi5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base base16-bytestring bytestring SHA tasty tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base bytestring criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/cryptohash-sha1";
description = "Fast, pure and practical SHA-1 implementation";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, SHA, base, base16-bytestring, bytestring, criterion
, lib, tasty, tasty-hunit, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash-sha256";
version = "0.11.102.1";
sha256 = "73a7dc7163871a80837495039a099967b11f5c4fe70a118277842f7a713c6bf6";
revision = "2";
editedCabalFile = "1g7lpcn3zhrp4a65gj71v2164387r0m42pyavlx6bbifhyar1kkj";
configureFlags = [ "-fuse-cbits" ];
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base base16-bytestring bytestring SHA tasty tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base bytestring criterion SHA ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/hvr/cryptohash-sha256";
description = "Fast, pure and practical SHA-256 implementation";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, base, byteable, bytestring
, criterion, cryptonite, ghc-prim, lib, memory, tasty, tasty-hunit
, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash";
version = "0.11.9";
sha256 = "c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base byteable bytestring cryptonite ghc-prim memory
];
testHaskellDepends = [
base byteable bytestring HUnit QuickCheck tasty tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base byteable bytestring criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-cryptohash";
description = "collection of crypto hashes, fast, pure and practical";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -21,7 +21,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, QuickCheck, attoparsec, base, hspec, lib, text }:
mkDerivation {
pname = "css-text";
version = "0.1.3.0";
sha256 = "5ff507bf3863219f41e7f2d215e5511fe15ee13d1e28bd3ee64e0b0b894bcd7a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ attoparsec base text ];
testHaskellDepends = [ attoparsec base hspec QuickCheck text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/yesodweb/css-text.git#readme";
description = "CSS parser and renderer";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file