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 194 additions and 364 deletions
{ mkDerivation, QuickCheck, base, bytestring, case-insensitive
, containers, lib, tasty, tasty-quickcheck, utf8-string
}:
mkDerivation {
pname = "http-media";
version = "0.8.1.1";
sha256 = "1920adf31b15d167f60374fbfd0a53a1fbe7820fd7fd459beacf6eb00d03f183";
revision = "1";
editedCabalFile = "0vlaxmh1qqli981bwn3hw0hqfy6spkijdywycnhxi0z1qg5837fk";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring case-insensitive containers utf8-string
];
testHaskellDepends = [
base bytestring case-insensitive containers QuickCheck tasty
tasty-quickcheck utf8-string
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/zmthy/http-media";
description = "Processing HTTP Content-Type and Accept headers";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, HsOpenSSL, aeson, aeson-pretty, attoparsec
, attoparsec-aeson, base, base64-bytestring, blaze-builder
, bytestring, case-insensitive, directory, filepath, ghc-prim
, hspec, hspec-expectations, http-common, io-streams, lib
, lifted-base, mtl, network, network-uri, openssl-streams, random
, snap-core, snap-server, text, transformers, unordered-containers
}:
mkDerivation {
pname = "http-streams";
version = "0.8.9.9";
sha256 = "1bf34ab439eb5d2bdf540e8d77ced5ea8baa2ee2ca6048e7ba651db8405e6afb";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson attoparsec attoparsec-aeson base base64-bytestring
blaze-builder bytestring case-insensitive directory filepath
HsOpenSSL http-common io-streams mtl network network-uri
openssl-streams text transformers unordered-containers
];
testHaskellDepends = [
aeson aeson-pretty attoparsec base base64-bytestring blaze-builder
bytestring case-insensitive directory ghc-prim HsOpenSSL hspec
hspec-expectations http-common HUnit io-streams lifted-base mtl
network network-uri openssl-streams random snap-core snap-server
text transformers unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/aesiniath/http-streams/";
description = "An HTTP client using io-streams";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, bytestring, containers, doctest
, doctest-discover, hashable, hedgehog, hspec, hspec-discover, lib
, text, text-short, unordered-containers
}:
mkDerivation {
pname = "hw-aeson";
version = "0.1.8.0";
sha256 = "a20a8e21a2bf49fb33cefd09ab0fd521757280ab15603e837d9b5188df6d07f4";
revision = "2";
editedCabalFile = "04vjq54xc354scgzgf863px9fadvw4dr6kgli9rp4plw3sh4k3qg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base bytestring containers hashable text text-short
unordered-containers
];
testHaskellDepends = [
aeson base doctest doctest-discover hedgehog hspec
];
testToolDepends = [ doctest-discover hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-works/hw-aeson#readme";
description = "Convenience functions for Aeson";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -5,8 +5,8 @@ mkDerivation {
pname = "hw-hedgehog";
version = "0.1.1.1";
sha256 = "28aedae8da96c369ed7f81db7d9b00f00b975aa4058bf2dd36a6f49ded8b7a4e";
revision = "2";
editedCabalFile = "0c9wy5jmsmfwz151k9zxfsj5663zz3rsvmr0i9vsv5agw8fb8xhq";
revision = "3";
editedCabalFile = "0fjk8jl1sik7yi0mnmfcvcgyadslgrl89dx3xldnzfwwl7p5m12v";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
......@@ -7,8 +7,8 @@ mkDerivation {
pname = "hw-prim";
version = "0.6.3.2";
sha256 = "1fa05fdc46c72ed4b28aabcee69695ce810d451bbd263fbe75f94b179e20441d";
revision = "1";
editedCabalFile = "1wga8ghc001lz9y76ffrdrpqkxpj1lz7qpkykfl66lsqf5pvng32";
revision = "2";
editedCabalFile = "1mj60fg66piw96kbvp0v4ykr1ihww97rr96ya7ayx5sz49j2hyf0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
{ mkDerivation, base, lib }:
mkDerivation {
pname = "hxt-charproperties";
version = "9.5.0.0";
sha256 = "28836949512a2aedb63b2a02e0b05a4f519dc3511cfd259804a6e9d59a44a94a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/UweSchmidt/hxt";
description = "Character properties and classes for XML and Unicode";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, base, bytestring, criterion, deepseq
, hxt-charproperties, lib, parsec, text
}:
mkDerivation {
pname = "hxt-regex-xmlschema";
version = "9.2.0.7";
sha256 = "b9b6bcfc7d8c5e9a0be87dc56b13a237a51ca2c19c6665a51378a9538b71d97a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring hxt-charproperties parsec text
];
testHaskellDepends = [ base bytestring HUnit parsec text ];
benchmarkHaskellDepends = [
base bytestring criterion deepseq parsec text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema";
description = "A regular expression library for W3C XML Schema regular expressions";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, hxt-charproperties, lib }:
mkDerivation {
pname = "hxt-unicode";
version = "9.0.2.4";
sha256 = "7b5823f3bd94b57022d9d84ab3555303653c5121eaaef2ee1fd4918f3c434466";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base hxt-charproperties ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/UweSchmidt/hxt";
description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, binary, bytestring, containers, deepseq
, directory, filepath, hxt-charproperties, hxt-regex-xmlschema
, hxt-unicode, lib, mtl, network-uri, parsec
}:
mkDerivation {
pname = "hxt";
version = "9.3.1.22";
sha256 = "ef602fe674225527750574dd555dbdf402ab77d054af75d41ca21b42dbb23ad9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base binary bytestring containers deepseq directory filepath
hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri
parsec
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/UweSchmidt/hxt";
description = "A collection of tools for processing XML with Haskell";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, case-insensitive
, conformance, conformance-gen, containers, criterion, dlist
, fetchgit, genvalidity, genvalidity-bytestring
, genvalidity-case-insensitive, genvalidity-containers
, genvalidity-criterion, genvalidity-network-uri
, genvalidity-sydtest, genvalidity-text, genvalidity-time
, genvalidity-vector, ical, lib, megaparsec, network-uri, path
, path-io, safe-coloured-text, safe-coloured-text-terminfo, sydtest
, sydtest-discover, text, time, vector
}:
mkDerivation {
pname = "ical-gen";
version = "0.0.0.0";
src = fetchgit {
url = "https://github.com/NorfairKing/ical";
sha256 = "1qk9xlvdk1p21s69j12bfvpywyps16ldyciscgpa6lc40904qbkq";
rev = "50e5ecbc6fef984ed7be4281ee21491750eff8a3";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/ical-gen/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring case-insensitive conformance conformance-gen
containers dlist genvalidity genvalidity-bytestring
genvalidity-case-insensitive genvalidity-containers
genvalidity-network-uri genvalidity-sydtest genvalidity-text
genvalidity-time ical QuickCheck sydtest text time
];
executableHaskellDepends = [
base containers path path-io safe-coloured-text
safe-coloured-text-terminfo text vector
];
testHaskellDepends = [
base bytestring conformance conformance-gen containers dlist
genvalidity-sydtest genvalidity-text ical megaparsec network-uri
path QuickCheck sydtest text time
];
testToolDepends = [ sydtest-discover ];
benchmarkHaskellDepends = [
base criterion genvalidity-criterion genvalidity-vector ical
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
license = "unknown";
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, criterion, deepseq
, directory, doctest, fetchgit, filepath, ghc-prim, hlint, lib
{ mkDerivation, base, bytestring, fetchgit, genvalidity-sydtest
, ical, ical-gen, lib, path, path-io, process, sydtest
, sydtest-discover, text, timeout
}:
mkDerivation {
pname = "ed25519";
version = "0.0.5.0";
pname = "ical-interop-test";
version = "0.0.0.0";
src = fetchgit {
url = "https://gitlab.homotopic.tech/horizon/adopted/ed25519";
sha256 = "1rfvp3jx1vv16yg4lnfzni380xx6jrghn6nq6s2vqm5nd40p5vyi";
rev = "faf8fe90aa1cd2492ea1e64c55f5c59fc0322210";
url = "https://github.com/NorfairKing/ical";
sha256 = "1qk9xlvdk1p21s69j12bfvpywyps16ldyciscgpa6lc40904qbkq";
rev = "50e5ecbc6fef984ed7be4281ee21491750eff8a3";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/ical-interop-test/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ghc-prim ];
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base bytestring directory doctest filepath hlint QuickCheck
base bytestring genvalidity-sydtest ical ical-gen path path-io
process sydtest text timeout
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
testToolDepends = [ sydtest-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://thoughtpolice.github.com/hs-ed25519";
description = "Ed25519 cryptographic signatures";
license = lib.licenses.mit;
license = "unknown";
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, base, bytestring, containers, directory
, exceptions, fetchgit, filepath, ghc, ghc-boot, ghc-paths, lib
, random, stm, temporary, text, transformers, typed-process, unix
{ mkDerivation, QuickCheck, base, bytestring, conformance
, conformance-gen, containers, fetchgit, genvalidity
, genvalidity-containers, genvalidity-sydtest, genvalidity-time
, ical, ical-gen, ical-recurrence, lib, path, path-io, sydtest
, sydtest-discover, text, time
}:
mkDerivation {
pname = "hint";
version = "0.9.0.6";
pname = "ical-recurrence-gen";
version = "0.0.0.0";
src = fetchgit {
url = "https://github.com/haskell-hint/hint";
sha256 = "0q18j3axi166k5k8mbcvdqy27cdvmxbhyb9rkjb3k31i5apaqnv4";
rev = "7803c34c8ae1d83c0f7c13fe6b30fcb3abd0ac51";
url = "https://github.com/NorfairKing/ical";
sha256 = "1qk9xlvdk1p21s69j12bfvpywyps16ldyciscgpa6lc40904qbkq";
rev = "50e5ecbc6fef984ed7be4281ee21491750eff8a3";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/ical-recurrence-gen/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers directory exceptions filepath ghc ghc-boot
ghc-paths random temporary transformers unix
base conformance-gen genvalidity genvalidity-containers ical-gen
ical-recurrence
];
testHaskellDepends = [
base bytestring containers directory exceptions filepath HUnit stm
text typed-process unix
base bytestring conformance conformance-gen containers
genvalidity-sydtest genvalidity-time ical ical-gen ical-recurrence
path path-io QuickCheck sydtest text time
];
testToolDepends = [ sydtest-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
......@@ -29,8 +34,6 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hint/hint";
description = "A Haskell interpreter built on top of the GHC API";
license = lib.licenses.bsd3;
license = "unknown";
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, constraints-extras, containers, dependent-sum
, lib
{ mkDerivation, base, conformance, containers, fetchgit, ical, lib
, mtl, time, validity
}:
mkDerivation {
pname = "dependent-map";
version = "0.4.0.0";
sha256 = "53ce0b52d8be1b85fc6489fb27656f16d837bee4fbe0ddf39c844e3ea8871f2c";
revision = "1";
editedCabalFile = "160p9crvlx1sn60inkwxa6mv1h2d4fgqnpsb2km67zrkpdfyd2s2";
pname = "ical-recurrence";
version = "0.0.0.0";
src = fetchgit {
url = "https://github.com/NorfairKing/ical";
sha256 = "1qk9xlvdk1p21s69j12bfvpywyps16ldyciscgpa6lc40904qbkq";
rev = "50e5ecbc6fef984ed7be4281ee21491750eff8a3";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/ical-recurrence/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base constraints-extras containers dependent-sum
base conformance containers ical mtl time validity
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......@@ -20,8 +24,6 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/obsidiansystems/dependent-map";
description = "Dependent finite maps (partial dependent products)";
license = "unknown";
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, cache, containers, effectful, effectful-cache
, effectful-core, fetchgit, hashable, hedgehog, kvstore-effectful
, kvstore-effectful-spec, lib, tasty, tasty-hedgehog, transformers
{ mkDerivation, base, base64, bytestring, case-insensitive
, conformance, containers, deepseq, dlist, fetchgit, lib
, megaparsec, network-uri, text, time, time-compat, validity
, validity-bytestring, validity-case-insensitive
, validity-containers, validity-network-uri, validity-text
, validity-time
}:
mkDerivation {
pname = "kvstore-effectful-cache";
version = "0.0.1.0";
pname = "ical";
version = "0.0.0.0";
src = fetchgit {
url = "https://github.com/haskell-effectful/kvstore-effectful";
sha256 = "1s78x8yqig17dhfwf2qbd01k8symzrjvg8w0i16mckyxpm28aqcq";
rev = "3502825423aea3a1af9384e9d751feea4599c60b";
url = "https://github.com/NorfairKing/ical";
sha256 = "1qk9xlvdk1p21s69j12bfvpywyps16ldyciscgpa6lc40904qbkq";
rev = "50e5ecbc6fef984ed7be4281ee21491750eff8a3";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/kvstore-effectful-cache/; echo source root reset to $sourceRoot";
postUnpack = "sourceRoot+=/ical/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base cache containers effectful effectful-cache hashable
kvstore-effectful
];
testHaskellDepends = [
base cache containers effectful effectful-cache effectful-core
hashable hedgehog kvstore-effectful kvstore-effectful-spec tasty
tasty-hedgehog transformers
base base64 bytestring case-insensitive conformance containers
deepseq dlist megaparsec network-uri text time time-compat validity
validity-bytestring validity-case-insensitive validity-containers
validity-network-uri validity-text validity-time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
......@@ -31,6 +31,6 @@ mkDerivation {
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
license = lib.licenses.bsd3;
license = "unknown";
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, directory, extra, filepath, hie-bios
, implicit-hie, lib, process, transformers
}:
mkDerivation {
pname = "implicit-hie-cradle";
version = "0.5.0.1";
sha256 = "ee5623f8476e01c83dee8acbe5df4049613a5ff6b1831b00eec406c12785cae7";
revision = "1";
editedCabalFile = "170mbhpw724wa9b7i9jl2vwhzhn9143ms3ws2rz7pbkr896l3jfv";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base directory extra filepath hie-bios implicit-hie process
transformers
];
testHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Avi-D-coder/implicit-hie-cradle#readme";
description = "Auto generate hie-bios cradles";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bytestring, containers, data-default, lib
, stm, text
}:
mkDerivation {
pname = "incipit-base";
version = "0.5.1.0";
sha256 = "de6a23c15c1549a9e3a7da1c453946b5f6bc60dcd11343a334188e205376b62e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring containers data-default stm text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/tek/incipit-core#readme";
description = "A Prelude for Polysemy – Base Reexports";
license = "BSD-2-Clause-Patent";
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, incipit-base, lib, polysemy }:
mkDerivation {
pname = "incipit-core";
version = "0.5.1.0";
sha256 = "de6c0f072bc850ff2624127312e0bd9222d95470daf16312ae07db0bfd0597b3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base incipit-base polysemy ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/tek/incipit-core#readme";
description = "A Prelude for Polysemy";
license = "BSD-2-Clause-Patent";
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "indexed-profunctors";
version = "0.1.1.1";
sha256 = "2e69bb2900bb7e562efffff7bcf3f72daf79f013232ce603263a57595412c398";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Utilities for indexed profunctors";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, aeson, base, base-compat, deepseq
, hashable, indexed-traversable, lens, lib, optics-core
, optics-extra, semigroupoids, tasty, tasty-quickcheck, text
, transformers, unordered-containers
}:
mkDerivation {
pname = "insert-ordered-containers";
version = "0.2.5.3";
sha256 = "f04f6e59795d8e362d15422a62d7c7c48312c2d97d2bc4372002a8a9b9a2436c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base deepseq hashable indexed-traversable lens optics-core
optics-extra semigroupoids text transformers unordered-containers
];
testHaskellDepends = [
aeson base base-compat hashable lens QuickCheck semigroupoids tasty
tasty-quickcheck text unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/insert-ordered-containers#readme";
description = "Associative containers retaining insertion order for traversals";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, array, base, ghc-bignum, ghc-prim, lib
, smallcheck, tasty, tasty-hunit, tasty-quickcheck
, tasty-smallcheck
}:
mkDerivation {
pname = "integer-logarithms";
version = "1.0.3.1";
sha256 = "9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f";
revision = "5";
editedCabalFile = "03f07vv1xqvv53fiarn4rpj2hzsa9bx7lw883axmgzv49qrzq3ad";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base ghc-bignum ghc-prim ];
testHaskellDepends = [
base QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck
tasty-smallcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskellari/integer-logarithms";
description = "Integer logarithms";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file