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 125 additions and 437 deletions
{ mkDerivation
, base
, blaze-html
, bytestring
, containers
, data-default
, deepseq
, lib
, mtl
, syb
, text
, uniplate
{ mkDerivation, base, blaze-html, bytestring, containers
, data-default, deepseq, lib, mtl, syb, text, uniplate
, xss-sanitize
}:
mkDerivation {
......@@ -22,21 +12,13 @@ mkDerivation {
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-html
containers
data-default
deepseq
mtl
syb
text
uniplate
xss-sanitize
base blaze-html containers data-default deepseq mtl syb text
uniplate xss-sanitize
];
executableHaskellDepends = [ base blaze-html bytestring text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -45,4 +27,4 @@ mkDerivation {
description = "Experimental markdown processor";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, array
, base
, lib
, random
, semigroupoids
{ mkDerivation, QuickCheck, array, base, lib, random, semigroupoids
}:
mkDerivation {
pname = "checkers";
version = "0.6.0";
sha256 = "c07cd3563ea251000f7ce41db2d38e3bf94c9dcf60943a5eecc83b3089d299e4";
revision = "1";
editedCabalFile = "0wkvf57zd7i87z18vj285whjpcl9pscpwxz2cp7v7w6kk0769p0i";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
QuickCheck
random
semigroupoids
array base QuickCheck random semigroupoids
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -31,4 +23,4 @@ mkDerivation {
description = "Check properties on standard classes and data structures";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, chell, lib, random }:
mkDerivation {
pname = "chell-quickcheck";
version = "0.2.5.3";
sha256 = "1db092893f392665dcdb8c422cad8e8b6e7a6d6c84da35c50fc7a757d47ea2ae";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base chell QuickCheck random ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/typeclasses/chell";
description = "QuickCheck support for the Chell testing library";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, ansi-terminal
, base
, bytestring
, lib
, options
, patience
, random
, template-haskell
, text
, transformers
}:
mkDerivation {
pname = "chell";
version = "0.5.0.1";
sha256 = "fa8d843d284a3ba77585e43160731d7d8845686d9a2f3117f631939fa9b2f783";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
bytestring
options
patience
random
template-haskell
text
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/typeclasses/chell";
description = "A simple and intuitive library for automated testing";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, base
, bytestring
, containers
, deepseq
, ghc-bignum
, lib
, primitive
, quickcheck-classes
, quickcheck-classes-base
, random
, tasty
, tasty-bench
, tasty-quickcheck
, vector
{ mkDerivation, HUnit, QuickCheck, aeson, attoparsec, base
, bytebuild, byteslice, bytesmith, bytestring, criterion, deepseq
, hashable, lib, natural-arithmetic, old-locale, primitive
, test-framework, test-framework-hunit, test-framework-quickcheck2
, text, text-short, thyme, time, torsor, vector
}:
mkDerivation {
pname = "bitvec";
version = "1.1.3.0";
sha256 = "1c4c3af50a1fcf46e46e2fa9e0493fffaf62de3607ae7553d18015f8a1a60551";
pname = "chronos";
version = "1.1.6.1";
sha256 = "3998e5495247338506e0cc35bd5aecf5c8e89f79a069d2c5338b3c72c27e4259";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
deepseq
ghc-bignum
primitive
vector
aeson attoparsec base bytebuild byteslice bytesmith bytestring
deepseq hashable natural-arithmetic primitive text text-short
torsor vector
];
testHaskellDepends = [
base
ghc-bignum
primitive
quickcheck-classes
quickcheck-classes-base
tasty
tasty-quickcheck
vector
aeson attoparsec base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2 text torsor
];
benchmarkHaskellDepends = [
base
containers
ghc-bignum
random
tasty-bench
vector
attoparsec base bytestring criterion deepseq old-locale QuickCheck
text text-short thyme time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Bodigrim/bitvec";
description = "Space-efficient bit vectors";
homepage = "https://github.com/byteverse/chronos";
description = "A high-performance time library";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -11,7 +11,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Simple heuristic for packing discs of varying radii in a circle";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Diff
, aeson
, attoparsec
, base
, bytestring
, case-insensitive
, containers
, data-default
, directory
, file-embed
, filepath
, lib
, mtl
, pandoc-types
, pretty
, safe
, scientific
, text
, timeit
, transformers
, unicode-collation
, uniplate
, vector
{ mkDerivation, Diff, aeson, attoparsec, base, bytestring
, case-insensitive, containers, data-default, directory, file-embed
, filepath, lib, mtl, pandoc-types, pretty, safe, scientific, text
, timeit, transformers, unicode-collation, uniplate, vector
, xml-conduit
}:
mkDerivation {
pname = "citeproc";
version = "0.8.0.1";
sha256 = "67a852a7a9e0fa00713996e546045c11360ad9374e450cfe35154e69a0bfbfb7";
version = "0.8.1";
sha256 = "33523bbd8c38f72c6d606e02d11b93254171f801be4f2a0cb4d34d6626426400";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
attoparsec
base
bytestring
case-insensitive
containers
data-default
file-embed
filepath
pandoc-types
safe
scientific
text
transformers
unicode-collation
uniplate
vector
xml-conduit
aeson attoparsec base bytestring case-insensitive containers
data-default file-embed filepath pandoc-types safe scientific text
transformers unicode-collation uniplate vector xml-conduit
];
testHaskellDepends = [
aeson
base
bytestring
containers
Diff
directory
filepath
mtl
pretty
text
timeit
transformers
aeson base bytestring containers Diff directory filepath mtl pretty
text timeit transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -75,4 +30,4 @@ mkDerivation {
description = "Generates citations and bibliography from CSL styles";
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, blaze-html
, bytestring
, cheapskate
, criterion
, discount
, lib
, markdown
, sundown
, text
{ mkDerivation, HUnit, base, blaze-html, bytestring, cheapskate
, criterion, discount, lib, markdown, sundown, text
}:
mkDerivation {
pname = "cmark-gfm";
version = "0.2.5";
sha256 = "411caca0dd16c381d093a563b0002c057a3bdb396d3d3f81ad7fecca40d34451";
version = "0.2.6";
sha256 = "958cfb3bd54b1bfa9e1e2d9cd1748e76c10d2b30a3cceeab3f6a852205c1a869";
revision = "1";
editedCabalFile = "1385k2xvxy9ssw69g606vwnpm07sf919prciwvnaipsxiwwbjwl6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [ base HUnit text ];
benchmarkHaskellDepends = [
base
blaze-html
cheapskate
criterion
discount
markdown
sundown
text
base blaze-html cheapskate criterion discount markdown sundown text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -41,4 +26,4 @@ mkDerivation {
description = "Fast, accurate GitHub Flavored Markdown parser and renderer";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, filepath
, lib
, process
, template-haskell
, transformers
}:
mkDerivation {
pname = "cmdargs";
version = "0.10.21";
sha256 = "f7d8ea5c4e6af368d9b5d2eb994fc29235406fbe91916a6dc63bd883025eca75";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
filepath
process
template-haskell
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/cmdargs#readme";
description = "Command line argument processing";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, Glob, base, doctest, lib }:
mkDerivation {
pname = "co-log-core";
version = "0.3.1.0";
sha256 = "29720bee51dd0c89f35e27b89985a469a0436dc58750f4825874572e2a6317ec";
version = "0.3.2.2";
sha256 = "f7b261916add60f651abc6f170402a6e75042ee4488f94a40ad88a971a71cdc7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base doctest Glob ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Composable Contravariant Comonadic Logging Library";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, co-log-core, lib, polysemy }:
mkDerivation {
pname = "co-log-polysemy";
version = "0.0.1.3";
sha256 = "775989212f33126b035e1f26e836fc197c042d08811dca7ddf25b56fbdf3d7b0";
version = "0.0.1.4";
sha256 = "de577295c06efe53b49f88360c498f4a10a90708b900ecb004e3a10f8d1250b1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -10,7 +10,7 @@ mkDerivation {
executableHaskellDepends = [ base co-log-core polysemy ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Composable Contravariant Comonadic Logging Library";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "code-page";
version = "0.2.1";
sha256 = "b2f90e19c61ed8a6ff7295f7f123d4a9913c790d4cf2c6029bc299293fdb2aaa";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/RyanGlScott/code-page";
description = "Windows code page library for Haskell";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, lib
, random
, test-framework
, test-framework-quickcheck2
}:
mkDerivation {
pname = "colour";
version = "2.3.6";
sha256 = "2cd35dcd6944a5abc9f108a5eb5ee564b6b1fa98a9ec79cefcc20b588991f871";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base
QuickCheck
random
test-framework
test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.haskell.org/haskellwiki/Colour";
description = "A model for human colour/color perception";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, ansi-terminal
, base
, bytestring
, ghc-prim
, hspec
, lib
, text
{ mkDerivation, ansi-terminal, base, bytestring, hspec, lib, text
}:
mkDerivation {
pname = "colourista";
version = "0.1.0.1";
sha256 = "6ebd9a0ab5479ed0de649ad7326eb08279c1b71a0db72da4b2ca4f61bafa709a";
version = "0.1.0.2";
sha256 = "96afae0b54b12205a9871ecb4c7ee173e8b9f05363d843c15d373d394d08063c";
revision = "5";
editedCabalFile = "1388d2hd4kv6d99mfvif8iivb9kwai4dcnm3s9a6x91sz4zkzj2y";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
bytestring
ghc-prim
text
];
libraryHaskellDepends = [ ansi-terminal base bytestring text ];
testHaskellDepends = [ base bytestring hspec text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -33,4 +22,4 @@ mkDerivation {
description = "Convenient interface for printing colourful messages";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, commonmark
, containers
, emojis
, filepath
, lib
, network-uri
, parsec
, tasty
, tasty-bench
, tasty-hunit
, text
{ mkDerivation, base, commonmark, containers, emojis, filepath, lib
, network-uri, parsec, tasty, tasty-bench, tasty-hunit, text
, transformers
}:
mkDerivation {
pname = "commonmark-extensions";
version = "0.2.3.3";
sha256 = "f41efcf3cc0b876437de8dc69accf8cab9674b77325a6bf038caf62e96ce3e01";
version = "0.2.5.4";
sha256 = "35fae084a1a94b231428d224b5fef1a8af89f16d5ec01b9015dc7862bd918908";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
commonmark
containers
emojis
filepath
network-uri
parsec
text
base commonmark containers emojis filepath network-uri parsec text
transformers
];
testHaskellDepends = [
base
commonmark
parsec
tasty
tasty-hunit
text
base commonmark parsec tasty tasty-hunit text
];
benchmarkHaskellDepends = [ base commonmark tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -51,4 +28,4 @@ mkDerivation {
description = "Pure Haskell commonmark parser";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ 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