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 230 additions and 247 deletions
{ 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;
}
\ No newline at end of file
{ mkDerivation, base, basement, bytestring, deepseq, gauge
, ghc-prim, integer-gmp, lib, memory, random, tasty, tasty-hunit
, tasty-kat, tasty-quickcheck
{ 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 = "cryptonite";
version = "0.30";
sha256 = "56099c8a8aa01d2ee914b670c97c1f818186dbb886e2025b73d9c2afe3496b1d";
pname = "bytebuild";
version = "0.3.16.2";
sha256 = "2cb53fb854682ee38bccd560291ebd0651b4d54d6ba27f9e2a17b5168ed49687";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base basement bytestring deepseq ghc-prim integer-gmp memory
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 bytestring memory tasty tasty-hunit tasty-kat tasty-quickcheck
base byteslice bytestring natural-arithmetic primitive QuickCheck
quickcheck-instances tasty tasty-hunit tasty-quickcheck text
text-short wide-word
];
benchmarkHaskellDepends = [
base bytestring deepseq gauge memory random
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/haskell-crypto/cryptonite";
description = "Cryptography Primitives sink";
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;
}
\ No newline at end of file
{ mkDerivation, HUnit, base, exceptions, ghc-prim, hedgehog, lib
, mtl, mtl-compat, random, stm, tasty, tasty-hedgehog, tasty-hunit
, time, transformers, unliftio-core
{ 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 = "retry";
version = "0.9.3.1";
sha256 = "622e35114b920f76fa2e1ae6515575b9973fac19c679f5426ea6574a5d0b7ed6";
pname = "byteslice";
version = "0.2.13.2";
sha256 = "67c7b30f862aad1deef05f807d438db57866ca99d3d0461716d9666d21943ffc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base exceptions ghc-prim mtl mtl-compat random transformers
unliftio-core
base bytestring natural-arithmetic primitive primitive-addr
primitive-unlifted run-st text text-short tuples vector
];
testHaskellDepends = [
base exceptions ghc-prim hedgehog HUnit mtl mtl-compat random stm
tasty tasty-hedgehog tasty-hunit time transformers unliftio-core
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/Soostone/retry";
description = "Retry combinators for monadic actions that may fail";
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, Cabal, Cabal-syntax, array, base, bytestring
, containers, edit-distance, filepath, lib, mtl, pretty, tasty
, tasty-hunit, tasty-quickcheck, transformers
{ mkDerivation, base, byte-order, byteslice, bytestring, contiguous
, gauge, lib, natural-arithmetic, primitive, tasty, tasty-hunit
, tasty-quickcheck, text-short, wide-word
}:
mkDerivation {
pname = "cabal-install-solver";
version = "3.10.1.0";
sha256 = "2c0d9edd4ccd746e9bf8ab4f92b1ecffe2f56eae29395c67ef5ca091a6f49f37";
pname = "bytesmith";
version = "0.3.11.1";
sha256 = "778f072f91b46fd0bd963bf3e4a2c80465f05ad6597ff0002245fbc49a2581ee";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base bytestring Cabal Cabal-syntax containers edit-distance
filepath mtl pretty transformers
base byteslice bytestring contiguous natural-arithmetic primitive
text-short wide-word
];
testHaskellDepends = [
base Cabal Cabal-syntax tasty tasty-hunit tasty-quickcheck
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 = "http://www.haskell.org/cabal/";
description = "The command-line interface for Cabal and Hackage";
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;
}
\ 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";
revision = "1";
editedCabalFile = "1z2dyphqmjb9akzqrqh8k82mfv416hqj82nz8mysidx09jgf7p4s";
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
......@@ -21,7 +21,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, Cabal, base, directory, filepath, lib }:
mkDerivation {
pname = "cabal-doctest";
version = "1.0.9";
sha256 = "5556088496111d33810c4ae6c4a065bb37fa3315e9e8891e8000b1ab6707ba73";
revision = "3";
editedCabalFile = "0mh64vifcy5dbbx2n3llhbxx8mczifmipyqwrsb3vx2p2jyhvskd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base Cabal directory filepath ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskellari/cabal-doctest";
description = "A Setup.hs helper for running doctests";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, ansi-terminal, base, cmdargs, containers, directory
, extra, filepath, fsnotify, lib, process, tasty, tasty-hunit
, terminal-size, time, 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 = "ghcid";
version = "0.8.8";
sha256 = "92c96e439dd1e0b760181d17ac2ff84f96d0d4871c2f03296a3278095ec858f8";
isLibrary = true;
pname = "cabal-fmt";
version = "0.1.12";
sha256 = "e281b20d128421908bcd7aa3326c6eb637b06001df21d825ba1c7cb41ba23672";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal base cmdargs directory extra filepath process time
base bytestring Cabal-syntax containers directory filepath mtl
parsec pretty
];
executableHaskellDepends = [
ansi-terminal base cmdargs containers directory extra filepath
fsnotify process terminal-size time unix
base bytestring directory filepath optparse-applicative
];
testHaskellDepends = [
ansi-terminal base cmdargs containers directory extra filepath
fsnotify process tasty tasty-hunit terminal-size time unix
base bytestring Cabal-syntax containers filepath integer-logarithms
process QuickCheck tasty tasty-golden tasty-hunit tasty-quickcheck
temporary
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......@@ -27,8 +29,7 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/ghcid#readme";
description = "GHCi based bare bones IDE";
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-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.10.1.0";
sha256 = "995de368555449230e0762b259377ed720798717f4dd26a4fa711e8e41c7838d";
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;
}
\ No newline at end of file
{ 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;
}
\ No newline at end of file
......@@ -5,6 +5,8 @@ mkDerivation {
pname = "cache";
version = "0.1.3.0";
sha256 = "42e9d9f040fab2fd5fc1095a901d6348de73342b1d14254bdaf6ca3d4f11e534";
revision = "1";
editedCabalFile = "17mn9vm493c2bihz1ivmg1rzy4mnjyvm1y2chrj2hbhf8wixx58s";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -14,7 +16,7 @@ mkDerivation {
testHaskellDepends = [ base clock hspec stm transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, filepath, lib, nanospec }:
mkDerivation {
pname = "call-stack";
version = "0.4.0";
sha256 = "430bcf8a3404f7e55319573c0b807b1356946f0c8f289bb3d9afb279c636b87b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base filepath nanospec ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/sol/call-stack#readme";
description = "Use GHC call-stacks in a backward compatible way";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
......@@ -6,6 +6,8 @@ mkDerivation {
pname = "canonical-json";
version = "0.6.0.1";
sha256 = "33df39d9058d33357956cdf7f911184a26da20c49b90f844ec6374f6bf5ace7e";
revision = "1";
editedCabalFile = "180c35znblvf3j59si48n4a9qpwwprq8d7xh86fpmjj2sn2g1sj8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -19,7 +21,7 @@ mkDerivation {
benchmarkHaskellDepends = [ base bytestring containers criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ 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;
}
\ No newline at end of file
......@@ -12,7 +12,7 @@ mkDerivation {
testHaskellDepends = [ base tasty tasty-hunit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -3,10 +3,8 @@
}:
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;
......@@ -18,7 +16,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......