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 162 additions and 529 deletions
{ mkDerivation
, base
, commonmark
, commonmark-extensions
, lib
, pandoc-types
, text
{ mkDerivation, base, commonmark, commonmark-extensions, lib
, pandoc-types, text
}:
mkDerivation {
pname = "commonmark-pandoc";
version = "0.2.1.2";
sha256 = "57554ecd0d1eacdf094e4ca346a9212e0198b467d86153b8494b412df747f1b6";
version = "0.2.2.1";
sha256 = "6190eb15bf2e0964cb1b206984f7613bd204b55469d11dff8fcca5488b097acd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
commonmark
commonmark-extensions
pandoc-types
text
base commonmark commonmark-extensions pandoc-types text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -31,4 +22,4 @@ mkDerivation {
description = "Bridge between commonmark and pandoc AST";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, containers
, lib
, parsec
, tasty
, tasty-bench
, tasty-hunit
, tasty-quickcheck
, text
, transformers
, unicode-data
, unicode-transforms
{ mkDerivation, base, bytestring, containers, lib, parsec, tasty
, tasty-bench, tasty-hunit, tasty-quickcheck, text, transformers
, unicode-data, unicode-transforms
}:
mkDerivation {
pname = "commonmark";
version = "0.2.2";
sha256 = "b70b421f5753d983745e558d7d66a5e346ee5b2ebc0a827e9f63f8ff7a62b24e";
version = "0.2.6";
sha256 = "e7e66ce4ecf187c2d7245988c99ac727904f58bca6a89b688d67b385e99e1c4c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
parsec
text
transformers
unicode-data
base bytestring containers parsec text transformers unicode-data
unicode-transforms
];
testHaskellDepends = [
base
parsec
tasty
tasty-hunit
tasty-quickcheck
text
base parsec tasty tasty-hunit tasty-quickcheck text
unicode-transforms
];
benchmarkHaskellDepends = [ base tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -51,4 +29,4 @@ mkDerivation {
description = "Pure Haskell commonmark parser";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, containers, lib }:
mkDerivation {
pname = "derp";
version = "0.1.6";
sha256 = "136a001ad5afc5db65495832a539ab027e2685ce5f6ed82d5fb72a29314a1e3d";
pname = "commutative-semigroups";
version = "0.2.0.1";
sha256 = "e2e055a06586e7cd58a155b0da3e0d49d8cc06fb941faa8d14c1ae568df7b6dc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Derivative Parsing";
description = "Commutative semigroups";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, containers
, distributive
, indexed-traversable
, lib
, tagged
, transformers
, transformers-compat
}:
mkDerivation {
pname = "comonad";
version = "5.0.8";
sha256 = "ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13";
revision = "1";
editedCabalFile = "0zlgkcd61cwsdbgjz03pfbjxhj6dc25792h7rwh0zy677vbsn6hz";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
distributive
indexed-traversable
tagged
transformers
transformers-compat
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/comonad/";
description = "Comonads";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, binary
, bytestring
, directory
, ghc-compact
{ mkDerivation, base, binary, bytestring, directory, ghc-compact
, lib
}:
mkDerivation {
pname = "compact";
version = "0.2.0.0";
sha256 = "03a6b534f4f8f06fe1f3921be74f90c2fab9da7f28e7520612c91c28da266277";
revision = "1";
editedCabalFile = "1013dkawaw3c6hvlfn9x584pq8z65fvbnp79dl6ll6r0a75rivvm";
revision = "2";
editedCabalFile = "1x38yjkl9b2ss6p9bdhpk5h1p4p3rlar09a31cpa8cgj959ws1da";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -19,7 +14,7 @@ mkDerivation {
testHaskellDepends = [ base directory ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -28,4 +23,4 @@ mkDerivation {
description = "Non-GC'd, contiguous storage for immutable data structures";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, aeson
, base
, base-compat
, bifunctors
, containers
, contravariant
, data-default-class
, deepseq
, fetchgit
, hashable
, keys
, lens
, lib
, semigroupoids
, sydtest
, sydtest-discover
, these
, transformers
, transformers-compat
, unordered-containers
, vector
, vector-instances
{ mkDerivation, QuickCheck, aeson, base, base-compat, bifunctors
, containers, contravariant, data-default-class, deepseq, fetchgit
, hashable, keys, lens, lib, semigroupoids, sydtest
, sydtest-discover, these, transformers, transformers-compat
, unordered-containers, vector, vector-instances
}:
mkDerivation {
pname = "compactable";
......@@ -36,38 +17,17 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
base-compat
bifunctors
containers
contravariant
data-default-class
deepseq
hashable
keys
lens
QuickCheck
semigroupoids
these
transformers
transformers-compat
unordered-containers
vector
vector-instances
aeson base base-compat bifunctors containers contravariant
data-default-class deepseq hashable keys lens QuickCheck
semigroupoids these transformers transformers-compat
unordered-containers vector vector-instances
];
testHaskellDepends = [
base
containers
QuickCheck
sydtest
sydtest-discover
these
vector
base containers QuickCheck sydtest sydtest-discover these vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -75,4 +35,4 @@ mkDerivation {
description = "A typeclass for structures which can be catMaybed, filtered, and partitioned";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ 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
, 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 = true;
enableExecutableProfiling = true;
doHaddock = false;
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 = 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
{ 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 = true;
enableExecutableProfiling = true;
doHaddock = false;
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;
......@@ -14,8 +14,8 @@ mkDerivation {
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
, 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
, base-compat
, directory
, exceptions
, filepath
, lib
, random
, tasty
, tasty-hunit
, transformers
, unix
{ mkDerivation, base, conduit, dlist, lib, mtl, parsers, resourcet
, safe, safe-exceptions, tasty, tasty-hunit, text, transformers
}:
mkDerivation {
pname = "temporary";
version = "1.3";
sha256 = "8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890";
pname = "conduit-parse";
version = "0.2.1.1";
sha256 = "07fb28868ce016b5e1b5fd033c9c73340a09c13140003f070a6952842a01acf5";
revision = "1";
editedCabalFile = "102y5wad007bz8iqv1nrz38gb24q15k9snl7l7zq9k7pisdxnans";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
directory
exceptions
filepath
random
base conduit dlist mtl parsers safe safe-exceptions text
transformers
unix
];
testHaskellDepends = [
base
base-compat
directory
filepath
tasty
base conduit mtl parsers resourcet safe-exceptions tasty
tasty-hunit
unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/feuerbach/temporary";
description = "Portable temporary file and directory support";
license = lib.licenses.bsd3;
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
, 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, ghc-prim, lib, unix }:
{ mkDerivation, base, lib, mtl }:
mkDerivation {
pname = "base-compat";
version = "0.12.2";
sha256 = "a62adc883a5ac436f80e4ae02c3c56111cf1007492f267c291139a668d2150bd";
pname = "conformance";
version = "0.1.0.0";
sha256 = "4c52ff58125ee402add6ecbb1d0020ae6c12136ab0c043d133b05e989590bfa1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim unix ];
libraryHaskellDepends = [ base mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A compatibility layer for base";
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
, 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