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
  • raoulhc/horizon-platform
  • jonge/horizon-platform
  • package-sets/horizon-platform
Show changes
Showing
with 213 additions and 663 deletions
{ mkDerivation
, attoparsec
, base
, base-compat-batteries
, lib
, text
, time
, time-compat
{ mkDerivation, aeson, base, bytestring, http-types, lib, log-base
, string-conversions, text, time, uuid, wai
}:
mkDerivation {
pname = "attoparsec-iso8601";
version = "1.1.0.0";
sha256 = "1109a817c448a154ec58047a8f01282530cb40d20fbd5690bc58b1443ecb264a";
pname = "wai-log";
version = "0.4.0.1";
sha256 = "19d21d688e3093289afd7632d33bfaf27c0ab49e5956f153ad72c81ce85e990a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
base-compat-batteries
text
time
time-compat
aeson base bytestring http-types log-base string-conversions text
time uuid wai
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/aeson";
description = "Parsing of ISO 8601 dates, originally from aeson";
homepage = "https://github.com/scrive/wai-log";
description = "A logging middleware for WAI applications";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Cabal
, base
, byteorder
, bytestring
, cabal-doctest
, doctest
, fast-logger
, http-types
, lib
, network
, wai
}:
mkDerivation {
pname = "wai-logger";
version = "2.4.0";
sha256 = "057e635acd35a39d6ddae4ba4c5dfa1425e251579bbd3239c7f4b557bc96290a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base
byteorder
bytestring
fast-logger
http-types
network
wai
];
testHaskellDepends = [ base doctest ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A logging system for WAI";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -14,7 +14,7 @@ mkDerivation {
libraryHaskellDepends = [ base http-types wai ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -22,4 +22,4 @@ mkDerivation {
description = "Heartbeat middleware for the WAI ecosystem";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, array
, base
, bytestring
, containers
, directory
, filepath
, ghc
, ghc-boot
, lib
, transformers
{ mkDerivation, base, bytestring, clock, data-default, doctest
, http-types, lib, prometheus-client, text, wai
}:
mkDerivation {
pname = "hie-compat";
version = "0.3.0.0";
sha256 = "ab02e969106971f7ef980515f802447c579c088b2e227eb8982999605f392199";
pname = "wai-middleware-prometheus";
version = "1.0.0.1";
sha256 = "b75b6f87ef9a4466787624164de5159c2b035ef0a7c361a706a59022b2faa798";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
directory
filepath
ghc
ghc-boot
transformers
base bytestring clock data-default http-types prometheus-client
text wai
];
testHaskellDepends = [ base doctest prometheus-client ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/haskell-language-server/tree/master/hie-compat#readme";
description = "HIE files for GHC 8.6 and other HIE file backports";
homepage = "https://github.com/fimad/prometheus-haskell";
description = "WAI middlware for exposing http://prometheus.io metrics.";
license = lib.licenses.asl20;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, base16-bytestring
, bytestring
, containers
, cryptohash-sha1
, directory
, expiring-cache-map
, filepath
, hspec
, hspec-discover
, hspec-expectations-lifted
, hspec-wai
, http-types
, lib
, mime-types
, mockery
, old-locale
, scotty
, semigroups
, text
, time
, wai
, wai-extra
{ mkDerivation, base, base16-bytestring, bytestring, containers
, cryptohash-sha1, directory, expiring-cache-map, filepath, hspec
, hspec-discover, hspec-expectations-lifted, hspec-wai, http-types
, lib, mime-types, mockery, old-locale, scotty, semigroups, text
, time, wai, wai-extra
}:
mkDerivation {
pname = "wai-middleware-static";
version = "0.9.2";
sha256 = "6c0c87558f04807896377535f7801a16b4ddfd9de1a203ef5a45de915907d5fa";
revision = "1";
editedCabalFile = "1zran8wpwizrwdw23a5qckmiplyk6xf2z8x4his0ipfy2zzl5ql6";
revision = "5";
editedCabalFile = "059vp0ipdgfpldzmqqhkayak6dicj8qhpb2qcwdk8y31bcg7895m";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base16-bytestring
bytestring
containers
cryptohash-sha1
directory
expiring-cache-map
filepath
http-types
mime-types
old-locale
semigroups
text
time
wai
base base16-bytestring bytestring containers cryptohash-sha1
directory expiring-cache-map filepath http-types mime-types
old-locale semigroups text time wai
];
testHaskellDepends = [
base
hspec
hspec-expectations-lifted
hspec-wai
http-types
mockery
scotty
wai-extra
base hspec hspec-expectations-lifted hspec-wai http-types mockery
scotty wai-extra
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -71,4 +34,4 @@ mkDerivation {
description = "WAI middleware that serves requests to static files";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bytestring
, cryptonite
, data-default-class
, lib
, network
, streaming-commons
, tls
, tls-session-manager
, unliftio
, wai
, warp
{ mkDerivation, base, bytestring, case-insensitive, file-embed
, http-types, lib, network, text, transformers, wai, wai-app-static
, warp, websockets
}:
mkDerivation {
pname = "warp-tls";
version = "3.3.3";
sha256 = "5c44be7a903b863b330d1b9c152100ed7d1709f972e25401018bab407d3f69a0";
pname = "wai-websockets";
version = "3.0.1.2";
sha256 = "917cceb08f296d7dc6b6cafb66133ae53888b2c98b8fb2a2d7fa629d75ab5d2c";
isLibrary = true;
isExecutable = false;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
cryptonite
data-default-class
network
streaming-commons
tls
tls-session-manager
unliftio
wai
warp
base bytestring case-insensitive http-types network transformers
wai websockets
];
executableHaskellDepends = [
base bytestring case-insensitive file-embed http-types network text
transformers wai wai-app-static warp websockets
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "HTTP over TLS support for Warp via the TLS package";
description = "Provide a bridge between WAI and the websockets package";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, array
, async
, auto-update
, base
, bsb-http-chunked
, bytestring
, case-insensitive
, containers
, directory
, gauge
, ghc-prim
, hashable
, hspec
, hspec-discover
, http-client
, http-date
, http-types
, http2
, iproute
, lib
, network
, process
, simple-sendfile
, stm
, streaming-commons
, text
, time
, time-manager
, unix
, unix-compat
, unliftio
, vault
, wai
, word8
, x509
}:
mkDerivation {
pname = "warp";
version = "3.3.22";
sha256 = "ea26386fa12f86bc8d04446cc551ccc5c918debe4ad947f6c6bf514da3f04f3e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
auto-update
base
bsb-http-chunked
bytestring
case-insensitive
containers
ghc-prim
hashable
http-date
http-types
http2
iproute
network
simple-sendfile
stm
streaming-commons
text
time-manager
unix
unix-compat
unliftio
vault
wai
word8
x509
];
testHaskellDepends = [
array
async
auto-update
base
bsb-http-chunked
bytestring
case-insensitive
containers
directory
ghc-prim
hashable
hspec
http-client
http-date
http-types
http2
HUnit
iproute
network
process
QuickCheck
simple-sendfile
stm
streaming-commons
text
time
time-manager
unix
unix-compat
unliftio
vault
wai
word8
x509
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
auto-update
base
bytestring
containers
gauge
hashable
http-date
http-types
network
time-manager
unix
unix-compat
unliftio
x509
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "A fast, light-weight web server for WAI applications";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, HUnit
, QuickCheck
, SHA
, async
, attoparsec
, base
, base64-bytestring
, binary
, bytestring
, bytestring-builder
, case-insensitive
, clock
, containers
, criterion
, entropy
, lib
, network
, random
, streaming-commons
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, text
{ mkDerivation, HUnit, QuickCheck, SHA, async, attoparsec, base
, base64-bytestring, binary, bytestring, case-insensitive
, containers, criterion, entropy, lib, network, random
, streaming-commons, test-framework, test-framework-hunit
, test-framework-quickcheck2, text
}:
mkDerivation {
pname = "websockets";
version = "0.12.7.3";
sha256 = "d3b0a8a0df7ac7c39c2572152ff903af2d5f009627dde4dada6fb81c89057f3c";
revision = "1";
editedCabalFile = "1yx97y6jl74vy200y43vjxfyzx338kh10dx8vxkjhr0mfh36wldq";
version = "0.13.0.0";
sha256 = "9af814f76451b0adbcceb2c46cae463f63c5de50b2b6be66f4ef4d15ce2a49b5";
revision = "2";
editedCabalFile = "1wnj6c9vzgnmidxcy6jpv19b73qvnx4irxbqsncd688px7f7766m";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
attoparsec
base
base64-bytestring
binary
bytestring
bytestring-builder
case-insensitive
clock
containers
entropy
network
random
SHA
streaming-commons
text
async attoparsec base base64-bytestring binary bytestring
case-insensitive containers entropy network random SHA
streaming-commons text
];
testHaskellDepends = [
async
attoparsec
base
base64-bytestring
binary
bytestring
bytestring-builder
case-insensitive
clock
containers
entropy
HUnit
network
QuickCheck
random
SHA
streaming-commons
test-framework
test-framework-hunit
test-framework-quickcheck2
text
async attoparsec base base64-bytestring binary bytestring
case-insensitive containers entropy HUnit network QuickCheck random
SHA streaming-commons test-framework test-framework-hunit
test-framework-quickcheck2 text
];
benchmarkHaskellDepends = [
async
attoparsec
base
base64-bytestring
binary
bytestring
bytestring-builder
case-insensitive
clock
containers
criterion
entropy
network
random
SHA
async attoparsec base base64-bytestring binary bytestring
case-insensitive containers criterion entropy network random SHA
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -102,4 +40,4 @@ mkDerivation {
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, deepseq
, ghc
, lib
, mtl
, process
, split
, temporary
}:
mkDerivation {
pname = "weigh";
version = "0.0.16";
sha256 = "a92a19209b6e8999be21fed8c6ddad8cddf5b98352341b58d2c3e3ef4e96eb8e";
revision = "1";
editedCabalFile = "0y71p1fg2q9ig955b21fhfaipdamdrlzfl302prqz8g0sfcxvmfg";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
deepseq
ghc
mtl
process
split
temporary
];
testHaskellDepends = [ base deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/weigh#readme";
description = "Measure allocations of a Haskell functions/values";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, OneTuple
, QuickCheck
, base
, containers
, indexed-traversable
, lib
, quickcheck-instances
, tagged
, tasty
, tasty-quickcheck
, transformers
, unordered-containers
, vector
{ mkDerivation, QuickCheck, base, binary, bytestring, deepseq
, ghc-prim, hashable, hedgehog, lib, primitive, quickcheck-classes
, semirings
}:
mkDerivation {
pname = "indexed-traversable-instances";
version = "0.1.1.1";
sha256 = "895ee5063d59e2b58930ca6fa54885bb11f19c8b7c7ba6c7b014f9431cdcc0b0";
pname = "wide-word";
version = "0.1.6.0";
sha256 = "df6aa01a18d2b191f96793fab1cb4b43d465f8c9ad5239f9df4ca9255b059797";
revision = "1";
editedCabalFile = "10vrpakwm81fldr8d1yynd316db8811hv90mkkscky3a5j1qrka7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
indexed-traversable
OneTuple
tagged
unordered-containers
vector
base binary deepseq ghc-prim hashable primitive
];
testHaskellDepends = [
base
containers
indexed-traversable
OneTuple
QuickCheck
quickcheck-instances
tasty
tasty-quickcheck
transformers
unordered-containers
vector
base binary bytestring ghc-prim hedgehog primitive QuickCheck
quickcheck-classes semirings
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex";
homepage = "https://github.com/erikd/wide-word";
description = "Data types for large but fixed width signed and unsigned integers";
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, base-orphans
, containers
, hashable
, indexed-traversable
, indexed-traversable-instances
, lib
, quickcheck-instances
, tasty
, tasty-quickcheck
, transformers
, unordered-containers
, vector
}:
mkDerivation {
pname = "witherable";
version = "0.4.2";
sha256 = "790d2bb274283419173bd89104439860675a9410f70f21912973ecd9098b4104";
revision = "3";
editedCabalFile = "1f2bvl41by904lnr0dk6qgasqwadq2w48l7fj51bp2h8bqbkdjyc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base-orphans
containers
hashable
indexed-traversable
indexed-traversable-instances
transformers
unordered-containers
vector
];
testHaskellDepends = [
base
containers
hashable
QuickCheck
quickcheck-instances
tasty
tasty-quickcheck
transformers
unordered-containers
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fumieval/witherable";
description = "filterable traversable";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, containers
, control-monad-free
, haskeline
, lib
, mtl
, transformers
{ mkDerivation, base, containers, control-monad-free, haskeline
, lib, mtl, transformers
}:
mkDerivation {
pname = "wizards";
version = "1.0.3";
sha256 = "05650d7bf6dd0e6b87d0d7da6fb003601ce5d7b1f3d69571127ec3c9425b9bb2";
revision = "1";
editedCabalFile = "095qd17zrdhqmcvmslbyzfa5sh9glvvsnsvnlz31gzsmi8nnsgim";
revision = "2";
editedCabalFile = "0bnqz6slm3hr98ihhlkmivcd12bda6lf0j7l6dfdz30fl4xqpijl";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
control-monad-free
haskeline
mtl
transformers
base containers control-monad-free haskeline mtl transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -34,4 +23,4 @@ mkDerivation {
description = "High level, generic library for interrogative user interfaces";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, containers
, deepseq
, lib
, tasty
, tasty-hunit
, text
}:
mkDerivation {
pname = "wl-pprint-annotated";
version = "0.1.0.1";
sha256 = "6b662b244b2e318a2923dc7057d707369a29ea4a0e721b4710eac7239cc727af";
revision = "1";
editedCabalFile = "1qizgsiqsraj8w0qndcyw7grcmiylx63vp3lgw2dplchva8p3hp7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers deepseq text ];
testHaskellDepends = [
base
containers
deepseq
tasty
tasty-hunit
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/minad/wl-pprint-annotated#readme";
description = "Pretty printer with annotation support";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib }:
{ mkDerivation, base, base-compat, lib, text }:
mkDerivation {
pname = "generic-monoid";
version = "0.1.0.1";
sha256 = "cfd072ad70af41c1b94ac24e42e2635f37ed2a54e8f4be871be78b18b66b2adf";
pname = "wl-pprint-text";
version = "1.2.0.2";
sha256 = "9215778d58ab9f71a4b8b5fb75c06438ff6ea7319a31eb6e97b4f67520dfb12b";
revision = "2";
editedCabalFile = "0p3hk9c6qn5kbgi3a4my3rq5cc43wcl93hx6axgzi5wkvimpv653";
editedCabalFile = "1zp64js72l8kkqn47hkl6rcangz14njfrhgdhq0w5x4nhvfi77md";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
libraryHaskellDepends = [ base base-compat text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Derive monoid instances for product types";
description = "A Wadler/Leijen Pretty Printer for Text values";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, ghc-prim, lib }:
mkDerivation {
pname = "basement";
version = "0.0.15";
sha256 = "56c2afb6754e8d16a627331a8a5d473b3d26fd04ba5c9e0fb3475f595b915db4";
pname = "word-compat";
version = "0.0.6";
sha256 = "305c2a9f9aab68cd5a8c9babaa9bc845d296ec5697b7e4ac4a2b368243fb278a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim ];
testHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-foundation/foundation#readme";
description = "Foundation scrap box of array & string";
description = "Compatibility shim for the Int/Word internal change in GHC 9.2";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, criterion, hspec, lib, text }:
mkDerivation {
pname = "word-wrap";
version = "0.5";
sha256 = "f85f29ce003ca3e195ec95d49e350dfb713bf71db726270143375df2c610a744";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base text ];
testHaskellDepends = [ base hspec ];
benchmarkHaskellDepends = [ base criterion text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jtdaugherty/word-wrap/";
description = "A library for word-wrapping";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, conduit
, http-types
, lib
, transformers
, wai
{ mkDerivation, base, bytestring, crypton-connection, data-default
, exceptions, lib, network, websockets
}:
mkDerivation {
pname = "wai-conduit";
version = "3.0.0.4";
sha256 = "2790093bd52892b8087c295044573c720773144f4061ccc72d6d6a617320d61f";
pname = "wuss";
version = "2.0.1.9";
sha256 = "49efb68ab49b4fad18d9e2d314fbf448cf83db9f8fc838f76808c720a0c7726c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
conduit
http-types
transformers
wai
base bytestring crypton-connection data-default exceptions network
websockets
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/yesodweb/wai";
description = "conduit wrappers for WAI";
description = "Secure WebSocket (WSS) clients";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, asn1-encoding
, asn1-types
, base
, bytestring
, containers
, cryptonite
, directory
, filepath
, lib
, mtl
, pem
, tasty
, tasty-hunit
, x509
}:
mkDerivation {
pname = "x509-store";
version = "1.6.9";
sha256 = "c59213520cf31a0a18611a60b8a4d2d7aa6cb206c0545d857b98dcb90fc5c8da";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
asn1-encoding
asn1-types
base
bytestring
containers
cryptonite
directory
filepath
mtl
pem
x509
];
testHaskellDepends = [ base bytestring tasty tasty-hunit x509 ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-certificate";
description = "X.509 collection accessing and storing methods";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, containers
, directory
, filepath
, lib
, mtl
, pem
, process
, x509
, x509-store
}:
mkDerivation {
pname = "x509-system";
version = "1.6.7";
sha256 = "68fc1ffd9b33fc85886934a39f12064ef465b12043503fe1b489c098bb6a2b11";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
directory
filepath
mtl
pem
process
x509
x509-store
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-certificate";
description = "Handle per-operating-system X.509 accessors and storage";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, asn1-encoding
, asn1-types
, base
, bytestring
, containers
, cryptonite
, data-default-class
, hourglass
, lib
, memory
, mtl
, pem
, tasty
, tasty-hunit
, x509
, x509-store
}:
mkDerivation {
pname = "x509-validation";
version = "1.6.12";
sha256 = "0d8e44e199332b22df3e7c19d21b1a79f237fde9a3abf23bef9e7c4991d0f1c8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
asn1-encoding
asn1-types
base
bytestring
containers
cryptonite
data-default-class
hourglass
memory
mtl
pem
x509
x509-store
];
testHaskellDepends = [
asn1-encoding
asn1-types
base
bytestring
cryptonite
data-default-class
hourglass
memory
tasty
tasty-hunit
x509
x509-store
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/vincenthz/hs-certificate";
description = "X.509 Certificate and CRL validation";
license = lib.licenses.bsd3;
broken = false;
}