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 181 additions and 559 deletions
{ mkDerivation
, array
, base
, bytestring
, containers
, lib
, regex-base
}:
{ mkDerivation, base, exceptions, lib, text, transformers }:
mkDerivation {
pname = "regex-posix";
version = "0.96.0.1";
sha256 = "c7827c391919227711e1cff0a762b1678fd8739f9c902fc183041ff34f59259c";
pname = "transformers-except";
version = "0.1.4";
sha256 = "71990961552b1eaa66f54e65f0b709c9a96d2121c3959a13ddcb5b5a5d67e40d";
revision = "1";
editedCabalFile = "1x5xkfddn3llxk4fngqbd8njssrwb7jlp0a0jxfrgdivbava9fwx";
editedCabalFile = "1wgrjvinhx6piwcqvwz84b1ysm3np75wgqyv6pyypgk7xd6zvqrw";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
regex-base
];
libraryHaskellDepends = [ base exceptions text transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "POSIX Backend for \"Text.Regex\" (regex-base)";
homepage = "http://github.com/tmcgilchrist/transformers-either/";
description = "An Except monad transformer with";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Diff
, QuickCheck
, aeson
, ansi-terminal
, ansi-wl-pprint
, base
, base-compat
, bytestring
, bytestring-builder
, containers
, criterion
, deepseq
, hashable
, lib
, parsec
, parsers
, pretty
, primitive
, scientific
, semialign
, strict
, tagged
, tasty
, tasty-golden
, tasty-quickcheck
, text
, these
, time
, trifecta
, unordered-containers
, uuid-types
, vector
}:
mkDerivation {
pname = "tree-diff";
version = "0.2.2";
sha256 = "008390239dd942095b487b4a59e54faf18d51db5a4462177f301b763c0d5743c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
ansi-terminal
ansi-wl-pprint
base
base-compat
bytestring
bytestring-builder
containers
deepseq
hashable
parsec
parsers
pretty
primitive
QuickCheck
scientific
semialign
strict
tagged
text
these
time
unordered-containers
uuid-types
vector
];
testHaskellDepends = [
ansi-terminal
ansi-wl-pprint
base
base-compat
parsec
primitive
QuickCheck
tagged
tasty
tasty-golden
tasty-quickcheck
trifecta
];
benchmarkHaskellDepends = [ base criterion deepseq Diff ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/tree-diff";
description = "Diffing of (expression) trees";
license = lib.licenses.gpl2Plus;
broken = false;
}
{ mkDerivation
, QuickCheck
, ansi-terminal
, array
, base
, blaze-builder
, blaze-html
, blaze-markup
, bytestring
, charset
, comonad
, containers
, deepseq
, fingertree
, ghc-prim
, hashable
, indexed-traversable
, lens
, lib
, mtl
, parsers
, prettyprinter
, prettyprinter-ansi-terminal
, profunctors
, reducers
, transformers
, unordered-containers
, utf8-string
}:
mkDerivation {
pname = "trifecta";
version = "2.1.2";
sha256 = "8a3a4e3367f6b62152dd4f75c52f9972082c31ed0c24a7e1d27cea574d457daa";
revision = "1";
editedCabalFile = "0a7cfbd04w3zbm234mmpib9mxar46ra5xvb62gcnbmixr7b343j9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
array
base
blaze-builder
blaze-html
blaze-markup
bytestring
charset
comonad
containers
deepseq
fingertree
ghc-prim
hashable
indexed-traversable
lens
mtl
parsers
prettyprinter
prettyprinter-ansi-terminal
profunctors
reducers
transformers
unordered-containers
utf8-string
];
testHaskellDepends = [ base parsers QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/trifecta/";
description = "A modern parser combinator library with convenient diagnostics";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base OneTuple ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "Various functions on tuples";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, bytestring, doctest, lib }:
{ mkDerivation, QuickCheck, base, lib, primitive
, quickcheck-classes, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "network-byte-order";
version = "0.1.6";
sha256 = "f2b0ccc9b759d686af30aac874fc394c13c1fc8a3db00fac401c9339c263dc5e";
revision = "1";
editedCabalFile = "0fpyfd1adg9fr7w6afxkx306c0kaz3ji3x78sl29v9j3mh4vdn13";
pname = "tuples";
version = "0.1.0.0";
sha256 = "2590bb956598066fb5182d820827de0040f7e43d558bcbea6c35b5830115014f";
revision = "2";
editedCabalFile = "08d8f4svxfn6165438dvd4zh61wldrl7gsly8ip6x5svyvj3ygqb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [ base bytestring doctest ];
libraryHaskellDepends = [ base primitive ];
testHaskellDepends = [
base primitive QuickCheck quickcheck-classes tasty tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Network byte order utilities";
homepage = "https://github.com/andrewthad/tuples";
description = "Small monomorphic tuples";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, ansi-wl-pprint
, async
, base
, bytestring
, clock
, containers
, directory
, doctest
, exceptions
, filepath
, foldl
, hostname
, lib
, managed
, optional-args
, optparse-applicative
, process
, stm
, streaming-commons
, tasty
, tasty-bench
, tasty-hunit
, temporary
, text
, time
, transformers
, unix
, unix-compat
}:
mkDerivation {
pname = "turtle";
version = "1.6.1";
sha256 = "2795445c93a4b646dd02b68ebf4006f8ec3588c85ccfe9d47810597e638e3b9c";
revision = "1";
editedCabalFile = "1x4hk9kk8ra855jkzs7dc9691pk14xydixswbx2srs3r9rc6dpjb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-wl-pprint
async
base
bytestring
clock
containers
directory
exceptions
filepath
foldl
hostname
managed
optional-args
optparse-applicative
process
stm
streaming-commons
temporary
text
time
transformers
unix
unix-compat
];
testHaskellDepends = [
base
doctest
filepath
tasty
tasty-hunit
temporary
];
benchmarkHaskellDepends = [ base tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Shell programming, Haskell-style";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base doctest Glob ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Combinators for writing pretty type errors easily";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, doctest
, first-class-families
, lib
, syb
, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "type-errors";
version = "0.2.0.0";
sha256 = "174d509c30ec806117a244add923fee578ba5f3505b0156f4e03a32023892eb4";
revision = "3";
editedCabalFile = "0ig8qd2g8rd5n78039xhbq7n8r514f8kvbh0mgajav2a5lp549s1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
first-class-families
syb
template-haskell
th-abstraction
];
testHaskellDepends = [
base
doctest
first-class-families
syb
template-haskell
th-abstraction
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/isovector/type-errors#readme";
description = "Tools for writing better type errors";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "generically";
pname = "type-hint";
version = "0.1";
sha256 = "d5b72880e1d00b24b6c221978d060bea620acc412cdcb62521f3016cbd3f2b71";
sha256 = "1161cdbf4b4b43c2953ee60438e948737604193e1bfe2c880ff178538faa99b9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Generically newtype to use with DerivingVia";
homepage = "https://github.com/mvv/type-hint";
description = "Guide type inference with proxy values";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, bytestring, effectful, effectful-core, lib
, tasty, tasty-hunit, typed-process
}:
mkDerivation {
pname = "typed-process-effectful";
version = "1.0.0.1";
sha256 = "844589e478168c2e4e019c948af36f377da8d4416902e10b1f0c22e2e4506bd8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring effectful effectful-core typed-process
];
testHaskellDepends = [
base effectful effectful-core tasty tasty-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-effectful/typed-process-effectful#readme";
description = "A binding of the typed-process library for the effectful effect system";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, async
, base
, base64-bytestring
, bytestring
, hspec
, lib
, process
, stm
, temporary
, transformers
, unliftio-core
}:
mkDerivation {
pname = "typed-process";
version = "0.2.10.1";
sha256 = "e436875ccd6664d4111e601c8e2ec6ba9473979eac49b23a1bdb88f80e95099e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
base
bytestring
process
stm
transformers
unliftio-core
];
testHaskellDepends = [
async
base
base64-bytestring
bytestring
hspec
process
stm
temporary
transformers
unliftio-core
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/typed-process";
description = "Run external processes, with strong typing of streams";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, base
, containers
, criterion
, deepseq
, dependent-map
, dependent-sum
, fetchgit
, ghc-prim
, ghc-typelits-knownnat
, hedgehog
, hspec
, hspec-hedgehog
, lib
, primitive
, vector
{ mkDerivation, base, containers, criterion, deepseq, dependent-map
, dependent-sum, ghc-prim, ghc-typelits-knownnat, hedgehog, hspec
, hspec-hedgehog, lib, primitive, vector
}:
mkDerivation {
pname = "typerep-map";
version = "0.5.0.0";
src = fetchgit {
url = "https://github.com/parsonsmatt/typerep-map";
sha256 = "023f2rrak7kmpfxxpfcdv5bb1llksk2cxmdgvs08qx3l821d016w";
rev = "75b7cd5d45986be07420a6821d352ad2adc0b697";
fetchSubmodules = true;
};
version = "0.6.0.0";
sha256 = "e36fab025872dec241e02e2d7408633fd167dfea78be8a0c97a784c4ea823c04";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
deepseq
ghc-prim
primitive
vector
base containers deepseq ghc-prim primitive vector
];
testHaskellDepends = [
base
ghc-typelits-knownnat
hedgehog
hspec
hspec-hedgehog
base ghc-typelits-knownnat hedgehog hspec hspec-hedgehog
];
benchmarkHaskellDepends = [
base
criterion
deepseq
dependent-map
dependent-sum
base criterion deepseq dependent-map dependent-sum
ghc-typelits-knownnat
];
enableLibraryProfiling = true;
......@@ -61,4 +30,4 @@ mkDerivation {
description = "Efficient implementation of a dependent map with types as keys";
license = lib.licenses.mpl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, dhall, either, lib, path, text }:
{ mkDerivation, base, lib, text }:
mkDerivation {
pname = "path-dhall-instance";
version = "0.2.1.0";
sha256 = "ca582eedb714f50fe4165c52bfd02c339eabcb0104e49ce0ddd1513352fa2f9e";
pname = "typst-symbols";
version = "0.1.6";
sha256 = "947ff2a09549a6a0387327e6b15c9219947be67ebe5fb190d1fb98495d7e429d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base dhall either path text ];
libraryHaskellDepends = [ base text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "ToDhall and FromDhall instances for Path";
homepage = "https://github.com/jgm/typst-symbols";
description = "Symbol and emoji lookup for typst language";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, array
, base
, binary
, bytestring
, containers
, digest
, directory
, filepath
, lib
, mtl
, pretty
, process
, temporary
, text
, time
, unix
, which
, zlib
{ mkDerivation, aeson, array, base, bytestring, cassava, containers
, directory, filepath, lib, mtl, ordered-containers, parsec, pretty
, pretty-show, regex-tdfa, scientific, tasty, tasty-golden, text
, time, toml-parser, typst-symbols, vector, xml-conduit, yaml
}:
mkDerivation {
pname = "zip-archive";
version = "0.4.2.2";
sha256 = "a4016b404356e5fe38a89fceb8c88b01251f7e3fe7832323a50a3f732a346709";
pname = "typst";
version = "0.5.0.3";
sha256 = "e3411f7a02e5e50acb3354dc077a207059c3de419c5da1104211fbc4ef06493c";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
binary
bytestring
containers
digest
directory
filepath
mtl
pretty
text
time
unix
zlib
aeson array base bytestring cassava containers directory filepath
mtl ordered-containers parsec pretty regex-tdfa scientific text
time toml-parser typst-symbols vector xml-conduit yaml
];
testHaskellDepends = [
base
bytestring
directory
filepath
HUnit
process
temporary
time
unix
base bytestring directory filepath pretty-show tasty tasty-golden
text time
];
testToolDepends = [ which ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/jgm/zip-archive";
description = "Library for creating and modifying zip archives";
description = "Parsing and evaluating typst syntax";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base containers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "A simple (but internally ugly) memoization function";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, async
, atomic-primops
, base
, containers
, criterion
, ghc-prim
, lib
, primitive
}:
mkDerivation {
pname = "unagi-chan";
version = "0.4.1.4";
sha256 = "d9d6f4ab07def8e84a942bb23791830a61faf89166cb7185a3b2f97cb45128b5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ atomic-primops base ghc-prim primitive ];
testHaskellDepends = [
atomic-primops
base
containers
ghc-prim
primitive
];
benchmarkHaskellDepends = [ async base criterion ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Fast concurrent queues with a Chan-like API, and more";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "unbounded-delays";
version = "0.1.1.1";
sha256 = "59ad7e53bfe32ffbf0e703b31490d41d14c70e4745ed49e8adf592ed68dd6185";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/unbounded-delays";
description = "Unbounded thread delays and timeouts";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, binary
, bytestring
, containers
, lib
, parsec
, quickcheck-instances
, tasty
, tasty-bench
, tasty-hunit
, tasty-quickcheck
, template-haskell
, text
, text-icu
, th-lift-instances
, unicode-transforms
{ mkDerivation, QuickCheck, base, binary, bytestring, containers
, lib, parsec, quickcheck-instances, tasty, tasty-bench
, tasty-hunit, tasty-quickcheck, template-haskell, text, text-icu
, th-lift-instances, unicode-transforms
}:
mkDerivation {
pname = "unicode-collation";
version = "0.1.3.2";
sha256 = "ec54952221a8bb79d5dbd9abd4501ffcce4be07fbe500928394c108ea010cb66";
version = "0.1.3.6";
sha256 = "d64163d64cdf8c872d7ec02b49bc0d0192c70875b8c002765c5142cc880d3a30";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
binary
bytestring
containers
parsec
template-haskell
text
base binary bytestring containers parsec template-haskell text
th-lift-instances
];
testHaskellDepends = [
base
bytestring
tasty
tasty-hunit
tasty-quickcheck
text
base bytestring tasty tasty-hunit tasty-quickcheck text
unicode-transforms
];
benchmarkHaskellDepends = [
base
QuickCheck
quickcheck-instances
tasty-bench
text
text-icu
base QuickCheck quickcheck-instances tasty-bench text text-icu
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -62,4 +32,4 @@ mkDerivation {
description = "Haskell implementation of the Unicode Collation Algorithm";
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, deepseq
, hspec
, hspec-discover
, lib
, tasty
, tasty-bench
}:
{ mkDerivation, base, deepseq, hspec, lib, tasty, tasty-bench }:
mkDerivation {
pname = "unicode-data";
version = "0.4.0";
sha256 = "4890d5a26cae879ea573dc07408e833ad49937a9a551a3bbdc4fa77718644127";
version = "0.4.0.1";
sha256 = "37a5dea6801940beb65c4ac4b9d0f7e653a686cf773507f0ca61c210e0b06080";
revision = "2";
editedCabalFile = "1v7kswa3606k3j8y7y7rigxabgypx23m3wv2hbnqs75s15g7ip2y";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [ base deepseq tasty tasty-bench ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -29,4 +22,4 @@ mkDerivation {
description = "Access Unicode Character Database (UCD)";
license = lib.licenses.asl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, bytestring
, deepseq
, filepath
, ghc-prim
, hspec
, lib
, path
, path-io
, split
, tasty-bench
, text
{ mkDerivation, QuickCheck, base, bytestring, deepseq, filepath
, ghc-prim, hspec, lib, path, path-io, split, tasty-bench, text
, unicode-data
}:
mkDerivation {
pname = "unicode-transforms";
version = "0.4.0.1";
sha256 = "3278e1e1d648da4bcd7368658ae091a89080e88a2f44db9df5136711e99649fc";
revision = "2";
editedCabalFile = "1imm3svpz2shilj2kmmmcyy5yd4c1mpmz5v1gvjrr98hrab2i9x7";
revision = "4";
editedCabalFile = "16d6l9ybs2wdwxdf3xfs25pzkkf3svflsn6ncvg86yky4x50zg29";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
ghc-prim
text
unicode-data
base bytestring ghc-prim text unicode-data
];
testHaskellDepends = [
base
bytestring
deepseq
hspec
QuickCheck
split
text
unicode-data
base bytestring deepseq hspec QuickCheck split text unicode-data
];
benchmarkHaskellDepends = [
base
deepseq
filepath
path
path-io
tasty-bench
text
base deepseq filepath path path-io tasty-bench text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -60,4 +31,4 @@ mkDerivation {
description = "Unicode normalization";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file