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 165 additions and 795 deletions
{ mkDerivation
, base
, containers
, directory
, hedgehog
, ini
, lib
, megaparsec
, text
, transformers
, unordered-containers
{ mkDerivation, base, byte-order, byteslice, bytestring, contiguous
, gauge, lib, natural-arithmetic, primitive, tasty, tasty-hunit
, tasty-quickcheck, text-short, wide-word
}:
mkDerivation {
pname = "config-ini";
version = "0.2.5.0";
sha256 = "6f7ce53c22392b5b41e3c0a9853e4183c3bbcb18010f9630f48a90f69bbf6f1f";
pname = "bytesmith";
version = "0.3.11.1";
sha256 = "778f072f91b46fd0bd963bf3e4a2c80465f05ad6597ff0002245fbc49a2581ee";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
megaparsec
text
transformers
unordered-containers
base byteslice bytestring contiguous natural-arithmetic primitive
text-short wide-word
];
testHaskellDepends = [
base
containers
directory
hedgehog
ini
text
unordered-containers
base byte-order byteslice primitive tasty tasty-hunit
tasty-quickcheck text-short wide-word
];
benchmarkHaskellDepends = [ base gauge primitive ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/aisamanra/config-ini";
description = "A library for simple INI-based configuration files";
homepage = "https://github.com/byteverse/bytesmith";
description = "Nonresumable byte parser";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, bytestring, deepseq, lib }:
mkDerivation {
pname = "bytestring-builder";
version = "0.10.8.2.0";
sha256 = "27faef6db27c5be5a3715fd68b93725853e0e668849eaf92ce7c33cef9cb2c3f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "The new bytestring builder, packaged outside of GHC";
license = lib.licenses.bsd3;
broken = false;
}
{ 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
, attoparsec
, base
, directory
, filepath
, filepattern
, hspec
, hspec-attoparsec
, lib
, text
, transformers
, yaml
{ 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 = "implicit-hie";
version = "0.1.4.0";
sha256 = "931814d6c1bb9f8f6d57161783eacb7b95e66398e1b20d652eca0759206def21";
isLibrary = true;
pname = "cabal-fmt";
version = "0.1.12";
sha256 = "e281b20d128421908bcd7aa3326c6eb637b06001df21d825ba1c7cb41ba23672";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
directory
filepath
filepattern
text
transformers
yaml
base bytestring Cabal-syntax containers directory filepath mtl
parsec pretty
];
executableHaskellDepends = [
attoparsec
base
directory
filepath
filepattern
text
transformers
yaml
base bytestring directory filepath optparse-applicative
];
testHaskellDepends = [
attoparsec
base
directory
filepath
filepattern
hspec
hspec-attoparsec
text
transformers
yaml
base bytestring Cabal-syntax containers filepath integer-logarithms
process QuickCheck tasty tasty-golden tasty-hunit tasty-quickcheck
temporary
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......@@ -57,8 +29,7 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Avi-D-coder/implicit-hie#readme";
description = "Auto generate hie-bios cradles & hie.yaml";
license = lib.licenses.bsd3;
description = "Format .cabal files";
license = "GPL-3.0-or-later AND BSD-3-Clause";
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Cabal
, Cabal-syntax
, array
, base
, bytestring
, containers
, edit-distance
, filepath
, lib
, mtl
, pretty
, tasty
, tasty-hunit
, tasty-quickcheck
, transformers
}:
mkDerivation {
pname = "cabal-install-solver";
version = "3.8.1.0";
sha256 = "df2369f6c37517a3b2625bc19057d9e206bbb40386bcb607f17dc7d2e588ffe7";
revision = "1";
editedCabalFile = "1g487j20pj03pc10yaha18v73wh3ackxjgfpfqaj7xznqcbm5xwm";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
Cabal
Cabal-syntax
containers
edit-distance
filepath
mtl
pretty
transformers
];
testHaskellDepends = [
base
Cabal
Cabal-syntax
tasty
tasty-hunit
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.haskell.org/cabal/";
description = "The command-line interface for Cabal and Hackage";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Cabal
, Cabal-QuickCheck
, Cabal-described
, Cabal-syntax
, Cabal-tree-diff
, HTTP
, QuickCheck
, array
, async
, base
, base16-bytestring
, binary
, bytestring
, cabal-install-solver
, containers
, cryptohash-sha256
, directory
, echo
, edit-distance
, exceptions
, filepath
, hackage-security
, hashable
, lib
, lukko
, mtl
, network-uri
, parsec
, pretty
, pretty-show
, process
, random
, regex-base
, regex-posix
, resolv
, safe-exceptions
, stm
, tagged
, tar
, tasty
, tasty-expected-failure
, tasty-golden
, tasty-hunit
, tasty-quickcheck
, text
, time
, tree-diff
, unix
, zlib
}:
mkDerivation {
pname = "cabal-install";
version = "3.8.1.0";
sha256 = "61ce436f2e14e12bf07ea1c81402362f46275014cd841a76566f0766d0ea67e6";
revision = "2";
editedCabalFile = "1l2lvljkr1ibnr3py7xfp2csxyb3rzlhy7jlpx8gkamq9cjmi6p2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
async
base
base16-bytestring
binary
bytestring
Cabal
cabal-install-solver
Cabal-syntax
containers
cryptohash-sha256
directory
echo
edit-distance
exceptions
filepath
hackage-security
hashable
HTTP
lukko
mtl
network-uri
parsec
pretty
process
random
regex-base
regex-posix
resolv
safe-exceptions
stm
tar
text
time
unix
zlib
];
executableHaskellDepends = [
base
Cabal
Cabal-syntax
directory
filepath
];
testHaskellDepends = [
array
base
bytestring
Cabal
Cabal-described
cabal-install-solver
Cabal-QuickCheck
Cabal-syntax
Cabal-tree-diff
containers
directory
filepath
hashable
mtl
network-uri
pretty-show
QuickCheck
random
tagged
tar
tasty
tasty-expected-failure
tasty-golden
tasty-hunit
tasty-quickcheck
time
tree-diff
zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
postInstall = ''
mkdir -p $out/share/bash-completion
mv bash-completion $out/share/bash-completion/completions
'';
homepage = "http://www.haskell.org/cabal/";
description = "The command-line interface for Cabal and Hackage";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Cabal
, aeson
, ansi-wl-pprint
, base
, bytestring
, containers
, deepseq
, directory
, distribution-nixpkgs
, filepath
, hackage-db
, hopenssl
, hpack
, language-nix
, lens
, lib
, monad-par
, monad-par-extras
, mtl
, optparse-applicative
, pretty
, process
, split
, tasty
, tasty-golden
, text
, time
, transformers
, yaml
}:
mkDerivation {
pname = "cabal2nix";
version = "2.19.1";
sha256 = "e0dba35dba0917f4663ba3aee131341dcbf2241112227e07e4d4cfbe37f667b2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
ansi-wl-pprint
base
bytestring
Cabal
containers
deepseq
directory
distribution-nixpkgs
filepath
hackage-db
hopenssl
hpack
language-nix
lens
optparse-applicative
pretty
process
split
text
time
transformers
yaml
];
executableHaskellDepends = [
aeson
base
bytestring
Cabal
containers
directory
distribution-nixpkgs
filepath
hopenssl
language-nix
lens
monad-par
monad-par-extras
mtl
optparse-applicative
pretty
];
testHaskellDepends = [
base
Cabal
containers
directory
filepath
language-nix
lens
pretty
process
tasty
tasty-golden
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
preCheck = ''
export PATH="$PWD/dist/build/cabal2nix:$PATH"
export HOME="$TMPDIR/home"
'';
homepage = "https://github.com/nixos/cabal2nix#readme";
description = "Convert Cabal files into Nix build instructions";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, clock
, hashable
, hspec
, lib
, stm
, transformers
, unordered-containers
{ mkDerivation, base, clock, hashable, hspec, lib, stm
, transformers, unordered-containers
}:
mkDerivation {
pname = "cache";
version = "0.1.3.0";
sha256 = "42e9d9f040fab2fd5fc1095a901d6348de73342b1d14254bdaf6ca3d4f11e534";
revision = "1";
editedCabalFile = "17mn9vm493c2bihz1ivmg1rzy4mnjyvm1y2chrj2hbhf8wixx58s";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
clock
hashable
stm
transformers
unordered-containers
base clock hashable stm transformers unordered-containers
];
testHaskellDepends = [ base clock hspec stm transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -35,4 +25,4 @@ mkDerivation {
description = "An in-memory key/value store with expiration support";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, aeson
, base
, bytestring
, containers
, criterion
, deepseq
, lib
, parsec
, pretty
, tasty
, tasty-quickcheck
, unordered-containers
, vector
{ mkDerivation, QuickCheck, aeson, base, bytestring, containers
, criterion, deepseq, lib, parsec, pretty, tasty, tasty-quickcheck
, unordered-containers, vector
}:
mkDerivation {
pname = "canonical-json";
version = "0.6.0.1";
sha256 = "33df39d9058d33357956cdf7f911184a26da20c49b90f844ec6374f6bf5ace7e";
revision = "1";
editedCabalFile = "180c35znblvf3j59si48n4a9qpwwprq8d7xh86fpmjj2sn2g1sj8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
deepseq
parsec
pretty
base bytestring containers deepseq parsec pretty
];
testHaskellDepends = [
aeson
base
bytestring
containers
QuickCheck
tasty
tasty-quickcheck
unordered-containers
vector
aeson base bytestring containers QuickCheck tasty tasty-quickcheck
unordered-containers vector
];
benchmarkHaskellDepends = [ base bytestring containers criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -52,4 +30,4 @@ mkDerivation {
description = "Canonical JSON for signing and hashing JSON values";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, bytestring
, criterion
, deepseq
, hashable
, lib
, test-framework
, test-framework-hunit
, text
}:
mkDerivation {
pname = "case-insensitive";
version = "1.2.1.0";
sha256 = "296dc17e0c5f3dfb3d82ced83e4c9c44c338ecde749b278b6eae512f1d04e406";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring deepseq hashable text ];
testHaskellDepends = [
base
bytestring
HUnit
test-framework
test-framework-hunit
text
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/case-insensitive";
description = "Case insensitive string comparison";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -12,7 +12,7 @@ mkDerivation {
testHaskellDepends = [ base tasty tasty-hunit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -20,4 +20,4 @@ mkDerivation {
description = "Convert between various source code casing conventions";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, cassava
, hspec
, hspec-megaparsec
, lib
, megaparsec
, unordered-containers
, vector
{ mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec
, lib, megaparsec, unordered-containers, vector
}:
mkDerivation {
pname = "cassava-megaparsec";
version = "2.0.4";
sha256 = "16398f202df2898de482c156835ba6e7dea8ef71d7ac818c5cd4e72ad1f8e95d";
revision = "1";
editedCabalFile = "1nknyqs8bb3qiysq5a2n1f7lzgkr8b0pvshg5jx5z5wgfmpjmyjf";
version = "2.1.1";
sha256 = "4631963337675db145c2bf9752bf27b4bae68b7c48ffcac60b428f557b63e786";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
cassava
megaparsec
unordered-containers
vector
base bytestring cassava megaparsec unordered-containers vector
];
testHaskellDepends = [
base
bytestring
cassava
hspec
hspec-megaparsec
vector
base bytestring cassava hspec hspec-megaparsec vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -45,4 +25,4 @@ mkDerivation {
description = "Megaparsec parser of CSV files that plays nicely with Cassava";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, Only
, QuickCheck
, array
, attoparsec
, base
, bytestring
, containers
, deepseq
, hashable
, lib
, quickcheck-instances
, scientific
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
, text-short
, transformers
, unordered-containers
, vector
}:
mkDerivation {
pname = "cassava";
version = "0.5.3.0";
sha256 = "b4c8451f433ad7725cb8b9f7a7efe598ba103b16584713c91f48ae023829e9be";
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
attoparsec
base
bytestring
containers
deepseq
hashable
Only
scientific
text
text-short
transformers
unordered-containers
vector
];
testHaskellDepends = [
attoparsec
base
bytestring
hashable
HUnit
QuickCheck
quickcheck-instances
scientific
test-framework
test-framework-hunit
test-framework-quickcheck2
text
unordered-containers
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/cassava";
description = "A CSV parsing and encoding library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, aeson
, aeson-pretty
, base
, bytestring
, cborg
, criterion
, deepseq
, directory
, lib
, process
, scientific
, text
, unordered-containers
, vector
, zlib
}:
mkDerivation {
pname = "cborg-json";
version = "0.2.5.0";
sha256 = "58c373453f06fd8558e062c4fbe6dd862cb0ae28ac3c02ba3b607573bd077cd4";
revision = "1";
editedCabalFile = "0zzn2p6yl9mqw7agm5w7iiz105078gv66vxr8bqazilgssqk5wyg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
aeson-pretty
base
cborg
scientific
text
unordered-containers
vector
];
benchmarkHaskellDepends = [
aeson
base
bytestring
cborg
criterion
deepseq
directory
process
zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/well-typed/cborg";
description = "A library for encoding JSON as CBOR";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, aeson
, array
, base
, base-orphans
, base16-bytestring
, base64-bytestring
, bytestring
, containers
, deepseq
, ghc-bignum
, ghc-prim
, half
, lib
, primitive
, random
, scientific
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, vector
}:
mkDerivation {
pname = "cborg";
version = "0.2.8.0";
sha256 = "2e59c827c273b57af0fcbbfb62f6d15faeb399e0d89d57baf8adcc60e62ab01e";
revision = "1";
editedCabalFile = "13m2shrlpvg5s9d40a2463mmckzg50y8jb47zfd6i1rg6q3q6xx6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
deepseq
ghc-bignum
ghc-prim
half
primitive
text
];
testHaskellDepends = [
aeson
array
base
base-orphans
base16-bytestring
base64-bytestring
bytestring
deepseq
half
QuickCheck
random
scientific
tasty
tasty-hunit
tasty-quickcheck
text
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Concise Binary Object Representation (CBOR)";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, bytestring
, cereal
, lib
, vector
}:
mkDerivation {
pname = "cereal-vector";
version = "0.2.0.1";
sha256 = "ff0685a6c39e7aae32f8b4165e2ae06f284c867298ad4f7b776c1c1b2859f933";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring cereal vector ];
testHaskellDepends = [ base cereal QuickCheck vector ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/acfoltzer/cereal-vector";
description = "Serialize instances for Data.Vector types.";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, array
, base
, bytestring
, containers
, lib
, unordered-containers
}:
mkDerivation {
pname = "charset";
version = "0.3.9";
sha256 = "cb4f8781491d1e346e7eef7b33bfadae96642c81777165ec585a05591abc998b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/charset";
description = "Fast unicode character sets based on complemented PATRICIA tries";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, blaze-html
, bytestring
, containers
, data-default
, deepseq
, lib
, mtl
, syb
, text
, uniplate
{ mkDerivation, base, blaze-html, bytestring, containers
, data-default, deepseq, lib, mtl, syb, text, uniplate
, xss-sanitize
}:
mkDerivation {
......@@ -22,21 +12,13 @@ mkDerivation {
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-html
containers
data-default
deepseq
mtl
syb
text
uniplate
xss-sanitize
base blaze-html containers data-default deepseq mtl syb text
uniplate xss-sanitize
];
executableHaskellDepends = [ base blaze-html bytestring text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -45,4 +27,4 @@ mkDerivation {
description = "Experimental markdown processor";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file