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 220 additions and 174 deletions
{ mkDerivation, array, base, containers, indexed-profunctors
, indexed-traversable, lib, transformers
{ mkDerivation, base, lib, primitive, primitive-unaligned
, wide-word
}:
mkDerivation {
pname = "optics-core";
version = "0.4.1.1";
sha256 = "3e817e3c66a0120ac4b4b6d790e659b75f8c0fb27c5f65f3974f4c697b7bb3fb";
pname = "byte-order";
version = "0.1.3.1";
sha256 = "eb98ea478d1a6b196f36c5e3673dbbd261728c5423cbeb0703d80f3560061f7a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base containers indexed-profunctors indexed-traversable
transformers
base primitive primitive-unaligned wide-word
];
testHaskellDepends = [ base primitive wide-word ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -19,7 +19,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Optics as an abstract interface: core definitions";
homepage = "https://github.com/byteverse/byte-order";
description = "Portable big-endian and little-endian conversions";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, attoparsec, base, base-compat, blaze-builder
, bytestring, containers, criterion, deepseq, deepseq-generics
, hedgehog, lib, network-uri, safe, tasty, tasty-hedgehog
, tasty-hunit, template-haskell, th-lift-instances, transformers
{ mkDerivation, QuickCheck, base, byteslice, bytestring, gauge
, haskell-src-meta, integer-logarithms, lib, natural-arithmetic
, primitive, primitive-offset, quickcheck-instances, run-st, tasty
, tasty-hunit, tasty-quickcheck, template-haskell, text, text-short
, wide-word, zigzag
}:
mkDerivation {
pname = "uri-bytestring";
version = "0.3.3.1";
sha256 = "f3e7a0ac26111c426727fed11624efe9ce36ee2e74ca79570ec0985eb6111368";
pname = "bytebuild";
version = "0.3.16.2";
sha256 = "2cb53fb854682ee38bccd560291ebd0651b4d54d6ba27f9e2a17b5168ed49687";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec base blaze-builder bytestring containers
template-haskell th-lift-instances
base byteslice bytestring haskell-src-meta integer-logarithms
natural-arithmetic primitive primitive-offset run-st
template-haskell text text-short wide-word zigzag
];
testHaskellDepends = [
attoparsec base base-compat blaze-builder bytestring containers
hedgehog HUnit safe tasty tasty-hedgehog tasty-hunit transformers
base byteslice bytestring natural-arithmetic primitive QuickCheck
quickcheck-instances tasty tasty-hunit tasty-quickcheck text
text-short wide-word
];
benchmarkHaskellDepends = [
base blaze-builder bytestring criterion deepseq deepseq-generics
network-uri
base byteslice gauge natural-arithmetic primitive text-short
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......@@ -29,8 +31,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Soostone/uri-bytestring";
description = "Haskell URI parsing as ByteStrings";
homepage = "https://github.com/byteverse/bytebuild";
description = "Build byte arrays";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, binary, binary-orphans, bytestring, cereal
, containers, hashable, lib, scientific, text, time, transformers
, transformers-compat, unordered-containers, void
}:
mkDerivation {
pname = "bytes";
version = "0.17.3";
sha256 = "d10acf05802d4df9646d7aed1b4ebcee13fb38f243f1525caaef1f2e1fd929c7";
revision = "1";
editedCabalFile = "1jj5fk23wvvvlbkxcpvgp69gglbf719ard5g795irbcx11zkhjd2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base binary binary-orphans bytestring cereal containers hashable
scientific text time transformers transformers-compat
unordered-containers void
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ekmett/bytes";
description = "Sharing code for serialization between binary and cereal";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, base, exceptions, ghc-prim, hedgehog, lib
, mtl, mtl-compat, random, stm, tasty, tasty-hedgehog, tasty-hunit
, time, transformers, unliftio-core
{ mkDerivation, base, bytestring, gauge, lib, natural-arithmetic
, primitive, primitive-addr, primitive-unlifted, quickcheck-classes
, run-st, tasty, tasty-hunit, tasty-quickcheck, text, text-short
, transformers, tuples, vector
}:
mkDerivation {
pname = "retry";
version = "0.9.3.1";
sha256 = "622e35114b920f76fa2e1ae6515575b9973fac19c679f5426ea6574a5d0b7ed6";
pname = "byteslice";
version = "0.2.13.2";
sha256 = "67c7b30f862aad1deef05f807d438db57866ca99d3d0461716d9666d21943ffc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base exceptions ghc-prim mtl mtl-compat random transformers
unliftio-core
base bytestring natural-arithmetic primitive primitive-addr
primitive-unlifted run-st text text-short tuples vector
];
testHaskellDepends = [
base exceptions ghc-prim hedgehog HUnit mtl mtl-compat random stm
tasty tasty-hedgehog tasty-hunit time transformers unliftio-core
base bytestring primitive quickcheck-classes tasty tasty-hunit
tasty-quickcheck text transformers
];
benchmarkHaskellDepends = [ base gauge ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -24,8 +26,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/Soostone/retry";
description = "Retry combinators for monadic actions that may fail";
homepage = "https://github.com/byteverse/byteslice";
description = "Slicing managed and unmanaged memory";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, array, base, bytestring
, containers, deepseq, dlist, fmlist, lib, random, text
, utf8-string, vector
{ mkDerivation, base, byte-order, byteslice, bytestring, contiguous
, gauge, lib, natural-arithmetic, primitive, tasty, tasty-hunit
, tasty-quickcheck, text-short, wide-word
}:
mkDerivation {
pname = "ListLike";
version = "4.7.8.2";
sha256 = "ad637af1a0241934e33e6b43ad5b3f1c4a96f84be392a7aa6066f989d1aff9d4";
pname = "bytesmith";
version = "0.3.11.1";
sha256 = "778f072f91b46fd0bd963bf3e4a2c80465f05ad6597ff0002245fbc49a2581ee";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base bytestring containers deepseq dlist fmlist text
utf8-string vector
base byteslice bytestring contiguous natural-arithmetic primitive
text-short wide-word
];
testHaskellDepends = [
array base bytestring containers dlist fmlist HUnit QuickCheck
random text utf8-string vector
base byte-order byteslice primitive tasty tasty-hunit
tasty-quickcheck text-short wide-word
];
benchmarkHaskellDepends = [ base gauge primitive ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -24,8 +25,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ddssff/listlike";
description = "Generalized support for list-like structures";
homepage = "https://github.com/byteverse/bytesmith";
description = "Nonresumable byte parser";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "bytestring-tree-builder";
version = "0.2.7.11";
sha256 = "b757c9ced07898b8bfd03a04d10bc2caab23ac05093c3e2d68cbf0152d0892cf";
version = "0.2.7.12";
sha256 = "90d8231350d21053ac2d97c3981bd74ae9f842e7696e8a249657815825459237";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, attoparsec, base, directory, filepath, filepattern
, hspec, hspec-attoparsec, lib, text, transformers, yaml
{ mkDerivation, Cabal-syntax, QuickCheck, base, bytestring
, containers, directory, filepath, integer-logarithms, lib, mtl
, optparse-applicative, parsec, pretty, process, tasty
, tasty-golden, tasty-hunit, tasty-quickcheck, temporary
}:
mkDerivation {
pname = "implicit-hie";
version = "0.1.4.0";
sha256 = "931814d6c1bb9f8f6d57161783eacb7b95e66398e1b20d652eca0759206def21";
isLibrary = true;
pname = "cabal-fmt";
version = "0.1.12";
sha256 = "e281b20d128421908bcd7aa3326c6eb637b06001df21d825ba1c7cb41ba23672";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec base directory filepath filepattern text transformers
yaml
base bytestring Cabal-syntax containers directory filepath mtl
parsec pretty
];
executableHaskellDepends = [
attoparsec base directory filepath filepattern text transformers
yaml
base bytestring directory filepath optparse-applicative
];
testHaskellDepends = [
attoparsec base directory filepath filepattern hspec
hspec-attoparsec text transformers yaml
base bytestring Cabal-syntax containers filepath integer-logarithms
process QuickCheck tasty tasty-golden tasty-hunit tasty-quickcheck
temporary
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Avi-D-coder/implicit-hie#readme";
description = "Auto generate hie-bios cradles & hie.yaml";
license = lib.licenses.bsd3;
description = "Format .cabal files";
license = "GPL-3.0-or-later AND BSD-3-Clause";
broken = false;
}
\ No newline at end of file
......@@ -6,6 +6,8 @@ mkDerivation {
pname = "canonical-json";
version = "0.6.0.1";
sha256 = "33df39d9058d33357956cdf7f911184a26da20c49b90f844ec6374f6bf5ace7e";
revision = "1";
editedCabalFile = "180c35znblvf3j59si48n4a9qpwwprq8d7xh86fpmjj2sn2g1sj8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
......@@ -3,10 +3,8 @@
}:
mkDerivation {
pname = "cassava-megaparsec";
version = "2.0.4";
sha256 = "16398f202df2898de482c156835ba6e7dea8ef71d7ac818c5cd4e72ad1f8e95d";
revision = "1";
editedCabalFile = "1nknyqs8bb3qiysq5a2n1f7lzgkr8b0pvshg5jx5z5wgfmpjmyjf";
version = "2.1.1";
sha256 = "4631963337675db145c2bf9752bf27b4bae68b7c48ffcac60b428f557b63e786";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, HUnit, Only, QuickCheck, array, attoparsec, base
, bytestring, containers, deepseq, hashable, lib
, quickcheck-instances, scientific, test-framework
, test-framework-hunit, test-framework-quickcheck2, text
, text-short, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "cassava";
version = "0.5.3.0";
sha256 = "b4c8451f433ad7725cb8b9f7a7efe598ba103b16584713c91f48ae023829e9be";
revision = "5";
editedCabalFile = "081c6gzskkdvajc38f8ng8471d58a25k7wpl3azjviqm6vzfl2c4";
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array attoparsec base bytestring containers deepseq hashable Only
scientific text text-short transformers unordered-containers vector
];
testHaskellDepends = [
attoparsec base bytestring hashable HUnit QuickCheck
quickcheck-instances scientific test-framework test-framework-hunit
test-framework-quickcheck2 text unordered-containers vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/cassava";
description = "A CSV parsing and encoding library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, aeson, attoparsec, base
, bytestring, cereal, containers, criterion, cryptonite, hspec, lib
, memory, mtl, text, time, transformers, transformers-compat
, unordered-containers, vector
, 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 = "jose-jwt";
version = "0.9.6";
sha256 = "6c637d997d1284951de599d7ee01bab48adb1ff95f3c4d1b899341e54fb01c0f";
pname = "chronos";
version = "1.1.6.1";
sha256 = "3998e5495247338506e0cc35bd5aecf5c8e89f79a069d2c5338b3c72c27e4259";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base bytestring cereal containers cryptonite
memory mtl text time transformers transformers-compat
unordered-containers vector
aeson attoparsec base bytebuild byteslice bytesmith bytestring
deepseq hashable natural-arithmetic primitive text text-short
torsor vector
];
testHaskellDepends = [
aeson base bytestring cryptonite hspec HUnit memory mtl QuickCheck
text unordered-containers vector
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
];
benchmarkHaskellDepends = [ base bytestring criterion cryptonite ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -27,8 +31,8 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/tekul/jose-jwt";
description = "JSON Object Signing and Encryption Library";
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, Glob, base, doctest, lib }:
mkDerivation {
pname = "co-log-core";
version = "0.3.2.1";
sha256 = "7e12a8e02a02c0e2c13e8def101ee8243c6c033392cd3031b63fe5db5168ff87";
version = "0.3.2.2";
sha256 = "f7b261916add60f651abc6f170402a6e75042ee4488f94a40ad88a971a71cdc7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
......@@ -4,8 +4,8 @@ mkDerivation {
pname = "colourista";
version = "0.1.0.2";
sha256 = "96afae0b54b12205a9871ecb4c7ee173e8b9f05363d843c15d373d394d08063c";
revision = "3";
editedCabalFile = "1q07rz48xrs68gg3pywdivw2m97xbgcb4337jfzdsb0wv6n8z2r5";
revision = "5";
editedCabalFile = "1388d2hd4kv6d99mfvif8iivb9kwai4dcnm3s9a6x91sz4zkzj2y";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "commonmark-extensions";
version = "0.2.4";
sha256 = "36757b95cca25b51bb81df41ba656a4e9671f49e7b44e26bdffcdfb8a8183ffb";
version = "0.2.5.4";
sha256 = "35fae084a1a94b231428d224b5fef1a8af89f16d5ec01b9015dc7862bd918908";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "commonmark-pandoc";
version = "0.2.1.3";
sha256 = "77adcf9074299a5b318901d057ebf49a7f032245f2aee783ef475539b0897f21";
version = "0.2.2.1";
sha256 = "6190eb15bf2e0964cb1b206984f7613bd204b55469d11dff8fcca5488b097acd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "commonmark";
version = "0.2.4";
sha256 = "557fcef92671eec142068c7772734d41c727659c51eb93db09acca693f9a1d56";
version = "0.2.6";
sha256 = "e7e66ce4ecf187c2d7245988c99ac727904f58bca6a89b688d67b385e99e1c4c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, base, containers, lib }:
mkDerivation {
pname = "commutative-semigroups";
version = "0.1.0.1";
sha256 = "0732d53b25fea4822ed8aefdc0aa5586db9a78f67db8cc796adabd614677aaae";
version = "0.2.0.1";
sha256 = "e2e055a06586e7cd58a155b0da3e0d49d8cc06fb941faa8d14c1ae568df7b6dc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, QuickCheck, base, deepseq, exceptions, hspec, lens
, lib, monad-control, mtl, profunctors, template-haskell, text
, transformers, transformers-base, unliftio-core, vinyl
}:
mkDerivation {
pname = "composite-base";
version = "0.8.2.1";
sha256 = "31b7fe24885d2db164524a4477058157592ae06a75da5259f0eafc5760555544";
revision = "1";
editedCabalFile = "1fww7f7z583vp7kfrf6xi6y0plpm4jsh3j72xbgarprlz25j1aip";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base deepseq exceptions lens monad-control mtl profunctors
template-haskell text transformers transformers-base unliftio-core
vinyl
];
testHaskellDepends = [
base deepseq exceptions hspec lens monad-control mtl profunctors
QuickCheck template-haskell text transformers transformers-base
unliftio-core vinyl
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/composite-hs/composite-base#readme";
description = "Shared utilities for composite-* packages";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, lens, lib
, quickcheck-instances, tasty, tasty-quickcheck, text
}:
mkDerivation {
pname = "concise";
version = "0.1.0.1";
sha256 = "5c27df5a3e1fe820548e90abc4a0e326b6d0fb286218619aa22d3af90c7b9925";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring lens text ];
testHaskellDepends = [
base bytestring lens QuickCheck quickcheck-instances tasty
tasty-quickcheck text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/frasertweedale/hs-concise";
description = "Utilities for Control.Lens.Cons";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, async, base, lib, random, stm
, test-framework, test-framework-hunit, unbounded-delays
}:
mkDerivation {
pname = "concurrent-extra";
version = "0.7.0.12";
sha256 = "040e6db9e0147de9929661759930f1566a7250add4c7f65b04dc6e070c991df9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base stm unbounded-delays ];
testHaskellDepends = [
async base HUnit random stm test-framework test-framework-hunit
unbounded-delays
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/concurrent-extra";
description = "Extra concurrency primitives";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file