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 126 additions and 722 deletions
{ mkDerivation
, QuickCheck
, array
, base
, criterion
, genvalidity
, genvalidity-criterion
, genvalidity-hspec
, hspec
, lib
, random
, text
, validity
, validity-text
{ mkDerivation, QuickCheck, array, base, criterion, genvalidity
, genvalidity-criterion, genvalidity-hspec, hspec, lib, random
, text, validity, validity-text
}:
mkDerivation {
pname = "genvalidity-text";
......@@ -21,34 +10,18 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
genvalidity
QuickCheck
random
text
validity
array base genvalidity QuickCheck random text validity
validity-text
];
testHaskellDepends = [
base
genvalidity
genvalidity-hspec
hspec
QuickCheck
text
base genvalidity genvalidity-hspec hspec QuickCheck text
];
benchmarkHaskellDepends = [
base
criterion
genvalidity
genvalidity-criterion
QuickCheck
text
base criterion genvalidity genvalidity-criterion QuickCheck text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -57,4 +30,4 @@ mkDerivation {
description = "GenValidity support for Text";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, criterion
, genvalidity
, genvalidity-criterion
, genvalidity-hspec
, hspec
, lib
, time
{ mkDerivation, QuickCheck, base, criterion, genvalidity
, genvalidity-criterion, genvalidity-hspec, hspec, lib, time
, validity-time
}:
mkDerivation {
......@@ -18,22 +10,15 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
genvalidity
QuickCheck
time
validity-time
base genvalidity QuickCheck time validity-time
];
testHaskellDepends = [ base genvalidity-hspec hspec time ];
benchmarkHaskellDepends = [
base
criterion
genvalidity-criterion
time
base criterion genvalidity-criterion time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -42,4 +27,4 @@ mkDerivation {
description = "GenValidity support for time";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, genvalidity
, genvalidity-hspec
, hashable
, hspec
, lib
, unordered-containers
, validity
{ mkDerivation, QuickCheck, base, genvalidity, genvalidity-hspec
, hashable, hspec, lib, unordered-containers, validity
, validity-unordered-containers
}:
mkDerivation {
pname = "genvalidity-unordered-containers";
version = "1.0.0.0";
sha256 = "b325c19594853133b62019ad35ed86616b92ac1afd18a5f49a801e3e453fa6e9";
version = "1.0.0.1";
sha256 = "131481f7eae6edf1e011e3cd5dd67bb2c1113f7429b0a522838d908235d40021";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
genvalidity
hashable
QuickCheck
unordered-containers
validity
base genvalidity hashable QuickCheck unordered-containers validity
validity-unordered-containers
];
testHaskellDepends = [
base
genvalidity
genvalidity-hspec
hspec
unordered-containers
base genvalidity genvalidity-hspec hspec unordered-containers
validity
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -45,4 +28,4 @@ mkDerivation {
description = "GenValidity support for unordered-containers";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, criterion
, genvalidity
, genvalidity-criterion
, genvalidity-hspec
, hspec
, lib
, uuid
, validity
, validity-uuid
{ mkDerivation, QuickCheck, base, criterion, genvalidity
, genvalidity-criterion, genvalidity-hspec, hspec, lib, uuid
, validity, validity-uuid
}:
mkDerivation {
pname = "genvalidity-uuid";
......@@ -19,32 +10,17 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
genvalidity
QuickCheck
uuid
validity
validity-uuid
base genvalidity QuickCheck uuid validity validity-uuid
];
testHaskellDepends = [
base
genvalidity
genvalidity-hspec
hspec
QuickCheck
uuid
base genvalidity genvalidity-hspec hspec QuickCheck uuid
];
benchmarkHaskellDepends = [
base
criterion
genvalidity
genvalidity-criterion
QuickCheck
uuid
base criterion genvalidity genvalidity-criterion QuickCheck uuid
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -53,4 +29,4 @@ mkDerivation {
description = "GenValidity support for UUID";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, genvalidity
, genvalidity-hspec
, hspec
, lib
, validity
, validity-vector
, vector
{ mkDerivation, QuickCheck, base, genvalidity, genvalidity-hspec
, hspec, lib, validity, validity-vector, vector
}:
mkDerivation {
pname = "genvalidity-vector";
......@@ -17,23 +9,14 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
genvalidity
QuickCheck
validity
validity-vector
vector
base genvalidity QuickCheck validity validity-vector vector
];
testHaskellDepends = [
base
genvalidity
genvalidity-hspec
hspec
vector
base genvalidity genvalidity-hspec hspec vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -42,4 +25,4 @@ mkDerivation {
description = "GenValidity support for vector";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, hspec
, hspec-core
, lib
, random
, validity
}:
mkDerivation {
pname = "genvalidity";
version = "1.1.0.0";
sha256 = "5897d7640a93ad6cd12177375009cad5189ba147edff80ded0c2a508ff5bbb23";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base QuickCheck random validity ];
testHaskellDepends = [ base hspec hspec-core QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/validity#readme";
description = "Testing utilities for the validity library";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, lib }:
mkDerivation {
pname = "ghc-byteorder";
version = "4.11.0.0.10";
sha256 = "86e50a89798181db4f44ec3848fc52940c73098e88549a351ceb54fefc691fb6";
revision = "3";
editedCabalFile = "088rz5c0pq2r1w3msy0y9hl4gca8s8nblpcz7w2f5sx5pajg8flj";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "\"GHC.ByteOrder\" API Compatibility Layer";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, containers
, directory
, filepath
, ghc
, ghc-boot
, ghc-paths
, lib
, process
, safe-exceptions
, template-haskell
, th-compat
, transformers
}:
mkDerivation {
pname = "ghc-check";
version = "0.5.0.8";
sha256 = "1025a8353fb7c318b27b8dc6b268d22f1f64c271031ed0ce4defb0f9100d7cd4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
directory
filepath
ghc
ghc-boot
ghc-paths
process
safe-exceptions
template-haskell
th-compat
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "detect mismatches between compile-time and run-time versions of the ghc api";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Cabal-syntax
, Diff
, HUnit
, base
, bytestring
, containers
, data-default
, directory
, fail
, filemanip
, filepath
, free
, ghc
, ghc-boot
, ghc-paths
, lib
, mtl
, ordered-containers
, silently
, syb
}:
mkDerivation {
pname = "ghc-exactprint";
version = "1.6.0";
sha256 = "8eb59736bbf052a380d5c72277abad05802730b37629ea67a4517b2d88dd40fa";
revision = "1";
editedCabalFile = "14ilvq5j0x153x6y4sxhks3fccwb0m03b029ffi9pvf1g6y3pqh7";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
data-default
directory
fail
filepath
free
ghc
ghc-boot
mtl
ordered-containers
syb
];
testHaskellDepends = [
base
bytestring
Cabal-syntax
containers
data-default
Diff
directory
fail
filemanip
filepath
ghc
ghc-boot
ghc-paths
HUnit
mtl
ordered-containers
silently
syb
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "ExactPrint for GHC";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, containers
, directory
, extra
, filepath
, ghc-lib-parser
, lib
, tasty
, tasty-hunit
, uniplate
}:
mkDerivation {
pname = "ghc-lib-parser-ex";
version = "9.4.0.0";
sha256 = "ce3ff339a0a259a18ae921c547b35732eaca1a567a33fba1a7c65c16c973191b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
ghc-lib-parser
uniplate
];
testHaskellDepends = [
base
directory
extra
filepath
ghc-lib-parser
tasty
tasty-hunit
uniplate
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme";
description = "Algorithms on GHC parse trees";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, alex
, array
, base
, binary
, bytestring
, containers
, deepseq
, directory
, exceptions
, filepath
, ghc-prim
, happy
, lib
, parsec
, pretty
, process
, time
, transformers
, unix
}:
mkDerivation {
pname = "ghc-lib-parser";
version = "9.4.2.20220822";
sha256 = "3eb1fd79734728fffb39c98a4a42747d0db2d35380fec8ab24bbea5d76b93847";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array
base
binary
bytestring
containers
deepseq
directory
exceptions
filepath
ghc-prim
parsec
pretty
process
time
transformers
unix
];
libraryToolDepends = [ alex happy ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/digital-asset/ghc-lib";
description = "The GHC API, decoupled from GHC versions";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, ghc, lib }:
mkDerivation {
pname = "ghc-tcplugins-extra";
version = "0.4.3";
sha256 = "e985cda6fc983f703c3ae319e62e1253e25422785ec11992cb3faaaad67480a1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/clash-lang/ghc-tcplugins-extra#readme";
description = "Utilities for writing GHC type-checker plugins";
license = lib.licenses.bsd2;
broken = false;
}
{ mkDerivation, base, bytestring, lib, text }:
{ mkDerivation, base, bytestring, lib, tasty-bench, text }:
mkDerivation {
pname = "polyparse";
version = "1.13";
sha256 = "1c4c72980e1e5a4f07fea65ca08b2399581d2a6aa21eb1078f7ad286c279707b";
revision = "5";
editedCabalFile = "05qrn5pfdy45x1nkx7dvhnxs9j6d6cssws4kwn2sl3n9qmagr8mc";
pname = "ghc-trace-events";
version = "0.1.2.9";
sha256 = "e9a7df7f8e361b8a2e509b1807407c4654f16a735642d54e85c8c943fe41d305";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text ];
benchmarkHaskellDepends = [ base bytestring tasty-bench ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://code.haskell.org/~malcolm/polyparse/";
description = "A variety of alternative parser combinator libraries";
license = "LGPL";
homepage = "https://github.com/maoe/ghc-trace-events";
description = "Faster traceEvent and traceMarker, and binary object logging for eventlog";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, ghc
, ghc-prim
, ghc-tcplugins-extra
, ghc-typelits-natnormalise
, lib
, tasty
, tasty-hunit
, tasty-quickcheck
, template-haskell
, transformers
{ mkDerivation, base, ghc, ghc-prim, ghc-tcplugins-extra
, ghc-typelits-natnormalise, lib, tasty, tasty-hunit
, tasty-quickcheck, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-typelits-knownnat";
version = "0.7.7";
sha256 = "c79018557e88cd1b3937d15d9fb75c4cc7e6b44856ad53b15ae4c421a385f92c";
version = "0.7.12";
sha256 = "3fc9417baf4eac0cdc816e2b1bee52d7f731b205a1fb7da756f5181314565264";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
ghc
ghc-prim
ghc-tcplugins-extra
ghc-typelits-natnormalise
template-haskell
transformers
base ghc ghc-prim ghc-tcplugins-extra ghc-typelits-natnormalise
template-haskell transformers
];
testHaskellDepends = [
base
ghc-typelits-natnormalise
tasty
tasty-hunit
tasty-quickcheck
base ghc-typelits-natnormalise tasty tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -45,4 +27,4 @@ mkDerivation {
description = "Derive KnownNat constraints from other KnownNat constraints";
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, containers
, ghc
, ghc-bignum
, ghc-prim
, ghc-tcplugins-extra
, lib
, tasty
, tasty-hunit
, template-haskell
{ mkDerivation, base, containers, ghc, ghc-bignum, ghc-prim
, ghc-tcplugins-extra, lib, tasty, tasty-hunit, template-haskell
, transformers
}:
mkDerivation {
pname = "ghc-typelits-natnormalise";
version = "0.7.7";
sha256 = "90ea374a1d58c1cd6cd3fb156f99873aae90bfb419279ca178372f2287d7175f";
version = "0.7.10";
sha256 = "7b134742ce0f1042f27e735626a115e1a0095b788190e59056c0e7471b3e0413";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
ghc
ghc-bignum
ghc-tcplugins-extra
base containers ghc ghc-bignum ghc-tcplugins-extra template-haskell
transformers
];
testHaskellDepends = [
base
ghc-prim
tasty
tasty-hunit
template-haskell
base ghc-prim tasty tasty-hunit template-haskell
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -44,4 +27,4 @@ mkDerivation {
description = "GHC typechecker plugin for types of kind GHC.TypeLits.Nat";
license = lib.licenses.bsd2;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, ansi-terminal
, base
, cmdargs
, containers
, directory
, extra
, filepath
, fsnotify
, lib
, process
, tasty
, tasty-hunit
, terminal-size
, time
, unix
}:
mkDerivation {
pname = "ghcid";
version = "0.8.8";
sha256 = "92c96e439dd1e0b760181d17ac2ff84f96d0d4871c2f03296a3278095ec858f8";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal
base
cmdargs
directory
extra
filepath
process
time
];
executableHaskellDepends = [
ansi-terminal
base
cmdargs
containers
directory
extra
filepath
fsnotify
process
terminal-size
time
unix
];
testHaskellDepends = [
ansi-terminal
base
cmdargs
containers
directory
extra
filepath
fsnotify
process
tasty
tasty-hunit
terminal-size
time
unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/ghcid#readme";
description = "GHCi based bare bones IDE";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, directory
, filepath
, hspec
, lib
, process
, template-haskell
, temporary
, th-compat
, unliftio
{ mkDerivation, base, bytestring, directory, filepath, hspec, lib
, process, template-haskell, temporary, th-compat, unliftio
}:
mkDerivation {
pname = "githash";
version = "0.1.6.3";
sha256 = "fcba79b60ef87bdd4976332e998589a62e1be012b932b543b49de5e0620eef1b";
version = "0.1.7.0";
sha256 = "1ad5e7c26bd9c9c4e4c3232206694b153845fe11f227e39d214eef0d95f330d4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
directory
filepath
process
template-haskell
base bytestring directory filepath process template-haskell
th-compat
];
testHaskellDepends = [
base
bytestring
directory
filepath
hspec
process
template-haskell
temporary
th-compat
unliftio
base bytestring directory filepath hspec process template-haskell
temporary th-compat unliftio
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -50,4 +27,4 @@ mkDerivation {
description = "Compile git revision info into Haskell projects";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, bytestring, colour, containers
, criterion, deepseq, directory, dlist, fgl, fgl-arbitrary
, filepath, graphviz, hspec, hspec-discover, lib, mtl, polyparse
, process, temporary, text, wl-pprint-text
}:
mkDerivation {
pname = "graphviz";
version = "2999.20.2.0";
sha256 = "fcceeced6d716413566d9031716260a86b7fa0671f4727147318d507cb3270a2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring colour containers directory dlist fgl filepath mtl
polyparse process temporary text wl-pprint-text
];
testHaskellDepends = [
base containers fgl fgl-arbitrary filepath hspec QuickCheck text
];
testSystemDepends = [ graphviz ];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [ base criterion deepseq text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://gitlab.com/daniel-casanueva/haskell/graphviz";
description = "Bindings to Graphviz for graph visualisation";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, array
, base
, containers
, doclayout
, lib
, parsec
, tasty
, tasty-hunit
, text
{ mkDerivation, array, base, containers, doclayout, lib, parsec
, tasty, tasty-hunit, text
}:
mkDerivation {
pname = "gridtables";
version = "0.1.0.0";
sha256 = "d6ac341bc7997d39a3b1f6cd811f70ab69689d9c3117ce3bc44bfb2ec55ab0ea";
revision = "1";
editedCabalFile = "0ay4ywi8w5kk4blf8jqxhivzprp1ivpdlw6racr1692psyizmxi0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
containers
doclayout
parsec
text
array base containers doclayout parsec text
];
testHaskellDepends = [ array base parsec tasty tasty-hunit text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -36,4 +25,4 @@ mkDerivation {
description = "Parser for reStructuredText-style grid tables";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Cabal
, Cabal-syntax
, QuickCheck
, aeson
, base
, base16-bytestring
, base64-bytestring
, bytestring
, containers
, cryptohash-sha256
, directory
, ed25519
, filepath
, ghc-prim
, lib
, lukko
, mtl
, network
, network-uri
, parsec
, pretty
, tar
, tasty
, tasty-hunit
, tasty-quickcheck
, template-haskell
, temporary
, text
, time
, transformers
, unordered-containers
, vector
, zlib
}:
mkDerivation {
pname = "hackage-security";
version = "0.6.2.2";
sha256 = "a833a31610220506557e96fb6e3e8b05a2e1db8e7ebc06e91bbb699ddde0b276";
revision = "2";
editedCabalFile = "12mrnjyl5z5ng1w4748xi6l8iyq3wcs94qq42kx9hx09d4qklsq0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base16-bytestring
base64-bytestring
bytestring
Cabal
Cabal-syntax
containers
cryptohash-sha256
directory
ed25519
filepath
ghc-prim
lukko
mtl
network
network-uri
parsec
pretty
tar
template-haskell
time
transformers
zlib
];
testHaskellDepends = [
aeson
base
bytestring
Cabal
Cabal-syntax
containers
network-uri
QuickCheck
tar
tasty
tasty-hunit
tasty-quickcheck
temporary
text
time
unordered-containers
vector
zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/hackage-security";
description = "Hackage security library";
license = lib.licenses.bsd3;
broken = false;
}