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 235 additions and 383 deletions
{ mkDerivation
, QuickCheck
, base
, bytestring
, criterion
, deepseq
, directory
, doctest
, fetchgit
, filepath
, ghc-prim
, hlint
, lib
}:
mkDerivation {
pname = "ed25519";
version = "0.0.5.0";
src = fetchgit {
url = "https://gitlab.homotopic.tech/horizon/adopted/ed25519";
sha256 = "1rfvp3jx1vv16yg4lnfzni380xx6jrghn6nq6s2vqm5nd40p5vyi";
rev = "faf8fe90aa1cd2492ea1e64c55f5c59fc0322210";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring ghc-prim ];
testHaskellDepends = [
base
bytestring
directory
doctest
filepath
hlint
QuickCheck
];
benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = 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;
broken = false;
}
{ mkDerivation
, QuickCheck
, array
, base
, containers
, criterion
, deepseq
, lib
, process
, random
, test-framework
, test-framework-quickcheck2
, time
, unix
}:
mkDerivation {
pname = "edit-distance";
version = "0.2.2.1";
sha256 = "3e8885ee2f56ad4da940f043ae8f981ee2fe336b5e8e4ba3f7436cff4f526c4a";
revision = "1";
editedCabalFile = "1vjn4ryzdilz7l1ad7czh11nw48h5mj8if7ij3q0mmc3sffa8csd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base containers random ];
testHaskellDepends = [
array
base
containers
QuickCheck
random
test-framework
test-framework-quickcheck2
];
benchmarkHaskellDepends = [
array
base
containers
criterion
deepseq
process
random
time
unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/phadej/edit-distance";
description = "Levenshtein and restricted Damerau-Levenshtein edit distances";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation { mkDerivation, base, cache, effectful-core, fetchgit, hashable
, base , lib, tasty, tasty-hunit
, cache
, effectful-core
, fetchgit
, hashable
, lib
, tasty
, tasty-hunit
}: }:
mkDerivation { mkDerivation {
pname = "effectful-cache"; pname = "effectful-cache";
...@@ -22,16 +15,11 @@ mkDerivation { ...@@ -22,16 +15,11 @@ mkDerivation {
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base cache effectful-core hashable ]; libraryHaskellDepends = [ base cache effectful-core hashable ];
testHaskellDepends = [ testHaskellDepends = [
base base cache effectful-core hashable tasty tasty-hunit
cache
effectful-core
hashable
tasty
tasty-hunit
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -39,4 +27,4 @@ mkDerivation { ...@@ -39,4 +27,4 @@ mkDerivation {
homepage = "https://github.com/haskell-effectful/effectful-cache/tree/main/effectful-cache#readme"; homepage = "https://github.com/haskell-effectful/effectful-cache/tree/main/effectful-cache#readme";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, containers, exceptions, lib, monad-control
, base , primitive, transformers-base, unliftio-core
, containers
, exceptions
, lib
, monad-control
, primitive
, transformers-base
, unliftio-core
}: }:
mkDerivation { mkDerivation {
pname = "effectful-core"; pname = "effectful-core";
version = "2.1.0.0"; version = "2.3.0.1";
sha256 = "93920bb5b58d6c92f51823c95e436a1a35c40fa677ee4f96014267698c43efd1"; sha256 = "3cb1e1e12542e15c03856be8865111e2f71f40d9b108ad7de27612efa52e739b";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base containers exceptions monad-control primitive
containers transformers-base unliftio-core
exceptions
monad-control
primitive
transformers-base
unliftio-core
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -34,4 +22,4 @@ mkDerivation { ...@@ -34,4 +22,4 @@ mkDerivation {
description = "An easy to use, performant extensible effects library"; description = "An easy to use, performant extensible effects library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, base
, containers
, effectful
, exceptions
, lib
, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "effectful-th";
version = "1.0.0.0";
sha256 = "302605bbc2bb8a1b97308d9611faf5e121958b846cbeb9421e2657a902ef7a63";
revision = "3";
editedCabalFile = "1nqwvgdvqgh4dvkidyaga7jd95p3hn54hy5gwadsvyf9lll4vjck";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
effectful
exceptions
template-haskell
th-abstraction
];
testHaskellDepends = [ base effectful ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Template Haskell utilities for the effectful library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation { mkDerivation, async, base, bytestring, containers, directory
, async , effectful-core, exceptions, lib, lifted-base, primitive, process
, base , stm, tasty, tasty-bench, tasty-hunit, text, time, unix, unliftio
, bytestring
, containers
, directory
, effectful-core
, exceptions
, lib
, lifted-base
, process
, stm
, tasty
, tasty-bench
, tasty-hunit
, text
, time
, unix
, unliftio
}: }:
mkDerivation { mkDerivation {
pname = "effectful"; pname = "effectful";
version = "2.1.0.0"; version = "2.3.0.0";
sha256 = "76147d4d761d3267607a5f71c5925cbb2e8ae538aacaf6c6ddd9574eabec739b"; sha256 = "6742be657fc65af9aa4f0cedfc7e90b76fba9cb5c736494075182a153244d90f";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
async async base bytestring directory effectful-core process stm time
base
bytestring
directory
effectful-core
process
stm
time
unliftio unliftio
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base containers effectful-core exceptions lifted-base primitive
containers tasty tasty-hunit unliftio
effectful-core
exceptions
lifted-base
tasty
tasty-hunit
unliftio
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
async async base tasty-bench text unix unliftio
base
tasty-bench
text
unix
unliftio
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -64,4 +30,4 @@ mkDerivation { ...@@ -64,4 +30,4 @@ mkDerivation {
description = "An easy to use, performant extensible effects library"; description = "An easy to use, performant extensible effects library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, containers, ghc-prim, lib, text
, base
, containers
, hashable
, lib
, unordered-containers , unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "vault"; pname = "ekg-core";
version = "0.3.1.5"; version = "0.1.1.7";
sha256 = "ac2a6b6adf58598c5c8faa931ae961a8a2aa50ddb2f0f7a2044ff6e8c3d433a0"; sha256 = "45813f2b94fde0b92c7979bd37de52f09b8b645560f5789276c3acfc7934db12";
revision = "2"; revision = "4";
editedCabalFile = "1bjwv3nv8jfhrdxa5kn3gvgxmyalpq7592bvyl7bpvcc7bbkfkf3"; editedCabalFile = "1fzjwckb6h6m5n1k9kj63fy2wpjn1mz9xajiri4aqyzlg1wv619c";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base containers ghc-prim text unordered-containers
containers
hashable
unordered-containers
]; ];
benchmarkHaskellDepends = [ 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;
homepage = "https://github.com/HeinrichApfelmus/vault"; homepage = "https://github.com/tibbe/ekg-core";
description = "a persistent store for values of arbitrary types"; description = "Tracking of system metrics";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, aeson, base, ekg-core, fetchgit, lib, text
, base
, base-compat-batteries
, containers
, hashable
, lib
, unordered-containers , unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "semirings"; pname = "ekg-json";
version = "0.6"; version = "0.1.0.7";
sha256 = "99356619b137c7c4cf6597909be3c9df118f08a7dff4897549e350b95719059b"; src = fetchgit {
revision = "1"; url = "https://github.com/vshabanov/ekg-json";
editedCabalFile = "1c06yhfa053sv3rfz0d72a33l5qb0xmj1b3hy2z7pzxrcay6g1yc"; sha256 = "1zvjm3pb38w0ijig5wk5mdkzcszpmlp5d4zxvks2jk1rkypi8gsm";
rev = "00ebe7211c981686e65730b7144fbf5350462608";
fetchSubmodules = true;
};
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base aeson base ekg-core text unordered-containers
base-compat-batteries
containers
hashable
unordered-containers
]; ];
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/chessai/semirings"; homepage = "https://github.com/tibbe/ekg-json";
description = "two monoids as one, in holy haskimony"; description = "JSON encoding of ekg metrics";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, bytestring, ekg-core, lib, network, text
, base , time, unordered-containers
, lib
, mtl
, transformers
, transformers-compat
}: }:
mkDerivation { mkDerivation {
pname = "mmorph"; pname = "ekg-statsd";
version = "1.2.0"; version = "0.2.5.0";
sha256 = "61338058eb676b466a462ca45d59f436a77a3bd6b816e4268c6d88522b6a4280"; sha256 = "22f947644019f13db105aea665088673fbdcdf6a671e7ec1a72c6134bbd64f0b";
revision = "3";
editedCabalFile = "1582vcpjiyimb1vwnhgq8gp805iziwa8sivv2frir0cgq4z236yz";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base bytestring ekg-core network text time unordered-containers
mtl
transformers
transformers-compat
]; ];
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 = "Monad morphisms"; homepage = "https://github.com/tibbe/ekg-statsd";
description = "Push metrics to statsd";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, aeson, base, bytestring, ekg-core, ekg-json
, HUnit , filepath, http-types, lib, network, text, time, transformers
, QuickCheck , unordered-containers, wai, wai-app-static, warp
, base
, bytestring
, cereal
, crypto-api
, directory
, filepath
, lib
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
}: }:
mkDerivation { mkDerivation {
pname = "crypto-api-tests"; pname = "ekg-wai";
version = "0.3"; version = "0.1.1.0";
sha256 = "f44aecdd4ceb9da9f38330e84d9c17745a82b0611085ebb34442d2dce4207270"; sha256 = "e03e030c7d9217fe344b1fd95cad7bcad430d23382526cb36ce5f3c0fa07d874";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
base aeson base bytestring ekg-core ekg-json filepath http-types network
bytestring text time transformers unordered-containers wai wai-app-static warp
cereal
crypto-api
directory
filepath
HUnit
QuickCheck
test-framework
test-framework-hunit
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://trac.haskell.org/crypto-api/wiki"; homepage = "https://github.com/tvh/ekg-wai";
description = "A test framework and KATs for cryptographic operations"; description = "Remote monitoring of processes";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, aeson, base, bytestring, ekg-core, ekg-json
, SDL2 , filepath, lib, network, snap-core, snap-server, text, time
, StateVar , transformers, unordered-containers
, base
, bytestring
, deepseq
, exceptions
, lib
, linear
, text
, transformers
, vector
, weigh
}: }:
mkDerivation { mkDerivation {
pname = "sdl2"; pname = "ekg";
version = "2.5.3.3"; version = "0.4.0.15";
sha256 = "aa860444661daffc91ccc28a044bd15200f593443c601efe4f1872680f6f1ba8"; sha256 = "482ae3be495cfe4f03332ad1c79ce8b5ad4f9c8eec824980c664808ae32c6dcc";
revision = "8";
editedCabalFile = "05k50vx956zlh7dvkhi7qvd9f7x48hg5hwgqjqsf5fwzm1cqir6n";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = false;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
base aeson base bytestring ekg-core ekg-json filepath network snap-core
bytestring snap-server text time transformers unordered-containers
exceptions
linear
StateVar
text
transformers
vector
]; ];
librarySystemDepends = [ SDL2 ];
libraryPkgconfigDepends = [ SDL2 ];
testHaskellDepends = [ base deepseq linear vector weigh ];
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 = "Both high- and low-level bindings to the SDL library (version 2.0.6+)."; homepage = "https://github.com/tibbe/ekg";
description = "Remote monitoring of processes";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, QuickCheck
, attoparsec
, base
, bytestring
, doctest
, hspec
, lib
, template-haskell
}:
mkDerivation {
pname = "email-validate";
version = "2.3.2.16";
sha256 = "b8e5f155c1ba78ae25be88858b201d138cd1363519572edd9a13a9d086f023b3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
bytestring
template-haskell
];
testHaskellDepends = [ base bytestring doctest hspec QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Porges/email-validate-hs";
description = "Email address validation";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, HUnit, base, containers, lib, text }: { mkDerivation, HUnit, base, containers, lib, text }:
mkDerivation { mkDerivation {
pname = "emojis"; pname = "emojis";
version = "0.1.2"; version = "0.1.3";
sha256 = "3cfe9c2ea3efbbdb9b7fc24ee6707a839d272c1deee7e39319f17a7e6feea227"; sha256 = "817fc6c4d0040418d981b82349e389566db6ce0e0337dc70fe5d1483e1d91af8";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
...@@ -10,7 +10,7 @@ mkDerivation { ...@@ -10,7 +10,7 @@ mkDerivation {
testHaskellDepends = [ base HUnit text ]; testHaskellDepends = [ base HUnit 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;
...@@ -19,4 +19,4 @@ mkDerivation { ...@@ -19,4 +19,4 @@ mkDerivation {
description = "Conversion between emoji characters and their names"; description = "Conversion between emoji characters and their names";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, QuickCheck, async, base, deepseq, hspec, lib
, QuickCheck , lifted-base, monad-control, stm, transformers, transformers-base
, async
, base
, deepseq
, hspec
, lib
, lifted-base
, monad-control
, stm
, transformers
, transformers-base
}: }:
mkDerivation { mkDerivation {
pname = "enclosed-exceptions"; pname = "enclosed-exceptions";
...@@ -19,28 +9,16 @@ mkDerivation { ...@@ -19,28 +9,16 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base deepseq lifted-base monad-control transformers
deepseq
lifted-base
monad-control
transformers
transformers-base transformers-base
]; ];
testHaskellDepends = [ testHaskellDepends = [
async async base deepseq hspec lifted-base monad-control QuickCheck stm
base transformers transformers-base
deepseq
hspec
lifted-base
monad-control
QuickCheck
stm
transformers
transformers-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;
...@@ -49,4 +27,4 @@ mkDerivation { ...@@ -49,4 +27,4 @@ mkDerivation {
description = "Catching all exceptions from within an enclosed computation"; description = "Catching all exceptions from within an enclosed computation";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation
, Cabal
, base
, bytestring
, directory
, filepath
, lib
, process
, unix
}:
mkDerivation {
pname = "entropy";
version = "0.4.1.10";
sha256 = "85ac1d53f1d1c095aedd23fdb20c8e3ada04a7fd8aa6d7e6445ae6a59a277de5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal directory filepath process ];
libraryHaskellDepends = [ base bytestring unix ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/TomMD/entropy";
description = "A platform independent entropy source";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation { mkDerivation, HUnit, QuickCheck, aeson, array, base, containers
, HUnit , deepseq, ghc-prim, lib, test-framework, test-framework-hunit
, QuickCheck
, base
, bytestring
, deepseq
, ghc-prim
, lib
, test-framework
, test-framework-hunit
, test-framework-quickcheck2 , test-framework-quickcheck2
, text
, utf8-string
}: }:
mkDerivation { mkDerivation {
pname = "blaze-builder"; pname = "enummapset";
version = "0.4.2.2"; version = "0.7.2.0";
sha256 = "2cdc998c021d3a5f2a66a95138b93386271c26a117e7676d78264a90e536af67"; sha256 = "a226e15372a5964af13d6e41dc59e830059efa95c83cb06b4197c2325db4c602";
revision = "1"; revision = "1";
editedCabalFile = "026vxh94h2hwncy1mn51xzfpnhj8ijp5xc8fpq7dwc63fkrps0gh"; editedCabalFile = "14l25k5jy8lvc936cja46b1zfgmmd9yk1rqqrnznv2xl7xdj8725";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring deepseq ghc-prim text ]; libraryHaskellDepends = [ aeson base containers deepseq ];
testHaskellDepends = [ testHaskellDepends = [
base aeson array base containers deepseq ghc-prim HUnit QuickCheck
bytestring test-framework test-framework-hunit test-framework-quickcheck2
HUnit
QuickCheck
test-framework
test-framework-hunit
test-framework-quickcheck2
text
utf8-string
]; ];
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/blaze-builder/blaze-builder"; homepage = "https://github.com/Mikolaj/enummapset";
description = "Efficient buffered output"; description = "IntMap and IntSet with Enum keys/elements";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation, base, containers, hspec, lib, text }:
mkDerivation {
pname = "envparse";
version = "0.5.0";
sha256 = "adb54ae4ef48c8cd124e770bbf774632ff9382dc208eed33e3da44d20fc0db1d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base containers hspec text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://supki.github.io/envparse";
description = "Parse environment variables";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "exact-combinatorics";
version = "0.2.0.11";
sha256 = "76b44a9ddcc34204b2589c789d33bb6ac31c6cadf1771599b3575264487b3063";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://wrengr.org/software/hackage.html";
description = "Efficient exact computation of combinatoric functions";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation { mkDerivation, QuickCheck, base, lib, numtype-dk, tasty
, QuickCheck , tasty-hunit, tasty-quickcheck
, base
, lib
, numtype-dk
, tasty
, tasty-hunit
, tasty-quickcheck
}: }:
mkDerivation { mkDerivation {
pname = "exact-pi"; pname = "exact-pi";
...@@ -16,16 +10,11 @@ mkDerivation { ...@@ -16,16 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ base numtype-dk ]; libraryHaskellDepends = [ base numtype-dk ];
testHaskellDepends = [ testHaskellDepends = [
base base numtype-dk QuickCheck tasty tasty-hunit tasty-quickcheck
numtype-dk
QuickCheck
tasty
tasty-hunit
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;
...@@ -34,4 +23,4 @@ mkDerivation { ...@@ -34,4 +23,4 @@ mkDerivation {
description = "Exact rational multiples of pi (and integer powers of pi)"; description = "Exact rational multiples of pi (and integer powers of pi)";
license = lib.licenses.mit; license = lib.licenses.mit;
broken = false; broken = false;
} }
\ No newline at end of file
{ mkDerivation { mkDerivation, base, bytestring, containers, hashable, lib, time
, base
, bytestring
, containers
, hashable
, lib
, time
, unordered-containers , unordered-containers
}: }:
mkDerivation { mkDerivation {
...@@ -17,22 +11,14 @@ mkDerivation { ...@@ -17,22 +11,14 @@ mkDerivation {
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
base base containers hashable unordered-containers
containers
hashable
unordered-containers
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base bytestring containers hashable time unordered-containers
bytestring
containers
hashable
time
unordered-containers
]; ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
doHaddock = false; doHaddock = true;
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;
doBenchmark = false; doBenchmark = false;
...@@ -41,4 +27,4 @@ mkDerivation { ...@@ -41,4 +27,4 @@ mkDerivation {
description = "General purpose simple caching"; description = "General purpose simple caching";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file