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 130 additions and 423 deletions
{ mkDerivation { mkDerivation, base, cursor, deepseq, fuzzy-time, lib, megaparsec
, base , microlens, text, time, validity
, containers
, cursor
, deepseq
, fuzzy-time
, lib
, megaparsec
, microlens
, text
, time
, validity
, validity-time
}: }:
mkDerivation { mkDerivation {
pname = "cursor-fuzzy-time"; pname = "cursor-fuzzy-time";
version = "0.0.0.0"; version = "0.1.0.0";
sha256 = "fa959494f95f7c54a1da1766351e8559e3ec51fc9c6b3d8f23a76429f7b5a0f7"; sha256 = "4389c792a98a2b0c8b6a6e9f89b8db9ad2f5211623174dbdbf4f60a2f323bcb5";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base cursor deepseq fuzzy-time megaparsec microlens text time
containers
cursor
deepseq
fuzzy-time
megaparsec
microlens
text
time
validity validity
validity-time
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -42,4 +22,4 @@ mkDerivation { ...@@ -42,4 +22,4 @@ mkDerivation {
homepage = "https://github.com/NorfairKing/fuzzy-time"; homepage = "https://github.com/NorfairKing/fuzzy-time";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, QuickCheck, base, containers, criterion, cursor
, QuickCheck , genvalidity, genvalidity-containers, genvalidity-criterion
, base , genvalidity-hspec, genvalidity-hspec-optics, genvalidity-text
, containers , hspec, lib, microlens, pretty-show, text
, criterion
, cursor
, genvalidity
, genvalidity-containers
, genvalidity-criterion
, genvalidity-hspec
, genvalidity-hspec-optics
, genvalidity-text
, hspec
, lib
, microlens
, pretty-show
, text
}: }:
mkDerivation { mkDerivation {
pname = "cursor-gen"; pname = "cursor-gen";
...@@ -24,36 +11,19 @@ mkDerivation { ...@@ -24,36 +11,19 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base containers cursor genvalidity genvalidity-containers
containers genvalidity-text QuickCheck text
cursor
genvalidity
genvalidity-containers
genvalidity-text
QuickCheck
text
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base containers cursor genvalidity-hspec genvalidity-hspec-optics
containers hspec microlens pretty-show QuickCheck text
cursor
genvalidity-hspec
genvalidity-hspec-optics
hspec
microlens
pretty-show
QuickCheck
text
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
base base criterion cursor genvalidity-criterion
criterion
cursor
genvalidity-criterion
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -62,4 +32,4 @@ mkDerivation { ...@@ -62,4 +32,4 @@ mkDerivation {
description = "Generators for Purely Functional Cursors"; description = "Generators for Purely Functional Cursors";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, containers, deepseq, lib, microlens, text
, base , validity, validity-containers, validity-text
, containers
, deepseq
, lib
, microlens
, text
, validity
, validity-containers
, validity-text
}: }:
mkDerivation { mkDerivation {
pname = "cursor"; pname = "cursor";
...@@ -17,18 +9,12 @@ mkDerivation { ...@@ -17,18 +9,12 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base containers deepseq microlens text validity validity-containers
containers
deepseq
microlens
text
validity
validity-containers
validity-text validity-text
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -37,4 +23,4 @@ mkDerivation { ...@@ -37,4 +23,4 @@ mkDerivation {
description = "Purely Functional Cursors"; description = "Purely Functional Cursors";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, bytestring
, cereal
, containers
, data-default
, directory
, filepath
, ghc-prim
, lib
, network
, pipes
, test-framework
, test-framework-hunit
, transformers
, unix
}:
mkDerivation {
pname = "daemons";
version = "0.3.0";
sha256 = "c36f4f13aaf7d114925a559748c935f42397094c2f82c6809956d130261e0016";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base
bytestring
cereal
data-default
directory
filepath
ghc-prim
network
pipes
transformers
unix
];
executableHaskellDepends = [
base
bytestring
cereal
containers
data-default
ghc-prim
network
pipes
transformers
];
testHaskellDepends = [
base
data-default
directory
ghc-prim
HUnit
test-framework
test-framework-hunit
unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/scvalex/daemons";
description = "Daemons in Haskell made fun and easy";
license = lib.licenses.gpl3Only;
broken = false;
}
{ mkDerivation, base, binary, lib }:
mkDerivation {
pname = "data-binary-ieee754";
version = "0.4.4";
sha256 = "59975abed8f4caa602f0780c10a9b2493479e6feb71ad189bb10c3ac5678df0a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://john-millikin.com/software/data-binary-ieee754/";
description = "Parser/Serialiser for IEEE-754 floating-point values";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, ghc-prim, lib }: { mkDerivation, base, ghc-prim, lib, tasty, tasty-quickcheck }:
mkDerivation { mkDerivation {
pname = "basement"; pname = "data-bword";
version = "0.0.15"; version = "0.1.0.2";
sha256 = "56c2afb6754e8d16a627331a8a5d473b3d26fd04ba5c9e0fb3475f595b915db4"; sha256 = "d64880e7d6c7a2d635d7e79552888f415a417379ee637a29321abf08187e9635";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim ]; libraryHaskellDepends = [ base ghc-prim ];
testHaskellDepends = [ base tasty tasty-quickcheck ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/haskell-foundation/foundation#readme"; homepage = "https://github.com/mvv/data-bword";
description = "Foundation scrap box of array & string"; description = "Extra operations on binary words of fixed length";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, deepseq, lib }: { mkDerivation, base, deepseq, lib }:
mkDerivation { mkDerivation {
pname = "sop-core"; pname = "data-checked";
version = "0.5.0.1"; version = "0.3";
sha256 = "dac367f1608c9bd6c5dd1697e2a30e1b760617023b96e1df7d44c6c017999db0"; sha256 = "dc87d09c7c8587c9e6e372166e8de3b42c2cd804a493ff100c253e4d713c5676";
revision = "1";
editedCabalFile = "1d4sagrlhmvai3f4hvb9rn8aqsjbvi00z0mzv1gds9nblshk83xd";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ]; libraryHaskellDepends = [ base deepseq ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
description = "True Sums of Products"; homepage = "https://github.com/mvv/data-checked";
description = "Type-indexed runtime-checked properties";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, QuickCheck, base, deepseq, lib }:
mkDerivation {
pname = "data-clist";
version = "0.2";
sha256 = "1c3a1ebd71e8f6fe30afdb3797c4852db7fb0b4e3c145fc53e8282eb4303b212";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [ base QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/sw17ch/data-clist";
description = "Simple functional ring type";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "data-default-class";
version = "0.1.2.0";
sha256 = "4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A class for types with a default value";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, containers, data-default-class, lib }:
mkDerivation {
pname = "data-default-instances-containers";
version = "0.0.1";
sha256 = "a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers data-default-class ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Default instances for types in containers";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, data-default-class, dlist, lib }:
mkDerivation {
pname = "data-default-instances-dlist";
version = "0.0.1";
sha256 = "7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base data-default-class dlist ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Default instances for types in dlist";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, data-default-class, lib, old-locale }:
mkDerivation {
pname = "data-default-instances-old-locale";
version = "0.0.1";
sha256 = "60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base data-default-class old-locale ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Default instances for types in old-locale";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, data-default-class
, data-default-instances-containers
, data-default-instances-dlist
, data-default-instances-old-locale
, lib
}:
mkDerivation {
pname = "data-default";
version = "0.7.1.1";
sha256 = "b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
data-default-class
data-default-instances-containers
data-default-instances-dlist
data-default-instances-old-locale
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A class for types with a default value";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, criterion, lib, tasty, tasty-quickcheck }: { mkDerivation, base, data-bword, ghc-prim, hashable, lib, tasty
, tasty-quickcheck, template-haskell
}:
mkDerivation { mkDerivation {
pname = "clock"; pname = "data-dword";
version = "0.8.3"; version = "0.3.2.1";
sha256 = "845ce5db4c98cefd517323e005f87effceff886987305e421c4ef616dc0505d1"; sha256 = "1114f1efd8f8e80517f7a1df7e73e8a0f3dcc9414f3ba5669f05b29f90dfdd50";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [
base data-bword ghc-prim hashable template-haskell
];
testHaskellDepends = [ base tasty tasty-quickcheck ]; testHaskellDepends = [ base tasty tasty-quickcheck ];
benchmarkHaskellDepends = [ base criterion ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "https://github.com/corsis/clock"; homepage = "https://github.com/mvv/data-dword";
description = "High-resolution clock functions: monotonic, realtime, cputime"; description = "Stick two binary words together to get a bigger one";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, lib }: { mkDerivation, base, lib }:
mkDerivation { mkDerivation {
pname = "indexed-profunctors"; pname = "data-endian";
version = "0.1.1"; version = "0.1.1";
sha256 = "5aba418a92a4f75efc626de7c0e4d88ed57033e0de0f2743ce6d9c9ef7626cb1"; sha256 = "8c1d4f30374f8331d31f4d7c6b39284331b6b9436e7b50f86547417bd05f2ac0";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
description = "Utilities for indexed profunctors"; homepage = "https://github.com/mvv/data-endian";
description = "Endian-sensitive data";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, deepseq, hashable, lib }:
mkDerivation {
pname = "data-fix";
version = "0.3.2";
sha256 = "3a172d3bc0639c327345e965f9d9023e099425814b28dcdb7b60ff66d66219cc";
revision = "3";
editedCabalFile = "0z77i9y86wlc13396akl8qxq39rwpkhhcs5fadzk47bwn7v1gsmx";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq hashable ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/spell-music/data-fix";
description = "Fixpoint data types";
license = lib.licenses.bsd3;
broken = false;
}
...@@ -9,7 +9,7 @@ mkDerivation { ...@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -17,4 +17,4 @@ mkDerivation { ...@@ -17,4 +17,4 @@ mkDerivation {
description = "Set and bag operations on ordered lists"; description = "Set and bag operations on ordered lists";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, binary, bytestring, cereal, data-endian, lib
, QuickCheck , parsers, split, tasty, tasty-quickcheck
, base
, bifunctors
, lib
, mtl
, profunctors
, semigroupoids
, test-framework
, test-framework-quickcheck2
}: }:
mkDerivation { mkDerivation {
pname = "either"; pname = "data-serializer";
version = "5.0.2"; version = "0.3.5";
sha256 = "bfa45b967fd77b1c7c952e156377441e3c42b6dc873ab1f06a7421a3222287be"; sha256 = "b4a0bfdeef7c8c77006682c46addf4ee9e1c8e51b5e01c7ac324813cd16ffd43";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base binary bytestring cereal data-endian parsers split
bifunctors
mtl
profunctors
semigroupoids
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base binary bytestring cereal tasty tasty-quickcheck
QuickCheck
test-framework
test-framework-quickcheck2
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
hyperlinkSource = false; hyperlinkSource = false;
homepage = "http://github.com/ekmett/either/"; homepage = "https://github.com/mvv/data-serializer";
description = "Combinators for working with sums"; description = "Common API for serialization libraries";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, deepseq, ghc-prim, lib, mwc-random, primitive
, base , vector, vector-algorithms
, deepseq
, ghc-prim
, lib
, mwc-random
, primitive
, vector
, vector-algorithms
}: }:
mkDerivation { mkDerivation {
pname = "data-sketches-core"; pname = "data-sketches-core";
...@@ -16,26 +9,14 @@ mkDerivation { ...@@ -16,26 +9,14 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base deepseq ghc-prim mwc-random primitive vector vector-algorithms
deepseq
ghc-prim
mwc-random
primitive
vector
vector-algorithms
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base deepseq ghc-prim mwc-random primitive vector vector-algorithms
deepseq
ghc-prim
mwc-random
primitive
vector
vector-algorithms
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -43,4 +24,4 @@ mkDerivation { ...@@ -43,4 +24,4 @@ mkDerivation {
homepage = "https://github.com/iand675/datasketches-haskell#readme"; homepage = "https://github.com/iand675/datasketches-haskell#readme";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, QuickCheck, base, criterion, data-sketches-core
, QuickCheck , ghc-prim, hspec, hspec-discover, lib, mtl, mwc-random
, base , pretty-show, primitive, statistics, vector, vector-algorithms
, criterion
, data-sketches-core
, ghc-prim
, hspec
, hspec-discover
, lib
, mtl
, mwc-random
, pretty-show
, primitive
, statistics
, vector
, vector-algorithms
}: }:
mkDerivation { mkDerivation {
pname = "data-sketches"; pname = "data-sketches";
...@@ -23,45 +10,22 @@ mkDerivation { ...@@ -23,45 +10,22 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base data-sketches-core ghc-prim mtl mwc-random primitive vector
data-sketches-core
ghc-prim
mtl
mwc-random
primitive
vector
vector-algorithms vector-algorithms
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base data-sketches-core ghc-prim hspec hspec-discover mtl
data-sketches-core mwc-random pretty-show primitive QuickCheck statistics vector
ghc-prim
hspec
hspec-discover
mtl
mwc-random
pretty-show
primitive
QuickCheck
statistics
vector
vector-algorithms vector-algorithms
]; ];
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
base base criterion data-sketches-core ghc-prim mtl mwc-random primitive
criterion vector vector-algorithms
data-sketches-core
ghc-prim
mtl
mwc-random
primitive
vector
vector-algorithms
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -69,4 +33,4 @@ mkDerivation { ...@@ -69,4 +33,4 @@ mkDerivation {
homepage = "https://github.com/iand675/datasketches-haskell#readme"; homepage = "https://github.com/iand675/datasketches-haskell#readme";
license = lib.licenses.asl20; license = lib.licenses.asl20;
broken = false; broken = false;
} }
\ No newline at end of file