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 26 additions and 423 deletions
{ mkDerivation, QuickCheck, aeson, async, base, binary
, data-default-class, deepseq, dense-linear-algebra, erf, ieee754
, lib, math-functions, mwc-random, parallel, primitive, random
, tasty, tasty-expected-failure, tasty-hunit, tasty-quickcheck
, vector, vector-algorithms, vector-binary-instances
, vector-th-unbox
}:
mkDerivation {
pname = "statistics";
version = "0.16.2.1";
sha256 = "a7c0c068a0d1f784d865163748a40fbbdda48febe3b905063a22ce7a32e05ce4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson async base binary data-default-class deepseq
dense-linear-algebra math-functions mwc-random parallel primitive
random vector vector-algorithms vector-binary-instances
vector-th-unbox
];
testHaskellDepends = [
aeson base binary dense-linear-algebra erf ieee754 math-functions
primitive QuickCheck tasty tasty-expected-failure tasty-hunit
tasty-quickcheck vector vector-algorithms
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/statistics";
description = "A library of statistical types, data, and functions";
license = lib.licenses.bsd2;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib, stm }:
mkDerivation {
pname = "stm-chans";
version = "3.0.0.9";
sha256 = "7a060df537cb93c98380a770f88d4a1ff08b79fe07203c859be7bc815dc1325d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base stm ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://wrengr.org/software/hackage.html";
description = "Additional types of channels for STM";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, deferred-folds, focus, foldl, free, hashable
, lib, list-t, quickcheck-instances, rerebase, stm-hamt, tasty
, tasty-hunit, tasty-quickcheck, transformers
}:
mkDerivation {
pname = "stm-containers";
version = "1.2.0.3";
sha256 = "928cbcbcd8300e16cda4f2042d9fff2cbc89feec4ea95e901e38f6e9a5f690b1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base deferred-folds focus hashable list-t stm-hamt transformers
];
testHaskellDepends = [
deferred-folds focus foldl free list-t quickcheck-instances
rerebase tasty tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nikita-volkov/stm-containers";
description = "Containers for STM";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, async, base, criterion, deferred-folds
, focus, free, hashable, lib, list-t, primitive, primitive-extras
, quickcheck-instances, random, rebase, rerebase, tasty
, tasty-hunit, tasty-quickcheck, transformers
}:
mkDerivation {
pname = "stm-hamt";
version = "1.2.0.14";
sha256 = "ad4b4badc608cb8a4befdf0b5304932b4eb9a1fe27640488ed03f7e17db31866";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base deferred-folds focus hashable list-t primitive
primitive-extras transformers
];
testHaskellDepends = [
deferred-folds focus QuickCheck quickcheck-instances rerebase tasty
tasty-hunit tasty-quickcheck
];
benchmarkHaskellDepends = [
async criterion focus free random rebase
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nikita-volkov/stm-hamt";
description = "STM-specialised Hash Array Mapped Trie";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "streaming-bytestring";
version = "0.3.1";
sha256 = "62c472974bebc5a23c684d189335f1375e2a3fbd43c8ea1cfc69821c14d2065e";
version = "0.3.2";
sha256 = "885b3c0c5496393f0040d624ed4e7c91617a7edbc1bc6733172d08ab40edba67";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, base, containers, fetchgit, ghc-prim
, hspec, lib, mmorph, mtl, transformers, transformers-base
{ mkDerivation, QuickCheck, base, containers, ghc-prim, hspec, lib
, mmorph, mtl, transformers, transformers-base
}:
mkDerivation {
pname = "streaming";
version = "0.2.3.1";
src = fetchgit {
url = "https://github.com/haskell-streaming/streaming";
sha256 = "193qwgzpd6ryzi3sl3x6bc5kk47whqhw0mfr0jqfdwrspj50ccdd";
rev = "b6ec199103c078a07b3dcd197ab39020b2136426";
fetchSubmodules = true;
};
version = "0.2.4.0";
sha256 = "caddfba744a057174f94b3c2e6bce2d31f6bb7c436df0c0920269336f132dde0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, base, containers, directory, exceptions, filepath
, fusion-plugin-types, ghc-prim, heaps, lib, monad-control
, template-haskell, transformers
, fusion-plugin-types, ghc-bignum, ghc-prim, heaps, lib
, monad-control, template-haskell, transformers, unix
}:
mkDerivation {
pname = "streamly-core";
version = "0.1.0";
sha256 = "b4c52f3f192b4f259213231742df0ef12e7d504225afdfca7d1f48fec4734e2b";
version = "0.2.2";
sha256 = "ca94773dece7e0cc0c8afbdca15c5f62d48c769b781833abd231bf80d88cd583";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers directory exceptions filepath fusion-plugin-types
ghc-prim heaps monad-control template-haskell transformers
ghc-bignum ghc-prim heaps monad-control template-haskell
transformers unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......@@ -21,7 +22,7 @@ mkDerivation {
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://streamly.composewell.com";
description = "Streaming, parsers, arrays and more";
description = "Streaming, parsers, arrays, serialization and more";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, atomic-primops, base, containers, deepseq
, directory, exceptions, hashable, heaps, lib, lockfree-queue
, monad-control, mtl, network, streamly-core, template-haskell
, transformers, transformers-base, unicode-data
, unordered-containers
, transformers, unicode-data, unordered-containers
}:
mkDerivation {
pname = "streamly";
version = "0.9.0";
sha256 = "ec7735826f0a203ac1eaef4f4bd4c587b3868098af6e0dde65e02a910def92da";
version = "0.10.1";
sha256 = "b66b832aec36db07edb6e00901cbfe32c55ef245a5bbc6ab2c9cbb4d25ccdbc7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
atomic-primops base containers deepseq directory exceptions
hashable heaps lockfree-queue monad-control mtl network
streamly-core template-haskell transformers transformers-base
unicode-data unordered-containers
streamly-core template-haskell transformers unicode-data
unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "strict-list";
version = "0.1.7.2";
sha256 = "7dd3dad05ea79cbdb8b4d47bb9d4cde4c210d38674ba00cc959291cddf85f9ff";
version = "0.1.7.5";
sha256 = "c3e3ff3e3f7bee7eff26511c92c26c14b8ac7cbdefba7fb9e24c4aa4ff01236b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, base, bytestring, deepseq, hspec, lib
, quickcheck-instances, text, utf8-string
}:
mkDerivation {
pname = "string-conversions";
version = "0.4.0.1";
sha256 = "46bcce6d9ce62c558b7658a75d9c6a62f7259d6b0473d011d8078234ad6a1994";
revision = "1";
editedCabalFile = "1g3wxx579mhs2icxngi78pvjfybbk606a6vgns88pg6ws5hrvx4s";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text utf8-string ];
testHaskellDepends = [
base bytestring deepseq hspec QuickCheck quickcheck-instances text
utf8-string
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/soenkehahn/string-conversions#readme";
description = "Simplifies dealing with different types for strings";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, criterion, deepseq
, formatting, haskell-src-exts, haskell-src-meta, hspec, hspec-core
, interpolate, lib, neat-interpolation, quickcheck-instances
, quickcheck-text, quickcheck-unicode, split, template-haskell
, text, text-conversions, unordered-containers, utf8-string
}:
mkDerivation {
pname = "string-interpolate";
version = "0.3.2.1";
sha256 = "392f017d7df229af537f87f79ffef0df5030cc48b77765f0e6c1580db7bbfdd4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring haskell-src-exts haskell-src-meta split
template-haskell text text-conversions utf8-string
];
testHaskellDepends = [
base bytestring hspec hspec-core QuickCheck quickcheck-instances
quickcheck-text quickcheck-unicode template-haskell text
unordered-containers
];
benchmarkHaskellDepends = [
base bytestring criterion deepseq formatting interpolate
neat-interpolation QuickCheck text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://gitlab.com/williamyaoh/string-interpolate/blob/master/README.md";
description = "Haskell string/text/bytestring interpolation that just works";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, array, base, bytestring, containers, lib }:
mkDerivation {
pname = "stringsearch";
version = "0.3.6.6";
sha256 = "295f1971920bc52263d8275d7054ad223a7e1aefe75533f9887735c9644ffe4a";
revision = "1";
editedCabalFile = "0z5pz5dccapz9k39r2zmf056m0x2m2lj3jahhnw3mfxlmps07378";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base bytestring containers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://bitbucket.org/dafis/stringsearch";
description = "Fast searching, splitting and replacing of ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, blaze-builder, bytestring, hashable, lib
, text, unordered-containers
}:
mkDerivation {
pname = "svg-builder";
version = "0.1.1";
sha256 = "4fd0e3f2cbc5601fc69e7eab41588cbfa1150dc508d9d86bf5f3d393880382cc";
revision = "7";
editedCabalFile = "0fjbparishw3b2gnh3i7b3d3vxf7mp8h17sfawkf2333smb9zl47";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base blaze-builder bytestring hashable text unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/diagrams/svg-builder.git";
description = "DSL for building SVG";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, Cabal, Glob, HUnit, QuickCheck, aeson, aeson-pretty
, base, base-compat-batteries, bytestring, cabal-doctest
, containers, cookie, doctest, generics-sop, hashable, hspec
, hspec-discover, http-media, insert-ordered-containers, lens, lib
, mtl, network, optics-core, optics-th, quickcheck-instances
, scientific, template-haskell, text, time, transformers
, unordered-containers, utf8-string, uuid-types, vector
}:
mkDerivation {
pname = "swagger2";
version = "2.8.7";
sha256 = "917a973aea5369c203decc5d209220fd2e33e6efa188fc7aa49b97482ad43708";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
aeson aeson-pretty base base-compat-batteries bytestring containers
cookie generics-sop hashable http-media insert-ordered-containers
lens mtl network optics-core optics-th QuickCheck scientific
template-haskell text time transformers unordered-containers
uuid-types vector
];
testHaskellDepends = [
aeson base base-compat-batteries bytestring containers doctest Glob
hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck
quickcheck-instances template-haskell text time
unordered-containers utf8-string vector
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/GetShopTV/swagger2";
description = "Swagger 2.0 data model";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bytestring, chell, lib, system-filepath
, temporary, text, time, transformers, unix
}:
mkDerivation {
pname = "system-fileio";
version = "0.3.16.4";
sha256 = "34e58b88a19a69ff1a559e211af6edb596e33ee1b1d5f44490febf325c78c6c7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring system-filepath text time unix
];
testHaskellDepends = [
base bytestring chell system-filepath temporary text time
transformers unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/haskell-filesystem";
description = "Consistent filesystem interaction across GHC versions (deprecated)";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, Cabal, QuickCheck, base, bytestring, chell
, chell-quickcheck, deepseq, lib, text
}:
mkDerivation {
pname = "system-filepath";
version = "0.4.14";
sha256 = "1656ce3c0d585650784ceb3f794748286e19fb635f557e7b29b0897f8956d993";
revision = "2";
editedCabalFile = "0731bm8msw4gdaxy0dmya55w91yh9nk952ysf82n32c0nib1hdr4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ base bytestring deepseq text ];
testHaskellDepends = [
base bytestring chell chell-quickcheck QuickCheck text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/haskell-filesystem";
description = "High-level, byte-based file and directory path manipulations (deprecated)";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, containers, deepseq
, directory, lib, process, text, time
}:
mkDerivation {
pname = "tagsoup";
version = "0.14.8";
sha256 = "ba7e5500d853d29f0675b90655b7fdd032a4a7eee82a56e7ee3ef9949fe93ad5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring containers text ];
testHaskellDepends = [
base bytestring deepseq directory process QuickCheck time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/tagsoup#readme";
description = "Parsing and extracting information from (possibly malformed) HTML/XML documents";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "tasty-hslua";
version = "1.1.0";
sha256 = "f53dd79c496effff3be54d5706ecdcf3117d04120795f9e54fc80f5ab0097211";
version = "1.1.1";
sha256 = "aba8131ed63d551d5016f123f3c19ebdadb3ae6eb0cedb5fb773f8c12729d818";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, base, hspec, hspec-api, hspec-core, lib
, tasty, tasty-quickcheck, tasty-smallcheck
}:
mkDerivation {
pname = "tasty-hspec";
version = "1.2.0.4";
sha256 = "d1a273cbe653c23422c14e99672f7cd64e07f85bb019f95fef095db8e5b461c2";
revision = "2";
editedCabalFile = "17q4xwj2glc8d482r33kq472yhkx7nai987x80nw3ilmp942bxzd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base hspec hspec-api hspec-core QuickCheck tasty tasty-quickcheck
tasty-smallcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/mitchellwrosen/tasty-hspec";
description = "Hspec support for the Tasty test framework";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -4,8 +4,10 @@
}:
mkDerivation {
pname = "tasty-lua";
version = "1.1.0";
sha256 = "33434b2a41080120886be023d43d1b52b18367fecc8693f4e5d06d28c855c7ae";
version = "1.1.1";
sha256 = "06f8acfa305cf70beaed6b2d11cecfd547a218fdf664a2e3b5cdf2979410c3a0";
revision = "1";
editedCabalFile = "180jy8dhr7mdfgj5xgnwddm5lh8ahbvs78y07g9zgpsxkdnm5ghn";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......