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 75 additions and 254 deletions
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, bytestring, containers, directory, filepath
, lib, mtl, pandoc-types, parsec, pretty-show, split, syb, tagged
, tasty, tasty-golden, text, xml
, tasty, tasty-golden, text, typst-symbols, xml
}:
mkDerivation {
pname = "texmath";
version = "0.12.7.1";
sha256 = "7da715cf40920a3bfe42a33e22cd627f7929e7454595984f8ec02e0ef760f342";
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
......@@ -18,7 +19,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, lib, text, text-builder }:
{ mkDerivation, base, lib, text, text-builder-linear }:
mkDerivation {
pname = "text-ansi";
version = "0.2.1.1";
sha256 = "593da9413b77fbccdd0b1b6c767ec054c4c630a83d06b2da3d9e6213a26797d1";
version = "0.3.0.1";
sha256 = "0078b6e1adfb3fbbb4e241e20116829c3ede02f3906eb292ab4540c9e82f3846";
revision = "1";
editedCabalFile = "14i37ffh5v4ppz7s2nx9qsmjrc1baj1pvslnxk72amzyiwf2yfx6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base text text-builder ];
libraryHaskellDepends = [ base text text-builder-linear ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mitchellwrosen/text-ansi";
homepage = "https://github.com/awkward-squad/text-ansi";
description = "Text styling for ANSI terminals";
license = lib.licenses.bsd3;
broken = false;
......
{ mkDerivation, QuickCheck, base, bytestring, criterion
, deferred-folds, isomorphism-class, lib, quickcheck-instances
, rerebase, split, tasty, tasty-hunit, tasty-quickcheck, text
, transformers
{ 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.3.2";
sha256 = "f574e2219a44ba4c14ee9d373f59bee3ed9a3863082468d97bff5621a82755af";
version = "0.3.4.2";
sha256 = "36fdff5e23a98a26e2ebb9328d66c2a9eb6c54810935bc942785951d56d81c60";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring deferred-folds isomorphism-class split text
transformers
base bytestring deferred-folds isomorphism-class QuickCheck
quickcheck-instances split text time transformers
];
testHaskellDepends = [
QuickCheck quickcheck-instances rerebase tasty tasty-hunit
tasty-quickcheck
base-compat quickcheck-classes quickcheck-instances rerebase tasty
tasty-hunit tasty-quickcheck
];
benchmarkHaskellDepends = [ criterion rerebase ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, criterion, deepseq, ghc-prim, lib, sop-core
, template-haskell, th-abstraction
{ mkDerivation, base, bytestring, lib, quote-quot, tasty
, tasty-bench, tasty-quickcheck, text
}:
mkDerivation {
pname = "generics-sop";
version = "0.5.1.3";
sha256 = "ec9cc7b9ca4714fd67538ac4a5ea980ec731cfe0f084c097f8dd284b5669af07";
pname = "text-builder-linear";
version = "0.1.2";
sha256 = "aacf887e1c78334c40e3b3321d2be81c970bd14b820aa47e7e4ce23ed149bd7a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base ghc-prim sop-core template-haskell th-abstraction
];
testHaskellDepends = [ base ];
libraryHaskellDepends = [ base bytestring quote-quot text ];
testHaskellDepends = [ base tasty tasty-quickcheck text ];
benchmarkHaskellDepends = [
base criterion deepseq template-haskell
base bytestring tasty tasty-bench text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Generic Programming using True Sums of Products";
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, base, bytestring, criterion, lib
, quickcheck-instances, rerebase, tasty, tasty-hunit
, tasty-quickcheck, text, text-builder-dev
{ mkDerivation, base, bytestring, criterion, lib, rerebase, tasty
, tasty-hunit, tasty-quickcheck, text, text-builder-dev
}:
mkDerivation {
pname = "text-builder";
version = "0.6.7";
sha256 = "90704ab83910db16d43aeb45e1bab1409f995e38c8c15101602eb38b9724f402";
version = "0.6.7.2";
sha256 = "6194f3076933bbe361e225461a10fd8ab29bd5476294ffb80a6af17c8535c7dd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text text-builder-dev ];
testHaskellDepends = [
QuickCheck quickcheck-instances rerebase tasty tasty-hunit
tasty-quickcheck
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;
homepage = "https://github.com/nikita-volkov/text-builder";
description = "An efficient strict 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;
}
\ No newline at end of file
......@@ -3,10 +3,8 @@
}:
mkDerivation {
pname = "text-display";
version = "0.0.4.0";
sha256 = "b63147b9551a7b6390e31c01ff05b4544fc9bf3ee7e1b1e55f8722652a4b45cc";
revision = "1";
editedCabalFile = "181h85z49vkbirxxqh8ljh5byqz3kvbprcn8pss26bgmxhwbzp9y";
version = "0.0.5.2";
sha256 = "7adcb062a35bac2143f7aafddbbd2f17669672dd3e309fad69b5492039629893";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -17,12 +15,12 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://hackage.haskell.org/package/text-display/docs/doc/book/Introduction.html";
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;
......
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "text-icu";
version = "0.8.0.2";
sha256 = "2d99aa88c0b4c7a1a4fc10e7bd0590c334f49bae81ef76c77a370254a4ce3d3b";
version = "0.8.0.5";
sha256 = "442eba38d8e4c9ae2575a40288c8277599649cf13bf114543fa0de2da83aeddb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -19,7 +19,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -14,7 +14,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ 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;
}
\ No newline at end of file
{ 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;
}
\ No newline at end of file
......@@ -16,7 +16,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -13,7 +13,7 @@ mkDerivation {
benchmarkHaskellDepends = [ base random tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, binary, bytestring, deepseq, ghc-prim
, hashable, lib, tasty, tasty-hunit, tasty-quickcheck
, template-haskell, text
}:
mkDerivation {
pname = "text-short";
version = "0.1.5";
sha256 = "a35ec6cde2ada084c1a050dc5885be5ab01f851b93d744cf0facbc1c18002dda";
revision = "2";
editedCabalFile = "0lkh1sl8vx11vjjkxs2fz3jmmw1fp1f2k74q2acz6nywi4ifp5n2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base binary bytestring deepseq ghc-prim hashable template-haskell
text
];
testHaskellDepends = [
base binary bytestring tasty tasty-hunit tasty-quickcheck
template-haskell text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Memory-efficient representation of Unicode text strings";
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.13";
sha256 = "06521cc7c435f8e85aeb3ed3f2b872000c52087d73518de31e65bdca072a98a9";
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;
}
\ No newline at end of file
{ 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;
}
\ No newline at end of file
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "th-desugar";
version = "1.15";
sha256 = "179e2cddabb1af642d08e304fa24f4910ad42aae10095961a47d0c916e5ffe98";
version = "1.17";
sha256 = "9f879fca6e952c75d53d4c923cf0162aaacca466cde71f1718147a7c72a20028";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -14,12 +14,12 @@ mkDerivation {
template-haskell th-abstraction th-orphans transformers-compat
];
testHaskellDepends = [
base containers hspec HUnit mtl syb template-haskell th-abstraction
th-orphans
base containers ghc-prim hspec HUnit mtl syb template-haskell
th-abstraction th-orphans
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, lib, markdown-unlit, template-haskell
, th-compat
}:
mkDerivation {
pname = "th-env";
version = "0.1.1";
sha256 = "fc01b166df6ba45f6ce157165eb786da208dbab41252fd81134f8ba02cf3f505";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base template-haskell th-compat ];
testHaskellDepends = [ base markdown-unlit ];
testToolDepends = [ markdown-unlit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/dzhus/th-env#readme";
description = "Template Haskell splices that expand to an environment variable";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, containers, lib, syb, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "th-expand-syns";
version = "0.4.11.0";
sha256 = "8acd59ce73078ec6fb39f7555c4bb6cf1e49c256859c30aa8a4fda6d029bf7d0";
revision = "1";
editedCabalFile = "0kc4czr7bz5wl88fj11h02gn8fwr2azhw5z7ykil6lx7v1b42rg8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers syb template-haskell th-abstraction
];
testHaskellDepends = [ base template-haskell th-abstraction ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/DanielSchuessler/th-expand-syns";
description = "Expands type synonyms in Template Haskell ASTs";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file