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 443 additions and 332 deletions
{ mkDerivation
, base
, base16-bytestring
, bytestring
, criterion
, lib
, SHA
, tasty
, tasty-hunit
{ mkDerivation, base, bytestring, criterion, lib
, quickcheck-assertions, quickcheck-instances, tasty
, tasty-quickcheck
}:
mkDerivation {
pname = "cryptohash-sha1";
version = "0.11.101.0";
sha256 = "a4042c97ad02eb68e766577ca35c01970c33e96cfd74ccb4dd403e3476a23241";
revision = "1";
editedCabalFile = "0bz9rfl7b2iwn45m0lxcmsyi5rrv3xdgzx2lzr79bds91dw6i25b";
pname = "base58-bytestring";
version = "0.1.0";
sha256 = "c2dbf598f3415053e12cca84b90fa7c0c1b02f3b784cce0157264baebf2d40d3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base
base16-bytestring
bytestring
SHA
tasty
tasty-hunit
base bytestring quickcheck-assertions quickcheck-instances tasty
tasty-quickcheck
];
benchmarkHaskellDepends = [ base bytestring criterion ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/hvr/cryptohash-sha1";
description = "Fast, pure and practical SHA-1 implementation";
license = lib.licenses.bsd3;
homepage = "https://bitbucket.org/s9gf4ult/base58-bytestring";
description = "Implementation of BASE58 transcoding for ByteStrings";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, QuickCheck, aeson, base, base-compat
, base64-bytestring, binary, bytestring, cereal, deepseq, hashable
, http-api-data, lib, serialise, tasty, tasty-quickcheck, text
}:
mkDerivation {
pname = "base64-bytestring-type";
version = "1.0.1";
sha256 = "f607d07c4aab227b4536c495fa7c07b35ddc9c2c013d385c16c02f236526780e";
revision = "19";
editedCabalFile = "001hlnsldkiw1lr188n13j41fzfl157ba0y4qdcnzygnj5wa66ac";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base base-compat base64-bytestring binary bytestring cereal
deepseq hashable http-api-data QuickCheck serialise text
];
testHaskellDepends = [
aeson base binary bytestring cereal http-api-data serialise tasty
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/base64-bytestring-type#readme";
description = "A newtype around ByteString, for base64 encoding";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, base
, base64-bytestring
, bytestring
, criterion
, deepseq
, lib
, QuickCheck
, random-bytestring
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, text-short
}:
mkDerivation {
pname = "base64";
version = "0.4.2.4";
sha256 = "640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585";
revision = "2";
editedCabalFile = "0cz3zzz9k490w9nfn4hpgdw4zx4w70fwqrwsfx8svcwqssqibqw3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
deepseq
text
text-short
];
testHaskellDepends = [
base
base64-bytestring
bytestring
QuickCheck
random-bytestring
tasty
tasty-hunit
tasty-quickcheck
text
text-short
];
benchmarkHaskellDepends = [
base
base64-bytestring
bytestring
criterion
deepseq
random-bytestring
text
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/emilypi/base64";
description = "A modern RFC 4648-compliant Base64 library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, aeson, base, bytestring, containers, dlist, free
, ghc-prim, hashable, lib, microlens, mtl, network-uri, scientific
, tagged, tasty, tasty-hunit, text, time, vector, vector-sized
}:
mkDerivation {
pname = "beam-core";
version = "0.10.1.0";
sha256 = "303477810d9fa366610a1063fc3316d5441b1a5291c8eb6fa900343e8ac93340";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base bytestring containers dlist free ghc-prim hashable
microlens mtl network-uri scientific tagged text time vector
vector-sized
];
testHaskellDepends = [
base bytestring microlens tasty tasty-hunit text time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://travis.athougies.net/projects/beam.html";
description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, beam-core, bytestring, containers
, deepseq, dependent-map, dependent-sum, free, ghc-prim, hashable
, haskell-src-exts, lib, microlens, mtl, parallel, pqueue, pretty
, scientific, text, time, unordered-containers, uuid-types, vector
}:
mkDerivation {
pname = "beam-migrate";
version = "0.5.2.1";
sha256 = "ccbb4685eee3e0067ae0de3b8a2204641a6b8041010612055afb1d79591af499";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base beam-core bytestring containers deepseq dependent-map
dependent-sum free ghc-prim hashable haskell-src-exts microlens mtl
parallel pqueue pretty scientific text time unordered-containers
uuid-types vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://travis.athougies.net/projects/beam.html";
description = "SQL DDL support and migrations support library for Beam";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, attoparsec, base, beam-core, beam-migrate
, bytestring, case-insensitive, conduit, free, hashable
, haskell-src-exts, hedgehog, lib, lifted-base, monad-control, mtl
, network-uri, postgresql-libpq, postgresql-simple, scientific
, tagged, tasty, tasty-hunit, text, time, tmp-postgres
, transformers-base, unordered-containers, uuid, uuid-types, vector
}:
mkDerivation {
pname = "beam-postgres";
version = "0.5.3.1";
sha256 = "36905a02af208dc7755b496ee4afd409d1a769b46c52c5501ade7191137feaa5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base beam-core beam-migrate bytestring
case-insensitive conduit free hashable haskell-src-exts lifted-base
monad-control mtl network-uri postgresql-libpq postgresql-simple
scientific tagged text time transformers-base unordered-containers
uuid-types vector
];
testHaskellDepends = [
aeson base beam-core beam-migrate bytestring hedgehog
postgresql-simple tasty tasty-hunit text tmp-postgres uuid vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://haskell-beam.github.io/beam/user-guide/backends/beam-postgres";
description = "Connection layer between beam and postgres";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, attoparsec, base, beam-core, beam-migrate
, bytestring, dlist, free, hashable, lib, monad-control, mtl
, network-uri, scientific, sqlite-simple, tasty
, tasty-expected-failure, tasty-hunit, text, time
, transformers-base, unix
}:
mkDerivation {
pname = "beam-sqlite";
version = "0.5.3.0";
sha256 = "a49a443524b202576da6a81297e05ae3dd69d5d4bfc494084bd28464bac41614";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec base beam-core beam-migrate bytestring dlist free
hashable monad-control mtl network-uri scientific sqlite-simple
text time transformers-base unix
];
testHaskellDepends = [
base beam-core beam-migrate sqlite-simple tasty
tasty-expected-failure tasty-hunit text time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://haskell-beam.github.io/beam/user-guide/backends/beam-sqlite/";
description = "Beam driver for SQLite";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bech32, hspec, hspec-discover, lib
, template-haskell, text
}:
mkDerivation {
pname = "bech32-th";
version = "1.1.7";
sha256 = "36447a7184fa9032bafa4fe782b2b6ac2c4f7abef1de251a11563bfb3693e128";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bech32 template-haskell text ];
testHaskellDepends = [ base bech32 hspec template-haskell ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/input-output-hk/bech32";
description = "Template Haskell extensions to the Bech32 library";
license = lib.licenses.asl20;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, array, base, base58-bytestring
, bytestring, containers, deepseq, extra, hspec, hspec-discover
, lib, memory, optparse-applicative, prettyprinter
, prettyprinter-ansi-terminal, process, text, vector
}:
mkDerivation {
pname = "bech32";
version = "1.1.7";
sha256 = "ef6e4885319ccff679282820b9312da6f415b46f1f72ff23a53577b9984e87e2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base bytestring containers extra text
];
executableHaskellDepends = [
base base58-bytestring bytestring extra memory optparse-applicative
prettyprinter prettyprinter-ansi-terminal text
];
testHaskellDepends = [
base base58-bytestring bytestring containers deepseq extra hspec
memory process QuickCheck text vector
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/input-output-hk/bech32";
description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)";
license = lib.licenses.asl20;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, base-prelude, bytestring, lib, mtl, tasty
, tasty-hunit, tasty-quickcheck, text, transformers
}:
mkDerivation {
pname = "binary-parser";
version = "0.5.7.6";
sha256 = "6a2dc0572f45ae360248e547a386f15fab6a2d4d9102c0749137dd18c518ed68";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring mtl text transformers ];
testHaskellDepends = [
base-prelude bytestring tasty tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
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
, base
, blaze-builder
, bytestring
, containers
, HUnit
, lib
, QuickCheck
, 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 = false;
enableExecutableProfiling = false;
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, blaze-markup, lib, mtl }:
mkDerivation {
pname = "blaze-svg";
version = "0.3.7";
sha256 = "4c7c61e67381eeefa30b563004ae639679651aaac499a37ca457d49d7fe8165f";
revision = "1";
editedCabalFile = "0szq7fnck2fchhck7984zar92da2lc63gjy4p7zx0975jxx0xrg9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base blaze-markup mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
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, vector
}:
mkDerivation {
pname = "blaze-textual";
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
vector
];
testHaskellDepends = [
base blaze-builder bytestring double-conversion QuickCheck
test-framework test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
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
, 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 = false;
enableExecutableProfiling = false;
doHaddock = false;
enableLibraryProfiling = true;
enableExecutableProfiling = true;
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
, base
, bimap
, bytestring
, config-ini
, containers
, contravariant
, data-clist
, deepseq
, directory
, exceptions
, filepath
, lib
, microlens
, microlens-mtl
, microlens-th
, mtl
, QuickCheck
, 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 = false;
enableExecutableProfiling = false;
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 = false;
enableExecutableProfiling = false;
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
, base
, basement
, bytestring
, deepseq
, foundation
, ghc-prim
, lib
{ mkDerivation, base, lib, primitive, primitive-unaligned
, wide-word
}:
mkDerivation {
pname = "memory";
version = "0.18.0";
sha256 = "fd4eb6f638e24b81b4e6cdd68772a531726f2f67686c8969d3407d82f7862e3e";
pname = "byte-order";
version = "0.1.3.1";
sha256 = "eb98ea478d1a6b196f36c5e3673dbbd261728c5423cbeb0703d80f3560061f7a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
basement
bytestring
deepseq
ghc-prim
base primitive primitive-unaligned wide-word
];
testHaskellDepends = [ base basement bytestring foundation ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
testHaskellDepends = [ base primitive wide-word ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/vincenthz/hs-memory";
description = "memory and related abstraction stuff";
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, 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 = "bytebuild";
version = "0.3.16.2";
sha256 = "2cb53fb854682ee38bccd560291ebd0651b4d54d6ba27f9e2a17b5168ed49687";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
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 byteslice bytestring natural-arithmetic primitive QuickCheck
quickcheck-instances tasty tasty-hunit tasty-quickcheck text
text-short wide-word
];
benchmarkHaskellDepends = [
base byteslice gauge natural-arithmetic primitive text-short
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
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 = false;
enableExecutableProfiling = false;
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, 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 = "byteslice";
version = "0.2.13.2";
sha256 = "67c7b30f862aad1deef05f807d438db57866ca99d3d0461716d9666d21943ffc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring natural-arithmetic primitive primitive-addr
primitive-unlifted run-st text text-short tuples vector
];
testHaskellDepends = [
base bytestring primitive quickcheck-classes tasty tasty-hunit
tasty-quickcheck text transformers
];
benchmarkHaskellDepends = [ base gauge ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/byteverse/byteslice";
description = "Slicing managed and unmanaged memory";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file