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 107 additions and 519 deletions
{ 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 = true;
enableExecutableProfiling = true;
doHaddock = false;
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
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base composite-base lens vinyl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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
......@@ -11,7 +11,7 @@ mkDerivation {
libraryHaskellDepends = [ base composite-base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "Higher-order function combinators";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, bytestring
, lens
, lib
, quickcheck-instances
, tasty
, tasty-quickcheck
, text
}:
mkDerivation {
pname = "concise";
version = "0.1.0.1";
sha256 = "5c27df5a3e1fe820548e90abc4a0e326b6d0fb286218619aa22d3af90c7b9925";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring lens text ];
testHaskellDepends = [
base
bytestring
lens
QuickCheck
quickcheck-instances
tasty
tasty-quickcheck
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/frasertweedale/hs-concise";
description = "Utilities for Control.Lens.Cons";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, HUnit
, async
, base
, lib
, random
, stm
, test-framework
, test-framework-hunit
, unbounded-delays
}:
mkDerivation {
pname = "concurrent-extra";
version = "0.7.0.12";
sha256 = "040e6db9e0147de9929661759930f1566a7250add4c7f65b04dc6e070c991df9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base stm unbounded-delays ];
testHaskellDepends = [
async
base
HUnit
random
stm
test-framework
test-framework-hunit
unbounded-delays
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/concurrent-extra";
description = "Extra concurrency primitives";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, ansi-terminal
, async
, base
, directory
, exceptions
, lib
, process
, stm
, terminal-size
, text
, transformers
, unix
}:
mkDerivation {
pname = "concurrent-output";
version = "1.10.16";
sha256 = "b0aa45d8707f504623ed8abc67873bc139fefdb3e391e054c6adad82e7029350";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
async
base
directory
exceptions
process
stm
terminal-size
text
transformers
unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Ungarble output from several threads or commands";
license = lib.licenses.bsd2;
broken = false;
}
......@@ -18,4 +18,4 @@ mkDerivation {
description = "DEPRECATED Functionality merged into the conduit package itself";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, async
, attoparsec
, base
, bytestring
, conduit
, directory
, exceptions
, filepath
, gauge
, hspec
, hspec-discover
, lib
, network
, primitive
, process
, 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 = true;
enableExecutableProfiling = true;
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, base, conduit, dlist, lib, mtl, parsers, resourcet
, safe, safe-exceptions, tasty, tasty-hunit, text, transformers
}:
mkDerivation {
pname = "conduit-parse";
......@@ -23,29 +11,16 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
conduit
dlist
mtl
parsers
safe
safe-exceptions
text
base conduit dlist mtl parsers safe safe-exceptions text
transformers
];
testHaskellDepends = [
base
conduit
mtl
parsers
resourcet
safe-exceptions
tasty
base conduit mtl parsers resourcet safe-exceptions tasty
tasty-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -54,4 +29,4 @@ mkDerivation {
description = "Parsing framework based on conduit";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, bytestring
, containers
, deepseq
, directory
, exceptions
, filepath
, gauge
, hspec
, kan-extensions
, lib
, mono-traversable
, mtl
, mwc-random
, primitive
, 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 = true;
enableExecutableProfiling = true;
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
, bytestring
, lib
, safe-coloured-text
, sydtest
, sydtest-discover
, text
, validity
{ mkDerivation, base, conformance, genvalidity-sydtest, lib
, sydtest, sydtest-discover
}:
mkDerivation {
pname = "safe-coloured-text-layout";
pname = "conformance-gen";
version = "0.0.0.0";
sha256 = "7c19de565f93b9c183698dd238b66e0e68ae9d5827f93ab9f79036933476cb85";
sha256 = "b29eee7700bf473c0eb720af9a8e48f5d85700a4dcfece46bb22b7d48575445a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base safe-coloured-text text validity ];
libraryHaskellDepends = [ base conformance sydtest ];
testHaskellDepends = [
base
bytestring
safe-coloured-text
sydtest
text
base conformance genvalidity-sydtest sydtest
];
testToolDepends = [ sydtest-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/safe-coloured-text#readme";
description = "Safely layout output coloured text";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib, mtl }:
mkDerivation {
pname = "mtl-compat";
version = "0.2.2";
sha256 = "1955398fe2115674f47f553b2caaf928c6aa3424271a5cd13bc191e54bfe3a9e";
pname = "conformance";
version = "0.1.0.0";
sha256 = "4c52ff58125ee402add6ecbb1d0020ae6c12136ab0c043d133b05e989590bfa1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-compat/mtl-compat";
description = "Backported Control.Monad.Except module from mtl";
license = lib.licenses.bsd3;
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 = 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;
}
{ 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 = 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;
}
{ 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;
}
{ mkDerivation
, QuickCheck
, base
, bytestring
, containers
, lib
, 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
];
benchmarkHaskellDepends = [ base random random-shuffle weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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 = true;
enableExecutableProfiling = true;
doHaddock = false;
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, 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;
}
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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