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 189 additions and 491 deletions
{ mkDerivation
, base
, deepseq
, exceptions
, hspec
, lens
, lib
, monad-control
, mtl
, profunctors
, QuickCheck
, template-haskell
, text
, transformers
, transformers-base
, unliftio-core
, vinyl
}:
mkDerivation {
pname = "composite-base";
version = "0.8.1.0";
sha256 = "a8de050a65b8d3febfd48ea0d7b9bb215c8473b7dda7760d7c2df279a92258a3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
deepseq
exceptions
lens
monad-control
mtl
profunctors
template-haskell
text
transformers
transformers-base
unliftio-core
vinyl
];
testHaskellDepends = [
base
deepseq
exceptions
hspec
lens
monad-control
mtl
profunctors
QuickCheck
template-haskell
text
transformers
transformers-base
unliftio-core
vinyl
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/composite-hs/composite-base#readme";
description = "Shared utilities for composite-* packages";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, cassava
, composite-base
, lib
, tasty
, tasty-hunit
, text
, unordered-containers
, vector
{ mkDerivation, base, bytestring, cassava, composite-base, lib
, tasty, tasty-hunit, text, unordered-containers, vector
}:
mkDerivation {
pname = "composite-cassava";
......@@ -18,27 +9,15 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
cassava
composite-base
text
unordered-containers
vector
base cassava composite-base text unordered-containers vector
];
testHaskellDepends = [
base
bytestring
cassava
composite-base
tasty
tasty-hunit
text
unordered-containers
vector
base bytestring cassava composite-base tasty tasty-hunit text
unordered-containers vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -46,4 +25,4 @@ mkDerivation {
description = "Csv parsing functionality for composite";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, composite-base
, dhall
, lib
, tasty
, tasty-hunit
, text
, vinyl
{ mkDerivation, base, composite-base, dhall, lib, tasty
, tasty-hunit, text, vinyl
}:
mkDerivation {
pname = "composite-dhall";
......@@ -17,17 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base composite-base dhall text vinyl ];
testHaskellDepends = [
base
composite-base
dhall
tasty
tasty-hunit
text
vinyl
base composite-base dhall tasty tasty-hunit text vinyl
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -35,4 +22,4 @@ mkDerivation {
description = "Dhall instances for composite records";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
......@@ -7,9 +7,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base composite-base lens vinyl ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "Extra lens functions for composite";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
......@@ -9,9 +9,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base composite-base ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Tuple functions for composite records";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "extensible-exceptions";
version = "0.1.1.4";
sha256 = "6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388";
pname = "composition-prelude";
version = "3.0.0.2";
sha256 = "050cfc9738a0dc727570aff513c34accf78da0d4941aa695bd26d54126b53194";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Extensible exceptions";
description = "Higher-order function combinators";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "persistent-template";
version = "2.12.0.0";
sha256 = "dc488b567d373ebfbf5f3df8bba240e6203d1b13556872648d5f0d228fd02c31";
pname = "conduit-combinators";
version = "1.3.0";
sha256 = "9717d916a0422a7fb7cc262302333269607530d40cd0bea3be947872f906e7d3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Type-safe, non-relational, multi-backend persistence";
homepage = "https://github.com/snoyberg/mono-traversable#readme";
description = "DEPRECATED Functionality merged into the conduit package itself";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, async
, attoparsec
, base
, bytestring
, conduit
, directory
, exceptions
, filepath
, gauge
, hspec
, hspec-discover
, lib
, network
, primitive
, process
, QuickCheck
, resourcet
, stm
, streaming-commons
, text
, transformers
, transformers-base
, typed-process
, unliftio-core
}:
mkDerivation {
pname = "conduit-extra";
version = "1.3.6";
sha256 = "8950c38049d892c38590d389bed49ecf880671f58ec63dd4709d9fe3d4b8f153";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
attoparsec
base
bytestring
conduit
directory
filepath
network
primitive
process
resourcet
stm
streaming-commons
text
transformers
typed-process
unliftio-core
];
testHaskellDepends = [
async
attoparsec
base
bytestring
conduit
directory
exceptions
filepath
hspec
process
QuickCheck
resourcet
stm
streaming-commons
text
transformers
transformers-base
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
base
bytestring
conduit
gauge
transformers
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/snoyberg/conduit";
description = "Batteries included conduit: adapters for common libraries";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, conduit, dlist, lib, mtl, parsers, resourcet
, safe, safe-exceptions, tasty, tasty-hunit, text, transformers
}:
mkDerivation {
pname = "conduit-parse";
version = "0.2.1.1";
sha256 = "07fb28868ce016b5e1b5fd033c9c73340a09c13140003f070a6952842a01acf5";
revision = "1";
editedCabalFile = "102y5wad007bz8iqv1nrz38gb24q15k9snl7l7zq9k7pisdxnans";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base conduit dlist mtl parsers safe safe-exceptions text
transformers
];
testHaskellDepends = [
base conduit mtl parsers resourcet safe-exceptions tasty
tasty-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/k0ral/conduit-parse";
description = "Parsing framework based on conduit";
license = lib.licenses.publicDomain;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, containers
, deepseq
, directory
, exceptions
, filepath
, gauge
, hspec
, kan-extensions
, lib
, mono-traversable
, mtl
, mwc-random
, primitive
, QuickCheck
, resourcet
, safe
, silently
, split
, text
, transformers
, unix
, unliftio
, unliftio-core
, vector
}:
mkDerivation {
pname = "conduit";
version = "1.3.4.2";
sha256 = "2cb9832f27c7cd50daed1309f688afc4da1bd49697cbeda8ec3f81ab0bcf2197";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
directory
exceptions
filepath
mono-traversable
mtl
primitive
resourcet
text
transformers
unix
unliftio-core
vector
];
testHaskellDepends = [
base
bytestring
containers
directory
exceptions
filepath
hspec
mono-traversable
mtl
QuickCheck
resourcet
safe
silently
split
text
transformers
unliftio
vector
];
benchmarkHaskellDepends = [
base
containers
deepseq
gauge
hspec
kan-extensions
mwc-random
transformers
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/snoyberg/conduit";
description = "Streaming data processing library";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, base
, directory
, filepath
, hspec
, lib
, text
, text-metrics
{ mkDerivation, base, conformance, genvalidity-sydtest, lib
, sydtest, sydtest-discover
}:
mkDerivation {
pname = "infer-license";
version = "0.2.0";
sha256 = "12e6fe616575159c03cf6fd4a4f30021ecf264a529ab4e4edd6e96e296a98e72";
pname = "conformance-gen";
version = "0.0.0.0";
sha256 = "b29eee7700bf473c0eb720af9a8e48f5d85700a4dcfece46bb22b7d48575445a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
directory
filepath
text
text-metrics
];
libraryHaskellDepends = [ base conformance sydtest ];
testHaskellDepends = [
base
directory
filepath
hspec
text
text-metrics
base conformance genvalidity-sydtest sydtest
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
testToolDepends = [ sydtest-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Infer software license from a given license file";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, filepath, lib, parsec }:
{ mkDerivation, base, lib, mtl }:
mkDerivation {
pname = "csv";
version = "0.1.2";
sha256 = "8cf43442325faa1368f9b55ad952beccf677d9980cdffa3d70a7f204a23ae600";
pname = "conformance";
version = "0.1.0.0";
sha256 = "4c52ff58125ee402add6ecbb1d0020ae6c12136ab0c043d133b05e989590bfa1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base filepath parsec ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
libraryHaskellDepends = [ base mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "CSV loader and dumper";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ 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 = false;
enableExecutableProfiling = false;
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;
}
{ mkDerivation, aeson, base, constraints, lib, template-haskell }:
mkDerivation {
pname = "constraints-extras";
version = "0.3.2.1";
sha256 = "d7f571c6634105e8fbb5ad6685775c7d06e84cd4ece51dfd4276e2fe34e65c70";
revision = "1";
editedCabalFile = "1smha6ljia9bfgdy1h0lkgi9464rwa9lnw7rqfi1c23pzyiw13lh";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base constraints template-haskell ];
executableHaskellDepends = [ aeson base constraints ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
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;
mainProgram = "readme";
broken = false;
}
{ 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 = false;
enableExecutableProfiling = false;
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;
}
{ mkDerivation
, base
, bytestring
, containers
, lib
, QuickCheck
, template-haskell
, text
, th-lift
, transformers
, vector
{ mkDerivation, QuickCheck, base, deepseq, lib, primitive
, primitive-unlifted, quickcheck-classes, quickcheck-instances
, random, random-shuffle, run-st, vector, weigh
}:
mkDerivation {
pname = "th-lift-instances";
version = "0.1.20";
sha256 = "f533c3f95addcca461a0ccd1aafef75dd801bfa6599c0d1184d54bfffb61d870";
pname = "contiguous";
version = "0.6.4.2";
sha256 = "a8ead64063b68e5a0bf35b8b51f829de4f7815ab5cb380be58433e115b86c02b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
template-haskell
text
th-lift
transformers
vector
base deepseq primitive primitive-unlifted run-st
];
testHaskellDepends = [
base
bytestring
containers
QuickCheck
template-haskell
text
base primitive QuickCheck quickcheck-classes quickcheck-instances
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
benchmarkHaskellDepends = [ base random random-shuffle weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/bennofs/th-lift-instances/";
description = "Lift instances for template-haskell for common data types";
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
, ghc
, inspection-testing
, lib
, tasty
, template-haskell
{ mkDerivation, base, contravariant, lib, template-haskell
, template-haskell-compat-v0208
}:
mkDerivation {
pname = "tasty-inspection-testing";
version = "0.2";
sha256 = "1f8fa87b808b660c1390406c134758ae269afe9bf0682394e88ebf42ca5bbcbd";
pname = "contravariant-extras";
version = "0.3.5.4";
sha256 = "2f3a16d38cb6778704db7f142e54be169db4362e033b2d568c172d0c6e64298e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
ghc
inspection-testing
tasty
template-haskell
base contravariant template-haskell template-haskell-compat-v0208
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Bodigrim/tasty-inspection-testing";
description = "Inspection testing support for tasty";
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, base, lib, StateVar, transformers }:
mkDerivation {
pname = "contravariant";
version = "1.5.5";
sha256 = "062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base StateVar transformers ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
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;
}
......@@ -7,9 +7,9 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base transformers ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Free monads and monad transformers";
license = lib.licenses.publicDomain;
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 = false;
enableExecutableProfiling = false;
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";
mainProgram = "cpphs";
broken = false;
}