all-cabal-hashes: 2024-05-19T16:27:24Z -> 2024-05-20T16:06:03Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
This commit is contained in:
parent
8b3caa315b
commit
3325a9bd0c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"commit": "bf587f9f9cf315bd6a757bdf65e157addfbaa4d0",
|
||||
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/bf587f9f9cf315bd6a757bdf65e157addfbaa4d0.tar.gz",
|
||||
"sha256": "0rvl17w5d47rn7zfyjk6b9v2cq62m393l77413ldmvvqhmlrsr26",
|
||||
"msg": "Update from Hackage at 2024-05-19T16:27:24Z"
|
||||
"commit": "a71af8d538cda614baa0bcb3e44600061f815d57",
|
||||
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/a71af8d538cda614baa0bcb3e44600061f815d57.tar.gz",
|
||||
"sha256": "0hsqzdfb89rqmplipz39x7m80czcvrmk42y05ifnqjhxn6q4v91l",
|
||||
"msg": "Update from Hackage at 2024-05-20T16:06:03Z"
|
||||
}
|
||||
|
327
pkgs/development/haskell-modules/hackage-packages.nix
generated
327
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -28425,8 +28425,8 @@ self: {
|
||||
pname = "algebraic-graphs";
|
||||
version = "0.7";
|
||||
sha256 = "0s75h92qb9jdfdyzh0fraxpzj0jl4xvcbqq9cwgba2k9306rl5ai";
|
||||
revision = "2";
|
||||
editedCabalFile = "1psgkw2qcdv91cij564jzlsyx7qjs8z7y7y6lfhciilbzkzvpy3m";
|
||||
revision = "3";
|
||||
editedCabalFile = "010i8dl3zd484fbamq7k6i5cl0as2zsj2fis4rpm9giyickkr3ny";
|
||||
libraryHaskellDepends = [
|
||||
array base containers deepseq transformers
|
||||
];
|
||||
@ -47600,6 +47600,37 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"bech32_1_1_7" = callPackage
|
||||
({ mkDerivation, array, base, base58-bytestring, bytestring
|
||||
, containers, deepseq, extra, hspec, hspec-discover, memory
|
||||
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
|
||||
, process, QuickCheck, text, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bech32";
|
||||
version = "1.1.7";
|
||||
sha256 = "1ql79scbjxrmllizywhzdys1bx565lqvj81851wzdkww662lhvpg";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers extra text
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base base58-bytestring bytestring extra memory optparse-applicative
|
||||
prettyprinter prettyprinter-ansi-terminal text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base58-bytestring bytestring containers deepseq extra hspec
|
||||
memory process QuickCheck text vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "bech32";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"bech32-th" = callPackage
|
||||
({ mkDerivation, base, bech32, hspec, hspec-discover
|
||||
, template-haskell, text
|
||||
@ -47616,6 +47647,22 @@ self: {
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"bech32-th_1_1_7" = callPackage
|
||||
({ mkDerivation, base, bech32, hspec, hspec-discover
|
||||
, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bech32-th";
|
||||
version = "1.1.7";
|
||||
sha256 = "0a71jcvgnfsn24d2bppiprx4yb5cnsr85rsgzax3547shiqpli1n";
|
||||
libraryHaskellDepends = [ base bech32 template-haskell text ];
|
||||
testHaskellDepends = [ base bech32 hspec template-haskell ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Template Haskell extensions to the Bech32 library";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"bed-and-breakfast" = callPackage
|
||||
({ mkDerivation, array, base, binary, cpphs, deepseq, QuickCheck
|
||||
, template-haskell
|
||||
@ -90119,12 +90166,12 @@ self: {
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"directory_1_3_8_4" = callPackage
|
||||
"directory_1_3_8_5" = callPackage
|
||||
({ mkDerivation, base, filepath, time, unix }:
|
||||
mkDerivation {
|
||||
pname = "directory";
|
||||
version = "1.3.8.4";
|
||||
sha256 = "0r10g7a68r5asjgs5r0zpjzq0qiqf5i8h5bmaylpm6ikwnj9irx4";
|
||||
version = "1.3.8.5";
|
||||
sha256 = "0s57dq5l02b9z3h17slw3yg73mzdx15pzj02xg91avpwvmafsr78";
|
||||
libraryHaskellDepends = [ base filepath time unix ];
|
||||
testHaskellDepends = [ base filepath time unix ];
|
||||
description = "Platform-agnostic library for filesystem operations";
|
||||
@ -91523,8 +91570,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "distribution-nixpkgs";
|
||||
version = "1.7.0.1";
|
||||
sha256 = "0yaha7arm9cn9sxacqwmr2qcnw2cxn53xww11im00mx7gk127rh2";
|
||||
version = "1.7.1";
|
||||
sha256 = "19jzsqva4bnnjyq0zgqmqrvlgb6x3jxjqg398kwzk5syrxbap9nl";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring Cabal containers deepseq language-nix lens
|
||||
@ -114410,10 +114457,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "functor-products";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "0zyh311ayqdnjjs0j939b8968jajjry4igxi27xsgpgdya3qmk7d";
|
||||
revision = "1";
|
||||
editedCabalFile = "12rnvjxf68d1nxfc1sw4vmzgq6yd0079s95c4k2rxkqibx9cm0xg";
|
||||
version = "0.1.2.2";
|
||||
sha256 = "16wz70z13knkqx2xhj61hsnvsq9qky1c5avhfdahimswyi8qasfd";
|
||||
libraryHaskellDepends = [
|
||||
base microlens singletons singletons-base text vinyl
|
||||
];
|
||||
@ -141849,8 +141894,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "1.5.4";
|
||||
sha256 = "0g2rl50q29rp65lggjggrjx6i3c9glblfl5z4psqmjcqmlbijg20";
|
||||
version = "1.5.5";
|
||||
sha256 = "0p6cbvw2d6xskzm7wcgp6b2dzirnd38r64mvdp0njy2s1prlf92n";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -150900,26 +150945,30 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hix" = callPackage
|
||||
({ mkDerivation, aeson, base, Cabal, casing, exon, extra
|
||||
, filepattern, generic-lens, hedgehog, incipit-base, lens
|
||||
, lens-regex-pcre, optparse-applicative, path, path-io, random
|
||||
, tasty, tasty-hedgehog, transformers, unix
|
||||
({ mkDerivation, aeson, base, bytestring, Cabal, cabal-install
|
||||
, cabal-install-solver, casing, containers, exceptions, exon, extra
|
||||
, filepattern, generic-lens, generics-sop, hedgehog, http-client
|
||||
, http-client-tls, http-types, incipit-base, lens, lens-regex-pcre
|
||||
, optparse-applicative, path, path-io, pretty, random, tasty
|
||||
, tasty-hedgehog, these, time, transformers, typed-process, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hix";
|
||||
version = "0.6.9";
|
||||
sha256 = "02ihihlxxvcndm7hjiwknj1dar4d3hdwrg83zsr6q1w7gssr9bbi";
|
||||
version = "0.7.0";
|
||||
sha256 = "15dhr9xszg64kdswywc8pd8kfawq02mcarhh4lyq21g9cynvbk6g";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base Cabal casing exon extra filepattern generic-lens
|
||||
incipit-base lens lens-regex-pcre optparse-applicative path path-io
|
||||
random transformers unix
|
||||
aeson base bytestring Cabal cabal-install cabal-install-solver
|
||||
casing containers exceptions exon extra filepattern generic-lens
|
||||
generics-sop http-client http-client-tls http-types incipit-base
|
||||
lens lens-regex-pcre optparse-applicative path path-io pretty
|
||||
random these time transformers typed-process unix
|
||||
];
|
||||
executableHaskellDepends = [ base incipit-base ];
|
||||
testHaskellDepends = [
|
||||
base Cabal exon hedgehog incipit-base path path-io tasty
|
||||
tasty-hedgehog transformers
|
||||
aeson base Cabal exon extra hedgehog incipit-base path path-io
|
||||
tasty tasty-hedgehog these transformers
|
||||
];
|
||||
description = "Haskell/Nix development build tools";
|
||||
license = "BSD-2-Clause-Patent";
|
||||
@ -176912,8 +176961,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "jacinda";
|
||||
version = "3.0.1.1";
|
||||
sha256 = "1hk3m1l3xm3khl92wqg8876vzp4r8pl12ww9hh8mgwkcj43qigd3";
|
||||
version = "3.0.2.0";
|
||||
sha256 = "0b18681ggx6syfix318j1wlycz3fm9g4r6p1vgqgfgxgv8kmyw9w";
|
||||
revision = "2";
|
||||
editedCabalFile = "12dnkgsf44wfcizdyd5z2l4hh4wg97cd816l909r9q70z2hszqpp";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -199466,6 +199517,34 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"mappings_0_3_1_0" = callPackage
|
||||
({ mkDerivation, base, cond, containers, formatting, hspec
|
||||
, hspec-discover, indexed-traversable, partialord
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mappings";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "1yf6qvsipjfq8s9z9lk7q29m3dkpa5kgvjpkm4wap5vawp2rzqyd";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base cond containers formatting indexed-traversable partialord
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base cond containers formatting indexed-traversable partialord
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base cond containers formatting hspec indexed-traversable
|
||||
partialord
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Types which represent functions k -> v";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "view";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"mappy" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, containers, directory
|
||||
, haskeline, hspec, parsec, QuickCheck
|
||||
@ -219126,8 +219205,8 @@ self: {
|
||||
({ mkDerivation, base, Cabal, cabal-doctest, doctest, ghc }:
|
||||
mkDerivation {
|
||||
pname = "no-recursion";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1696872aswsh00br5wwr5ccc77ab52qvznhbjkng26vcn08mdf0w";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1asf13irq2py0pjd20l8kncxjj1mv0di9kbsjj0czpj51nqvmsvf";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [ base ghc ];
|
||||
testHaskellDepends = [ base doctest ];
|
||||
@ -225900,6 +225979,18 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ordered-containers_0_2_4" = callPackage
|
||||
({ mkDerivation, base, containers, hashable }:
|
||||
mkDerivation {
|
||||
pname = "ordered-containers";
|
||||
version = "0.2.4";
|
||||
sha256 = "0ip5msvvyj5zbsci6fv9f3x6p3wpwrrqpq4yhz104ag14hz6g89x";
|
||||
libraryHaskellDepends = [ base containers hashable ];
|
||||
description = "Set- and Map-like types that remember the order elements were inserted";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ordering-duplicates" = callPackage
|
||||
({ mkDerivation, base, contravariant, lens, mtl, profunctors
|
||||
, semigroupoids
|
||||
@ -231342,6 +231433,24 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"path-io_1_8_2" = callPackage
|
||||
({ mkDerivation, base, containers, directory, dlist, exceptions
|
||||
, filepath, hspec, path, temporary, time, transformers, unix-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "path-io";
|
||||
version = "1.8.2";
|
||||
sha256 = "1a4s4fc2rbzri1cb27gzlm0v24k5g2975smvqg2j4d4h6xmpzbfd";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory dlist exceptions filepath path temporary
|
||||
time transformers unix-compat
|
||||
];
|
||||
testHaskellDepends = [ base exceptions hspec path unix-compat ];
|
||||
description = "Interface to ‘directory’ package for users of ‘path’";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"path-like" = callPackage
|
||||
({ mkDerivation, base, path }:
|
||||
mkDerivation {
|
||||
@ -239507,8 +239616,8 @@ self: {
|
||||
({ mkDerivation, attoparsec, base, containers, ghc, text }:
|
||||
mkDerivation {
|
||||
pname = "pollock";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "06wrizz358ihpfi8abdnx4xf4nfql3ah5333ag0lblym8qapsyw6";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0ac33p84bizw2b2dndx3jlpwmfd707xcfd7d96ai6if04db43rzr";
|
||||
libraryHaskellDepends = [ attoparsec base containers ghc text ];
|
||||
description = "Functionality to help examine Haddock information of a module";
|
||||
license = lib.licenses.mit;
|
||||
@ -241793,6 +241902,28 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"postgis-trivial" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, bytestring-lexing
|
||||
, containers, cpu, data-binary-ieee754, HUnit, mtl
|
||||
, postgresql-simple, storable-record, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "postgis-trivial";
|
||||
version = "0.0.1.0";
|
||||
sha256 = "0bp2x77xcc24p7la6cxddb0y717gqzdr37gxnm8386sb5bwfqrcj";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring bytestring-lexing containers cpu
|
||||
data-binary-ieee754 mtl postgresql-simple storable-record vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring bytestring-lexing containers cpu
|
||||
data-binary-ieee754 HUnit mtl postgresql-simple storable-record
|
||||
vector
|
||||
];
|
||||
description = "PostGIS extention driver based on postgresql-simple package";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"postgres-embedded" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, filepath, network
|
||||
, postgresql-simple, process
|
||||
@ -252188,8 +252319,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "radix-tree";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "1cyh6fqrl175mzl2g2565r0wv2jay0xgmv8fih91jqg5rrvgs4hq";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "0jzr4zhznxh45pivsa6falk4pbcizm7bx1kfb108a8bx00i4s885";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring deepseq primitive template-haskell text
|
||||
];
|
||||
@ -252559,6 +252690,19 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"rampart_2_0_0_8" = callPackage
|
||||
({ mkDerivation, base, hspec }:
|
||||
mkDerivation {
|
||||
pname = "rampart";
|
||||
version = "2.0.0.8";
|
||||
sha256 = "1sdagiz1075kvad525f3q72krn7hvhkrbq1j4dwca4i4p77jdi17";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "Determine how intervals relate to each other";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ramus" = callPackage
|
||||
({ mkDerivation, base, criterion, hspec, QuickCheck, quickcheck-io
|
||||
}:
|
||||
@ -253521,6 +253665,25 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ratel_2_0_0_12" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, case-insensitive
|
||||
, containers, filepath, hspec, http-client, http-client-tls
|
||||
, http-types, uuid
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ratel";
|
||||
version = "2.0.0.12";
|
||||
sha256 = "015riig033fm3pmgm90j2rlynyk5vnd3d9z6izh63ab76kppyh6s";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring case-insensitive containers http-client
|
||||
http-client-tls http-types uuid
|
||||
];
|
||||
testHaskellDepends = [ base filepath hspec ];
|
||||
description = "Notify Honeybadger about exceptions";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ratel-wai" = callPackage
|
||||
({ mkDerivation, base, bytestring, case-insensitive, containers
|
||||
, http-client, ratel, wai
|
||||
@ -253698,14 +253861,14 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rattletrap_13_0_2" = callPackage
|
||||
"rattletrap_13_0_3" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
|
||||
, containers, filepath, http-client, http-client-tls, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rattletrap";
|
||||
version = "13.0.2";
|
||||
sha256 = "0yrq5ydwp3p1mw5srk2x4rsv4x466xlkb7468v1mgvhnbd9i85cf";
|
||||
version = "13.0.3";
|
||||
sha256 = "0rs1hskmx13ahcqg6dxx46nc0pijc14d8bikjsdm1y17z2wzidcm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -265813,6 +265976,19 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"salve_2_0_0_5" = callPackage
|
||||
({ mkDerivation, base, HUnit }:
|
||||
mkDerivation {
|
||||
pname = "salve";
|
||||
version = "2.0.0.5";
|
||||
sha256 = "1n86a61rn5mmxi4whfwxv3ydn47h4537swqgwbg5adys9hwk7pqp";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base HUnit ];
|
||||
description = "Semantic version numbers and constraints";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"salvia" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, fclabels
|
||||
, MaybeT-transformers, monads-fd, network, old-locale, process
|
||||
@ -266551,8 +266727,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "saturn";
|
||||
version = "1.0.0.4";
|
||||
sha256 = "01h9yggmkjq2hplng0bk8sqww9jb6smvc2c51rb59lbyf7hldmqz";
|
||||
version = "1.0.0.5";
|
||||
sha256 = "16apync9z5lk3vph40sqxcj391788h7chz2zv55kcdsfam56yq83";
|
||||
libraryHaskellDepends = [
|
||||
base containers hspec parsec QuickCheck text time
|
||||
];
|
||||
@ -273133,18 +273309,18 @@ self: {
|
||||
, bytestring, case-insensitive, clock, data-default-class, hspec
|
||||
, hspec-core, hspec-discover, http-client, http-media, http-types
|
||||
, mtl, pretty, process, QuickCheck, quickcheck-io, servant
|
||||
, servant-blaze, servant-client, servant-server, split
|
||||
, string-conversions, temporary, text, time, transformers, warp
|
||||
, servant-blaze, servant-client, servant-server, split, temporary
|
||||
, text, time, transformers, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-quickcheck";
|
||||
version = "0.0.10.0";
|
||||
sha256 = "072q2nxapx9p1fkcs862a9irjhlg0sfpbr72a1m9a5lrfhf9ahmc";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0bb6h0x1hcms10qmwxka7b6y8b1pigwa639sw0n1dn2jipzwxbla";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base-compat-batteries bytestring case-insensitive clock
|
||||
data-default-class hspec http-client http-media http-types mtl
|
||||
pretty process QuickCheck servant servant-client servant-server
|
||||
split string-conversions temporary text time warp
|
||||
split temporary text time warp
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base base-compat-batteries blaze-html bytestring hspec
|
||||
@ -287054,15 +287230,15 @@ self: {
|
||||
mainProgram = "stack-all";
|
||||
}) {};
|
||||
|
||||
"stack-all_0_6" = callPackage
|
||||
"stack-all_0_6_1" = callPackage
|
||||
({ mkDerivation, aeson, base, cached-json-file, config-ini
|
||||
, directory, extra, filepath, http-query, process, simple-cmd
|
||||
, simple-cmd-args, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stack-all";
|
||||
version = "0.6";
|
||||
sha256 = "1pn08xqymzv5wj5c1x15dp6cb2p19ynkr4qipchq3l3ba5rdwlxk";
|
||||
version = "0.6.1";
|
||||
sha256 = "0k5gvvl9vh7znscf5b4d3bpsr1mhz58pmh7ny1fdm9p08n3i8dlz";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -292183,6 +292359,24 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"strive_6_0_0_12" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, data-default, gpolyline
|
||||
, http-client, http-client-tls, http-types, template-haskell, text
|
||||
, time, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "strive";
|
||||
version = "6.0.0.12";
|
||||
sha256 = "1376pkfkzm3pvhl1k8kqls20vj00zfhyhriccwlzvw918h4f73nc";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default gpolyline http-client
|
||||
http-client-tls http-types template-haskell text time transformers
|
||||
];
|
||||
description = "A client for the Strava V3 API";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"strong-path" = callPackage
|
||||
({ mkDerivation, base, exceptions, filepath, hashable, hspec, path
|
||||
, tasty, tasty-discover, tasty-hspec, tasty-quickcheck
|
||||
@ -306632,8 +306826,8 @@ self: {
|
||||
({ mkDerivation, base, containers, text }:
|
||||
mkDerivation {
|
||||
pname = "timestats";
|
||||
version = "0.1.2";
|
||||
sha256 = "1f5xhpi5sl2gx1lp3f27iymvwyqj419nrdyv3vz3pcp5sib93im4";
|
||||
version = "0.1.3";
|
||||
sha256 = "11qif48pc5fisighqw5c7iq9asbfzpnx2w6wxasw0gfpwmphcwyf";
|
||||
libraryHaskellDepends = [ base containers text ];
|
||||
testHaskellDepends = [ base text ];
|
||||
description = "A library for profiling time in Haskell applications";
|
||||
@ -311446,6 +311640,8 @@ self: {
|
||||
pname = "ttc";
|
||||
version = "1.4.0.0";
|
||||
sha256 = "0kp3kpdv5hf13qri8ms8jb9ydyn3fpviw0wgkqb3g2m4ccyl8ssq";
|
||||
revision = "1";
|
||||
editedCabalFile = "0g0p1fq7r90dd89alky78x6cl5g7mq7cs5j033cwy9s1jck17km0";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring template-haskell text text-short
|
||||
];
|
||||
@ -329034,6 +329230,26 @@ self: {
|
||||
maintainers = [ lib.maintainers.maralorn ];
|
||||
}) {};
|
||||
|
||||
"witch_1_2_1_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, HUnit, tagged
|
||||
, template-haskell, text, time, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "witch";
|
||||
version = "1.2.1.1";
|
||||
sha256 = "0zllz1wg2jpldjnyjkswrshs3agr8bbqnb6agv4avfgvffpj0rw1";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers tagged template-haskell text time
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers HUnit tagged text time transformers
|
||||
];
|
||||
description = "Convert values from one type into another";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.maralorn ];
|
||||
}) {};
|
||||
|
||||
"with-index" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
@ -330998,6 +331214,23 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"wuss_2_0_1_9" = callPackage
|
||||
({ mkDerivation, base, bytestring, crypton-connection, data-default
|
||||
, exceptions, network, websockets
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wuss";
|
||||
version = "2.0.1.9";
|
||||
sha256 = "0v3jqyh21iq8d3vkij4gkzdq7ks8ykxi9lz2v4caskwvnj5bdvs9";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring crypton-connection data-default exceptions network
|
||||
websockets
|
||||
];
|
||||
description = "Secure WebSocket (WSS) clients";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"wx" = callPackage
|
||||
({ mkDerivation, base, stm, time, wxcore }:
|
||||
mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user