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 50 additions and 365 deletions
...@@ -9,7 +9,7 @@ mkDerivation { ...@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ attoparsec base bytestring ]; libraryHaskellDepends = [ attoparsec base bytestring ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
......
{ mkDerivation, attoparsec, base, base-compat-batteries, lib, text
, time, time-compat
}:
mkDerivation {
pname = "attoparsec-iso8601";
version = "1.1.0.0";
sha256 = "1109a817c448a154ec58047a8f01282530cb40d20fbd5690bc58b1443ecb264a";
revision = "1";
editedCabalFile = "1h84bvjji5kwk54fr8q2gs8qhb39xwsm585s3472vvjh54dllf31";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec base base-compat-batteries text time time-compat
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/aeson";
description = "Parsing of ISO 8601 dates, originally from aeson";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, array, base, bytestring
, case-insensitive, containers, deepseq, directory, filepath
, ghc-prim, http-types, lib, parsec, quickcheck-unicode, scientific
, tasty, tasty-bench, tasty-quickcheck, text, transformers
, unordered-containers, vector
}:
mkDerivation {
pname = "attoparsec";
version = "0.14.4";
sha256 = "3f337fe58624565de12426f607c23e60c7b09c86b4e3adfc827ca188c9979e6c";
revision = "3";
editedCabalFile = "1ciz49yg6zcaf5dvh5wp3kv92jxa23pblggfldbmy5q54dr5nish";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base bytestring containers deepseq ghc-prim scientific text
transformers
];
testHaskellDepends = [
array base bytestring deepseq QuickCheck quickcheck-unicode
scientific tasty tasty-quickcheck text transformers vector
];
benchmarkHaskellDepends = [
array base bytestring case-insensitive containers deepseq directory
filepath ghc-prim http-types parsec scientific tasty-bench text
transformers unordered-containers vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/attoparsec";
description = "Fast combinator parsing for bytestrings and text";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, RSA, SHA, base, base64-bytestring, blaze-builder
, bytestring, crypto-pubkey-types, data-default, http-client
, http-types, lib, random, time, transformers, transformers-compat
}:
mkDerivation {
pname = "authenticate-oauth";
version = "1.7";
sha256 = "746ff695fec1bd7c7b90f1952847ce3453fadf0f18a31db206753360b3219b78";
revision = "1";
editedCabalFile = "198xm2qdaqwg2m9kgrkw5gdk2bh19mmj6c4d5fsbpcjnhxlh6axg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base64-bytestring blaze-builder bytestring crypto-pubkey-types
data-default http-client http-types random RSA SHA time
transformers transformers-compat
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/authenticate";
description = "Library to authenticate with OAuth for Haskell web applications";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, base, exceptions, hspec, lib, retry }:
mkDerivation {
pname = "auto-update";
version = "0.1.6";
sha256 = "f4e023dc8713c387ecf20d851247597fd012cabea3872310b35e911105eb66c4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base exceptions hspec HUnit retry ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/yesodweb/wai";
description = "Efficiently run periodic, on-demand actions";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, autodocodec, base, containers, lib, mtl
, text, unordered-containers, validity, validity-aeson
, validity-containers, validity-text
}:
mkDerivation {
pname = "autodocodec-schema";
version = "0.1.0.3";
sha256 = "bccda22edd27c0122af6eb1a30ea2c1f0a1af7ac819cf004e8945e60837369e5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson autodocodec base containers mtl text unordered-containers
validity validity-aeson validity-containers validity-text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/autodocodec#readme";
description = "Autodocodec interpreters for JSON Schema";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
...@@ -15,7 +15,7 @@ mkDerivation { ...@@ -15,7 +15,7 @@ mkDerivation {
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
......
{ mkDerivation, autodocodec, autodocodec-schema, base, bytestring
, containers, lib, path, path-io, safe-coloured-text, scientific
, text, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "autodocodec-yaml";
version = "0.2.0.3";
sha256 = "6ea45746fafee0e7c286cd96c0dccb26e8466552c5dd990bc1d83e09fe1f8e01";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
autodocodec autodocodec-schema base bytestring containers path
path-io safe-coloured-text scientific text unordered-containers
vector yaml
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/autodocodec#readme";
description = "Autodocodec interpreters for yaml";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, Cabal, base, directory, filepath, lib }: { mkDerivation, Cabal-syntax, base, directory, filepath, lib }:
mkDerivation { mkDerivation {
pname = "autoexporter"; pname = "autoexporter";
version = "2.0.0.8"; version = "2.0.0.12";
sha256 = "d36e930ff1ad4365efbd62d24dbbb3ed80919e2774973a29a2f74b00e72186a8"; sha256 = "ca82f0b40899fcee465aa053b5b36da0cffcaa2103fecfc4c385aff6e6dd96c6";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base Cabal directory filepath ]; libraryHaskellDepends = [ base Cabal-syntax directory filepath ];
executableHaskellDepends = [ base Cabal directory filepath ]; executableHaskellDepends = [ base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
......
{ mkDerivation, QuickCheck, base, distributive, lib, tasty
, tasty-hunit, tasty-quickcheck, transformers
}:
mkDerivation {
pname = "barbies";
version = "2.0.4.0";
sha256 = "e2a01762041ff15ab7a33d85d1fe15e95c0e4018ad8718dcc3d3a112fb640b6d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base distributive transformers ];
testHaskellDepends = [
base distributive QuickCheck tasty tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jcpetruzza/barbies#readme";
description = "Classes for working with types that can change clothes";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, OneTuple, QuickCheck, base, base-compat
, foldable1-classes-compat, ghc-prim, hspec, hspec-discover, lib
}:
mkDerivation {
pname = "base-compat-batteries";
version = "0.13.0";
sha256 = "3768af40d1d64f9b0845a8ddb18e63ba3a4c765d0d96db9dc28b5b66d1232f98";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base-compat foldable1-classes-compat ghc-prim OneTuple
];
testHaskellDepends = [ base hspec QuickCheck ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "base-compat with extra batteries";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, ghc-prim, lib, unix }:
mkDerivation {
pname = "base-compat";
version = "0.13.0";
sha256 = "8bf66075da849a037974a7feb9d7ecd81ce57e4522a0df40daf11db14fcea30d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim unix ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A compatibility layer for base";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, ghc-prim, hspec, hspec-discover
, lib
}:
mkDerivation {
pname = "base-orphans";
version = "0.9.0";
sha256 = "613ed4d8241ed5a648a59ae6569a6962990bb545711d020d49fb83fa12d16e62";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim ];
testHaskellDepends = [ base hspec QuickCheck ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-compat/base-orphans#readme";
description = "Backwards-compatible orphan instances for base";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }: { mkDerivation, base, lib }:
mkDerivation { mkDerivation {
pname = "base-prelude"; pname = "base-prelude";
version = "1.6.1"; version = "1.6.1.1";
sha256 = "729034d1d83d8eacdf84399f97c4f9b99bb710555ddc1e0b9f196f5dd0347d65"; sha256 = "8108af03f2c9d6dc4fe9e7033afc53f0472d1e520261cef0ec3e420b29521dd3";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
......
{ mkDerivation, HUnit, QuickCheck, base, bytestring, criterion
, deepseq, lib, test-framework, test-framework-hunit
, test-framework-quickcheck2
}:
mkDerivation {
pname = "base16-bytestring";
version = "1.0.2.0";
sha256 = "1d5a91143ef0e22157536093ec8e59d226a68220ec89378d5dcaeea86472c784";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/haskell/base16-bytestring";
description = "RFC 4648-compliant Base16 encodings for ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, base64-bytestring, bytestring { mkDerivation, QuickCheck, base, bytestring, criterion, deepseq
, criterion, deepseq, lib, random-bytestring, tasty, tasty-hunit , lib, memory, random-bytestring, tasty, tasty-hunit
, tasty-quickcheck, text, text-short , tasty-quickcheck, text, text-short
}: }:
mkDerivation { mkDerivation {
pname = "base64"; pname = "base32";
version = "0.4.2.4"; version = "0.4";
sha256 = "640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585"; sha256 = "9ae7861d509528d3e8f4ecd946051b05f7141e907216e672d18e26d242a908d4";
revision = "3"; revision = "1";
editedCabalFile = "1mcr0pp5b7xnj68m8d42pw9pgjj6p5v1p0g93s78n0nm605kl40h"; editedCabalFile = "080i61y2mzahrkvj27llybgc4g0kwf53j552y8g5pcpl45dshgvh";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
...@@ -15,22 +15,21 @@ mkDerivation { ...@@ -15,22 +15,21 @@ mkDerivation {
base bytestring deepseq text text-short base bytestring deepseq text text-short
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base64-bytestring bytestring QuickCheck random-bytestring base bytestring memory QuickCheck random-bytestring tasty
tasty tasty-hunit tasty-quickcheck text text-short tasty-hunit tasty-quickcheck text text-short
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
base base64-bytestring bytestring criterion deepseq base bytestring criterion deepseq memory random-bytestring text
random-bytestring text
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/emilypi/base64"; homepage = "https://github.com/emilypi/base32";
description = "A modern RFC 4648-compliant Base64 library"; description = "Fast RFC 4648-compliant Base32 encoding";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
...@@ -17,7 +17,7 @@ mkDerivation { ...@@ -17,7 +17,7 @@ mkDerivation {
benchmarkHaskellDepends = [ base bytestring criterion ]; benchmarkHaskellDepends = [ base bytestring criterion ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
......
...@@ -6,8 +6,8 @@ mkDerivation { ...@@ -6,8 +6,8 @@ mkDerivation {
pname = "base64-bytestring-type"; pname = "base64-bytestring-type";
version = "1.0.1"; version = "1.0.1";
sha256 = "f607d07c4aab227b4536c495fa7c07b35ddc9c2c013d385c16c02f236526780e"; sha256 = "f607d07c4aab227b4536c495fa7c07b35ddc9c2c013d385c16c02f236526780e";
revision = "17"; revision = "19";
editedCabalFile = "1wbwmwab30g41d9m1xb0vqlfnla6h2f6if53vv99dasd03jqd32l"; editedCabalFile = "001hlnsldkiw1lr188n13j41fzfl157ba0y4qdcnzygnj5wa66ac";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
...@@ -21,7 +21,7 @@ mkDerivation { ...@@ -21,7 +21,7 @@ mkDerivation {
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
......
{ mkDerivation, HUnit, QuickCheck, base, bytestring, criterion
, deepseq, lib, test-framework, test-framework-hunit
, test-framework-quickcheck2
}:
mkDerivation {
pname = "base64-bytestring";
version = "1.2.1.0";
sha256 = "fbf8ed30edde271eb605352021431d8f1b055f95a56af31fe2eacf6bdfdc49c9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/base64-bytestring";
description = "Fast base64 encoding and decoding for ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, ghc-prim, lib }:
mkDerivation {
pname = "basement";
version = "0.0.15";
sha256 = "56c2afb6754e8d16a627331a8a5d473b3d26fd04ba5c9e0fb3475f595b915db4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-foundation/foundation#readme";
description = "Foundation scrap box of array & string";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file