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 229 additions and 372 deletions
{ mkDerivation
, base
, lib
, smallcheck
, test-framework
, transformers
{ mkDerivation, base, lib, smallcheck, test-framework, transformers
}:
mkDerivation {
pname = "test-framework-smallcheck";
......@@ -13,14 +8,11 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
smallcheck
test-framework
transformers
base smallcheck test-framework transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -29,4 +21,4 @@ mkDerivation {
description = "Support for SmallCheck tests in test-framework";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, haskell-src-exts
, language-haskell-extract
, lib
, regex-posix
, template-haskell
, test-framework
}:
mkDerivation {
pname = "test-framework-th";
version = "0.2.4";
sha256 = "8b780d9e3edd8d91e24f72d9fa1f80420e52959428ad7c22d0694901a43f9c8a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
haskell-src-exts
language-haskell-extract
regex-posix
template-haskell
test-framework
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/finnsson/test-generator";
description = "Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, HUnit
, QuickCheck
, ansi-terminal
, ansi-wl-pprint
, base
, bytestring
, containers
, hostname
, lib
, libxml
, old-locale
, random
, regex-posix
, semigroups
, time
, xml
}:
mkDerivation {
pname = "test-framework";
version = "0.8.2.0";
sha256 = "f5aec7a15dbcb39e951bcf6502606fd99d751197b5510f41706899aa7e660ac2";
revision = "8";
editedCabalFile = "1sal1qqvc8c1rvsqz292bniy1kr5rx6ll7z9chwsz6j2ncw5sgmg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
ansi-wl-pprint
base
containers
hostname
old-locale
random
regex-posix
time
xml
];
testHaskellDepends = [
ansi-terminal
ansi-wl-pprint
base
bytestring
containers
hostname
HUnit
libxml
old-locale
QuickCheck
random
regex-posix
semigroups
time
xml
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://haskell.github.io/test-framework/";
description = "Framework for running and organising tests, with HUnit and QuickCheck support";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, auto-update
, base
, basement
, bytestring
, clock
, lib
, memory
, psqueues
, tls
{ mkDerivation, QuickCheck, base, lib, size-based
, testing-type-modifiers
}:
mkDerivation {
pname = "tls-session-manager";
version = "0.0.4";
sha256 = "ba207f79b4536a65625063106c621e8bafc0dc7928bd9273270e19f36d59938c";
pname = "testing-feat";
version = "1.1.1.1";
sha256 = "c2c988b816b62c1e16ed611cccfbe7b1f4c53ab650b320bb193ccefc58a4a691";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
auto-update
base
basement
bytestring
clock
memory
psqueues
tls
base QuickCheck size-based testing-type-modifiers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "In-memory TLS session manager";
homepage = "https://github.com/size-based/testing-feat";
description = "Functional Enumeration of Algebraic Types";
license = lib.licenses.bsd3;
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 = "Data type modifiers for property based testing";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, containers
, directory
, filepath
, lib
, mtl
, pandoc-types
, parsec
, pretty-show
, split
, syb
, tagged
, tasty
, tasty-golden
, text
, xml
{ mkDerivation, base, bytestring, containers, directory, filepath
, lib, mtl, pandoc-types, parsec, pretty-show, split, syb, tagged
, tasty, tasty-golden, text, typst-symbols, xml
}:
mkDerivation {
pname = "texmath";
version = "0.12.5.4";
sha256 = "98423b2e07d90d3f50afa7cd4755c8e65bc8712db248ba030bc478518646c8b6";
version = "0.12.8.9";
sha256 = "fc7ea4097bea79a5febd681eed91d62e1288e898539e5bdcf4aed6985644a662";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
mtl
pandoc-types
parsec
split
syb
text
xml
base containers mtl pandoc-types parsec split syb text
typst-symbols xml
];
testHaskellDepends = [
base
bytestring
directory
filepath
pretty-show
tagged
tasty
tasty-golden
text
xml
base bytestring directory filepath pretty-show tagged tasty
tasty-golden text xml
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -58,4 +28,4 @@ mkDerivation {
description = "Conversion between math formats";
license = lib.licenses.gpl2Only;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, asn1-encoding, asn1-types, base, lib }:
{ mkDerivation, base, lib, text, text-builder-linear }:
mkDerivation {
pname = "crypto-pubkey-types";
version = "0.4.3";
sha256 = "7ed9f52281ec4e34021a91818fe45288e33d65bff937f60334a3f45be5a71c60";
pname = "text-ansi";
version = "0.3.0.1";
sha256 = "0078b6e1adfb3fbbb4e241e20116829c3ede02f3906eb292ab4540c9e82f3846";
revision = "1";
editedCabalFile = "14i37ffh5v4ppz7s2nx9qsmjrc1baj1pvslnxk72amzyiwf2yfx6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ asn1-encoding asn1-types base ];
libraryHaskellDepends = [ base text text-builder-linear ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
description = "Generic cryptography Public keys algorithm types";
homepage = "https://github.com/awkward-squad/text-ansi";
description = "Text styling for ANSI terminals";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, base-compat, bytestring
, criterion, deferred-folds, isomorphism-class, lib
, quickcheck-classes, quickcheck-instances, rerebase, split, tasty
, tasty-hunit, tasty-quickcheck, text, time, transformers
}:
mkDerivation {
pname = "text-builder-dev";
version = "0.3.4.2";
sha256 = "36fdff5e23a98a26e2ebb9328d66c2a9eb6c54810935bc942785951d56d81c60";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring deferred-folds isomorphism-class QuickCheck
quickcheck-instances split text time transformers
];
testHaskellDepends = [
base-compat quickcheck-classes quickcheck-instances rerebase tasty
tasty-hunit tasty-quickcheck
];
benchmarkHaskellDepends = [ criterion rerebase ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nikita-volkov/text-builder-dev";
description = "Edge of developments for \"text-builder\"";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bytestring, conduit, lib, resourcet }:
{ mkDerivation, base, bytestring, lib, quote-quot, tasty
, tasty-bench, tasty-quickcheck, text
}:
mkDerivation {
pname = "libyaml";
pname = "text-builder-linear";
version = "0.1.2";
sha256 = "8f42d66f199fcaee255326f8f770d88b0670df56b5eb78002d6058f3a45e97b5";
revision = "1";
editedCabalFile = "00f1rag6sd7c8kza2agw9089p9vf21iiga2aq41nbf6d3yqn7dkz";
sha256 = "aacf887e1c78334c40e3b3321d2be81c970bd14b820aa47e7e4ce23ed149bd7a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring conduit resourcet ];
libraryHaskellDepends = [ base bytestring quote-quot text ];
testHaskellDepends = [ base tasty tasty-quickcheck text ];
benchmarkHaskellDepends = [
base bytestring tasty tasty-bench text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/snoyberg/yaml#readme";
description = "Low-level, streaming YAML interface";
homepage = "https://github.com/Bodigrim/linear-builder";
description = "Builder for Text and ByteString based on linear types";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, array
, base
, containers
, lib
, mtl
, random
, syb
{ mkDerivation, base, bytestring, criterion, lib, rerebase, tasty
, tasty-hunit, tasty-quickcheck, text, text-builder-dev
}:
mkDerivation {
pname = "ChasingBottoms";
version = "1.3.1.12";
sha256 = "a018538c0196390c7ebb5c677ff5b81bd760d75ae2b21bae8ab8a47b00f6c9ef";
pname = "text-builder";
version = "0.6.7.2";
sha256 = "6194f3076933bbe361e225461a10fd8ab29bd5476294ffb80a6af17c8535c7dd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
mtl
QuickCheck
random
syb
];
libraryHaskellDepends = [ base bytestring text text-builder-dev ];
testHaskellDepends = [
array
base
containers
mtl
QuickCheck
random
syb
rerebase tasty tasty-hunit tasty-quickcheck
];
benchmarkHaskellDepends = [ criterion rerebase ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "For testing partial and infinite values";
homepage = "https://github.com/nikita-volkov/text-builder";
description = "Efficient strict text builder";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, base16-bytestring
, base64-bytestring
, bytestring
, hspec
, hspec-discover
, lib
, text
}:
mkDerivation {
pname = "text-conversions";
version = "0.3.1.1";
sha256 = "c8770fba789ce80334cae628285103c49abec0fa074773cbb5a88e26f5a7725d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base16-bytestring
base64-bytestring
bytestring
text
];
testHaskellDepends = [ base bytestring hspec text ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/cjdev/text-conversions";
description = "Safe conversions between textual types";
license = lib.licenses.isc;
broken = false;
}
{ mkDerivation
, base
, bytestring
, hspec
, lib
, quickcheck-text
, should-not-typecheck
, text
{ mkDerivation, base, bytestring, deepseq, lib, quickcheck-text
, tasty, tasty-hunit, tasty-quickcheck, text
}:
mkDerivation {
pname = "text-display";
version = "0.0.3.0";
sha256 = "4c7b94ba7776874f4dbbf0a686e8039fd1d174af7ba7477bac92c8af198d6fae";
version = "0.0.5.2";
sha256 = "7adcb062a35bac2143f7aafddbbd2f17669672dd3e309fad69b5492039629893";
isLibrary = true;
isExecutable = false;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [
base
bytestring
hspec
quickcheck-text
should-not-typecheck
base deepseq quickcheck-text tasty tasty-hunit tasty-quickcheck
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-text/text-display#readme";
homepage = "https://hackage.haskell.org/package/text-display-0.0.5.0/docs/doc/book/Introduction.html";
description = "A typeclass for user-facing output";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, array
, base
, bytestring
, deepseq
, directory
, ghc-prim
, icu
, icu-i18n
, lib
, random
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
, time
{ mkDerivation, HUnit, QuickCheck, array, base, bytestring, deepseq
, directory, ghc-prim, icu, icu-i18n, lib, random, test-framework
, test-framework-hunit, test-framework-quickcheck2, text, time
}:
mkDerivation {
pname = "text-icu";
version = "0.8.0.2";
sha256 = "2d99aa88c0b4c7a1a4fc10e7bd0590c334f49bae81ef76c77a370254a4ce3d3b";
version = "0.8.0.5";
sha256 = "442eba38d8e4c9ae2575a40288c8277599649cf13bf114543fa0de2da83aeddb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -28,23 +13,13 @@ mkDerivation {
librarySystemDepends = [ icu ];
libraryPkgconfigDepends = [ icu-i18n ];
testHaskellDepends = [
array
base
bytestring
deepseq
directory
ghc-prim
HUnit
QuickCheck
random
test-framework
test-framework-hunit
test-framework-quickcheck2
text
array base bytestring deepseq directory ghc-prim HUnit QuickCheck
random test-framework test-framework-hunit
test-framework-quickcheck2 text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -53,4 +28,4 @@ mkDerivation {
description = "Bindings to the ICU library";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, attoparsec
, base
, hspec
, lib
, text
, unordered-containers
{ mkDerivation, base, bytestring, case-insensitive, data-checked
, hashable, lib, semigroups, text
}:
mkDerivation {
pname = "ini";
version = "0.4.2";
sha256 = "f79d8ceca14a0d4039e3443d34e9e33a390fd3c3562a8f0a301f45ba1161e936";
pname = "text-latin1";
version = "0.3.1";
sha256 = "6c7482ae0cfde06fe6ad8f0e6ea6b0d082d27a075370b5c018c31e53aad9abf3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
base bytestring case-insensitive data-checked hashable semigroups
text
unordered-containers
];
testHaskellDepends = [ base hspec unordered-containers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/andreasabel/ini";
description = "Configuration files in the INI format";
homepage = "https://github.com/mvv/text-latin1";
description = "Latin-1 (including ASCII) utility functions";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, criterion, lib, tasty, tasty-hunit, text }:
mkDerivation {
pname = "text-manipulate";
version = "0.3.1.0";
sha256 = "9a67efef74bf8a0166436e11bc5b668c10a943c5454fdac3c8de366668a306bc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base text ];
testHaskellDepends = [ base tasty tasty-hunit text ];
benchmarkHaskellDepends = [ base criterion text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/brendanhay/text-manipulate";
description = "Case conversion, word boundary manipulation, and textual subjugation";
license = lib.licenses.mpl20;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, containers
, criterion
, deepseq
, hspec
, lib
, text
, vector
, weigh
}:
mkDerivation {
pname = "text-metrics";
version = "0.3.2";
sha256 = "bdd730a8f1ebc98a2d56edd73d94ebba6062ee1b49d4d019ffc2c37eaadd836e";
revision = "2";
editedCabalFile = "0h146i2dvv21nc5z1x9a5a9c2v5ml2kvd10krd5p5aaqpng6i1g4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers text vector ];
testHaskellDepends = [ base hspec QuickCheck text ];
benchmarkHaskellDepends = [ base criterion deepseq text weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mrkkrp/text-metrics";
description = "Calculate various string metrics efficiently";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, array
, base
, bytestring
, containers
, ghc-prim
, lib
, test-framework
, test-framework-quickcheck2
{ mkDerivation, QuickCheck, base, bytestring, lib, pretty
, test-framework, test-framework-quickcheck2, text, text-latin1
}:
mkDerivation {
pname = "cereal";
version = "0.5.8.3";
sha256 = "99905220661b26e5bd91130bd9772554938608a5b1d717240a6eb331121e0f6a";
pname = "text-printer";
version = "0.5.0.2";
sha256 = "b40929b1f0a1f4d0b43966f723ce3f6c64acba72763f222019bfae90197ef5e3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
ghc-prim
base bytestring pretty text text-latin1
];
testHaskellDepends = [
base
bytestring
QuickCheck
test-framework
test-framework-quickcheck2
base QuickCheck test-framework test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/GaloisInc/cereal";
description = "A binary serialization library";
homepage = "https://github.com/mvv/text-printer";
description = "Abstract interface for text builders/printers";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, deepseq
, lib
, random
, tasty
, tasty-bench
, tasty-quickcheck
, text
, vector
{ mkDerivation, base, deepseq, lib, random, tasty, tasty-bench
, tasty-quickcheck, text, vector
}:
mkDerivation {
pname = "text-rope";
......@@ -21,7 +13,7 @@ mkDerivation {
benchmarkHaskellDepends = [ base random tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -30,4 +22,4 @@ mkDerivation {
description = "Text lines and ropes";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, deepseq
, hspec
, lib
, text
, vector
}:
mkDerivation {
pname = "text-zipper";
version = "0.12";
sha256 = "86aba7244c9ed0d8e24e9d1fa64ee317a062e7bd777018053517daefb0696702";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base deepseq text vector ];
testHaskellDepends = [ base hspec QuickCheck text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jtdaugherty/text-zipper/";
description = "A text editor zipper library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib, primitive, random, time }:
mkDerivation {
pname = "tf-random";
version = "0.5";
sha256 = "2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base primitive random time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "High-quality splittable pseudorandom number generator";
license = lib.licenses.bsd3;
broken = false;
}