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 112 additions and 593 deletions
{ mkDerivation
, QuickCheck
, base
, deepseq
, exceptions
, hspec
, lens
, lib
, monad-control
, mtl
, profunctors
, 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 = true;
enableExecutableProfiling = true;
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 { mkDerivation, base, bytestring, cassava, composite-base, lib
, base , tasty, tasty-hunit, text, unordered-containers, vector
, bytestring
, cassava
, composite-base
, lib
, tasty
, tasty-hunit
, text
, unordered-containers
, vector
}: }:
mkDerivation { mkDerivation {
pname = "composite-cassava"; pname = "composite-cassava";
...@@ -18,27 +9,15 @@ mkDerivation { ...@@ -18,27 +9,15 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base cassava composite-base text unordered-containers vector
cassava
composite-base
text
unordered-containers
vector
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base bytestring cassava composite-base tasty tasty-hunit text
bytestring unordered-containers vector
cassava
composite-base
tasty
tasty-hunit
text
unordered-containers
vector
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -46,4 +25,4 @@ mkDerivation { ...@@ -46,4 +25,4 @@ mkDerivation {
description = "Csv parsing functionality for composite"; description = "Csv parsing functionality for composite";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, composite-base, dhall, lib, tasty
, base , tasty-hunit, text, vinyl
, composite-base
, dhall
, lib
, tasty
, tasty-hunit
, text
, vinyl
}: }:
mkDerivation { mkDerivation {
pname = "composite-dhall"; pname = "composite-dhall";
...@@ -17,17 +10,11 @@ mkDerivation { ...@@ -17,17 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base composite-base dhall text vinyl ]; libraryHaskellDepends = [ base composite-base dhall text vinyl ];
testHaskellDepends = [ testHaskellDepends = [
base base composite-base dhall tasty tasty-hunit text vinyl
composite-base
dhall
tasty
tasty-hunit
text
vinyl
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -35,4 +22,4 @@ mkDerivation { ...@@ -35,4 +22,4 @@ mkDerivation {
description = "Dhall instances for composite records"; description = "Dhall instances for composite records";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ mkDerivation { ...@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base composite-base lens vinyl ]; libraryHaskellDepends = [ base composite-base lens vinyl ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -17,4 +17,4 @@ mkDerivation { ...@@ -17,4 +17,4 @@ mkDerivation {
description = "Extra lens functions for composite"; description = "Extra lens functions for composite";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ mkDerivation { ...@@ -11,7 +11,7 @@ mkDerivation {
libraryHaskellDepends = [ base composite-base ]; libraryHaskellDepends = [ base composite-base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -19,4 +19,4 @@ mkDerivation { ...@@ -19,4 +19,4 @@ mkDerivation {
description = "Tuple functions for composite records"; description = "Tuple functions for composite records";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ mkDerivation { ...@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -17,4 +17,4 @@ mkDerivation { ...@@ -17,4 +17,4 @@ mkDerivation {
description = "Higher-order function combinators"; description = "Higher-order function combinators";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; 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 { ...@@ -18,4 +18,4 @@ mkDerivation {
description = "DEPRECATED Functionality merged into the conduit package itself"; description = "DEPRECATED Functionality merged into the conduit package itself";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; 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 { mkDerivation, base, conduit, dlist, lib, mtl, parsers, resourcet
, base , safe, safe-exceptions, tasty, tasty-hunit, text, transformers
, conduit
, dlist
, lib
, mtl
, parsers
, resourcet
, safe
, safe-exceptions
, tasty
, tasty-hunit
, text
, transformers
}: }:
mkDerivation { mkDerivation {
pname = "conduit-parse"; pname = "conduit-parse";
...@@ -23,29 +11,16 @@ mkDerivation { ...@@ -23,29 +11,16 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base conduit dlist mtl parsers safe safe-exceptions text
conduit
dlist
mtl
parsers
safe
safe-exceptions
text
transformers transformers
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base conduit mtl parsers resourcet safe-exceptions tasty
conduit
mtl
parsers
resourcet
safe-exceptions
tasty
tasty-hunit tasty-hunit
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -54,4 +29,4 @@ mkDerivation { ...@@ -54,4 +29,4 @@ mkDerivation {
description = "Parsing framework based on conduit"; description = "Parsing framework based on conduit";
license = lib.licenses.publicDomain; license = lib.licenses.publicDomain;
broken = false; 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 { mkDerivation, base, conformance, genvalidity-sydtest, lib
, base , sydtest, sydtest-discover
, bytestring
, lib
, safe-coloured-text
, sydtest
, sydtest-discover
, text
, validity
}: }:
mkDerivation { mkDerivation {
pname = "safe-coloured-text-layout"; pname = "conformance-gen";
version = "0.0.0.0"; version = "0.0.0.0";
sha256 = "7c19de565f93b9c183698dd238b66e0e68ae9d5827f93ab9f79036933476cb85"; sha256 = "b29eee7700bf473c0eb720af9a8e48f5d85700a4dcfece46bb22b7d48575445a";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base safe-coloured-text text validity ]; libraryHaskellDepends = [ base conformance sydtest ];
testHaskellDepends = [ testHaskellDepends = [
base base conformance genvalidity-sydtest sydtest
bytestring
safe-coloured-text
sydtest
text
]; ];
testToolDepends = [ sydtest-discover ]; testToolDepends = [ sydtest-discover ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/safe-coloured-text#readme";
description = "Safely layout output coloured text";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, lib, mtl }: { mkDerivation, base, lib, mtl }:
mkDerivation { mkDerivation {
pname = "mtl-compat"; pname = "conformance";
version = "0.2.2"; version = "0.1.0.0";
sha256 = "1955398fe2115674f47f553b2caaf928c6aa3424271a5cd13bc191e54bfe3a9e"; sha256 = "4c52ff58125ee402add6ecbb1d0020ae6c12136ab0c043d133b05e989590bfa1";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base mtl ]; libraryHaskellDepends = [ base mtl ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/haskell-compat/mtl-compat"; license = lib.licenses.mit;
description = "Backported Control.Monad.Except module from mtl";
license = lib.licenses.bsd3;
broken = false; 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 { mkDerivation, QuickCheck, base, deepseq, lib, primitive
, QuickCheck , primitive-unlifted, quickcheck-classes, quickcheck-instances
, base , random, random-shuffle, run-st, vector, weigh
, bytestring
, containers
, lib
, template-haskell
, text
, th-lift
, transformers
, vector
}: }:
mkDerivation { mkDerivation {
pname = "th-lift-instances"; pname = "contiguous";
version = "0.1.20"; version = "0.6.4.2";
sha256 = "f533c3f95addcca461a0ccd1aafef75dd801bfa6599c0d1184d54bfffb61d870"; sha256 = "a8ead64063b68e5a0bf35b8b51f829de4f7815ab5cb380be58433e115b86c02b";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base deepseq primitive primitive-unlifted run-st
bytestring
containers
template-haskell
text
th-lift
transformers
vector
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base primitive QuickCheck quickcheck-classes quickcheck-instances
bytestring
containers
QuickCheck
template-haskell
text
vector vector
]; ];
benchmarkHaskellDepends = [ base random random-shuffle weigh ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "http://github.com/bennofs/th-lift-instances/"; homepage = "https://github.com/byteverse/contiguous";
description = "Lift instances for template-haskell for common data types"; description = "Unified interface for primitive arrays";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, contravariant, lib, template-haskell
, attoparsec , template-haskell-compat-v0208
, base
, lib
, text
, unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "html-entities"; pname = "contravariant-extras";
version = "1.1.4.6"; version = "0.3.5.4";
sha256 = "db8f9064ab5b594c7f0901da0405ffc8c4d0cbf31f4414742c5b9f87c7b16199"; sha256 = "2f3a16d38cb6778704db7f142e54be169db4362e033b2d568c172d0c6e64298e";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
attoparsec base contravariant template-haskell template-haskell-compat-v0208
base
text
unordered-containers
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/nikita-volkov/html-entities"; homepage = "https://github.com/nikita-volkov/contravariant-extras";
description = "A codec library for HTML-escaped text and HTML-entities"; description = "Extras for the \"contravariant\" package";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file