1 { mkDerivation, aeson, base, base16-bytestring, base64-bytestring
2 , bytestring, Cabal, Cabal-syntax, containers, cryptohash-sha256
3 , directory, ed25519, filepath, ghc-prim, lib, lukko, mtl, network
4 , network-uri, parsec, pretty, QuickCheck, tar, tasty, tasty-hunit
5 , tasty-quickcheck, template-haskell, temporary, text, time
6 , transformers, unordered-containers, vector, zlib
9 pname = "hackage-security";
11 sha256 = "52ee0576971955571d846b8e6c09638f89f4f7881f4a95173e44ccc0d856a066";
13 editedCabalFile = "1vdmpklil8a6r03ixzch5d36ngimmq5q8931i8bg9f7hh8nmq8jv";
14 libraryHaskellDepends = [
15 base base16-bytestring base64-bytestring bytestring Cabal
16 Cabal-syntax containers cryptohash-sha256 directory ed25519
17 filepath ghc-prim lukko mtl network network-uri parsec pretty tar
18 template-haskell time transformers zlib
20 testHaskellDepends = [
21 aeson base bytestring Cabal Cabal-syntax containers network-uri
22 QuickCheck tar tasty tasty-hunit tasty-quickcheck temporary text
23 time unordered-containers vector zlib
25 homepage = "https://github.com/haskell/hackage-security";
26 description = "Hackage security library";
27 license = lib.licenses.bsd3;