mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
2fedb31fe1
.
This commit is contained in:
parent
fa79045344
commit
9754c111f5
635
pkgs/development/haskell-modules/hackage-packages.nix
generated
635
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -10852,20 +10852,6 @@ self: {
|
|||
}) {Judy = null;};
|
||||
|
||||
"HsOpenSSL" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, network, openssl, time }:
|
||||
mkDerivation {
|
||||
pname = "HsOpenSSL";
|
||||
version = "0.11.6.2";
|
||||
sha256 = "160fpl2lcardzf4gy5dimhad69gvkkvnpp5nqbf8fcxzm4vgg76y";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring network time ];
|
||||
librarySystemDepends = [ openssl ];
|
||||
testHaskellDepends = [ base bytestring ];
|
||||
description = "Partial OpenSSL binding for Haskell";
|
||||
license = lib.licenses.publicDomain;
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"HsOpenSSL_0_11_7" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, network, openssl, time }:
|
||||
mkDerivation {
|
||||
pname = "HsOpenSSL";
|
||||
|
@ -10877,7 +10863,6 @@ self: {
|
|||
testHaskellDepends = [ base bytestring ];
|
||||
description = "Partial OpenSSL binding for Haskell";
|
||||
license = lib.licenses.publicDomain;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"HsOpenSSL-x509-system" = callPackage
|
||||
|
@ -77910,29 +77895,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"dl-fedora" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, extra, filepath
|
||||
, http-directory, http-types, optparse-applicative, regex-posix
|
||||
, simple-cmd, simple-cmd-args, text, time, unix, xdg-userdirs
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dl-fedora";
|
||||
version = "0.8";
|
||||
sha256 = "1pd0cslszd9srr9bpcxzrm84cnk5r78xs79ig32528z0anc5ghcr";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base bytestring directory extra filepath http-directory http-types
|
||||
optparse-applicative regex-posix simple-cmd simple-cmd-args text
|
||||
time unix xdg-userdirs
|
||||
];
|
||||
testHaskellDepends = [ base simple-cmd ];
|
||||
description = "Fedora image download tool";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"dl-fedora_0_9" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, extra, filepath
|
||||
, http-client, http-client-tls, http-directory, http-types
|
||||
, optparse-applicative, regex-posix, simple-cmd, simple-cmd-args
|
||||
|
@ -138675,21 +138637,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hspec" = callPackage
|
||||
({ mkDerivation, base, hspec-core, hspec-discover
|
||||
, hspec-expectations, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec";
|
||||
version = "2.7.9";
|
||||
sha256 = "03k8djbzkl47x1kgsplbjjrwx8qqdb31zg9aw0c6ii3d8r49gkyn";
|
||||
libraryHaskellDepends = [
|
||||
base hspec-core hspec-discover hspec-expectations QuickCheck
|
||||
];
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec_2_7_10" = callPackage
|
||||
({ mkDerivation, base, hspec-core, hspec-discover
|
||||
, hspec-expectations, QuickCheck
|
||||
}:
|
||||
|
@ -138702,7 +138649,6 @@ self: {
|
|||
];
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-attoparsec" = callPackage
|
||||
|
@ -138761,33 +138707,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hspec-core" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
|
||||
, deepseq, directory, filepath, hspec-expectations, hspec-meta
|
||||
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
|
||||
, silently, stm, temporary, tf-random, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-core";
|
||||
version = "2.7.9";
|
||||
sha256 = "0lqqvrdya7jszdxkzjnwd5g02w1ggmlfkh67bpcmzch6h0v609yj";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal array base call-stack clock deepseq directory
|
||||
filepath hspec-expectations HUnit QuickCheck quickcheck-io random
|
||||
setenv stm tf-random transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
ansi-terminal array base call-stack clock deepseq directory
|
||||
filepath hspec-expectations hspec-meta HUnit process QuickCheck
|
||||
quickcheck-io random setenv silently stm temporary tf-random
|
||||
transformers
|
||||
];
|
||||
testToolDepends = [ hspec-meta ];
|
||||
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-core_2_7_10" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
|
||||
, deepseq, directory, filepath, hspec-expectations, hspec-meta
|
||||
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
|
||||
|
@ -138812,7 +138731,6 @@ self: {
|
|||
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
|
||||
description = "A Testing Framework for Haskell";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-dirstream" = callPackage
|
||||
|
@ -138834,25 +138752,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hspec-discover" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-discover";
|
||||
version = "2.7.9";
|
||||
sha256 = "1zr6h8r8ggi4482hnx0p2vsrkirfjimq8zy9yfiiyn5mkcqzxl4v";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base directory filepath ];
|
||||
executableHaskellDepends = [ base directory filepath ];
|
||||
testHaskellDepends = [
|
||||
base directory filepath hspec-meta QuickCheck
|
||||
];
|
||||
testToolDepends = [ hspec-meta ];
|
||||
description = "Automatically discover and run Hspec tests";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-discover_2_7_10" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
|
@ -138869,7 +138768,6 @@ self: {
|
|||
testToolDepends = [ hspec-meta ];
|
||||
description = "Automatically discover and run Hspec tests";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-expectations" = callPackage
|
||||
|
@ -142241,37 +142139,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"http2" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base
|
||||
, base16-bytestring, bytestring, case-insensitive, containers
|
||||
, directory, doctest, filepath, gauge, Glob, heaps, hspec
|
||||
, http-types, mwc-random, network, network-byte-order, psqueues
|
||||
, stm, text, time-manager, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http2";
|
||||
version = "2.0.6";
|
||||
sha256 = "17m1avrppiz8i6qwjlgg77ha88sx8f8vvfa57z369aszhld6nx9a";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring case-insensitive containers http-types
|
||||
network network-byte-order psqueues stm time-manager
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty array base base16-bytestring bytestring
|
||||
case-insensitive containers directory doctest filepath Glob hspec
|
||||
http-types network network-byte-order psqueues stm text
|
||||
time-manager unordered-containers vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
array base bytestring case-insensitive containers gauge heaps
|
||||
mwc-random network-byte-order psqueues stm
|
||||
];
|
||||
description = "HTTP/2 library";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"http2_3_0_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, async, base
|
||||
, base16-bytestring, bytestring, case-insensitive, containers
|
||||
, cryptonite, directory, filepath, gauge, Glob, heaps, hspec
|
||||
|
@ -142303,7 +142170,6 @@ self: {
|
|||
];
|
||||
description = "HTTP/2 library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http2-client" = callPackage
|
||||
|
@ -149038,22 +148904,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"inspection-testing" = callPackage
|
||||
({ mkDerivation, base, containers, ghc, mtl, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "inspection-testing";
|
||||
version = "0.4.3.0";
|
||||
sha256 = "1pba3br5vd11svk9fpg5s977q55qlvhlf95nd5ay79bwdjm10hj3";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc mtl template-haskell transformers
|
||||
];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "GHC plugin to do inspection testing";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"inspection-testing_0_4_4_0" = callPackage
|
||||
({ mkDerivation, base, containers, ghc, mtl, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
|
@ -149067,7 +148917,6 @@ self: {
|
|||
testHaskellDepends = [ base ];
|
||||
description = "GHC plugin to do inspection testing";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"inspector-wrecker" = callPackage
|
||||
|
@ -159562,27 +159411,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"language-docker" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, data-default-class
|
||||
, hspec, HUnit, megaparsec, prettyprinter, QuickCheck, split, text
|
||||
, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "language-docker";
|
||||
version = "9.2.0";
|
||||
sha256 = "08nq78091w7dii823fy7bvp2gxn1j1fp1fj151z37hvf423w19ds";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers data-default-class megaparsec
|
||||
prettyprinter split text time
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers data-default-class hspec HUnit
|
||||
megaparsec prettyprinter QuickCheck split text time
|
||||
];
|
||||
description = "Dockerfile parser, pretty-printer and embedded DSL";
|
||||
license = lib.licenses.gpl3Only;
|
||||
}) {};
|
||||
|
||||
"language-docker_9_3_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, data-default-class
|
||||
, hspec, HUnit, megaparsec, prettyprinter, QuickCheck, split, text
|
||||
, time
|
||||
|
@ -159601,7 +159429,6 @@ self: {
|
|||
];
|
||||
description = "Dockerfile parser, pretty-printer and embedded DSL";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"language-dockerfile" = callPackage
|
||||
|
@ -189808,20 +189635,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"nri-env-parser" = callPackage
|
||||
({ mkDerivation, base, modern-uri, network-uri, nri-prelude, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nri-env-parser";
|
||||
version = "0.1.0.6";
|
||||
sha256 = "1hmq6676w3f5mpdpd4jbd1aa6g379q6yyidcvdyhazqxcb0dhirh";
|
||||
libraryHaskellDepends = [
|
||||
base modern-uri network-uri nri-prelude text
|
||||
];
|
||||
description = "Read environment variables as settings to build 12-factor apps";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nri-env-parser_0_1_0_7" = callPackage
|
||||
({ mkDerivation, base, modern-uri, network-uri, nri-prelude, text
|
||||
}:
|
||||
mkDerivation {
|
||||
|
@ -189833,34 +189646,9 @@ self: {
|
|||
];
|
||||
description = "Read environment variables as settings to build 12-factor apps";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"nri-observability" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, async, base, bugsnag-hs
|
||||
, bytestring, directory, hostname, http-client, http-client-tls
|
||||
, nri-env-parser, nri-prelude, random, safe-exceptions, stm, text
|
||||
, time, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nri-observability";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "02baq11z5qq9lq9yh8zc29s44i44qz1m593ypn3qd8rgc1arrfjj";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty async base bugsnag-hs bytestring directory
|
||||
hostname http-client http-client-tls nri-env-parser nri-prelude
|
||||
random safe-exceptions stm text time unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty async base bugsnag-hs bytestring directory
|
||||
hostname http-client http-client-tls nri-env-parser nri-prelude
|
||||
random safe-exceptions stm text time unordered-containers
|
||||
];
|
||||
description = "Report log spans collected by nri-prelude";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nri-observability_0_1_0_2" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, async, base, bugsnag-hs
|
||||
, bytestring, directory, hostname, http-client, http-client-tls
|
||||
, nri-env-parser, nri-prelude, random, safe-exceptions, stm, text
|
||||
|
@ -189882,36 +189670,9 @@ self: {
|
|||
];
|
||||
description = "Report log spans collected by nri-prelude";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"nri-prelude" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, async, auto-update, base
|
||||
, bytestring, containers, directory, exceptions, filepath, ghc
|
||||
, hedgehog, junit-xml, pretty-diff, pretty-show, safe-coloured-text
|
||||
, safe-exceptions, terminal-size, text, time, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nri-prelude";
|
||||
version = "0.5.0.3";
|
||||
sha256 = "0k4mhgyazjc74hwf2xgznhhkryqhdmsc2pv1v9d32706qkr796wn";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty async auto-update base bytestring containers
|
||||
directory exceptions filepath ghc hedgehog junit-xml pretty-diff
|
||||
pretty-show safe-coloured-text safe-exceptions terminal-size text
|
||||
time vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty async auto-update base bytestring containers
|
||||
directory exceptions filepath ghc hedgehog junit-xml pretty-diff
|
||||
pretty-show safe-coloured-text safe-exceptions terminal-size text
|
||||
time vector
|
||||
];
|
||||
description = "A Prelude inspired by the Elm programming language";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nri-prelude_0_6_0_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, async, auto-update, base
|
||||
, bytestring, containers, directory, exceptions, filepath, ghc
|
||||
, hedgehog, junit-xml, pretty-diff, pretty-show, safe-coloured-text
|
||||
|
@ -189935,7 +189696,6 @@ self: {
|
|||
];
|
||||
description = "A Prelude inspired by the Elm programming language";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"nsis" = callPackage
|
||||
|
@ -192550,43 +192310,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"openapi3" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries
|
||||
, bytestring, Cabal, cabal-doctest, containers, cookie, doctest
|
||||
, generics-sop, Glob, hashable, hspec, hspec-discover, http-media
|
||||
, HUnit, insert-ordered-containers, lens, mtl, network, optics-core
|
||||
, optics-th, QuickCheck, quickcheck-instances, scientific
|
||||
, template-haskell, text, time, transformers, unordered-containers
|
||||
, utf8-string, uuid-types, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "openapi3";
|
||||
version = "3.0.2.0";
|
||||
sha256 = "00qpbj2lvaysbwgbax7z1vyixzd0x7yzbz26aw5zxd4asddypbfg";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base-compat-batteries bytestring containers
|
||||
cookie generics-sop hashable http-media insert-ordered-containers
|
||||
lens mtl network optics-core optics-th QuickCheck scientific
|
||||
template-haskell text time transformers unordered-containers
|
||||
uuid-types vector
|
||||
];
|
||||
executableHaskellDepends = [ aeson base lens text ];
|
||||
testHaskellDepends = [
|
||||
aeson base base-compat-batteries bytestring containers doctest Glob
|
||||
hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck
|
||||
quickcheck-instances template-haskell text time
|
||||
unordered-containers utf8-string vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "OpenAPI 3.0 data model";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"openapi3_3_1_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries
|
||||
, bytestring, Cabal, cabal-doctest, containers, cookie, doctest
|
||||
, generics-sop, Glob, hashable, hspec, hspec-discover, http-media
|
||||
|
@ -204718,27 +204441,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"pkgtreediff" = callPackage
|
||||
({ mkDerivation, async, base, directory, filepath, Glob
|
||||
, http-client, http-client-tls, http-directory, simple-cmd
|
||||
, simple-cmd-args, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pkgtreediff";
|
||||
version = "0.4";
|
||||
sha256 = "00cah2sbfx824zvg4ywm3qw8rkibflj9lmw1z0ywsalgdmmlp460";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
async base directory filepath Glob http-client http-client-tls
|
||||
http-directory simple-cmd simple-cmd-args text
|
||||
];
|
||||
description = "Package tree diff tool";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"pkgtreediff_0_4_1" = callPackage
|
||||
({ mkDerivation, async, base, directory, extra, filepath, Glob
|
||||
, http-client, http-client-tls, http-directory, koji, simple-cmd
|
||||
, simple-cmd-args, text
|
||||
|
@ -212609,33 +212311,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"proto3-wire" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, deepseq
|
||||
, doctest, ghc-prim, hashable, parameterized, primitive, QuickCheck
|
||||
, safe, tasty, tasty-hunit, tasty-quickcheck, text, transformers
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "proto3-wire";
|
||||
version = "1.2.0";
|
||||
sha256 = "1xrnrh4njnw6af8xxg9xhcxrscg0g644jx4l9an4iqz6xmjp2nk2";
|
||||
revision = "1";
|
||||
editedCabalFile = "14cjzgh364b836sg7szwrkvmm19hg8w57hdbsrsgwa7k9rhqi349";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cereal containers deepseq ghc-prim hashable
|
||||
parameterized primitive QuickCheck safe text transformers
|
||||
unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring cereal doctest QuickCheck tasty tasty-hunit
|
||||
tasty-quickcheck text transformers vector
|
||||
];
|
||||
description = "A low-level implementation of the Protocol Buffers (version 3) wire format";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"proto3-wire_1_2_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, deepseq
|
||||
, doctest, ghc-prim, hashable, parameterized, primitive, QuickCheck
|
||||
, safe, tasty, tasty-hunit, tasty-quickcheck, text, transformers
|
||||
|
@ -234901,38 +234576,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"servant-openapi3" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
|
||||
, Cabal, cabal-doctest, directory, doctest, filepath, hspec
|
||||
, hspec-discover, http-media, insert-ordered-containers, lens
|
||||
, lens-aeson, openapi3, QuickCheck, servant, singleton-bool
|
||||
, template-haskell, text, time, unordered-containers, utf8-string
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-openapi3";
|
||||
version = "2.0.1.1";
|
||||
sha256 = "1cyzyljmdfr3gigdszcpj1i7l698fnxpc9hr83mzspm6qcmbqmgf";
|
||||
revision = "2";
|
||||
editedCabalFile = "0y214pgkfkysvdll15inf44psyqj7dmzcwp2vjynwdlywy2j0y16";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base-compat bytestring hspec http-media
|
||||
insert-ordered-containers lens openapi3 QuickCheck servant
|
||||
singleton-bool text unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base base-compat directory doctest filepath hspec lens
|
||||
lens-aeson openapi3 QuickCheck servant template-haskell text time
|
||||
utf8-string vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API.";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"servant-openapi3_2_0_1_2" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
|
||||
, Cabal, cabal-doctest, directory, doctest, filepath, hspec
|
||||
, hspec-discover, http-media, insert-ordered-containers, lens
|
||||
|
@ -235766,22 +235409,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"servant-swagger-ui" = callPackage
|
||||
({ mkDerivation, base, bytestring, file-embed-lzma, servant
|
||||
, servant-server, servant-swagger-ui-core, swagger2, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger-ui";
|
||||
version = "0.3.4.3.37.2";
|
||||
sha256 = "1kx8i2x3ffbwbjh2i2ljha2cl6vfj1fcad9wkmc9ll9mbj6cpl8v";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring file-embed-lzma servant servant-server
|
||||
servant-swagger-ui-core swagger2 text
|
||||
];
|
||||
description = "Servant swagger ui";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui_0_3_5_3_47_1" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, file-embed-lzma, servant
|
||||
, servant-server, servant-swagger-ui-core, text
|
||||
}:
|
||||
|
@ -235795,28 +235422,9 @@ self: {
|
|||
];
|
||||
description = "Servant swagger ui";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui-core" = callPackage
|
||||
({ mkDerivation, base, blaze-markup, bytestring, http-media
|
||||
, servant, servant-blaze, servant-server, swagger2, text
|
||||
, transformers, transformers-compat, wai-app-static
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger-ui-core";
|
||||
version = "0.3.4";
|
||||
sha256 = "05vi74kgsf3yhkbw9cjl1zxs5swhh9jib6bwqf1h11cg0nr5i8ab";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-markup bytestring http-media servant servant-blaze
|
||||
servant-server swagger2 text transformers transformers-compat
|
||||
wai-app-static
|
||||
];
|
||||
description = "Servant swagger ui core components";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui-core_0_3_5" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-markup, bytestring, http-media
|
||||
, servant, servant-blaze, servant-server, text, transformers
|
||||
, transformers-compat, wai-app-static
|
||||
|
@ -235831,7 +235439,6 @@ self: {
|
|||
];
|
||||
description = "Servant swagger ui core components";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-swagger-ui-jensoleg" = callPackage
|
||||
|
@ -249833,54 +249440,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"store" = callPackage
|
||||
({ mkDerivation, array, async, base, base-orphans
|
||||
, base64-bytestring, bifunctors, bytestring, cereal, cereal-vector
|
||||
, clock, containers, contravariant, criterion, cryptohash, deepseq
|
||||
, directory, filepath, free, ghc-prim, hashable, hspec
|
||||
, hspec-smallcheck, integer-gmp, lifted-base, monad-control
|
||||
, mono-traversable, nats, network, primitive, resourcet, safe
|
||||
, smallcheck, store-core, syb, template-haskell, text, th-lift
|
||||
, th-lift-instances, th-orphans, th-reify-many, th-utilities, time
|
||||
, transformers, unordered-containers, vector
|
||||
, vector-binary-instances, void, weigh
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "store";
|
||||
version = "0.7.10";
|
||||
sha256 = "0026bjff7nsw23i1l5427qnvw69ncbii5s2q1nshkrs1nrspb0i2";
|
||||
libraryHaskellDepends = [
|
||||
array async base base-orphans base64-bytestring bifunctors
|
||||
bytestring containers contravariant cryptohash deepseq directory
|
||||
filepath free ghc-prim hashable hspec hspec-smallcheck integer-gmp
|
||||
lifted-base monad-control mono-traversable nats network primitive
|
||||
resourcet safe smallcheck store-core syb template-haskell text
|
||||
th-lift th-lift-instances th-orphans th-reify-many th-utilities
|
||||
time transformers unordered-containers vector void
|
||||
];
|
||||
testHaskellDepends = [
|
||||
array async base base-orphans base64-bytestring bifunctors
|
||||
bytestring clock containers contravariant cryptohash deepseq
|
||||
directory filepath free ghc-prim hashable hspec hspec-smallcheck
|
||||
integer-gmp lifted-base monad-control mono-traversable nats network
|
||||
primitive resourcet safe smallcheck store-core syb template-haskell
|
||||
text th-lift th-lift-instances th-orphans th-reify-many
|
||||
th-utilities time transformers unordered-containers vector void
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
array async base base-orphans base64-bytestring bifunctors
|
||||
bytestring cereal cereal-vector containers contravariant criterion
|
||||
cryptohash deepseq directory filepath free ghc-prim hashable hspec
|
||||
hspec-smallcheck integer-gmp lifted-base monad-control
|
||||
mono-traversable nats network primitive resourcet safe smallcheck
|
||||
store-core syb template-haskell text th-lift th-lift-instances
|
||||
th-orphans th-reify-many th-utilities time transformers
|
||||
unordered-containers vector vector-binary-instances void weigh
|
||||
];
|
||||
description = "Fast binary serialization";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"store_0_7_11" = callPackage
|
||||
({ mkDerivation, array, async, base, base-orphans
|
||||
, base64-bytestring, bifunctors, bytestring, cereal, cereal-vector
|
||||
, clock, containers, contravariant, criterion, cryptohash, deepseq
|
||||
|
@ -249926,7 +249485,6 @@ self: {
|
|||
];
|
||||
description = "Fast binary serialization";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"store-core" = callPackage
|
||||
|
@ -262974,28 +262532,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"tidal" = callPackage
|
||||
({ mkDerivation, base, bifunctors, bytestring, clock, colour
|
||||
, containers, criterion, deepseq, hosc, microspec, network, parsec
|
||||
, primitive, random, text, transformers, weigh
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tidal";
|
||||
version = "1.7.3";
|
||||
sha256 = "0z0brlicisn7xpwag20vdrq6ympczxcyd886pm6am5phmifkmfif";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors bytestring clock colour containers deepseq hosc
|
||||
network parsec primitive random text transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers deepseq hosc microspec parsec
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion weigh ];
|
||||
description = "Pattern language for improvised music";
|
||||
license = lib.licenses.gpl3Only;
|
||||
}) {};
|
||||
|
||||
"tidal_1_7_4" = callPackage
|
||||
({ mkDerivation, base, bifunctors, bytestring, clock, colour
|
||||
, containers, criterion, deepseq, hosc, microspec, network, parsec
|
||||
, primitive, random, text, transformers, weigh
|
||||
|
@ -263015,7 +262551,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base criterion weigh ];
|
||||
description = "Pattern language for improvised music";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tidal-midi" = callPackage
|
||||
|
@ -280364,39 +279899,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"warp" = callPackage
|
||||
({ mkDerivation, array, async, auto-update, base, bsb-http-chunked
|
||||
, bytestring, case-insensitive, containers, directory, gauge
|
||||
, ghc-prim, hashable, hspec, http-client, http-date, http-types
|
||||
, http2, HUnit, iproute, lifted-base, network, process, QuickCheck
|
||||
, simple-sendfile, stm, streaming-commons, text, time, time-manager
|
||||
, unix, unix-compat, vault, wai, word8, x509
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "warp";
|
||||
version = "3.3.14";
|
||||
sha256 = "0whmh6dbl7321a2kg6ypngw5kgvvxqdk161li0l4hr3wqqddlc93";
|
||||
libraryHaskellDepends = [
|
||||
array async 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 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 lifted-base
|
||||
network process QuickCheck simple-sendfile stm streaming-commons
|
||||
text time time-manager unix unix-compat vault wai word8 x509
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
auto-update base bytestring containers gauge hashable http-date
|
||||
http-types network time-manager unix unix-compat x509
|
||||
];
|
||||
description = "A fast, light-weight web server for WAI applications";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"warp_3_3_15" = callPackage
|
||||
({ mkDerivation, array, async, auto-update, base, bsb-http-chunked
|
||||
, bytestring, case-insensitive, containers, directory, gauge
|
||||
, ghc-prim, hashable, hspec, http-client, http-date, http-types
|
||||
|
@ -280427,7 +279929,6 @@ self: {
|
|||
];
|
||||
description = "A fast, light-weight web server for WAI applications";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"warp-dynamic" = callPackage
|
||||
|
@ -282878,17 +282379,17 @@ self: {
|
|||
}) {};
|
||||
|
||||
"witch" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hspec, QuickCheck
|
||||
, text
|
||||
({ mkDerivation, base, bytestring, containers, hspec
|
||||
, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "witch";
|
||||
version = "0.0.0.5";
|
||||
sha256 = "1j12mh8zap8c0lb358bzk4sq29h64lv0jrwq9r4nssx4yybrz9gg";
|
||||
libraryHaskellDepends = [ base bytestring containers text ];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers hspec QuickCheck text
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1i9c6fgmr1awcrkb01rs4rbfhmz51bnbqxc2piyvjc23pjl3x6np";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers template-haskell text
|
||||
];
|
||||
testHaskellDepends = [ base bytestring containers hspec text ];
|
||||
description = "Convert values from one type into another";
|
||||
license = lib.licenses.isc;
|
||||
}) {};
|
||||
|
@ -285679,30 +285180,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"xml-conduit" = callPackage
|
||||
({ mkDerivation, attoparsec, base, blaze-html, blaze-markup
|
||||
, bytestring, Cabal, cabal-doctest, conduit, conduit-extra
|
||||
, containers, data-default-class, deepseq, doctest, hspec, HUnit
|
||||
, resourcet, text, transformers, xml-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "xml-conduit";
|
||||
version = "1.9.1.0";
|
||||
sha256 = "0ag0g9x5qnw1nfgc31h6bj2qv0h1c2y7n1l0g99l4dkn428dk9ca";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base blaze-html blaze-markup bytestring conduit
|
||||
conduit-extra containers data-default-class deepseq resourcet text
|
||||
transformers xml-types
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base blaze-markup bytestring conduit containers doctest hspec HUnit
|
||||
resourcet text transformers xml-types
|
||||
];
|
||||
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"xml-conduit_1_9_1_1" = callPackage
|
||||
({ mkDerivation, attoparsec, base, blaze-html, blaze-markup
|
||||
, bytestring, Cabal, cabal-doctest, conduit, conduit-extra
|
||||
, containers, data-default-class, deepseq, doctest, hspec, HUnit
|
||||
|
@ -285724,7 +285201,6 @@ self: {
|
|||
];
|
||||
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"xml-conduit-decode" = callPackage
|
||||
|
@ -288584,27 +288060,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"yesod" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, conduit
|
||||
, data-default-class, directory, fast-logger, file-embed
|
||||
, monad-logger, shakespeare, streaming-commons, template-haskell
|
||||
, text, unix, unordered-containers, wai, wai-extra, wai-logger
|
||||
, warp, yaml, yesod-core, yesod-form, yesod-persistent
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod";
|
||||
version = "1.6.1.0";
|
||||
sha256 = "1jk55fm58ywp69khacw8n3qk2aybsrlh4bkinjgrah3w01kflmyw";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring conduit data-default-class directory
|
||||
fast-logger file-embed monad-logger shakespeare streaming-commons
|
||||
template-haskell text unix unordered-containers wai wai-extra
|
||||
wai-logger warp yaml yesod-core yesod-form yesod-persistent
|
||||
];
|
||||
description = "Creation of type-safe, RESTful web applications";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod_1_6_1_1" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, conduit
|
||||
, data-default-class, directory, fast-logger, file-embed
|
||||
, monad-logger, shakespeare, streaming-commons, template-haskell
|
||||
|
@ -288623,7 +288078,6 @@ self: {
|
|||
];
|
||||
description = "Creation of type-safe, RESTful web applications";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-alerts" = callPackage
|
||||
|
@ -288705,34 +288159,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"yesod-auth" = callPackage
|
||||
({ mkDerivation, aeson, authenticate, base, base16-bytestring
|
||||
, base64-bytestring, binary, blaze-builder, blaze-html
|
||||
, blaze-markup, bytestring, conduit, conduit-extra, containers
|
||||
, cryptonite, data-default, email-validate, file-embed, http-client
|
||||
, http-client-tls, http-conduit, http-types, memory, network-uri
|
||||
, nonce, persistent, random, safe, shakespeare, template-haskell
|
||||
, text, time, transformers, unliftio, unliftio-core
|
||||
, unordered-containers, wai, yesod-core, yesod-form
|
||||
, yesod-persistent
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-auth";
|
||||
version = "1.6.10.2";
|
||||
sha256 = "16c4rddfmpw1smk7zayflwp1xy3avrqcr0cv6qx4aq949zpn6lz8";
|
||||
libraryHaskellDepends = [
|
||||
aeson authenticate base base16-bytestring base64-bytestring binary
|
||||
blaze-builder blaze-html blaze-markup bytestring conduit
|
||||
conduit-extra containers cryptonite data-default email-validate
|
||||
file-embed http-client http-client-tls http-conduit http-types
|
||||
memory network-uri nonce persistent random safe shakespeare
|
||||
template-haskell text time transformers unliftio unliftio-core
|
||||
unordered-containers wai yesod-core yesod-form yesod-persistent
|
||||
];
|
||||
description = "Authentication for Yesod";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod-auth_1_6_10_3" = callPackage
|
||||
({ mkDerivation, aeson, authenticate, base, base16-bytestring
|
||||
, base64-bytestring, binary, blaze-builder, blaze-html
|
||||
, blaze-markup, bytestring, conduit, conduit-extra, containers
|
||||
|
@ -288758,7 +288184,6 @@ self: {
|
|||
];
|
||||
description = "Authentication for Yesod";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-account" = callPackage
|
||||
|
@ -288905,31 +288330,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"yesod-auth-hashdb" = callPackage
|
||||
({ mkDerivation, aeson, base, basic-prelude, bytestring, containers
|
||||
, hspec, http-conduit, http-types, monad-logger, network-uri
|
||||
, persistent, persistent-sqlite, resourcet, text
|
||||
, unordered-containers, wai-extra, yesod, yesod-auth, yesod-core
|
||||
, yesod-form, yesod-persistent, yesod-test
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-auth-hashdb";
|
||||
version = "1.7.1.5";
|
||||
sha256 = "14isl9mwxarba14aqhidi82yci36jdws6af2jirv7z8mfnrwysbi";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring persistent text yesod-auth yesod-core
|
||||
yesod-form yesod-persistent
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base basic-prelude bytestring containers hspec http-conduit
|
||||
http-types monad-logger network-uri persistent-sqlite resourcet
|
||||
text unordered-containers wai-extra yesod yesod-auth yesod-core
|
||||
yesod-test
|
||||
];
|
||||
description = "Authentication plugin for Yesod";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-hashdb_1_7_1_6" = callPackage
|
||||
({ mkDerivation, aeson, base, basic-prelude, bytestring, containers
|
||||
, hspec, http-conduit, http-types, monad-logger, network-uri
|
||||
, persistent, persistent-sqlite, resourcet, text
|
||||
|
@ -288952,7 +288352,6 @@ self: {
|
|||
];
|
||||
description = "Authentication plugin for Yesod";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-hmac-keccak" = callPackage
|
||||
|
@ -289916,26 +289315,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"yesod-markdown" = callPackage
|
||||
({ mkDerivation, base, blaze-html, blaze-markup, bytestring
|
||||
, directory, hspec, pandoc, persistent, shakespeare, text
|
||||
, xss-sanitize, yesod-core, yesod-form
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-markdown";
|
||||
version = "0.12.6.8";
|
||||
sha256 = "1jlnci0wkfg04qvad7qx19321s8jf2rskjghirwcqy1abg3bf96p";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-html blaze-markup bytestring directory pandoc persistent
|
||||
shakespeare text xss-sanitize yesod-core yesod-form
|
||||
];
|
||||
testHaskellDepends = [ base blaze-html hspec text ];
|
||||
description = "Tools for using markdown in a yesod application";
|
||||
license = lib.licenses.gpl2Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"yesod-markdown_0_12_6_9" = callPackage
|
||||
({ mkDerivation, base, blaze-html, blaze-markup, bytestring
|
||||
, directory, hspec, pandoc, persistent, shakespeare, text
|
||||
, xss-sanitize, yesod-core, yesod-form
|
||||
|
|
Loading…
Reference in a new issue