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 224 additions and 490 deletions
{ mkDerivation
, aeson
, array
, base
, base-orphans
, base16-bytestring
, base64-bytestring
, bytestring
, containers
, deepseq
, ghc-bignum
, ghc-prim
, half
, lib
, primitive
, QuickCheck
, random
, scientific
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, vector
}:
mkDerivation {
pname = "cborg";
version = "0.2.8.0";
sha256 = "2e59c827c273b57af0fcbbfb62f6d15faeb399e0d89d57baf8adcc60e62ab01e";
revision = "1";
editedCabalFile = "13m2shrlpvg5s9d40a2463mmckzg50y8jb47zfd6i1rg6q3q6xx6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
deepseq
ghc-bignum
ghc-prim
half
primitive
text
];
testHaskellDepends = [
aeson
array
base
base-orphans
base16-bytestring
base64-bytestring
bytestring
deepseq
half
QuickCheck
random
scientific
tasty
tasty-hunit
tasty-quickcheck
text
vector
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Concise Binary Object Representation (CBOR)";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, cereal
, lib
, QuickCheck
, vector
}:
mkDerivation {
pname = "cereal-vector";
version = "0.2.0.1";
sha256 = "ff0685a6c39e7aae32f8b4165e2ae06f284c867298ad4f7b776c1c1b2859f933";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring cereal vector ];
testHaskellDepends = [ base cereal QuickCheck vector ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/acfoltzer/cereal-vector";
description = "Serialize instances for Data.Vector types.";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, blaze-html, bytestring, containers
, data-default, deepseq, lib, mtl, syb, text, uniplate
, xss-sanitize
}:
mkDerivation {
pname = "cheapskate";
version = "0.1.1.2";
sha256 = "ed374897c39391fcf760552e6468def39fe36c3185708ca83056660ca3a2c69e";
revision = "1";
editedCabalFile = "15hdlp062gv8x7giwcfbj1kfmhpj1bg7y2w4wr2yl436haxkrbmq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base blaze-html containers data-default deepseq mtl syb text
uniplate xss-sanitize
];
executableHaskellDepends = [ base blaze-html bytestring text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/jgm/cheapskate";
description = "Experimental markdown processor";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, array
, base
, lib
, QuickCheck
, 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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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
, 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 = false;
enableExecutableProfiling = false;
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, 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 = "chronos";
version = "1.1.6.1";
sha256 = "3998e5495247338506e0cc35bd5aecf5c8e89f79a069d2c5338b3c72c27e4259";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base bytebuild byteslice bytesmith bytestring
deepseq hashable natural-arithmetic primitive text text-short
torsor vector
];
testHaskellDepends = [
aeson attoparsec base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2 text torsor
];
benchmarkHaskellDepends = [
attoparsec base bytestring criterion deepseq old-locale QuickCheck
text text-short thyme time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/byteverse/chronos";
description = "A high-performance time library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "type-equality";
version = "1";
sha256 = "4728b502a211454ef682a10d7a3e817c22d06ba509df114bb267ef9d43a08ce8";
pname = "circle-packing";
version = "0.1.0.6";
sha256 = "64ee44a90da3e5fe20d5b78bfe6eba93102a6b52c65f8a7b99af7799798ee81b";
revision = "4";
editedCabalFile = "0sajw67mmk5syhbrwx4bz82j5cjhm04n4kjl0pp3dnphxg1m5nbw";
editedCabalFile = "1jp1b6l5v1llmggy316s4bb78wjvgq8iya0i2zz4k5v6l5dl8ln2";
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;
homepage = "https://github.com/hesselink/type-equality";
description = "Data.Type.Equality compat package";
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
, aeson
, attoparsec
, base
, bytestring
, case-insensitive
, containers
, data-default
, Diff
, 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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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 {
pname = "cmark-gfm";
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
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/kivikakk/cmark-gfm-hs";
description = "Fast, accurate GitHub Flavored Markdown parser and renderer";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, doctest, Glob, lib }:
{ 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;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest Glob ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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;
libraryHaskellDepends = [ base co-log-core polysemy ];
executableHaskellDepends = [ base co-log-core polysemy ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,6 +18,5 @@ mkDerivation {
homepage = "https://github.com/co-log/co-log-polysemy";
description = "Composable Contravariant Comonadic Logging Library";
license = lib.licenses.mpl20;
mainProgram = "play-colog-poly";
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, lib
, QuickCheck
, 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 = false;
enableExecutableProfiling = false;
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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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 = false;
enableExecutableProfiling = false;
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;
libraryHaskellDepends = [ base binary bytestring ghc-compact ];
testHaskellDepends = [ base directory ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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
, aeson
, base
, base-compat
, bifunctors
, containers
, contravariant
, data-default-class
, deepseq
, fetchgit
, hashable
, keys
, lens
, lib
, QuickCheck
, 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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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