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 212 additions and 466 deletions
{ mkDerivation, base, bytestring, doctest, lib }:
{ mkDerivation, QuickCheck, base, lib, primitive
, quickcheck-classes, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "network-byte-order";
version = "0.1.6";
sha256 = "f2b0ccc9b759d686af30aac874fc394c13c1fc8a3db00fac401c9339c263dc5e";
revision = "1";
editedCabalFile = "0fpyfd1adg9fr7w6afxkx306c0kaz3ji3x78sl29v9j3mh4vdn13";
pname = "tuples";
version = "0.1.0.0";
sha256 = "2590bb956598066fb5182d820827de0040f7e43d558bcbea6c35b5830115014f";
revision = "2";
editedCabalFile = "08d8f4svxfn6165438dvd4zh61wldrl7gsly8ip6x5svyvj3ygqb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [ base bytestring doctest ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
libraryHaskellDepends = [ base primitive ];
testHaskellDepends = [
base primitive QuickCheck quickcheck-classes tasty tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Network byte order utilities";
homepage = "https://github.com/andrewthad/tuples";
description = "Small monomorphic tuples";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, ansi-wl-pprint
, async
, base
, bytestring
, clock
, containers
, directory
, doctest
, exceptions
, filepath
, foldl
, hostname
, lib
, managed
, optional-args
, optparse-applicative
, process
, stm
, streaming-commons
, tasty
, tasty-bench
, tasty-hunit
, temporary
, text
, time
, transformers
, unix
, unix-compat
}:
mkDerivation {
pname = "turtle";
version = "1.6.1";
sha256 = "2795445c93a4b646dd02b68ebf4006f8ec3588c85ccfe9d47810597e638e3b9c";
revision = "1";
editedCabalFile = "1x4hk9kk8ra855jkzs7dc9691pk14xydixswbx2srs3r9rc6dpjb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-wl-pprint
async
base
bytestring
clock
containers
directory
exceptions
filepath
foldl
hostname
managed
optional-args
optparse-applicative
process
stm
streaming-commons
temporary
text
time
transformers
unix
unix-compat
];
testHaskellDepends = [
base
doctest
filepath
tasty
tasty-hunit
temporary
];
benchmarkHaskellDepends = [ base tasty-bench text ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Shell programming, Haskell-style";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, doctest, Glob, lib }:
{ mkDerivation, Glob, base, doctest, lib }:
mkDerivation {
pname = "type-errors-pretty";
version = "0.0.1.2";
......@@ -8,9 +8,9 @@ mkDerivation {
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 = "Combinators for writing pretty type errors easily";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, doctest
, first-class-families
, lib
, syb
, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "type-errors";
version = "0.2.0.0";
sha256 = "174d509c30ec806117a244add923fee578ba5f3505b0156f4e03a32023892eb4";
revision = "3";
editedCabalFile = "0ig8qd2g8rd5n78039xhbq7n8r514f8kvbh0mgajav2a5lp549s1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
first-class-families
syb
template-haskell
th-abstraction
];
testHaskellDepends = [
base
doctest
first-class-families
syb
template-haskell
th-abstraction
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/isovector/type-errors#readme";
description = "Tools for writing better type errors";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "generically";
pname = "type-hint";
version = "0.1";
sha256 = "d5b72880e1d00b24b6c221978d060bea620acc412cdcb62521f3016cbd3f2b71";
sha256 = "1161cdbf4b4b43c2953ee60438e948737604193e1bfe2c880ff178538faa99b9";
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;
description = "Generically newtype to use with DerivingVia";
homepage = "https://github.com/mvv/type-hint";
description = "Guide type inference with proxy values";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, bytestring, effectful, effectful-core, lib
, tasty, tasty-hunit, typed-process
}:
mkDerivation {
pname = "typed-process-effectful";
version = "1.0.0.1";
sha256 = "844589e478168c2e4e019c948af36f377da8d4416902e10b1f0c22e2e4506bd8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring effectful effectful-core typed-process
];
testHaskellDepends = [
base effectful effectful-core tasty tasty-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-effectful/typed-process-effectful#readme";
description = "A binding of the typed-process library for the effectful effect system";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, async
, base
, base64-bytestring
, bytestring
, hspec
, lib
, process
, stm
, temporary
, transformers
, unliftio-core
}:
mkDerivation {
pname = "typed-process";
version = "0.2.10.1";
sha256 = "e436875ccd6664d4111e601c8e2ec6ba9473979eac49b23a1bdb88f80e95099e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
base
bytestring
process
stm
transformers
unliftio-core
];
testHaskellDepends = [
async
base
base64-bytestring
bytestring
hspec
process
stm
temporary
transformers
unliftio-core
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/typed-process";
description = "Run external processes, with strong typing of streams";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, base
, containers
, criterion
, deepseq
, dependent-map
, dependent-sum
, fetchgit
, ghc-prim
, ghc-typelits-knownnat
, hedgehog
, hspec
, hspec-hedgehog
, lib
, primitive
, vector
{ mkDerivation, base, containers, criterion, deepseq, dependent-map
, dependent-sum, ghc-prim, ghc-typelits-knownnat, hedgehog, hspec
, hspec-hedgehog, lib, primitive, vector
}:
mkDerivation {
pname = "typerep-map";
version = "0.5.0.0";
src = fetchgit {
url = "https://github.com/parsonsmatt/typerep-map";
sha256 = "023f2rrak7kmpfxxpfcdv5bb1llksk2cxmdgvs08qx3l821d016w";
rev = "75b7cd5d45986be07420a6821d352ad2adc0b697";
fetchSubmodules = true;
};
version = "0.6.0.0";
sha256 = "e36fab025872dec241e02e2d7408633fd167dfea78be8a0c97a784c4ea823c04";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
deepseq
ghc-prim
primitive
vector
base containers deepseq ghc-prim primitive vector
];
testHaskellDepends = [
base
ghc-typelits-knownnat
hedgehog
hspec
hspec-hedgehog
base ghc-typelits-knownnat hedgehog hspec hspec-hedgehog
];
benchmarkHaskellDepends = [
base
criterion
deepseq
dependent-map
dependent-sum
base criterion deepseq dependent-map dependent-sum
ghc-typelits-knownnat
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
......@@ -61,4 +30,4 @@ mkDerivation {
description = "Efficient implementation of a dependent map with types as keys";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, dhall, either, lib, path, text }:
{ mkDerivation, base, lib, text }:
mkDerivation {
pname = "path-dhall-instance";
version = "0.2.1.0";
sha256 = "ca582eedb714f50fe4165c52bfd02c339eabcb0104e49ce0ddd1513352fa2f9e";
pname = "typst-symbols";
version = "0.1.6";
sha256 = "947ff2a09549a6a0387327e6b15c9219947be67ebe5fb190d1fb98495d7e429d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base dhall either path text ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
libraryHaskellDepends = [ base text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "ToDhall and FromDhall instances for Path";
homepage = "https://github.com/jgm/typst-symbols";
description = "Symbol and emoji lookup for typst language";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, aeson, array, base, bytestring, cassava, containers
, directory, filepath, lib, mtl, ordered-containers, parsec, pretty
, pretty-show, regex-tdfa, scientific, tasty, tasty-golden, text
, time, toml-parser, typst-symbols, vector, xml-conduit, yaml
}:
mkDerivation {
pname = "typst";
version = "0.5.0.3";
sha256 = "e3411f7a02e5e50acb3354dc077a207059c3de419c5da1104211fbc4ef06493c";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson array base bytestring cassava containers directory filepath
mtl ordered-containers parsec pretty regex-tdfa scientific text
time toml-parser typst-symbols vector xml-conduit yaml
];
testHaskellDepends = [
base bytestring directory filepath pretty-show tasty tasty-golden
text time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Parsing and evaluating typst syntax";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -7,9 +7,9 @@ mkDerivation {
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;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "A simple (but internally ugly) memoization function";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, async
, atomic-primops
, base
, containers
, criterion
, ghc-prim
, lib
, primitive
}:
mkDerivation {
pname = "unagi-chan";
version = "0.4.1.4";
sha256 = "d9d6f4ab07def8e84a942bb23791830a61faf89166cb7185a3b2f97cb45128b5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ atomic-primops base ghc-prim primitive ];
testHaskellDepends = [
atomic-primops
base
containers
ghc-prim
primitive
];
benchmarkHaskellDepends = [ async base criterion ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Fast concurrent queues with a Chan-like API, and more";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "unbounded-delays";
version = "0.1.1.1";
sha256 = "59ad7e53bfe32ffbf0e703b31490d41d14c70e4745ed49e8adf592ed68dd6185";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/unbounded-delays";
description = "Unbounded thread delays and timeouts";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, binary
, bytestring
, containers
, lib
, parsec
, QuickCheck
, quickcheck-instances
, tasty
, tasty-bench
, tasty-hunit
, tasty-quickcheck
, template-haskell
, text
, text-icu
, th-lift-instances
, unicode-transforms
{ mkDerivation, QuickCheck, base, binary, bytestring, containers
, lib, parsec, quickcheck-instances, tasty, tasty-bench
, tasty-hunit, tasty-quickcheck, template-haskell, text, text-icu
, th-lift-instances, unicode-transforms
}:
mkDerivation {
pname = "unicode-collation";
version = "0.1.3.2";
sha256 = "ec54952221a8bb79d5dbd9abd4501ffcce4be07fbe500928394c108ea010cb66";
version = "0.1.3.6";
sha256 = "d64163d64cdf8c872d7ec02b49bc0d0192c70875b8c002765c5142cc880d3a30";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
binary
bytestring
containers
parsec
template-haskell
text
base binary bytestring containers parsec template-haskell text
th-lift-instances
];
testHaskellDepends = [
base
bytestring
tasty
tasty-hunit
tasty-quickcheck
text
base bytestring tasty tasty-hunit tasty-quickcheck text
unicode-transforms
];
benchmarkHaskellDepends = [
base
QuickCheck
quickcheck-instances
tasty-bench
text
text-icu
base QuickCheck quickcheck-instances tasty-bench text text-icu
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -62,4 +32,4 @@ mkDerivation {
description = "Haskell implementation of the Unicode Collation Algorithm";
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, deepseq
, hspec
, hspec-discover
, lib
, tasty
, tasty-bench
}:
{ mkDerivation, base, deepseq, hspec, lib, tasty, tasty-bench }:
mkDerivation {
pname = "unicode-data";
version = "0.4.0";
sha256 = "4890d5a26cae879ea573dc07408e833ad49937a9a551a3bbdc4fa77718644127";
version = "0.4.0.1";
sha256 = "37a5dea6801940beb65c4ac4b9d0f7e653a686cf773507f0ca61c210e0b06080";
revision = "2";
editedCabalFile = "1v7kswa3606k3j8y7y7rigxabgypx23m3wv2hbnqs75s15g7ip2y";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [ base deepseq tasty tasty-bench ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -29,4 +22,4 @@ mkDerivation {
description = "Access Unicode Character Database (UCD)";
license = lib.licenses.asl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, deepseq
, filepath
, ghc-prim
, hspec
, lib
, path
, path-io
, QuickCheck
, split
, tasty-bench
, text
{ mkDerivation, QuickCheck, base, bytestring, deepseq, filepath
, ghc-prim, hspec, lib, path, path-io, split, tasty-bench, text
, unicode-data
}:
mkDerivation {
pname = "unicode-transforms";
version = "0.4.0.1";
sha256 = "3278e1e1d648da4bcd7368658ae091a89080e88a2f44db9df5136711e99649fc";
revision = "2";
editedCabalFile = "1imm3svpz2shilj2kmmmcyy5yd4c1mpmz5v1gvjrr98hrab2i9x7";
revision = "4";
editedCabalFile = "16d6l9ybs2wdwxdf3xfs25pzkkf3svflsn6ncvg86yky4x50zg29";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
ghc-prim
text
unicode-data
base bytestring ghc-prim text unicode-data
];
testHaskellDepends = [
base
bytestring
deepseq
hspec
QuickCheck
split
text
unicode-data
base bytestring deepseq hspec QuickCheck split text unicode-data
];
benchmarkHaskellDepends = [
base
deepseq
filepath
path
path-io
tasty-bench
text
base deepseq filepath path path-io tasty-bench text
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -60,4 +31,4 @@ mkDerivation {
description = "Unicode normalization";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, containers
, ghc-prim
, hashable
, lib
, syb
, unordered-containers
}:
mkDerivation {
pname = "uniplate";
version = "1.6.13";
sha256 = "e777c94628445556a71f135a42cf72d2cfbaccba5849cc42fbfec8b2182e3ad2";
revision = "1";
editedCabalFile = "1rvvzmi43gbrww0f17dzchm3g61zvm97arrfa5raljqb1mbibdy8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
ghc-prim
hashable
syb
unordered-containers
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/uniplate#readme";
description = "Help writing simple, concise and fast generic operations";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, containers
, lib
, QuickCheck
, tagged
, transformers
}:
mkDerivation {
pname = "universe-base";
version = "1.1.3";
sha256 = "c59dfe99b76435d13483eff888e020a282ae8451b7b692dc98f348dcec95db52";
revision = "3";
editedCabalFile = "0hnd5vxsncwyjsindfmsvp9jbixanhmzczhrmd8s8g6imgb0mzyk";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers tagged transformers ];
testHaskellDepends = [ base containers QuickCheck ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/dmwit/universe";
description = "A class for finite and recursively enumerable types";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, lib }:
{ mkDerivation, base, containers, lib, universe-base }:
mkDerivation {
pname = "nats";
pname = "universe-reverse-instances";
version = "1.1.2";
sha256 = "b9d2d85d8612f9b06f8c9bfd1acecd848e03ab82cfb53afe1d93f5086b6e80ec";
revision = "4";
editedCabalFile = "0qccypqkfs7hi0v2bsjfqfhpi2jgsnpfwi9vmcqh7jxk5g08njk0";
sha256 = "252aa14c6bbf3567dcbf56b5255226ce4589e4e9244b8518fc886bc9418c374e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
libraryHaskellDepends = [ base containers universe-base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/nats/";
description = "Natural numbers";
homepage = "https://github.com/dmwit/universe";
description = "Instances of standard classes that are made possible by enumerations";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, bytestring, lib }:
mkDerivation {
pname = "appar";
version = "0.1.8";
sha256 = "c4ceeddc26525b58d82c41b6d3e32141371a200a6794aae185b6266ccc81631f";
pname = "unix-bytestring";
version = "0.4.0.1";
sha256 = "321d02bd51e85375a164a10ccd2feffc0d0e79294441c2240c89d45531707104";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A simple applicative parser";
homepage = "https://wrengr.org/software/hackage.html";
description = "Unix/Posix-specific functions for ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file