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 298 additions and 480 deletions
{ mkDerivation
, OneTuple
, QuickCheck
, base
, binary
, lib
, quickcheck-instances
, tagged
, tasty
, tasty-quickcheck
, transformers
}:
mkDerivation {
pname = "binary-orphans";
version = "1.0.3";
sha256 = "e2e554823ce6758cbbfb64acb8b5905d3c226eab18b5fcaf5d7c79252114602c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary transformers ];
testHaskellDepends = [
base
binary
OneTuple
QuickCheck
quickcheck-instances
tagged
tasty
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Compatibility package for binary; provides instances";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, chell
, chell-quickcheck
, containers
, lib
, monads-tf
, transformers
{ mkDerivation, base, base-prelude, bytestring, lib, mtl, tasty
, tasty-hunit, tasty-quickcheck, text, transformers
}:
mkDerivation {
pname = "options";
version = "1.2.1.1";
sha256 = "283eea9ae2c539830c6c65f5c03fb00626cfd1274da0526c285c146fc3065a62";
pname = "binary-parser";
version = "0.5.7.6";
sha256 = "6a2dc0572f45ae360248e547a386f15fab6a2d4d9102c0749137dd18c518ed68";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers monads-tf transformers ];
libraryHaskellDepends = [ base bytestring mtl text transformers ];
testHaskellDepends = [
base
chell
chell-quickcheck
containers
monads-tf
transformers
base-prelude bytestring tasty tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://john-millikin.com/software/haskell-options/";
description = "A powerful and easy-to-use command-line option parser";
homepage = "https://github.com/nikita-volkov/binary-parser";
description = "An efficient but limited parser API specialised to bytestrings";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, base
, blaze-builder
, blaze-markup
, bytestring
, containers
, lib
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
}:
mkDerivation {
pname = "blaze-html";
version = "0.9.1.2";
sha256 = "60503f42546c6c1b954014d188ea137e43d74dcffd2bf6157c113fd91a0c394c";
revision = "2";
editedCabalFile = "1hjxvz62wlg0x7svc51zascgc96f5ly9xkkiyllgb4aqcvx9zf3l";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-builder
blaze-markup
bytestring
text
];
testHaskellDepends = [
base
blaze-builder
blaze-markup
bytestring
containers
HUnit
QuickCheck
test-framework
test-framework-hunit
test-framework-quickcheck2
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://jaspervdj.be/blaze";
description = "A blazingly fast HTML combinator library for Haskell";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, HUnit
, QuickCheck
, base
, blaze-builder
, bytestring
, containers
, lib
, tasty
, tasty-hunit
, tasty-quickcheck
, text
}:
mkDerivation {
pname = "blaze-markup";
version = "0.8.2.8";
sha256 = "43fc3f6872dc8d1be8d0fe091bd4775139b42179987f33d6490a7c5f1e07a349";
revision = "3";
editedCabalFile = "1hn694kk615prqdn7bfzl0wvbw8bksxk4cxwmx8yhwpl0cq3fiwa";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base blaze-builder bytestring text ];
testHaskellDepends = [
base
blaze-builder
bytestring
containers
HUnit
QuickCheck
tasty
tasty-hunit
tasty-quickcheck
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://jaspervdj.be/blaze";
description = "A blazingly fast markup combinator library for Haskell";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, deepseq, lib }:
{ mkDerivation, base, blaze-markup, lib, mtl }:
mkDerivation {
pname = "spoon";
version = "0.3.1";
sha256 = "b9b350b6730e34c246bbf7e228a86b3d4925b52c95542f7676d719ef2a9881d4";
pname = "blaze-svg";
version = "0.3.7";
sha256 = "4c7c61e67381eeefa30b563004ae639679651aaac499a37ca457d49d7fe8165f";
revision = "1";
editedCabalFile = "09s5jjcsg4g4qxchq9g2l4i9d5zh3rixpkbiysqcgl69kj8mwv74";
editedCabalFile = "0szq7fnck2fchhck7984zar92da2lc63gjy4p7zx0975jxx0xrg9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
libraryHaskellDepends = [ base blaze-markup mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Catch errors thrown from pure computations";
homepage = "https://github.com/diagrams/blaze-svg";
description = "SVG combinator library";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, blaze-builder
, bytestring
, double-conversion
, ghc-prim
, integer-gmp
, lib
, old-locale
, test-framework
, test-framework-quickcheck2
, text
, time
, vector
{ mkDerivation, QuickCheck, base, blaze-builder, bytestring
, double-conversion, ghc-prim, integer-gmp, lib, old-locale
, test-framework, test-framework-quickcheck2, text, vector
}:
mkDerivation {
pname = "blaze-textual";
version = "0.2.2.1";
sha256 = "7a9199740189f435b762d98e65f5d7c0c7a1467e36c11210a8d65e76a5e5567e";
version = "0.2.3.1";
sha256 = "dd2acac978433e4001302190e530829707203febbc664966c3d347ecac5717b2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-builder
bytestring
ghc-prim
integer-gmp
old-locale
text
time
base blaze-builder bytestring ghc-prim integer-gmp old-locale text
vector
];
testHaskellDepends = [
base
blaze-builder
bytestring
double-conversion
QuickCheck
test-framework
test-framework-quickcheck2
base blaze-builder bytestring double-conversion QuickCheck
test-framework test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/bos/blaze-textual";
homepage = "http://github.com/swamp-agr/blaze-textual";
description = "Fast rendering of common datatypes";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib, tagged, transformers }:
mkDerivation {
pname = "boring";
version = "0.2";
sha256 = "0bac533b66e754d4fc65ab8d7557eea6f7b35d16998e5e74579b25a372aa4c34";
revision = "2";
editedCabalFile = "04pn94i3mysi7px93k86sf29vw99sf38sl4n0gy2nma0iqsik828";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base tagged transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/boring";
description = "Boring and Absurd types";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, ansi-terminal
, base
, containers
, ghc
, haskeline
, lib
, mtl
, pretty-simple
, tasty
, tasty-hunit
, template-haskell
, text
, transformers
{ mkDerivation, ansi-terminal, base, containers, deepseq, ghc
, haskeline, lib, mtl, pretty-simple, tasty, tasty-hunit
, template-haskell, text, transformers
}:
mkDerivation {
pname = "breakpoint";
version = "0.1.1.1";
sha256 = "e24a2cafa6ea866b571fe50bcc49fbf64c14244d985918e9ffe2c7c789d5cec3";
version = "0.1.4.0";
sha256 = "c6e16075aa198796bfce24608682913e1546b2d941217961c9a8b6c6fb8ecf11";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
containers
ghc
haskeline
mtl
pretty-simple
template-haskell
text
transformers
ansi-terminal base containers deepseq ghc haskeline mtl
pretty-simple template-haskell text transformers
];
testHaskellDepends = [ base containers tasty tasty-hunit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -43,4 +24,4 @@ mkDerivation {
description = "Set breakpoints using a GHC plugin";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, bimap
, bytestring
, config-ini
, containers
, contravariant
, data-clist
, deepseq
, directory
, exceptions
, filepath
, lib
, microlens
, microlens-mtl
, microlens-th
, mtl
, stm
, template-haskell
, text
, text-zipper
, unix
, vector
, vty
, word-wrap
}:
mkDerivation {
pname = "brick";
version = "1.3";
sha256 = "4b4320ff8e6161dfe7034c7deb911f4187551c389c1d6b14501b285f9031ed52";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bimap
bytestring
config-ini
containers
contravariant
data-clist
deepseq
directory
exceptions
filepath
microlens
microlens-mtl
microlens-th
mtl
stm
template-haskell
text
text-zipper
unix
vector
vty
word-wrap
];
testHaskellDepends = [
base
containers
microlens
QuickCheck
vector
vty
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jtdaugherty/brick/";
description = "A declarative terminal user interface library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, attoparsec
, base
, blaze-builder
, bytestring
, deepseq
, doctest
, gauge
, hedgehog
, lib
, semigroups
, tasty
, tasty-hedgehog
, tasty-hunit
}:
mkDerivation {
pname = "bsb-http-chunked";
version = "0.0.0.4";
sha256 = "148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c";
revision = "3";
editedCabalFile = "15hg352id2f4x0dnvv47bdiz6gv5hp5a2mki9yzmhc7ajpk31mdd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
attoparsec
base
blaze-builder
bytestring
doctest
hedgehog
tasty
tasty-hedgehog
tasty-hunit
];
benchmarkHaskellDepends = [
base
blaze-builder
bytestring
deepseq
gauge
semigroups
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/sjakobi/bsb-http-chunked";
description = "Chunked HTTP transfer encoding for bytestring builders";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, array
, base
, bytestring
, containers
, lib
, unordered-containers
{ mkDerivation, base, lib, primitive, primitive-unaligned
, wide-word
}:
mkDerivation {
pname = "charset";
version = "0.3.9";
sha256 = "cb4f8781491d1e346e7eef7b33bfadae96642c81777165ec585a05591abc998b";
pname = "byte-order";
version = "0.1.3.1";
sha256 = "eb98ea478d1a6b196f36c5e3673dbbd261728c5423cbeb0703d80f3560061f7a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
unordered-containers
base primitive primitive-unaligned wide-word
];
testHaskellDepends = [ base primitive wide-word ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/charset";
description = "Fast unicode character sets based on complemented PATRICIA tries";
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, base, bytestring, lib }:
mkDerivation {
pname = "byteable";
version = "0.1.1";
sha256 = "243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base bytestring ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-byteable";
description = "Type class for sequence of bytes";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, base64-bytestring
, bytestring
, criterion
, deepseq
, lib
, random-bytestring
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, text-short
{ 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 = "base64";
version = "0.4.2.4";
sha256 = "640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585";
revision = "2";
editedCabalFile = "0cz3zzz9k490w9nfn4hpgdw4zx4w70fwqrwsfx8svcwqssqibqw3";
pname = "bytebuild";
version = "0.3.16.2";
sha256 = "2cb53fb854682ee38bccd560291ebd0651b4d54d6ba27f9e2a17b5168ed49687";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
deepseq
text
text-short
base byteslice bytestring haskell-src-meta integer-logarithms
natural-arithmetic primitive primitive-offset run-st
template-haskell text text-short wide-word zigzag
];
testHaskellDepends = [
base
base64-bytestring
bytestring
QuickCheck
random-bytestring
tasty
tasty-hunit
tasty-quickcheck
text
text-short
base byteslice bytestring natural-arithmetic primitive QuickCheck
quickcheck-instances tasty tasty-hunit tasty-quickcheck text
text-short wide-word
];
benchmarkHaskellDepends = [
base
base64-bytestring
bytestring
criterion
deepseq
random-bytestring
text
base byteslice gauge natural-arithmetic primitive text-short
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/emilypi/base64";
description = "A modern RFC 4648-compliant Base64 library";
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
, mtl
, scientific
, text
, time
, transformers
, transformers-compat
, unordered-containers
, void
}:
mkDerivation {
pname = "bytes";
version = "0.17.2";
sha256 = "bc55f41edad589bc0ba389e8b106d7425a87390dcd5f1371e3194a9cc2c4781a";
revision = "1";
editedCabalFile = "0frs6ag93kmg2fw3vd686czx8g7h9qmdn1ip6wdk96d94ap0fz9i";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
binary
binary-orphans
bytestring
cereal
containers
hashable
mtl
scientific
text
time
transformers
transformers-compat
unordered-containers
void
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
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;
}
{ mkDerivation
, HUnit
, QuickCheck
, array
, base
, bytestring
, containers
, deepseq
, dlist
, fmlist
, lib
, random
, text
, utf8-string
, vector
{ 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 = "ListLike";
version = "4.7.7";
sha256 = "0a01cd234aa4a1e97c07ce09e24e6c95f6bb423add96d387fb5bd2e1f2779e40";
revision = "1";
editedCabalFile = "155y1r051ar9k8vhb54q5ga7a5rzlm4jx1c42pbw7cfy3c8af6hc";
pname = "byteslice";
version = "0.2.13.2";
sha256 = "67c7b30f862aad1deef05f807d438db57866ca99d3d0461716d9666d21943ffc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
deepseq
dlist
fmlist
text
utf8-string
vector
base bytestring natural-arithmetic primitive primitive-addr
primitive-unlifted run-st text text-short tuples vector
];
testHaskellDepends = [
array
base
bytestring
containers
dlist
fmlist
HUnit
QuickCheck
random
text
utf8-string
vector
base bytestring primitive quickcheck-classes tasty tasty-hunit
tasty-quickcheck text transformers
];
benchmarkHaskellDepends = [ base gauge ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ddssff/listlike";
description = "Generalized support for list-like structures";
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, base, byte-order, byteslice, bytestring, contiguous
, gauge, lib, natural-arithmetic, primitive, tasty, tasty-hunit
, tasty-quickcheck, text-short, wide-word
}:
mkDerivation {
pname = "bytesmith";
version = "0.3.11.1";
sha256 = "778f072f91b46fd0bd963bf3e4a2c80465f05ad6597ff0002245fbc49a2581ee";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base byteslice bytestring contiguous natural-arithmetic primitive
text-short wide-word
];
testHaskellDepends = [
base byte-order byteslice primitive tasty tasty-hunit
tasty-quickcheck text-short wide-word
];
benchmarkHaskellDepends = [ base gauge primitive ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/byteverse/bytesmith";
description = "Nonresumable byte parser";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, bytestring
, lib
, tasty
, tasty-quickcheck
, zlib
{ mkDerivation, base, bytestring, criterion, lib
, quickcheck-instances, rerebase, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "zlib";
version = "0.6.3.0";
sha256 = "9eaa989ad4534438b5beb51c1d3a4c8f6a088fdff0b259a5394fbf39aaee04da";
pname = "bytestring-strict-builder";
version = "0.4.5.7";
sha256 = "d7a6b1727cb916b4a9ca85a354ae2ce886b73d01ba7b1a488571ab64b4f774f1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
librarySystemDepends = [ zlib ];
testHaskellDepends = [
base
bytestring
QuickCheck
tasty
tasty-quickcheck
quickcheck-instances rerebase tasty tasty-quickcheck
];
benchmarkHaskellDepends = [ criterion rerebase ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Compression and decompression in the gzip and zlib formats";
license = lib.licenses.bsd3;
homepage = "https://github.com/nikita-volkov/bytestring-strict-builder";
description = "An efficient strict bytestring builder";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, lib
, megaparsec
, quickcheck-instances
, rerebase
, tasty
, tasty-hunit
, tasty-quickcheck
, template-haskell
, text
{ mkDerivation, base, base-prelude, bytestring, criterion, lib
, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text
}:
mkDerivation {
pname = "neat-interpolation";
version = "0.5.1.3";
sha256 = "1fab6182a280d48ffffccb7fbe09c4f5bf67f4b29df5d6651d813f1336636507";
pname = "bytestring-tree-builder";
version = "0.2.7.12";
sha256 = "90d8231350d21053ac2d97c3981bd74ae9f842e7696e8a249657815825459237";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base megaparsec template-haskell text ];
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [
QuickCheck
quickcheck-instances
rerebase
tasty
tasty-hunit
base-prelude bytestring quickcheck-instances tasty tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ base-prelude bytestring criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nikita-volkov/neat-interpolation";
description = "A quasiquoter for neat and simple multiline text interpolation";
homepage = "https://github.com/nikita-volkov/bytestring-tree-builder";
description = "A very efficient ByteString builder implementation based on the binary tree";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, array
, base
, bytestring
, containers
, directory
, dlist
, filepath
, language-c
, lib
, pretty
, process
, shelly
, test-framework
, test-framework-hunit
, text
, transformers
{ mkDerivation, HUnit, array, base, bytestring, containers
, directory, dlist, filepath, language-c, lib, pretty, process
, shelly, test-framework, test-framework-hunit, text, transformers
}:
mkDerivation {
pname = "c2hs";
version = "0.28.8";
sha256 = "390632cffc561c32483af474aac50168a68f0fa382096552e37749923617884c";
revision = "1";
editedCabalFile = "0hbv1j9b04gm617c5xqndr4iqidabwdpcn2dcrnaacc04ylchvl2";
revision = "2";
editedCabalFile = "14j3sjxvwhj32zpz0iyigc6wdn6pjm3vlgs0prq0grvk48p176f3";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
executableHaskellDepends = [
array
base
bytestring
containers
directory
dlist
filepath
language-c
pretty
process
array base bytestring containers directory dlist filepath
language-c pretty process
];
testHaskellDepends = [
base
filepath
HUnit
shelly
test-framework
test-framework-hunit
text
base filepath HUnit shelly test-framework test-framework-hunit text
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -59,4 +30,4 @@ mkDerivation {
description = "C->Haskell FFI tool that gives some cross-language type safety";
license = lib.licenses.gpl2Only;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, deepseq
, directory
, filepath
, hedgehog
, lib
, process
, safe-exceptions
, tasty
, tasty-discover
, tasty-hedgehog
, tasty-hunit
, temporary
, text
, th-env
, unix
{ 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 = "with-utf8";
version = "1.0.2.3";
sha256 = "0707ce5868c96379ed4f8486e1791a798cf2a254fda9801a7fb65944aeb5b035";
isLibrary = true;
pname = "cabal-fmt";
version = "0.1.12";
sha256 = "e281b20d128421908bcd7aa3326c6eb637b06001df21d825ba1c7cb41ba23672";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base safe-exceptions text ];
libraryHaskellDepends = [
base bytestring Cabal-syntax containers directory filepath mtl
parsec pretty
];
executableHaskellDepends = [
base
directory
filepath
process
safe-exceptions
text
th-env
base bytestring directory filepath optparse-applicative
];
testHaskellDepends = [
base
deepseq
hedgehog
HUnit
safe-exceptions
tasty
tasty-hedgehog
tasty-hunit
base bytestring Cabal-syntax containers filepath integer-logarithms
process QuickCheck tasty tasty-golden tasty-hunit tasty-quickcheck
temporary
text
unix
];
testToolDepends = [ tasty-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
......@@ -55,8 +29,7 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/serokell/haskell-with-utf8#readme";
description = "Get your IO right on the first try";
license = lib.licenses.mpl20;
description = "Format .cabal files";
license = "GPL-3.0-or-later AND BSD-3-Clause";
broken = false;
}
}
\ No newline at end of file