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 137 additions and 620 deletions
{ 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 = true;
enableExecutableProfiling = true;
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
, QuickCheck
, base
, containers
, lib
, 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 = true;
enableExecutableProfiling = true;
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;
libraryHaskellDepends = [ base containers universe-base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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 = true;
enableExecutableProfiling = true;
doHaddock = false;
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
{ mkDerivation
, HUnit
, base
, directory
, extra
, hspec
, lib
, monad-parallel
, temporary
, unix
}:
mkDerivation {
pname = "unix-compat";
version = "0.6";
sha256 = "b4cd823a6543ad3aca8e740ecf5f44aabde60f1452b5a55655db5c8b7a44d5f8";
revision = "1";
editedCabalFile = "0g5mi6rh977idajgxnnlsd7dp28vf4xwiiwpsc4pj1rqv0lhjp8g";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base unix ];
testHaskellDepends = [
base
directory
extra
hspec
HUnit
monad-parallel
temporary
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/jacobstanley/unix-compat";
description = "Portable POSIX-compatibility layer";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, lib
, mtl
, tasty
, tasty-hunit
, tasty-quickcheck
, unix
{ mkDerivation, QuickCheck, base, lib, mtl, tasty, tasty-hunit
, tasty-quickcheck, unix
}:
mkDerivation {
pname = "unix-memory";
......@@ -17,17 +10,11 @@ mkDerivation {
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base
mtl
QuickCheck
tasty
tasty-hunit
tasty-quickcheck
unix
base mtl QuickCheck tasty tasty-hunit tasty-quickcheck unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -36,4 +23,4 @@ mkDerivation {
description = "Unix memory syscalls";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, binary
, bytestring
, hspec
, hspec-discover
, lib
, old-locale
, old-time
, time
}:
mkDerivation {
pname = "unix-time";
version = "0.4.8";
sha256 = "fedeb6a11bcb5396f50a30166a6bb05e56fc9866be4066718404bd8940ace843";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary bytestring old-time ];
testHaskellDepends = [
base
bytestring
hspec
old-locale
old-time
QuickCheck
time
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Unix time parser/formatter and utilities";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, bytestring, hourglass, lib, memory }:
{ mkDerivation, base, bytestring, lib, text-short }:
mkDerivation {
pname = "asn1-types";
version = "0.3.4";
sha256 = "78ee92a251379298ca820fa53edbf4b33c539b9fcd887c86f520c30e3b4e21a8";
pname = "unlifted";
version = "0.2.2.0";
sha256 = "7d92ea399142e4c19c05614c1839c780fe99cd8c1a9d7680eda01f25a7a7f01a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring hourglass memory ];
libraryHaskellDepends = [ base bytestring text-short ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-asn1";
description = "ASN.1 types";
homepage = "https://github.com/byteverse/unlifted";
description = "Unlifted and levity-polymorphic types";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, async
, base
, bytestring
, containers
, deepseq
, directory
, filepath
, gauge
, hspec
, lib
, process
, safe-exceptions
, stm
, time
, transformers
, unix
, unliftio-core
}:
mkDerivation {
pname = "unliftio";
version = "0.2.23.0";
sha256 = "2d86a3deef6d801991aa6c837c5e6c0d3db916f33226be1428a5a04f626be4fd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
base
bytestring
deepseq
directory
filepath
process
safe-exceptions
stm
time
transformers
unix
unliftio-core
];
testHaskellDepends = [
async
base
bytestring
containers
deepseq
directory
filepath
hspec
process
QuickCheck
safe-exceptions
stm
time
transformers
unix
unliftio-core
];
benchmarkHaskellDepends = [
async
base
bytestring
deepseq
directory
filepath
gauge
process
safe-exceptions
stm
time
transformers
unix
unliftio-core
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/unliftio/tree/master/unliftio#readme";
description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, ChasingBottoms
, HUnit
, QuickCheck
, base
, bytestring
, containers
, deepseq
, hashable
, hashmap
, lib
, mtl
, nothunks
, random
, tasty
, tasty-bench
, tasty-hunit
, tasty-quickcheck
, template-haskell
}:
mkDerivation {
pname = "unordered-containers";
version = "0.2.19.1";
sha256 = "1b27bec5e0d522b27a6029ebf4c4a6d40acbc083c787008e32fb55c4b1d128d2";
revision = "1";
editedCabalFile = "0fcax3apnpxxy9maymclr6s2b4c28d3pkl3plbg0lv1mn0mh84fv";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq hashable template-haskell ];
testHaskellDepends = [
base
ChasingBottoms
containers
hashable
HUnit
nothunks
QuickCheck
random
tasty
tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [
base
bytestring
containers
deepseq
hashable
hashmap
mtl
random
tasty-bench
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-unordered-containers/unordered-containers";
description = "Efficient hashing-based container types";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, asn1-encoding, asn1-types, base, bytestring, lib }:
{ mkDerivation, aeson, base, bytestring, lib, text, uri-bytestring
}:
mkDerivation {
pname = "asn1-parse";
version = "0.9.5";
sha256 = "8f1fe1344d30b39dc594d74df2c55209577722af1497204b4c2b6d6e8747f39e";
pname = "uri-bytestring-aeson";
version = "0.1.0.8";
sha256 = "612accdae921dd7a5d00fedaa377d994be5ab585ae75b1f9f0dcaa10412e7509";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
asn1-encoding
asn1-types
base
bytestring
aeson base bytestring text uri-bytestring
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/vincenthz/hs-asn1";
description = "Simple monadic parser for ASN1 stream types";
homepage = "https://github.com/reactormonk/uri-bytestring-aeson";
description = "Aeson instances for URI Bytestring";
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 {
pname = "uri-bytestring";
version = "0.3.3.1";
sha256 = "f3e7a0ac26111c426727fed11624efe9ce36ee2e74ca79570ec0985eb6111368";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
blaze-builder
bytestring
containers
template-haskell
th-lift-instances
];
testHaskellDepends = [
attoparsec
base
base-compat
blaze-builder
bytestring
containers
hedgehog
HUnit
safe
tasty
tasty-hedgehog
tasty-hunit
transformers
];
benchmarkHaskellDepends = [
base
blaze-builder
bytestring
criterion
deepseq
deepseq-generics
network-uri
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Soostone/uri-bytestring";
description = "Haskell URI parsing as ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, hashable
, lib
, unordered-containers
, validity
{ mkDerivation, aeson, base, lib, relude, text, unicode-transforms
, uri-encode
}:
mkDerivation {
pname = "validity-unordered-containers";
version = "0.2.0.3";
sha256 = "f20d6b20b9695379f3478b357cd7c0968c3726ef4336eb0c652b84a34e332a87";
pname = "url-slug";
version = "0.1.0.0";
sha256 = "f6bb5635a3d2ddf3ac511eeb25c31982cf08e41b75fb5a19b62cd0fabb9bbd74";
revision = "1";
editedCabalFile = "0hzpc1ibcxy6pn4w8ngclicfms1l65jxavfnygbnklv0ci9ccwy0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
hashable
unordered-containers
validity
aeson base relude text unicode-transforms uri-encode
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Validity instances for unordered-containers";
description = "Encoding and decoding of URL slugs";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, HUnit, base, bytestring, lib }:
mkDerivation {
pname = "utf8-string";
version = "1.0.2";
sha256 = "ee48deada7600370728c4156cb002441de770d0121ae33a68139a9ed9c19b09a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [ base HUnit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/glguy/utf8-string/";
description = "Support for reading and writing UTF8 Strings";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, binary
, bytestring
, deepseq
, ghc-byteorder
, hashable
, lib
, random
, tasty
, tasty-hunit
, tasty-quickcheck
, template-haskell
, text
}:
mkDerivation {
pname = "uuid-types";
version = "1.0.5";
sha256 = "ad68b89b7a64c07dd5c250a11be2033ee929318ff51ec7b4e4b54e1b4deba7dd";
revision = "3";
editedCabalFile = "10hpjshw6z8xnjpga47cazfdd4i27qvy4ash13lza2lmwf36k9ww";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
binary
bytestring
deepseq
hashable
random
template-haskell
text
];
testHaskellDepends = [
base
binary
bytestring
ghc-byteorder
QuickCheck
tasty
tasty-hunit
tasty-quickcheck
template-haskell
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/uuid";
description = "Type definitions for Universally Unique Identifiers";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, binary
, bytestring
, cryptohash-md5
, cryptohash-sha1
, entropy
, lib
, network-info
, random
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, time
, uuid-types
}:
mkDerivation {
pname = "uuid";
version = "1.3.15";
sha256 = "f885958d8934930b7c0f9b91f980722f7f992c9383fc98f075cf9df64c800564";
revision = "2";
editedCabalFile = "06j1hk4alypnwd4v55w6lfm1jrsaqh85k350qmymw0sqbrd9rmx3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
binary
bytestring
cryptohash-md5
cryptohash-sha1
entropy
network-info
random
text
time
uuid-types
];
testHaskellDepends = [
base
bytestring
QuickCheck
random
tasty
tasty-hunit
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/uuid";
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, containers
, deepseq
, lib
, process
, random
, splitmix
, template-haskell
, transformers
{ mkDerivation, HUnit, assoc, base, bifunctors, deepseq, hedgehog
, lens, lib, semigroupoids, semigroups
}:
mkDerivation {
pname = "QuickCheck";
version = "2.14.2";
sha256 = "d87b6c85696b601175274361fa62217894401e401e150c3c5d4013ac53cd36f3";
pname = "validation";
version = "1.1.3";
sha256 = "7b41e914cdca32a4e17667e3eea76219fadbf36b46e748bc5a4ab1a23fdd3795";
revision = "1";
editedCabalFile = "0lmrs8yrb075l91r7iq8yk7hy2scdd3z1335wmackhcfw8z5bp1z";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
deepseq
random
splitmix
template-haskell
transformers
assoc base bifunctors deepseq lens semigroupoids semigroups
];
testHaskellDepends = [ base deepseq process ];
testHaskellDepends = [ base hedgehog HUnit lens semigroups ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nick8325/quickcheck";
description = "Automatic testing of Haskell programs";
homepage = "https://github.com/qfpl/validation";
description = "A data-type like Either but with an accumulating Applicative";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, aeson
, base
, hspec
, lib
, validity
, validity-scientific
, validity-text
, validity-unordered-containers
, validity-vector
}:
mkDerivation {
pname = "validity-aeson";
version = "0.2.0.5";
sha256 = "b232c3bb0a3a1ae342f41c42eb90e8931421e409ed4930c2b89246a521ae623e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
validity
validity-scientific
validity-text
validity-unordered-containers
validity-vector
];
testHaskellDepends = [ aeson base hspec validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Validity instances for aeson";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, bytestring, lib, validity }:
mkDerivation {
pname = "validity-bytestring";
version = "0.4.1.1";
sha256 = "7db8912c29ceff3fd8943a61845f9c0738d7238ca49bce2e6f3c6bc490bd6732";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring validity ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Validity instances for bytestring";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, base
, case-insensitive
, genvalidity-hspec
, hspec
, lib
, validity
{ mkDerivation, base, case-insensitive, genvalidity-hspec, hspec
, lib, validity
}:
mkDerivation {
pname = "validity-case-insensitive";
......@@ -15,15 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base case-insensitive validity ];
testHaskellDepends = [
base
case-insensitive
genvalidity-hspec
hspec
validity
base case-insensitive genvalidity-hspec hspec validity
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -32,4 +23,4 @@ mkDerivation {
description = "Validity instances for case-insensitive";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file