hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
99b594fbc8
.
This commit is contained in:
parent
6be7f90931
commit
4ac1c225ed
240
pkgs/development/haskell-modules/hackage-packages.nix
generated
240
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -22568,6 +22568,8 @@ self: {
|
||||
pname = "accelerate-kullback-liebler";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "1pvgm5w8m7226wa139h49fd0f5bsrz3a7x30wx3mzjn80acgsm63";
|
||||
revision = "1";
|
||||
editedCabalFile = "1255a274j1ssiy934kl507giyv6zjmwiipqfj72gjik6ss0ih2vz";
|
||||
libraryHaskellDepends = [ accelerate base mwc-random-accelerate ];
|
||||
testHaskellDepends = [
|
||||
accelerate accelerate-llvm-native accelerate-llvm-ptx base
|
||||
@ -99781,46 +99783,52 @@ self: {
|
||||
|
||||
"ghcide" = callPackage
|
||||
({ mkDerivation, aeson, array, async, base, base16-bytestring
|
||||
, binary, bytestring, containers, cryptohash-sha1, data-default
|
||||
, deepseq, directory, extra, filepath, fuzzy, ghc, ghc-boot
|
||||
, ghc-boot-th, ghc-check, ghc-paths, ghc-typelits-knownnat, gitrev
|
||||
, binary, bytestring, Chart, Chart-diagrams, containers
|
||||
, cryptohash-sha1, data-default, deepseq, diagrams, diagrams-svg
|
||||
, directory, extra, filepath, fuzzy, ghc, ghc-boot, ghc-boot-th
|
||||
, ghc-check, ghc-paths, ghc-typelits-knownnat, gitrev
|
||||
, haddock-library, hashable, haskell-lsp, haskell-lsp-types
|
||||
, hie-bios, hslogger, lens, lsp-test, mtl, network-uri
|
||||
, optparse-applicative, parser-combinators, prettyprinter
|
||||
, prettyprinter-ansi-terminal, QuickCheck, quickcheck-instances
|
||||
, regex-tdfa, rope-utf16-splay, safe-exceptions, shake, sorted-list
|
||||
, stm, syb, tasty, tasty-expected-failure, tasty-hunit
|
||||
, tasty-quickcheck, tasty-rerun, text, time, transformers, unix
|
||||
, unordered-containers, utf8-string
|
||||
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
|
||||
, process, QuickCheck, quickcheck-instances, regex-tdfa
|
||||
, rope-utf16-splay, safe, safe-exceptions, shake, sorted-list, stm
|
||||
, syb, tasty, tasty-expected-failure, tasty-hunit, tasty-quickcheck
|
||||
, tasty-rerun, text, time, transformers, unix, unordered-containers
|
||||
, utf8-string, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghcide";
|
||||
version = "0.2.0";
|
||||
sha256 = "1zadj34583qp8xz0iv2r0anqh96r94jv13iary5bk1m9zbhf4f7v";
|
||||
version = "0.3.0";
|
||||
sha256 = "001g3240qd9q9j00cmvz9d0b73mbf8mv5204cyf5jh04xcd09908";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson array async base binary bytestring containers data-default
|
||||
deepseq directory extra filepath fuzzy ghc ghc-boot ghc-boot-th
|
||||
haddock-library hashable haskell-lsp haskell-lsp-types hslogger mtl
|
||||
network-uri prettyprinter prettyprinter-ansi-terminal regex-tdfa
|
||||
rope-utf16-splay safe-exceptions shake sorted-list stm syb text
|
||||
time transformers unix unordered-containers utf8-string
|
||||
aeson array async base base16-bytestring binary bytestring
|
||||
containers cryptohash-sha1 data-default deepseq directory extra
|
||||
filepath fuzzy ghc ghc-boot ghc-boot-th ghc-check ghc-paths
|
||||
haddock-library hashable haskell-lsp haskell-lsp-types hie-bios
|
||||
hslogger mtl network-uri prettyprinter prettyprinter-ansi-terminal
|
||||
regex-tdfa rope-utf16-splay safe safe-exceptions shake sorted-list
|
||||
stm syb text time transformers unix unordered-containers
|
||||
utf8-string
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson async base base16-bytestring binary bytestring containers
|
||||
cryptohash-sha1 data-default deepseq directory extra filepath ghc
|
||||
ghc-check ghc-paths gitrev hashable haskell-lsp haskell-lsp-types
|
||||
hie-bios hslogger optparse-applicative shake text time
|
||||
aeson base bytestring containers data-default directory extra
|
||||
filepath gitrev hashable haskell-lsp haskell-lsp-types hie-bios
|
||||
lsp-test optparse-applicative process safe-exceptions text
|
||||
unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers directory extra filepath ghc
|
||||
ghc-typelits-knownnat haddock-library haskell-lsp haskell-lsp-types
|
||||
lens lsp-test network-uri parser-combinators QuickCheck
|
||||
quickcheck-instances rope-utf16-splay shake tasty
|
||||
tasty-expected-failure tasty-hunit tasty-quickcheck tasty-rerun
|
||||
text
|
||||
aeson base binary bytestring containers directory extra filepath
|
||||
ghc ghc-typelits-knownnat haddock-library haskell-lsp
|
||||
haskell-lsp-types lens lsp-test network-uri optparse-applicative
|
||||
process QuickCheck quickcheck-instances rope-utf16-splay safe
|
||||
safe-exceptions shake tasty tasty-expected-failure tasty-hunit
|
||||
tasty-quickcheck tasty-rerun text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
aeson base Chart Chart-diagrams diagrams diagrams-svg directory
|
||||
extra filepath shake text yaml
|
||||
];
|
||||
description = "The core of an IDE";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
@ -104359,8 +104367,8 @@ self: {
|
||||
pname = "godot-haskell";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "02nvs84bq4nif235iycjwkxmabvs0avwm2xilpwv8kddv95z1f8i";
|
||||
revision = "3";
|
||||
editedCabalFile = "0dpvraw31gpzzlsy7j7mv99jvmwhldycll1hnbw2iscb5zs2g409";
|
||||
revision = "4";
|
||||
editedCabalFile = "06mb33ll7m24dr6mvzi2r6v0bl6k0680y751563zhz0ybrjypckk";
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-wl-pprint base bytestring casing colour containers lens
|
||||
linear mtl parsec parsers stm template-haskell text
|
||||
@ -121840,6 +121848,22 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"heapsize" = callPackage
|
||||
({ mkDerivation, base, criterion, deepseq, ghc-heap, hashable
|
||||
, primitive, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "heapsize";
|
||||
version = "0.1";
|
||||
sha256 = "0cmzmz6f572is70sp79fxriywl5d19rcb8c32x22c2yazyl6c6d9";
|
||||
libraryHaskellDepends = [
|
||||
base deepseq ghc-heap hashable primitive unordered-containers
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion deepseq primitive ];
|
||||
description = "Determine the size of runtime data structures";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"heapsort" = callPackage
|
||||
({ mkDerivation, array, base }:
|
||||
mkDerivation {
|
||||
@ -126696,10 +126720,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger";
|
||||
version = "1.18.1";
|
||||
sha256 = "1yl6akcbmz5qy559m0k0cndwb6wdzvq2jqn7ahc46v3ai6hwk20c";
|
||||
revision = "1";
|
||||
editedCabalFile = "1fz1wwpxf6scr8nnrd2n1g92vya9bd0l54fcx3sqhyk5kaf8kp2z";
|
||||
version = "1.19";
|
||||
sha256 = "0kbvdpplc7h2xi1kzyk78wnmdxa32psn8swgk1apyzz36m03pax1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -126796,8 +126818,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-flow";
|
||||
version = "0.14.0.0";
|
||||
sha256 = "0p8b04kkby1w13zhlrvkpivd17myjdri8c4mwm4l89khkakj94ma";
|
||||
version = "0.14.1.0";
|
||||
sha256 = "0xw2dqlvfi898d89f3srszylx9p3pasg3mmj6qqnwr5ng612pf4b";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -126887,35 +126909,33 @@ self: {
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base
|
||||
, base-compat-batteries, blaze-markup, bytestring, call-stack
|
||||
, cassava, cassava-megaparsec, cmdargs, containers, data-default
|
||||
, Decimal, deepseq, directory, doctest, extra, fgl, file-embed
|
||||
, filepath, Glob, hashtables, megaparsec, mtl, old-time, parsec
|
||||
, Decimal, directory, doctest, extra, fgl, file-embed, filepath
|
||||
, Glob, hashtables, megaparsec, mtl, old-time, parsec
|
||||
, parser-combinators, pretty-show, regex-tdfa, safe, split, tabular
|
||||
, tasty, tasty-hunit, template-haskell, text, time, timeit
|
||||
, transformers, uglymemo, utf8-string
|
||||
, transformers, uglymemo, unordered-containers, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-lib";
|
||||
version = "1.18.1";
|
||||
sha256 = "16fd3412n4vdnjacngjx5078yzmypn389m91308kgbd8anv6bhj4";
|
||||
revision = "1";
|
||||
editedCabalFile = "1icjbfzdq2yd3h6qx245xyb4qahxih97rx63qhxx3vaicvph40pk";
|
||||
version = "1.19";
|
||||
sha256 = "0asg5zxi664p1csjs70c40jnrq8z4fhawbjm0v6sl8sbx7pn1rj1";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal array base base-compat-batteries
|
||||
blaze-markup bytestring call-stack cassava cassava-megaparsec
|
||||
cmdargs containers data-default Decimal deepseq directory extra fgl
|
||||
cmdargs containers data-default Decimal directory extra fgl
|
||||
file-embed filepath Glob hashtables megaparsec mtl old-time parsec
|
||||
parser-combinators pretty-show regex-tdfa safe split tabular tasty
|
||||
tasty-hunit template-haskell text time timeit transformers uglymemo
|
||||
utf8-string
|
||||
unordered-containers utf8-string
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal array base base-compat-batteries
|
||||
blaze-markup bytestring call-stack cassava cassava-megaparsec
|
||||
cmdargs containers data-default Decimal deepseq directory doctest
|
||||
extra fgl file-embed filepath Glob hashtables megaparsec mtl
|
||||
old-time parsec parser-combinators pretty-show regex-tdfa safe
|
||||
split tabular tasty tasty-hunit template-haskell text time timeit
|
||||
transformers uglymemo utf8-string
|
||||
cmdargs containers data-default Decimal directory doctest extra fgl
|
||||
file-embed filepath Glob hashtables megaparsec mtl old-time parsec
|
||||
parser-combinators pretty-show regex-tdfa safe split tabular tasty
|
||||
tasty-hunit template-haskell text time timeit transformers uglymemo
|
||||
unordered-containers utf8-string
|
||||
];
|
||||
description = "A reusable library providing the core functionality of hledger";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
@ -126974,8 +126994,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-ui";
|
||||
version = "1.18.1";
|
||||
sha256 = "0ggfz93f14znnjzkznzblsdk6iqbwwj2yxzx5rgsr0xcjzm8gx64";
|
||||
version = "1.19";
|
||||
sha256 = "1xi67k28b63cbg38771dqncwdh6qrcnb0gr31r5hwkglznk3ajss";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -127022,10 +127042,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-web";
|
||||
version = "1.18.1";
|
||||
sha256 = "1s10xyiqs77xl949m7rc71a4511i755yiv88jb0pc32xba7a2b1y";
|
||||
revision = "1";
|
||||
editedCabalFile = "01amhyjlw6xjh97zhxx8j05jszw0c0wnv7ka835n7rjnnv8199l3";
|
||||
version = "1.19";
|
||||
sha256 = "1nmacg23smaagfwzr7qwnlwiswdr4gb8zkscgxkiyfl5z97gy58y";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -159687,8 +159705,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lingo";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "11ggxcaci3d20vyrgv50xzjrhr3n3y460ixb90hd87wja0m7xnij";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0h57g6r2n9q8asx35prn8p5mn35qnp8cy2pdrrpmrvhq7islwd8s";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -163272,6 +163290,17 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lrucaching-haxl" = callPackage
|
||||
({ mkDerivation, base, hashable, haxl, lrucaching, psqueues }:
|
||||
mkDerivation {
|
||||
pname = "lrucaching-haxl";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0pn2f671ak1grzjigyvan5wagh9vyqhsz86jfy1z281rd2pw4gk2";
|
||||
libraryHaskellDepends = [ base hashable haxl lrucaching psqueues ];
|
||||
description = "Combine lrucaching and haxl";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ls-usb" = callPackage
|
||||
({ mkDerivation, ansi-wl-pprint, base, base-unicode-symbols
|
||||
, cmdtheline, text, usb, usb-id-database, vector
|
||||
@ -171377,8 +171406,8 @@ self: {
|
||||
pname = "mmark-ext";
|
||||
version = "0.2.1.2";
|
||||
sha256 = "1s44vznj8hkk7iymnzczbglxnw1q84gmm8q9yiwh0jkiw4kdi91c";
|
||||
revision = "2";
|
||||
editedCabalFile = "0q633c7zv0liaz0a46llgy21x0snbfhl33qx9plh2sxhjvhvhmpj";
|
||||
revision = "3";
|
||||
editedCabalFile = "02i6577qislr0qvgmfamcixpxgb7bh68lg18n3vkq6xbnjxdpwpx";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base foldl ghc-syntax-highlighter lucid microlens mmark modern-uri
|
||||
@ -174031,6 +174060,8 @@ self: {
|
||||
pname = "monoidal-containers";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "1j5mfs0ysvwk3jsmq4hlj4l3kasfc28lk1b3xaymf9dw48ac5j82";
|
||||
revision = "1";
|
||||
editedCabalFile = "06agyfnhr4cr42m4zj7xwl5an3skbjvba53a5i6sl9890gx7mml3";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers deepseq hashable lens newtype semialign
|
||||
semigroups these unordered-containers
|
||||
@ -189381,8 +189412,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-crossref";
|
||||
version = "0.3.7.0";
|
||||
sha256 = "1mw5bcl0z1vps4xz72pznr1b9ag1g9sxhm2f51wm3236z9q28za6";
|
||||
version = "0.3.8.0";
|
||||
sha256 = "1dg253ddpf4rinnng1wl8cl37wpbbc1ycigmgihwrsd41r4yv7rd";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -189406,8 +189437,6 @@ self: {
|
||||
];
|
||||
description = "Pandoc filter for cross-references";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"pandoc-csv2table" = callPackage
|
||||
@ -205531,8 +205560,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "psql-utils";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "09s26lqqdy2qah6i0yim9g2h61hramhij7r9kbcccbc3fgv4sd6s";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0y195pymiy31d8pyq71hjrh58s3hfzaa58l7qskbf3biyy159sxz";
|
||||
libraryHaskellDepends = [
|
||||
aeson base hashable postgresql-simple resource-pool time
|
||||
];
|
||||
@ -212269,6 +212298,21 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rediscaching-haxl" = callPackage
|
||||
({ mkDerivation, aeson, async, base, bytestring, hashable, haxl
|
||||
, hedis, network, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rediscaching-haxl";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0mgmrcw1p9q4njrmjal9ckxkli8wb2g12njqaj6xlkin2xz5ym8j";
|
||||
libraryHaskellDepends = [
|
||||
aeson async base bytestring hashable haxl hedis network time
|
||||
];
|
||||
description = "Combine redis caching and haxl";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"redland" = callPackage
|
||||
({ mkDerivation, base, deepseq, raptor2, redland }:
|
||||
mkDerivation {
|
||||
@ -222540,6 +222584,17 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"scotty-haxl" = callPackage
|
||||
({ mkDerivation, base, haxl, scotty, text }:
|
||||
mkDerivation {
|
||||
pname = "scotty-haxl";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "06wcvjpaar8zd2y6p9j4pxs4l7rkw84s1kmcvacafkw43h1d2bx2";
|
||||
libraryHaskellDepends = [ base haxl scotty text ];
|
||||
description = "Combine scotty and haxl";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"scotty-params-parser" = callPackage
|
||||
({ mkDerivation, base-prelude, matcher, scotty, success, text
|
||||
, transformers, unordered-containers
|
||||
@ -222645,6 +222700,21 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"scotty-utils" = callPackage
|
||||
({ mkDerivation, aeson, aeson-result, base, http-types, scotty
|
||||
, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "scotty-utils";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0f77b5xmr5gwswz15i5833karfr1qvyaaiy58khd75n9awfx5jqv";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-result base http-types scotty text
|
||||
];
|
||||
description = "Scotty utils library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"scotty-view" = callPackage
|
||||
({ mkDerivation, base, scotty, text, transformers }:
|
||||
mkDerivation {
|
||||
@ -241529,15 +241599,15 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stratosphere_0_57_0" = callPackage
|
||||
"stratosphere_0_58_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
|
||||
, hashable, hspec, hspec-discover, lens, template-haskell, text
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stratosphere";
|
||||
version = "0.57.0";
|
||||
sha256 = "1ksxy117bizi4bnj7skv5hq7rsw2gz0w5yg5b3xhc6ialkq9in4z";
|
||||
version = "0.58.0";
|
||||
sha256 = "17yi1h5rcnhvwzpd27hz5pw1dznmdhg58jwsp37bfxns0hx35ywn";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -243231,8 +243301,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stripe-core";
|
||||
version = "2.5.0";
|
||||
sha256 = "06b5qx20zkvaqvn98jqmq0vqrpkgfvab5wjq7lwlcdm9nn7nrsgi";
|
||||
version = "2.6.2";
|
||||
sha256 = "00bjr71lawn1ar18vm3p849ffr6r6fmgwn2ksg4vas5rmmy2vwib";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring mtl text time transformers
|
||||
unordered-containers
|
||||
@ -243247,8 +243317,8 @@ self: {
|
||||
({ mkDerivation, base, stripe-core, stripe-http-client }:
|
||||
mkDerivation {
|
||||
pname = "stripe-haskell";
|
||||
version = "2.5.0";
|
||||
sha256 = "0qazqygkg6hlfvz6wg3gk2am7qnxzsfqjqh6mgyandz9l141pyx5";
|
||||
version = "2.6.2";
|
||||
sha256 = "02ydf9i632r2clhvf1f9v0yx7vmpmh37mch1jshazrw3my6sq1vl";
|
||||
libraryHaskellDepends = [ base stripe-core stripe-http-client ];
|
||||
description = "Stripe API for Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -243262,8 +243332,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stripe-http-client";
|
||||
version = "2.5.0";
|
||||
sha256 = "1386d2bhql56kazxx89icl1j5ikhhza2cv934x19s5lqsl8089yi";
|
||||
version = "2.6.2";
|
||||
sha256 = "0xz8dc2mh5mscc3mp5n4h2sch1winpaf7sy1w4s87vv68304jfg3";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring http-client http-client-tls http-types
|
||||
stripe-core text
|
||||
@ -243332,6 +243402,24 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stripe-signature_1_0_0_6" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, cryptonite
|
||||
, memory, stripe-concepts, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stripe-signature";
|
||||
version = "1.0.0.6";
|
||||
sha256 = "0lp3fli9g5yvlxy8f0md2d3wv6z45mw0929b8c0y2xkcsdjvpp5l";
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring cryptonite memory stripe-concepts
|
||||
text
|
||||
];
|
||||
testHaskellDepends = [ base bytestring text ];
|
||||
description = "Verification of Stripe webhook signatures";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"stripe-tests" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, free, hspec, hspec-core
|
||||
, mtl, random, stripe-core, text, time, transformers
|
||||
@ -243339,8 +243427,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stripe-tests";
|
||||
version = "2.5.0";
|
||||
sha256 = "0jqxzdriaysf2lya8p9lc1ind2m4b4nz15dn7vb3sx74vw6lp4s3";
|
||||
version = "2.6.2";
|
||||
sha256 = "06r1jyf6rjmnd6p2grfs0s0f5x6sswsxw9ip7x81rh9cz5qdshdg";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring free hspec hspec-core mtl random stripe-core
|
||||
text time transformers unordered-containers
|
||||
|
Loading…
Reference in New Issue
Block a user