haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
+228
-99
@@ -35109,23 +35109,22 @@ self: {
|
||||
license = lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"ascii_1_4_0_0" = callPackage
|
||||
"ascii_1_4_2_0" = callPackage
|
||||
({ mkDerivation, ascii-case, ascii-caseless, ascii-char
|
||||
, ascii-group, ascii-numbers, ascii-predicates, ascii-superset
|
||||
, ascii-th, base, bytestring, hedgehog, text
|
||||
, ascii-th, base, bytestring, hspec, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ascii";
|
||||
version = "1.4.0.0";
|
||||
sha256 = "1gw4xmz7kzqjjxdmvfq1l553nlxqbi2qcd5rlys3k85hcrba60dz";
|
||||
version = "1.4.2.0";
|
||||
sha256 = "0ql2g9fapm9vzdfpnvax7884cl80s1s61ki98mmy6mjxszlry9jp";
|
||||
libraryHaskellDepends = [
|
||||
ascii-case ascii-caseless ascii-char ascii-group ascii-numbers
|
||||
ascii-predicates ascii-superset ascii-th base bytestring text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
ascii-case ascii-caseless ascii-char ascii-group ascii-numbers
|
||||
ascii-predicates ascii-superset ascii-th base bytestring hedgehog
|
||||
text
|
||||
ascii-predicates ascii-superset ascii-th base bytestring hspec text
|
||||
];
|
||||
description = "The ASCII character set and encoding";
|
||||
license = lib.licenses.asl20;
|
||||
@@ -35199,6 +35198,19 @@ self: {
|
||||
license = lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"ascii-char_1_0_1_0" = callPackage
|
||||
({ mkDerivation, base, hashable, hspec }:
|
||||
mkDerivation {
|
||||
pname = "ascii-char";
|
||||
version = "1.0.1.0";
|
||||
sha256 = "1fls3yw3gs36hwqp32pn7mfibkspx5a80k32wybzc3hfp4qyymlv";
|
||||
libraryHaskellDepends = [ base hashable ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "A Char type representing an ASCII character";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ascii-cows" = callPackage
|
||||
({ mkDerivation, base, random-extras, random-fu, text }:
|
||||
mkDerivation {
|
||||
@@ -35403,14 +35415,14 @@ self: {
|
||||
license = lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"ascii-superset_1_2_0_0" = callPackage
|
||||
"ascii-superset_1_2_4_0" = callPackage
|
||||
({ mkDerivation, ascii-case, ascii-caseless, ascii-char, base
|
||||
, bytestring, hashable, hspec, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ascii-superset";
|
||||
version = "1.2.0.0";
|
||||
sha256 = "1f3h7fcvyysjwm6zn8zv2w6h4x6ndqlnmvpdxzhimq9n5kpw7gwy";
|
||||
version = "1.2.4.0";
|
||||
sha256 = "0gh7k9fjh5l2a8xdd964gd4fy0lmfz9y0pnfykx7wiqiqirv2v4y";
|
||||
libraryHaskellDepends = [
|
||||
ascii-case ascii-caseless ascii-char base bytestring hashable text
|
||||
];
|
||||
@@ -53426,33 +53438,34 @@ self: {
|
||||
, cachix-api, concurrent-extra, conduit, conduit-extra
|
||||
, conduit-zstd, containers, cookie, cryptonite, dhall, directory
|
||||
, ed25519, either, extra, filepath, fsnotify
|
||||
, hercules-ci-cnix-store, here, hspec, hspec-discover, http-client
|
||||
, http-client-tls, http-conduit, http-types, inline-c-cpp, katip
|
||||
, lukko, lzma-conduit, megaparsec, memory, mmorph, netrc, nix
|
||||
, optparse-applicative, pretty-terminal, prettyprinter, process
|
||||
, protolude, resourcet, retry, safe-exceptions, servant
|
||||
, servant-auth, servant-auth-client, servant-client
|
||||
, servant-client-core, servant-conduit, stm, stm-chans, stm-conduit
|
||||
, systemd, temporary, text, time, unix, unordered-containers
|
||||
, uri-bytestring, uuid, vector, versions, websockets, wuss
|
||||
, hercules-ci-cnix-store, here, hnix-store-core, hspec
|
||||
, hspec-discover, http-client, http-client-tls, http-conduit
|
||||
, http-types, inline-c-cpp, katip, lukko, lzma-conduit, megaparsec
|
||||
, memory, mmorph, netrc, nix, optparse-applicative, pretty-terminal
|
||||
, prettyprinter, process, protolude, resourcet, retry
|
||||
, safe-exceptions, servant, servant-auth, servant-auth-client
|
||||
, servant-client, servant-client-core, servant-conduit, stm
|
||||
, stm-chans, stm-conduit, systemd, temporary, text, time, unix
|
||||
, unordered-containers, uri-bytestring, uuid, vector, versions
|
||||
, websockets, wuss
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix";
|
||||
version = "1.1";
|
||||
sha256 = "1pqh02jqkd90zxjfyjknavr8zly5yp046ac727klxq2x8gw9hq5r";
|
||||
version = "1.2";
|
||||
sha256 = "1fvm565651rd0wlx3rhsrm3x8fa1jjvpkp9xgrcj8pnpi5dsn07w";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson async base base64-bytestring bytestring cachix-api
|
||||
concurrent-extra conduit conduit-extra conduit-zstd containers
|
||||
cookie cryptonite dhall directory ed25519 either extra filepath
|
||||
fsnotify hercules-ci-cnix-store here http-client http-client-tls
|
||||
http-conduit http-types inline-c-cpp katip lukko lzma-conduit
|
||||
megaparsec memory mmorph netrc optparse-applicative pretty-terminal
|
||||
prettyprinter process protolude resourcet retry safe-exceptions
|
||||
servant servant-auth servant-auth-client servant-client
|
||||
servant-client-core servant-conduit stm stm-chans stm-conduit
|
||||
systemd temporary text time unix unordered-containers
|
||||
fsnotify hercules-ci-cnix-store here hnix-store-core http-client
|
||||
http-client-tls http-conduit http-types inline-c-cpp katip lukko
|
||||
lzma-conduit megaparsec memory mmorph netrc optparse-applicative
|
||||
pretty-terminal prettyprinter process protolude resourcet retry
|
||||
safe-exceptions servant servant-auth servant-auth-client
|
||||
servant-client servant-client-core servant-conduit stm stm-chans
|
||||
stm-conduit systemd temporary text time unix unordered-containers
|
||||
uri-bytestring uuid vector versions websockets wuss
|
||||
];
|
||||
libraryPkgconfigDepends = [ nix ];
|
||||
@@ -53482,8 +53495,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix-api";
|
||||
version = "1.1";
|
||||
sha256 = "19zh0znah72mqkb4ns4288wq0y02r4ah0pbfvn68lrc02yjf9bhs";
|
||||
version = "1.2";
|
||||
sha256 = "1i3z0arn8cwglbsq8kxzcpp2ghypv7i03crpplbn0myk8wzflxdy";
|
||||
libraryHaskellDepends = [
|
||||
aeson async base base16-bytestring bytestring conduit cookie
|
||||
cryptonite deepseq deriving-aeson exceptions http-api-data
|
||||
@@ -67149,6 +67162,18 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"constable" = callPackage
|
||||
({ mkDerivation, base, doctest }:
|
||||
mkDerivation {
|
||||
pname = "constable";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0hz63w3h7if70701kzclvcjr1310ycfcm9y46xfv8mgbs4kjp2xx";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base doctest ];
|
||||
description = "A safe interface for Const summarization";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"constaparser" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, vector }:
|
||||
mkDerivation {
|
||||
@@ -72021,17 +72046,18 @@ self: {
|
||||
|
||||
"css-selectors" = callPackage
|
||||
({ mkDerivation, aeson, alex, array, base, binary, blaze-markup
|
||||
, bytestring, data-default, Decimal, happy, hashable, QuickCheck
|
||||
, shakespeare, template-haskell, test-framework
|
||||
, bytestring, data-default-class, Decimal, deepseq, happy, hashable
|
||||
, QuickCheck, shakespeare, template-haskell, test-framework
|
||||
, test-framework-quickcheck2, text, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "css-selectors";
|
||||
version = "0.4.0.3";
|
||||
sha256 = "1jz7s5lpfgs6axzkmwp2is1mhsn8jsb52ahxv8my07lx0yvy1g7v";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0k51bs3dqfzrq76fa37z8f9n02nw9gkvb04l1yzbcs3a2fvwdnsq";
|
||||
libraryHaskellDepends = [
|
||||
aeson array base binary blaze-markup bytestring data-default
|
||||
Decimal hashable QuickCheck shakespeare template-haskell text zlib
|
||||
aeson array base binary blaze-markup bytestring data-default-class
|
||||
Decimal deepseq hashable QuickCheck shakespeare template-haskell
|
||||
text zlib
|
||||
];
|
||||
libraryToolDepends = [ alex happy ];
|
||||
testHaskellDepends = [
|
||||
@@ -119969,6 +119995,8 @@ self: {
|
||||
pname = "graphql-client";
|
||||
version = "1.2.1";
|
||||
sha256 = "02wrwb5vgj4px6m178wmfzzy1d2h6018wj106n0j4lzbxyh107iy";
|
||||
revision = "1";
|
||||
editedCabalFile = "0483nnw03ddv94w02ffr93p5h4aabyv738fbf4qp1v0lrzd54v5k";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@@ -122116,8 +122144,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "h-raylib";
|
||||
version = "4.5.0.9";
|
||||
sha256 = "0mlpdfvg8vqylkl64czzc4w397zi3fmm81jvax0l3chjg3bx5i02";
|
||||
version = "4.5.0.10";
|
||||
sha256 = "0qpr04gv0zjnpigmxzls5jsx3d98cl9127z8ljy743m5j0ff5z6f";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
librarySystemDepends = [
|
||||
c libGL libX11 libXcursor libXi libXinerama libXrandr
|
||||
@@ -127295,6 +127325,29 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hashable_1_4_2_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, data-array-byte
|
||||
, deepseq, filepath, ghc-bignum, ghc-prim, HUnit, QuickCheck
|
||||
, random, test-framework, test-framework-hunit
|
||||
, test-framework-quickcheck2, text, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hashable";
|
||||
version = "1.4.2.0";
|
||||
sha256 = "1y73606pcrs7zi6f4f07a5rkhc6620n1bx0adpa6j7xqhbm00h0v";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers data-array-byte deepseq filepath
|
||||
ghc-bignum ghc-prim text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring ghc-prim HUnit QuickCheck random test-framework
|
||||
test-framework-hunit test-framework-quickcheck2 text unix
|
||||
];
|
||||
description = "A class for types that can be converted to a hash value";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hashable-accelerate" = callPackage
|
||||
({ mkDerivation, accelerate, base, template-haskell }:
|
||||
mkDerivation {
|
||||
@@ -136646,33 +136699,33 @@ self: {
|
||||
({ mkDerivation, abstract-par, aeson, ansi-wl-pprint, array, async
|
||||
, base, base16-bytestring, binary, brick, bytestring, cereal
|
||||
, containers, cryptonite, data-dword, Decimal, deepseq, directory
|
||||
, fgl, filemanip, filepath, free, haskeline, here, HUnit, lens
|
||||
, filemanip, filepath, free, haskeline, here, HUnit, lens
|
||||
, lens-aeson, libff, megaparsec, memory, monad-par, mtl, multiset
|
||||
, operational, optparse-generic, parsec, process, QuickCheck
|
||||
, operational, optparse-generic, process, QuickCheck
|
||||
, quickcheck-instances, quickcheck-text, regex, regex-tdfa
|
||||
, restless-git, rosezipper, s-cargot, scientific, secp256k1
|
||||
, semver-range, smt2-parser, spool, tasty, tasty-expected-failure
|
||||
, tasty-hunit, tasty-quickcheck, temporary, text, time
|
||||
, transformers, tree-view, tuple, unordered-containers, vector, vty
|
||||
, witherable, word-wrap, wreq
|
||||
, restless-git, rosezipper, scientific, secp256k1, smt2-parser
|
||||
, spool, tasty, tasty-expected-failure, tasty-hunit
|
||||
, tasty-quickcheck, temporary, text, time, transformers, tree-view
|
||||
, tuple, unordered-containers, vector, vty, witherable, word-wrap
|
||||
, wreq
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hevm";
|
||||
version = "0.50.1";
|
||||
sha256 = "07s6p22j8cagwyni8f362c0z9cmd7l0xhh6cm0xv1g7kphnla2qp";
|
||||
version = "0.50.2";
|
||||
sha256 = "1yhz8f175z1qypbdfcnbq47bjri3lv0mc2bcfkw0zza9g09mfcaz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
abstract-par aeson ansi-wl-pprint array async base
|
||||
base16-bytestring binary brick bytestring cereal containers
|
||||
cryptonite data-dword Decimal deepseq directory fgl filemanip
|
||||
filepath free haskeline here HUnit lens lens-aeson megaparsec
|
||||
memory monad-par mtl multiset operational optparse-generic parsec
|
||||
process QuickCheck quickcheck-instances quickcheck-text regex
|
||||
regex-tdfa restless-git rosezipper s-cargot scientific semver-range
|
||||
smt2-parser spool tasty tasty-expected-failure tasty-hunit
|
||||
tasty-quickcheck temporary text time transformers tree-view tuple
|
||||
unordered-containers vector vty witherable word-wrap wreq
|
||||
cryptonite data-dword Decimal deepseq directory filemanip filepath
|
||||
free haskeline here HUnit lens lens-aeson megaparsec memory
|
||||
monad-par mtl multiset operational optparse-generic process
|
||||
QuickCheck quickcheck-instances quickcheck-text regex regex-tdfa
|
||||
restless-git rosezipper scientific smt2-parser spool tasty
|
||||
tasty-expected-failure tasty-hunit tasty-quickcheck temporary text
|
||||
time transformers tree-view tuple unordered-containers vector vty
|
||||
witherable word-wrap wreq
|
||||
];
|
||||
librarySystemDepends = [ libff secp256k1 ];
|
||||
executableHaskellDepends = [
|
||||
@@ -145068,8 +145121,8 @@ self: {
|
||||
pname = "hpc-lcov";
|
||||
version = "1.1.0";
|
||||
sha256 = "009z1i0ddjx7sazybirrpw99675p1fyl84ykg4dyypa7rz81vv3z";
|
||||
revision = "1";
|
||||
editedCabalFile = "0s1zx98fsa11kl4m34vrcs421pbp5f8za29xl59zp794632jng88";
|
||||
revision = "2";
|
||||
editedCabalFile = "11sbnn7rdfm7l7k3rcw4g4mvzrbgrw1jlyx726v47j3l39n54qsn";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base containers hpc ];
|
||||
@@ -169982,6 +170035,19 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ki-effectful" = callPackage
|
||||
({ mkDerivation, base, effectful-core, ki, stm, tasty, tasty-hunit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ki-effectful";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "00r7f666kzjvx54hpvq3aiq09a9zqja0x22bff94l4pdzrpx8ch2";
|
||||
libraryHaskellDepends = [ base effectful-core ki stm ];
|
||||
testHaskellDepends = [ base effectful-core stm tasty tasty-hunit ];
|
||||
description = "Adaptation of the ki library for the effectful ecosystem";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ki-unlifted" = callPackage
|
||||
({ mkDerivation, base, ki, unliftio-core }:
|
||||
mkDerivation {
|
||||
@@ -174486,6 +174552,21 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lazy-cache" = callPackage
|
||||
({ mkDerivation, base, clock, hashable, hspec, hspec-discover
|
||||
, HUnit, psqueues
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lazy-cache";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0645xv18m0l5pzwqfg974bwg92457na95i8hkfgvhnjrsbb3ijff";
|
||||
libraryHaskellDepends = [ base clock hashable psqueues ];
|
||||
testHaskellDepends = [ base clock hashable hspec HUnit ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Library for caching IO action that leverages on GHC RTS implementation";
|
||||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"lazy-csv" = callPackage
|
||||
({ mkDerivation, base, bytestring }:
|
||||
mkDerivation {
|
||||
@@ -174840,6 +174921,18 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ldtk-types" = callPackage
|
||||
({ mkDerivation, aeson, base, text }:
|
||||
mkDerivation {
|
||||
pname = "ldtk-types";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0gf99imncx6b50jjv6nn6zf37xxq8kimhp14lxymbi86k6xl204z";
|
||||
libraryHaskellDepends = [ aeson base text ];
|
||||
testHaskellDepends = [ aeson base text ];
|
||||
description = "Datatypes and Aeson instances for parsing LDtk";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"leaf" = callPackage
|
||||
({ mkDerivation, base, blaze-html, directory, filepath, pandoc
|
||||
, split
|
||||
@@ -193961,10 +194054,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "monadplus";
|
||||
version = "1.4.2";
|
||||
sha256 = "15b5320wdpmdp5slpphnc1x4rhjch3igw245dp2jxbqyvchdavin";
|
||||
revision = "1";
|
||||
editedCabalFile = "11v5zdsb9mp1rxvgcrxcr2xnc610xi16krwa9r4i5d6njmphfbdp";
|
||||
version = "1.4.3";
|
||||
sha256 = "1gwy7kkcp696plfsbry22nvvqnainyv1n1van8yzskilz26k2yc5";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Haskell98 partial maps and filters over MonadPlus";
|
||||
license = lib.licenses.bsd3;
|
||||
@@ -196894,6 +196985,8 @@ self: {
|
||||
pname = "mu-persistent";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "0xhqp2ljgh9vjga1crqvb2gk3al3v0mw26aivd1pyi6rq9ncwcca";
|
||||
revision = "1";
|
||||
editedCabalFile = "15yhvp3snhj8b8lba5p14lgka8vsfm61pdn9m9ks661yy18f17zi";
|
||||
libraryHaskellDepends = [
|
||||
base monad-logger mu-schema persistent resource-pool resourcet
|
||||
transformers
|
||||
@@ -206078,8 +206171,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nvfetcher";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0kglvniiqa3plxn973sl7dww75lxar5sf8ipjmgjryv9b0wxbv30";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "0hhfnz5q076z92g1m4yx7y5qsxfimngkqx9r0781hkrcdmi1g2x8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@@ -209513,19 +209606,19 @@ self: {
|
||||
}) {};
|
||||
|
||||
"openweathermap" = callPackage
|
||||
({ mkDerivation, aeson, base, directory, http-api-data, http-client
|
||||
, optparse-applicative, servant, servant-client
|
||||
, servant-client-core, time, xdg-basedir
|
||||
({ mkDerivation, aeson, base, bytestring, directory, http-api-data
|
||||
, http-client-tls, optparse-applicative, servant, servant-client
|
||||
, servant-client-core, text, time, xdg-basedir
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "openweathermap";
|
||||
version = "0.2.0";
|
||||
sha256 = "1sd8rflm3zakpgm5va9rwdw9si4cbqyvdmpysw55ly6mzgvfxad1";
|
||||
version = "0.3.0";
|
||||
sha256 = "0v6gq42jms12nmprcracarj9rbmqgbfx9sr3q87r230fbzjgq4hb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base http-api-data http-client servant servant-client
|
||||
servant-client-core
|
||||
aeson base bytestring http-api-data http-client-tls servant
|
||||
servant-client servant-client-core text
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory optparse-applicative time xdg-basedir
|
||||
@@ -210752,24 +210845,23 @@ self: {
|
||||
mainProgram = "ormolu";
|
||||
}) {};
|
||||
|
||||
"ormolu_0_5_1_0" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, array, base, bytestring
|
||||
, Cabal-syntax, containers, Diff, directory, dlist, exceptions
|
||||
"ormolu_0_5_2_0" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, binary, bytestring
|
||||
, Cabal-syntax, containers, Diff, directory, dlist, file-embed
|
||||
, filepath, ghc-lib-parser, gitrev, hspec, hspec-discover
|
||||
, hspec-megaparsec, megaparsec, MemoTrie, mtl, optparse-applicative
|
||||
, path, path-io, QuickCheck, syb, template-haskell, temporary, text
|
||||
, th-lift-instances
|
||||
, path, path-io, QuickCheck, syb, temporary, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ormolu";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "186pa7wpsqipy1vwk1h5w3a5akjknsmmkc18x4i1fvrpigbrcbw9";
|
||||
version = "0.5.2.0";
|
||||
sha256 = "1ai2wza4drirvf9pb7qsf03kii5jiayqs49c19ir93jd0ak9pi96";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal array base bytestring Cabal-syntax containers
|
||||
Diff directory dlist exceptions filepath ghc-lib-parser megaparsec
|
||||
MemoTrie mtl syb template-haskell text th-lift-instances
|
||||
ansi-terminal array base binary bytestring Cabal-syntax containers
|
||||
Diff directory dlist file-embed filepath ghc-lib-parser megaparsec
|
||||
MemoTrie mtl syb text
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base containers filepath ghc-lib-parser gitrev optparse-applicative
|
||||
@@ -210777,7 +210869,7 @@ self: {
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers directory filepath ghc-lib-parser hspec
|
||||
hspec-megaparsec megaparsec path path-io QuickCheck temporary text
|
||||
hspec-megaparsec path path-io QuickCheck temporary text
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A formatter for Haskell source code";
|
||||
@@ -215201,6 +215293,27 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"path-io_1_8_0" = callPackage
|
||||
({ mkDerivation, base, containers, directory, dlist, exceptions
|
||||
, filepath, hspec, path, temporary, time, transformers, unix-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "path-io";
|
||||
version = "1.8.0";
|
||||
sha256 = "1iq6yj5kj8i20sr4h8rabway76hk0xmy9mi499xv22php3vb79l3";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory dlist exceptions filepath path temporary
|
||||
time transformers unix-compat
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory exceptions filepath hspec path transformers
|
||||
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 {
|
||||
@@ -215314,8 +215427,8 @@ self: {
|
||||
pname = "paths";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "18pzjlnmx7w79riig7qzyhw13jla92lals9lwayl23qr02ndna4v";
|
||||
revision = "3";
|
||||
editedCabalFile = "15h5fqql4jj950lm5yddpxczcbslckq9sg2ygdgqlmahjw8mwnnf";
|
||||
revision = "4";
|
||||
editedCabalFile = "0zf4aij0jq4g77nzgr9b54f305h9gy8yjdzbp3cmpyschxbh16pd";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring deepseq directory filepath template-haskell text
|
||||
time
|
||||
@@ -217248,7 +217361,7 @@ self: {
|
||||
maintainers = [ lib.maintainers.psibi ];
|
||||
}) {};
|
||||
|
||||
"persistent_2_14_4_3" = callPackage
|
||||
"persistent_2_14_4_4" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
||||
, blaze-html, bytestring, conduit, containers, criterion, deepseq
|
||||
, fast-logger, file-embed, hspec, http-api-data, lift-type
|
||||
@@ -217259,8 +217372,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent";
|
||||
version = "2.14.4.3";
|
||||
sha256 = "057jsf32csrnvfavlz3zgk70ql6y5b8xx4zkmwfg4g6ghsh8gkcv";
|
||||
version = "2.14.4.4";
|
||||
sha256 = "10i75da5rd5ydg17x93i3jkfx51cywxn37l4km1lr9p35lzhyfa3";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base64-bytestring blaze-html bytestring
|
||||
conduit containers deepseq fast-logger http-api-data lift-type
|
||||
@@ -225329,6 +225442,21 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) postgresql;};
|
||||
|
||||
"postgresql-libpq_0_9_5_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, postgresql, unix }:
|
||||
mkDerivation {
|
||||
pname = "postgresql-libpq";
|
||||
version = "0.9.5.0";
|
||||
sha256 = "0w2l687r9z92snvd0cjyv3dxghgr5alyw0vc2c6bp2600pc2nnfi";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring unix ];
|
||||
librarySystemDepends = [ postgresql ];
|
||||
testHaskellDepends = [ base bytestring ];
|
||||
description = "low-level binding to libpq";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) postgresql;};
|
||||
|
||||
"postgresql-libpq-notify" = callPackage
|
||||
({ mkDerivation, async, base, hspec, postgres-options
|
||||
, postgresql-libpq, stm, text, tmp-postgres
|
||||
@@ -230316,8 +230444,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "proto-lens-jsonpb";
|
||||
version = "0.2.1";
|
||||
sha256 = "0ax5zkg9qa7mh4x38nchahr1n1x2wyaasplknig4hgza7xkcmmas";
|
||||
version = "0.2.2";
|
||||
sha256 = "1vbaq2qzva5in2fq0nlka39pqgm0xwsqdfjxikhiw8sx7aj7biy3";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base64-bytestring bytestring
|
||||
proto-lens-runtime text vector
|
||||
@@ -244542,11 +244670,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ridley";
|
||||
version = "0.3.4.0";
|
||||
sha256 = "0ml6hcngszn6jnk0qdilxzjzjsn4i36bvr98g61dai5589892j86";
|
||||
version = "0.3.4.1";
|
||||
sha256 = "03y25hcmh38psf5gs28aa21ibkcg16d3kk2xmv073v50b14dxysr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
async auto-update base containers ekg-core ekg-prometheus-adapter
|
||||
exceptions inline-c katip microlens microlens-th mtl process
|
||||
@@ -265233,8 +265360,8 @@ self: {
|
||||
pname = "sockets-and-pipes";
|
||||
version = "0.3";
|
||||
sha256 = "0hlq64nh7iw7brn11j7xhy1zcmk0iczarg7ig7z2i7ny11czi73l";
|
||||
revision = "1";
|
||||
editedCabalFile = "15jp7k379madgg5rd3rzlnz3502114yzd1yiwcrvmcj6bdhcnrf9";
|
||||
revision = "2";
|
||||
editedCabalFile = "02vwkv8qvm270rybn68yb6n7z387g1bv2iwn4pa397l94225ny7l";
|
||||
libraryHaskellDepends = [
|
||||
aeson ascii async attoparsec base blaze-html bytestring containers
|
||||
directory filepath list-transformer network network-simple relude
|
||||
@@ -269383,8 +269510,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackctl";
|
||||
version = "1.1.3.0";
|
||||
sha256 = "16skijv82199x4q2w563bk9xcmwd4i6mdavdr89p16cf8mwqrr7m";
|
||||
version = "1.1.3.1";
|
||||
sha256 = "0mzn546zjgqjiky4mv19ap1qa6xxdf280qkmq041d9sj5s4xp2vh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@@ -269396,7 +269523,9 @@ self: {
|
||||
uuid yaml
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base bytestring hspec mtl QuickCheck yaml ];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring hspec mtl QuickCheck yaml
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "stackctl";
|
||||
@@ -277261,8 +277390,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "synthesizer-dimensional";
|
||||
version = "0.8.1";
|
||||
sha256 = "0a8frn0k4dc0kh71arcqpc1z4dilr8c7yqpp6j80llh12lrcp6f4";
|
||||
version = "0.8.1.1";
|
||||
sha256 = "0giaa6v2yvb0amvdzdv5bq7dsns9pgbzv7sgjdi4a4zy0x4gmhc4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@@ -292441,8 +292570,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "twirp";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "05np0zvnvy8wrm9lirrkwhd0n8f44j4xwr6lrywxxy9r00mx8bbl";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "1n69f1pwcw0ig7j92yi94hh50c5jyn03bc7y5gybw2ajz412iz2h";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring http-media http-types proto-lens
|
||||
proto-lens-jsonpb proto-lens-runtime servant text wai
|
||||
|
||||
Reference in New Issue
Block a user