mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-2-g2ef7e72 from Hackage revision
ca0d273639
.
This commit is contained in:
parent
0868b8fb21
commit
37905dfbf3
372
pkgs/development/haskell-modules/hackage-packages.nix
generated
372
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -8957,19 +8957,19 @@ self: {
|
||||
|
||||
"HPDF" = callPackage
|
||||
({ mkDerivation, array, base, base64-bytestring, binary, bytestring
|
||||
, containers, errors, filepath, HTF, hyphenation, mtl, network-uri
|
||||
, parsec, random, text, vector, zlib
|
||||
, containers, errors, file-embed, filepath, HTF, hyphenation, mtl
|
||||
, network-uri, parsec, random, text, vector, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HPDF";
|
||||
version = "1.5.1";
|
||||
sha256 = "0kqbfzcqapxvkg52mixqjhxb79ziyfsfvazbzrwjvhp9nqhikn6y";
|
||||
version = "1.5.2";
|
||||
sha256 = "0mp3lbyyp6iykqrnviam46wb5aab24c1ncivxp5c2v5hg89a1jrm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base base64-bytestring binary bytestring containers errors
|
||||
filepath hyphenation mtl network-uri parsec random text vector zlib
|
||||
file-embed filepath hyphenation mtl network-uri parsec random text
|
||||
vector zlib
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base filepath network-uri random text vector
|
||||
@ -10846,12 +10846,12 @@ self: {
|
||||
license = lib.licenses.publicDomain;
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"HsOpenSSL_0_11_6_1" = callPackage
|
||||
"HsOpenSSL_0_11_6_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, network, openssl, time }:
|
||||
mkDerivation {
|
||||
pname = "HsOpenSSL";
|
||||
version = "0.11.6.1";
|
||||
sha256 = "0jmnmrhvm7rbspv0vw482i8wpmkzhnnwxswqwx75455w0mvdg62l";
|
||||
version = "0.11.6.2";
|
||||
sha256 = "160fpl2lcardzf4gy5dimhad69gvkkvnpp5nqbf8fcxzm4vgg76y";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring network time ];
|
||||
librarySystemDepends = [ openssl ];
|
||||
@ -26307,8 +26307,6 @@ self: {
|
||||
];
|
||||
description = "A set of functions for a common use case of Alex";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"alfred" = callPackage
|
||||
@ -39300,6 +39298,27 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"bcp47-orphans_0_1_0_3" = callPackage
|
||||
({ mkDerivation, base, bcp47, cassava, errors, esqueleto, hashable
|
||||
, hspec, http-api-data, path-pieces, persistent, QuickCheck, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bcp47-orphans";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1dm65nq49zqbc6kxkh2kmsracc9a7vlbq4mpq60jh2wxgvzcfghm";
|
||||
libraryHaskellDepends = [
|
||||
base bcp47 cassava errors esqueleto hashable http-api-data
|
||||
path-pieces persistent text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bcp47 cassava hspec path-pieces persistent QuickCheck
|
||||
];
|
||||
description = "BCP47 orphan instances";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"bcrypt" = callPackage
|
||||
({ mkDerivation, base, bytestring, data-default, entropy, memory }:
|
||||
mkDerivation {
|
||||
@ -45990,6 +46009,33 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"brick_0_61" = callPackage
|
||||
({ mkDerivation, base, bytestring, config-ini, containers
|
||||
, contravariant, data-clist, deepseq, directory, dlist, exceptions
|
||||
, filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm
|
||||
, template-haskell, text, text-zipper, transformers, unix, vector
|
||||
, vty, word-wrap
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "brick";
|
||||
version = "0.61";
|
||||
sha256 = "0cwrsndplgw5226cpdf7aad03jjidqh5wwwgm75anmya7c5lzl2d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring config-ini containers contravariant data-clist
|
||||
deepseq directory dlist exceptions filepath microlens microlens-mtl
|
||||
microlens-th stm template-haskell text text-zipper transformers
|
||||
unix vector vty word-wrap
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers microlens QuickCheck vector
|
||||
];
|
||||
description = "A declarative terminal user interface library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"brick-dropdownmenu" = callPackage
|
||||
({ mkDerivation, base, brick, containers, microlens, microlens-ghc
|
||||
, microlens-th, pointedlist, vector, vty
|
||||
@ -50466,26 +50512,26 @@ self: {
|
||||
({ mkDerivation, aeson, async, base, bytestring, colour
|
||||
, concurrent-extra, connection, containers, data-default-class
|
||||
, data-flags, deepseq, deque, df1, di-core, di-polysemy, exceptions
|
||||
, fmt, focus, generic-lens, hashable, http-client, http-date
|
||||
, http-types, lens, lens-aeson, megaparsec, mime-types, mtl
|
||||
, polysemy, polysemy-plugin, reflection, req, safe-exceptions
|
||||
, fmt, focus, generic-lens, hashable, http-api-data, http-client
|
||||
, http-date, http-types, lens, lens-aeson, megaparsec, mime-types
|
||||
, mtl, polysemy, polysemy-plugin, reflection, req, safe-exceptions
|
||||
, scientific, stm, stm-chans, stm-containers, text, text-show, time
|
||||
, tls, typerep-map, unagi-chan, unboxing-vector
|
||||
, unordered-containers, vector, websockets, x509-system
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "calamity";
|
||||
version = "0.1.26.1";
|
||||
sha256 = "1c7gz9yxy94b43zqb6h5gqh2b2bdwvp15xnkwadb01v6nqwh445k";
|
||||
version = "0.1.27.0";
|
||||
sha256 = "1aslkqv8j5zq3pznlw4ga32gz8w29xd365rcjw3xbdj4cygpix40";
|
||||
libraryHaskellDepends = [
|
||||
aeson async base bytestring colour concurrent-extra connection
|
||||
containers data-default-class data-flags deepseq deque df1 di-core
|
||||
di-polysemy exceptions fmt focus generic-lens hashable http-client
|
||||
http-date http-types lens lens-aeson megaparsec mime-types mtl
|
||||
polysemy polysemy-plugin reflection req safe-exceptions scientific
|
||||
stm stm-chans stm-containers text text-show time tls typerep-map
|
||||
unagi-chan unboxing-vector unordered-containers vector websockets
|
||||
x509-system
|
||||
di-polysemy exceptions fmt focus generic-lens hashable
|
||||
http-api-data http-client http-date http-types lens lens-aeson
|
||||
megaparsec mime-types mtl polysemy polysemy-plugin reflection req
|
||||
safe-exceptions scientific stm stm-chans stm-containers text
|
||||
text-show time tls typerep-map unagi-chan unboxing-vector
|
||||
unordered-containers vector websockets x509-system
|
||||
];
|
||||
description = "A library for writing discord bots in haskell";
|
||||
license = lib.licenses.mit;
|
||||
@ -51073,8 +51119,6 @@ self: {
|
||||
];
|
||||
description = "Extensional capabilities and deriving combinators";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"capataz" = callPackage
|
||||
@ -52479,7 +52523,6 @@ self: {
|
||||
testHaskellDepends = [ base base16-bytestring hspec ];
|
||||
description = "Cayenne Low Power Payload";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ sorki ];
|
||||
}) {};
|
||||
|
||||
"cayenne-lpp" = callPackage
|
||||
@ -52497,6 +52540,7 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Cayenne Low Power Payload";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ sorki ];
|
||||
}) {};
|
||||
|
||||
"cayley-client" = callPackage
|
||||
@ -53076,8 +53120,6 @@ self: {
|
||||
testHaskellDepends = [ base cereal hspec QuickCheck time ];
|
||||
description = "Serialize instances for types from `time` package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"cereal-unordered-containers" = callPackage
|
||||
@ -53844,6 +53886,8 @@ self: {
|
||||
pname = "chassis";
|
||||
version = "0.0.4.0";
|
||||
sha256 = "1mvi7h6pp1j3x4yccqy962f8d3gbm4sj5fvnfwxygnxqqhmy1dvk";
|
||||
revision = "1";
|
||||
editedCabalFile = "15pncz2x3llb2sg2x4as4r0wbx528dvlp0gvc2rl9y9dxhv89d9h";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring comonad composite-base containers contravariant
|
||||
distributive either exceptions extra first-class-families path
|
||||
@ -74245,63 +74289,6 @@ self: {
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"dhall_1_37_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
|
||||
, base, bytestring, case-insensitive, cborg, cborg-json, containers
|
||||
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
|
||||
, doctest, dotgen, either, exceptions, filepath, foldl, gauge
|
||||
, generic-random, half, hashable, haskeline, http-client
|
||||
, http-client-tls, http-types, lens-family-core, megaparsec, memory
|
||||
, mmorph, mockery, mtl, network-uri, optparse-applicative
|
||||
, parser-combinators, parsers, pretty-simple, prettyprinter
|
||||
, prettyprinter-ansi-terminal, profunctors, QuickCheck
|
||||
, quickcheck-instances, repline, scientific, serialise
|
||||
, special-values, spoon, tasty, tasty-expected-failure, tasty-hunit
|
||||
, tasty-quickcheck, tasty-silver, template-haskell, text
|
||||
, text-manipulate, th-lift-instances, transformers
|
||||
, transformers-compat, turtle, unordered-containers, uri-encode
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dhall";
|
||||
version = "1.37.1";
|
||||
sha256 = "16qpasw41wcgbi9ljrs43dn2ajw25yipm8kxri6v5fwj3gyzj24d";
|
||||
revision = "1";
|
||||
editedCabalFile = "11sjra0k7sdy0xcbhlxvjjpd4h7ki9dcrndcpaq71qlgdql32w24";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal atomic-write base bytestring
|
||||
case-insensitive cborg cborg-json containers contravariant
|
||||
cryptonite data-fix deepseq Diff directory dotgen either exceptions
|
||||
filepath half hashable haskeline http-client http-client-tls
|
||||
http-types lens-family-core megaparsec memory mmorph mtl
|
||||
network-uri optparse-applicative parser-combinators parsers
|
||||
pretty-simple prettyprinter prettyprinter-ansi-terminal profunctors
|
||||
repline scientific serialise template-haskell text text-manipulate
|
||||
th-lift-instances transformers transformers-compat
|
||||
unordered-containers uri-encode vector
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [
|
||||
base bytestring cborg containers data-fix deepseq directory doctest
|
||||
either filepath foldl generic-random http-client http-client-tls
|
||||
lens-family-core megaparsec mockery prettyprinter QuickCheck
|
||||
quickcheck-instances scientific serialise special-values spoon
|
||||
tasty tasty-expected-failure tasty-hunit tasty-quickcheck
|
||||
tasty-silver template-haskell text transformers turtle
|
||||
unordered-containers vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring containers directory gauge text
|
||||
];
|
||||
doCheck = false;
|
||||
description = "A configuration language guaranteed to terminate";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"dhall" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
|
||||
, base, bytestring, case-insensitive, cborg, cborg-json, containers
|
||||
@ -101527,8 +101514,6 @@ self: {
|
||||
sha256 = "0xl848q8z6qx2bi6xil0d35lra7wshwvysyfblki659d7272b1im";
|
||||
description = "GHC BigNum library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ghc-boot_9_0_1" = callPackage
|
||||
@ -117746,8 +117731,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "happstack-clientsession";
|
||||
version = "7.3.2";
|
||||
sha256 = "0kl4g1y68hnj188n5a7hkj4a9s70943f837yyijanwahnmkgi1nc";
|
||||
version = "7.3.3";
|
||||
sha256 = "0zfjlfx6dqxs3vc99lgyvw503akhakx0rq5pb2gmsf0fcibbwis7";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cereal clientsession happstack-server monad-control
|
||||
mtl safecopy transformers-base
|
||||
@ -119185,6 +119170,17 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hashmap-io" = callPackage
|
||||
({ mkDerivation, base, hashable, stm, unordered-containers }:
|
||||
mkDerivation {
|
||||
pname = "hashmap-io";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "00dqn9xcsrsyq1cf698qmxg44r4jq5smqynzkxm1zryqv3sqwzbh";
|
||||
libraryHaskellDepends = [ base hashable stm unordered-containers ];
|
||||
description = "A Hashmap on io monad";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hashmap-throw" = callPackage
|
||||
({ mkDerivation, base, exceptions, hashable, hashmap }:
|
||||
mkDerivation {
|
||||
@ -128951,6 +128947,22 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hi-file-parser_0_1_2_0" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, hspec, mtl, rio, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hi-file-parser";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1jm3gbibafkw3ninvsz7f1x89xdyk6wml45mq9zb85p6m9xqlpv9";
|
||||
libraryHaskellDepends = [ base binary bytestring mtl rio vector ];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring hspec mtl rio vector
|
||||
];
|
||||
description = "Parser for GHC's hi files";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hi3status" = callPackage
|
||||
({ mkDerivation, aeson, base, binary, bytestring, dbus, dyre
|
||||
, network, prefix-units, process, regex-pcre-builtin, text, time
|
||||
@ -148332,6 +148344,18 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"indexed-profunctors_0_1_1" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "indexed-profunctors";
|
||||
version = "0.1.1";
|
||||
sha256 = "1cbccbvrx73drr1jf3yyw0rp1mcfv3jc1rvdcby5xxx4ja543fjs";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Utilities for indexed profunctors";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"indexed-traversable" = callPackage
|
||||
({ mkDerivation, array, base, containers, transformers }:
|
||||
mkDerivation {
|
||||
@ -159596,6 +159620,28 @@ self: {
|
||||
license = lib.licenses.gpl3Only;
|
||||
}) {};
|
||||
|
||||
"language-docker_9_2_0" = 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;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"language-dockerfile" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, directory, filepath, free
|
||||
, Glob, hspec, HUnit, mtl, parsec, pretty, process, QuickCheck
|
||||
@ -159966,8 +160012,6 @@ self: {
|
||||
];
|
||||
description = "Lua parser and pretty-printer";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"language-lua-qq" = callPackage
|
||||
@ -163451,8 +163495,6 @@ self: {
|
||||
librarySystemDepends = [ modbus ];
|
||||
description = "Haskell bindings to the C modbus library";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {modbus = null;};
|
||||
|
||||
"libmolude" = callPackage
|
||||
@ -169913,6 +169955,22 @@ self: {
|
||||
broken = true;
|
||||
}) {inherit (pkgs) lzma;};
|
||||
|
||||
"lzma-static" = callPackage
|
||||
({ mkDerivation, base, bytestring, HUnit, QuickCheck, tasty
|
||||
, tasty-hunit, tasty-quickcheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lzma-static";
|
||||
version = "5.2.5";
|
||||
sha256 = "13xgap430r2hpkwk56ra5ya8fparikpzy50mbyd0xdpvs02imwfp";
|
||||
libraryHaskellDepends = [ base bytestring ];
|
||||
testHaskellDepends = [
|
||||
base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck
|
||||
];
|
||||
description = "LZMA/XZ compression and decompression (static)";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lzma-streams" = callPackage
|
||||
({ mkDerivation, base, bytestring, HUnit, io-streams, lzma
|
||||
, QuickCheck, test-framework, test-framework-hunit
|
||||
@ -174855,32 +174913,32 @@ self: {
|
||||
}) {};
|
||||
|
||||
"metro" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, hashable, hslogger, mtl
|
||||
, transformers, unix-time, unliftio, unordered-containers
|
||||
({ mkDerivation, base, binary, bytestring, hashable, hashmap-io
|
||||
, hslogger, mtl, transformers, unix-time, unliftio
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "metro";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "1dnfc2nay0n51zkb9fx82yqdi5aj86lmix557w9dd5289v3r0ajb";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "016awh89a3nyzgdvs6i0gzkg0ynyr7d836pcyjf51simzyr7kxk7";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring hashable hslogger mtl transformers unix-time
|
||||
unliftio unordered-containers
|
||||
base binary bytestring hashable hashmap-io hslogger mtl
|
||||
transformers unix-time unliftio
|
||||
];
|
||||
description = "A simple tcp and udp socket server framework";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"metro-socket" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, hashable, hslogger
|
||||
, metro, mtl, network, transformers, unliftio
|
||||
({ mkDerivation, base, bytestring, directory, hashable, hashmap-io
|
||||
, hslogger, metro, mtl, network, transformers, unliftio
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "metro-socket";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0ph2w4dwkixg5w3m13giy75zcl1f1kd52lrkbx6v0vf595dhgrcf";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "10wf3r2zqxd324330pk1lfv7ngmf8g4isyfjasvq5ahfnz1kbsj4";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring directory hashable hslogger metro mtl network
|
||||
transformers unliftio
|
||||
base bytestring directory hashable hashmap-io hslogger metro mtl
|
||||
network transformers unliftio
|
||||
];
|
||||
description = "Socket transport for metro";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -180425,6 +180483,8 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-app" = callPackage
|
||||
@ -180547,6 +180607,8 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL Subscriptions";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"morphisms" = callPackage
|
||||
@ -219405,6 +219467,23 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"records-sop_0_1_1_0" = callPackage
|
||||
({ mkDerivation, base, deepseq, generics-sop, ghc-prim, hspec
|
||||
, should-not-typecheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "records-sop";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "01h6brqrpk5yhddi0cx2a9cv2dvri81xzx5ny616nfgy4fn9pfdl";
|
||||
libraryHaskellDepends = [ base deepseq generics-sop ghc-prim ];
|
||||
testHaskellDepends = [
|
||||
base deepseq generics-sop hspec should-not-typecheck
|
||||
];
|
||||
description = "Record subtyping and record utilities with generics-sop";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"records-th" = callPackage
|
||||
({ mkDerivation, aeson, base, data-default, kinds, records
|
||||
, template-haskell, text, type-functions, unordered-containers
|
||||
@ -220056,16 +220135,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"refinery" = callPackage
|
||||
({ mkDerivation, base, checkers, exceptions, hspec, logict, mmorph
|
||||
, mtl, QuickCheck
|
||||
({ mkDerivation, base, checkers, exceptions, hspec, mmorph, mtl
|
||||
, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "refinery";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1bsbnxf75prw153c3k02jk84h3sravdi1c1sl75c7sx4xq81qhlp";
|
||||
libraryHaskellDepends = [ base exceptions logict mmorph mtl ];
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1bl1f714py5qxy5dvjlas6cd3vf9aczwi0z715r3cic74ga2k5qz";
|
||||
libraryHaskellDepends = [ base exceptions mmorph mtl ];
|
||||
testHaskellDepends = [
|
||||
base checkers exceptions hspec logict mmorph mtl QuickCheck
|
||||
base checkers exceptions hspec mmorph mtl QuickCheck
|
||||
];
|
||||
description = "Toolkit for building proof automation systems";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -242974,8 +243053,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "snaplet-purescript";
|
||||
version = "0.5.2.3";
|
||||
sha256 = "1da5yx6ghqkknkzgarnn0dx2za711sn8gl3ai0ahyy2wa9mdv6kd";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "14p0na5jhbiwaifmfz96zzrgdx7rv9f0cxqa9pp815185h0p1lwr";
|
||||
libraryHaskellDepends = [
|
||||
base configurator mtl raw-strings-qq shelly snap snap-core
|
||||
string-conv text transformers
|
||||
@ -256243,8 +256322,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "taskell";
|
||||
version = "1.10.1";
|
||||
sha256 = "1s05jwsfzjvgfcyd4n4ykzxld11mkf5gnyd9crl5ry5pg77iqw72";
|
||||
version = "1.11.0";
|
||||
sha256 = "0bwv4ma7dzyyygsvnyfp4siidr9an729y4zq85158dwwv74y4nkm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -267510,8 +267589,7 @@ self: {
|
||||
executableHaskellDepends = [ base text time ttn ];
|
||||
description = "TheThingsNetwork client";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
maintainers = with lib.maintainers; [ sorki ];
|
||||
}) {};
|
||||
|
||||
"ttrie" = callPackage
|
||||
@ -288196,6 +288274,30 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-oauth2_0_6_3_0" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, cryptonite, errors
|
||||
, hoauth2, hspec, http-client, http-conduit, http-types, memory
|
||||
, microlens, mtl, safe-exceptions, text, unliftio, uri-bytestring
|
||||
, yesod-auth, yesod-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-auth-oauth2";
|
||||
version = "0.6.3.0";
|
||||
sha256 = "0h2rvq0fb4alwz595a2rzmfv2a370shy58ga9n18vp4xg0pw6i28";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring cryptonite errors hoauth2 http-client
|
||||
http-conduit http-types memory microlens mtl safe-exceptions text
|
||||
unliftio uri-bytestring yesod-auth yesod-core
|
||||
];
|
||||
testHaskellDepends = [ base hspec uri-bytestring ];
|
||||
description = "OAuth 2.0 authentication plugins";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-pam" = callPackage
|
||||
({ mkDerivation, base, hamlet, pam, text, yesod-auth, yesod-core
|
||||
, yesod-form
|
||||
@ -288416,6 +288518,44 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod-core_1_6_19_0" = callPackage
|
||||
({ mkDerivation, aeson, async, auto-update, base, blaze-html
|
||||
, blaze-markup, bytestring, case-insensitive, cereal, clientsession
|
||||
, conduit, conduit-extra, containers, cookie, deepseq, fast-logger
|
||||
, gauge, hspec, hspec-expectations, http-types, HUnit, memory
|
||||
, monad-logger, mtl, network, parsec, path-pieces, primitive
|
||||
, random, resourcet, shakespeare, streaming-commons
|
||||
, template-haskell, text, time, transformers, unix-compat, unliftio
|
||||
, unordered-containers, vector, wai, wai-extra, wai-logger, warp
|
||||
, word8
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-core";
|
||||
version = "1.6.19.0";
|
||||
sha256 = "00mqvq47jf4ljqwj20jn5326hrap5gbm5bqq2xkijfs4ymmyw6vd";
|
||||
libraryHaskellDepends = [
|
||||
aeson auto-update base blaze-html blaze-markup bytestring
|
||||
case-insensitive cereal clientsession conduit conduit-extra
|
||||
containers cookie deepseq fast-logger http-types memory
|
||||
monad-logger mtl parsec path-pieces primitive random resourcet
|
||||
shakespeare template-haskell text time transformers unix-compat
|
||||
unliftio unordered-containers vector wai wai-extra wai-logger warp
|
||||
word8
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base bytestring clientsession conduit conduit-extra
|
||||
containers cookie hspec hspec-expectations http-types HUnit network
|
||||
path-pieces random resourcet shakespeare streaming-commons
|
||||
template-haskell text transformers unliftio wai wai-extra warp
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base blaze-html bytestring gauge shakespeare text
|
||||
];
|
||||
description = "Creation of type-safe, RESTful web applications";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-crud" = callPackage
|
||||
({ mkDerivation, base, classy-prelude, containers, MissingH
|
||||
, monad-control, persistent, random, safe, stm, uuid, yesod-core
|
||||
|
Loading…
Reference in New Issue
Block a user