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 35 additions and 573 deletions
{ mkDerivation, ansi-terminal, base, lib }:
mkDerivation {
pname = "ansi-wl-pprint";
version = "0.6.9";
sha256 = "a7b2e8e7cd3f02f2954e8b17dc60a0ccd889f49e2068ebb15abfa1d42f7a4eac";
revision = "3";
editedCabalFile = "1km10sx7ldyv1vfyljik1gqnrwl7bnq2s5m40w41gc930vm48891";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ ansi-terminal base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/ansi-wl-pprint";
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base inspection-testing transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Self-normalizing applicative expressions";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, array
, base
, containers
, criterion
, exceptions
, lib
, linear
, mtl
, template-haskell
{ mkDerivation, QuickCheck, array, base, containers, criterion
, exceptions, lib, linear, mtl, template-haskell, unliftio-core
, vector
}:
mkDerivation {
pname = "apecs";
version = "0.9.4";
sha256 = "7e134eea093551112539ab5727bb127b7a4a6906c96636024f8c0966a06b9740";
revision = "1";
editedCabalFile = "1n0sz1230fp65dv462ss15yma6g1dxxlamj7idgl3kg9gdwv70sn";
version = "0.9.6";
sha256 = "cdfc81fce9a167eea105dc03d10646df5150eb5b659092d8841599c90660f7b6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
containers
exceptions
mtl
template-haskell
array base containers exceptions mtl template-haskell unliftio-core
vector
];
testHaskellDepends = [ base containers linear QuickCheck vector ];
benchmarkHaskellDepends = [ base criterion linear ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -42,4 +26,4 @@ mkDerivation {
description = "Fast Entity-Component-System library for game programming";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, asn1-types
, base
, bytestring
, hourglass
, lib
, mtl
, tasty
, tasty-quickcheck
}:
mkDerivation {
pname = "asn1-encoding";
version = "0.9.6";
sha256 = "d9f8deabd3b908e5cf83c0d813c08dc0143b3ec1c0d97f660d2cfa02c1c8da0a";
revision = "2";
editedCabalFile = "16503ryhq15f2rfdav2qnkq11dg2r3vk3f9v64q9dmxf8dh8zv97";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ asn1-types base bytestring hourglass ];
testHaskellDepends = [
asn1-types
base
bytestring
hourglass
mtl
tasty
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/vincenthz/hs-asn1";
description = "ASN1 data reader and writer in RAW, BER and DER forms";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, bytestring, hourglass, lib, memory }:
mkDerivation {
pname = "asn1-types";
version = "0.3.4";
sha256 = "78ee92a251379298ca820fa53edbf4b33c539b9fcd887c86f520c30e3b4e21a8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring hourglass memory ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-asn1";
description = "ASN.1 types";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, bifunctors, lib, tagged }:
mkDerivation {
pname = "assoc";
version = "1.0.2";
sha256 = "d8988dc6e8718c7a3456515b769c9336aeeec730cf86fc5175247969ff8f144f";
revision = "3";
editedCabalFile = "0mrb12dx316q4gxyn68x2rl8jq0gd77zffd12r8j1r41l0xd9f4k";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bifunctors tagged ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "swap and assoc: Symmetric and Semigroupy Bifunctors";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, async
, base
, containers
, criterion
, lib
, safe-exceptions
, tasty
, tasty-hunit
, unliftio
, unliftio-core
{ mkDerivation, async, base, containers, criterion, lib
, safe-exceptions, tasty, tasty-hunit, unliftio, unliftio-core
}:
mkDerivation {
pname = "async-timer";
......@@ -18,23 +9,14 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
base
safe-exceptions
unliftio
unliftio-core
async base safe-exceptions unliftio unliftio-core
];
testHaskellDepends = [
async
base
containers
criterion
tasty
tasty-hunit
async base containers criterion tasty tasty-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -43,4 +25,4 @@ mkDerivation {
description = "Provides API for timer based execution of IO actions";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, hashable
, lib
, stm
, test-framework
, test-framework-hunit
}:
mkDerivation {
pname = "async";
version = "2.2.4";
sha256 = "484df85be0e76c4fed9376451e48e1d0c6e97952ce79735b72d54297e7e0a725";
revision = "2";
editedCabalFile = "1j93w1krkadqijn59yjiws1366yhcn2mad1irqrk50in6l10k51b";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base hashable stm ];
testHaskellDepends = [
base
HUnit
stm
test-framework
test-framework-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/simonmar/async";
description = "Run IO operations asynchronously and wait for their results";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, ghc-prim, lib, primitive }:
mkDerivation {
pname = "atomic-primops";
version = "0.8.4";
sha256 = "22a8617eb9e221b5daee1ae26ccce279ce3d7a53d76e82c767708f90a6c72d3e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim primitive ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
description = "A safe approach to CAS and other atomic ops in Haskell";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ attoparsec base bytestring ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "Binary processing extensions to Attoparsec";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, attoparsec
, base
, base-compat-batteries
, lib
, text
, time
, time-compat
}:
mkDerivation {
pname = "attoparsec-iso8601";
version = "1.1.0.0";
sha256 = "1109a817c448a154ec58047a8f01282530cb40d20fbd5690bc58b1443ecb264a";
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;
}
{ 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 = "2";
editedCabalFile = "00jyrn2asz1kp698l3fyh19xxxz4npf1993y041x9b9cq239smn0";
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/bgamari/attoparsec";
description = "Fast combinator parsing for bytestrings and text";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, aeson
, autodocodec
, base
, bytestring
, lib
, servant-multipart
, servant-multipart-api
, text
, unordered-containers
, vector
{ mkDerivation, aeson, autodocodec, base, bytestring, lib
, servant-multipart, servant-multipart-api, text
, unordered-containers, vector
}:
mkDerivation {
pname = "autodocodec-servant-multipart";
......@@ -18,19 +10,12 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
autodocodec
base
bytestring
servant-multipart
servant-multipart-api
text
unordered-containers
vector
aeson autodocodec base bytestring servant-multipart
servant-multipart-api text unordered-containers vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -39,4 +24,4 @@ mkDerivation {
description = "Autodocodec interpreters for Servant Multipart";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ 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.2";
sha256 = "3d5f811541866f95f44842227bc5d643e7dfa316f1b3075c22d9f3dc6fcd9698";
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;
}
{ mkDerivation
, aeson
, base
, bytestring
, containers
, hashable
, lib
, mtl
, scientific
, text
, time
, unordered-containers
, validity
, validity-scientific
, vector
}:
mkDerivation {
pname = "autodocodec";
version = "0.2.0.1";
sha256 = "4f4e2c2c57608a7e3060247a0f1b86e3f1257c2ba15af3c4649b9d87a6155bde";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
bytestring
containers
hashable
mtl
scientific
text
time
unordered-containers
validity
validity-scientific
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/autodocodec#readme";
description = "Self-documenting encoder and decoder";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, Cabal, base, directory, filepath, lib }:
{ mkDerivation, Cabal-syntax, base, directory, filepath, lib }:
mkDerivation {
pname = "autoexporter";
version = "2.0.0.2";
sha256 = "f1de55da144f0bfaf1e1d9194684d61cd0a7ff825b3a7aae687631daa5a3a880";
version = "2.0.0.12";
sha256 = "ca82f0b40899fcee465aa053b5b36da0cffcaa2103fecfc4c385aff6e6dd96c6";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base Cabal directory filepath ];
executableHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [ base Cabal-syntax directory filepath ];
executableHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Automatically re-export modules";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, distributive
, lib
, tasty
, tasty-hunit
, tasty-quickcheck
, transformers
}:
mkDerivation {
pname = "barbies";
version = "2.0.3.1";
sha256 = "a13c1fd05e3e006bd0874d77e1930c5225765e83fa9925b2c5c1df314559df3d";
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;
}
{ mkDerivation
, QuickCheck
, base
, base-compat
, ghc-prim
, hspec
, hspec-discover
, lib
}:
mkDerivation {
pname = "base-compat-batteries";
version = "0.12.2";
sha256 = "ede9092e07f904e0759160bf1ecd3fb7eb043bae6dc89a37c3dc94829ec5eb99";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base base-compat ghc-prim ];
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;
}
{ mkDerivation
, QuickCheck
, base
, ghc-prim
, hspec
, hspec-discover
, lib
}:
mkDerivation {
pname = "base-orphans";
version = "0.8.7";
sha256 = "888fd67f0dbe932778f5b170922ce80d0dcab1680ee98f1d6fcc362f20d9e447";
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;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "base-prelude";
version = "1.6.1";
sha256 = "729034d1d83d8eacdf84399f97c4f9b99bb710555ddc1e0b9f196f5dd0347d65";
version = "1.6.1.1";
sha256 = "8108af03f2c9d6dc4fe9e7033afc53f0472d1e520261cef0ec3e420b29521dd3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Featureful preludes formed solely from the \"base\" package";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file