hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
5fc79fb5dc
.
This commit is contained in:
parent
7df5c90f06
commit
bb8c74439a
171
pkgs/development/haskell-modules/hackage-packages.nix
generated
171
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -16953,8 +16953,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Rattus";
|
||||
version = "0.2";
|
||||
sha256 = "0mz6hwg4barn8iszi01lwrkx4i322r5a738kw7sd9mrmdlzd0fh9";
|
||||
version = "0.3";
|
||||
sha256 = "1ks05nn9g6gp3l61bzmphxm9d0ajvlkzaws04fzz73rfv4nb97wg";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc simple-affine-space
|
||||
@ -18806,6 +18806,20 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"Spintax_0_3_5" = callPackage
|
||||
({ mkDerivation, attoparsec, base, extra, mtl, mwc-random, text }:
|
||||
mkDerivation {
|
||||
pname = "Spintax";
|
||||
version = "0.3.5";
|
||||
sha256 = "1z5sv03h07bf8z6pzxsia9hgf879cmiqdajvx212dk47lysfnm8v";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base extra mtl mwc-random text
|
||||
];
|
||||
description = "Random text generation based on spintax";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Spock" = callPackage
|
||||
({ mkDerivation, base, base64-bytestring, bytestring, containers
|
||||
, cryptonite, focus, hashable, hspec, hspec-wai, http-types, hvect
|
||||
@ -29622,6 +29636,20 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ansi-terminal_0_11" = callPackage
|
||||
({ mkDerivation, base, colour }:
|
||||
mkDerivation {
|
||||
pname = "ansi-terminal";
|
||||
version = "0.11";
|
||||
sha256 = "14rp62c7y79n9dmmi7m0l9n3mcq6dh331b4yyyrivm5da6g1nqf6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base colour ];
|
||||
description = "Simple ANSI terminal support, with Windows compatibility";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ansi-terminal-game" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, bytestring, cereal
|
||||
, clock, exceptions, hspec, linebreak, mintty, mtl, QuickCheck
|
||||
@ -41496,8 +41524,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bishbosh";
|
||||
version = "0.0.0.5";
|
||||
sha256 = "0i05xbld89ws9bzp9ynr9ly2jy0gw3nvikpbj61i669n9yazps90";
|
||||
version = "0.0.0.6";
|
||||
sha256 = "0gax0q1i86m0zb3gwfwmy59z8jnpri96dd9y73xbjyy4cjnwc32m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -43367,6 +43395,32 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"blucontrol" = callPackage
|
||||
({ mkDerivation, base, containers, data-default, deepseq, directory
|
||||
, filepath, finite-typelits, hspec, libX11, libXrandr, lifted-base
|
||||
, monad-control, mtl, process, QuickCheck, text, time, transformers
|
||||
, transformers-base, unix, X11
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "blucontrol";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "056wld99kaj0lh0mm0cs6s8wg2vlkg6xqrp58ra99axjfbzpak22";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers data-default deepseq directory filepath
|
||||
finite-typelits lifted-base monad-control mtl process text time
|
||||
transformers transformers-base unix X11
|
||||
];
|
||||
librarySystemDepends = [ libX11 libXrandr ];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [
|
||||
base data-default deepseq hspec mtl QuickCheck time
|
||||
];
|
||||
description = "Configurable blue light filter";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;};
|
||||
|
||||
"bludigon" = callPackage
|
||||
({ mkDerivation, base, containers, data-default, deepseq, directory
|
||||
, filepath, finite-typelits, hspec, libX11, libXrandr, lifted-base
|
||||
@ -43375,8 +43429,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bludigon";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1c0a6a6ir09vxdjv6nx94c73q381c1wbyf4s7p13cah2zh0y4gw4";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1l6rc79wb9822qjrs9zvm53qp6dd0h8lp5sln55wqa0qzq5xq9mk";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -44708,6 +44762,8 @@ self: {
|
||||
pname = "brick";
|
||||
version = "0.55";
|
||||
sha256 = "0n51vh8j75a2b6qbfah9k9zrp15m4rkq7fywpp811v93h8zf02fy";
|
||||
revision = "1";
|
||||
editedCabalFile = "1kn5nksvds8njy8zv7bq7gankngfam3dl1if0qvlhsfdl3n3d1zr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -72161,6 +72217,8 @@ self: {
|
||||
pname = "dhall-json";
|
||||
version = "1.7.1";
|
||||
sha256 = "158c9vhxa124r1xqn365wvwqhby5rngkip08ghy8rnjs5ijcxzgf";
|
||||
revision = "1";
|
||||
editedCabalFile = "02i4xj4rmxjy992lj086405lbrhsyiisa2pw232f39mx11k6ify4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -72240,6 +72298,8 @@ self: {
|
||||
pname = "dhall-lsp-server";
|
||||
version = "1.0.9";
|
||||
sha256 = "0zf53pc8rxapmdm9fvp04gfnw2910yv1gm5sm5v5wb606njzk0xn";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ml2yhwwbwwdv13266fgjk39pk04hg0ak82y08aixcryaldfhgwi";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -88911,8 +88971,6 @@ self: {
|
||||
];
|
||||
description = "A better, more type-safe Enum";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"finitary-derive" = callPackage
|
||||
@ -89157,8 +89215,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fishfood";
|
||||
version = "0.0.1.10";
|
||||
sha256 = "075hqpp4jmhl57a6y5vgnmxc3264mby2xpcmskxpcrqf6isbljah";
|
||||
version = "0.0.1.11";
|
||||
sha256 = "005jljanccyxj7j7lnkralir1lcinka5kapw0nv39pd1ibyc1nrb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -101267,8 +101325,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "git-annex";
|
||||
version = "8.20200720.1";
|
||||
sha256 = "0g4wlfkwr9w21hvdywc7sk077rxlnigdr4m4yz41rc0s2nbjc9fn";
|
||||
version = "8.20200810";
|
||||
sha256 = "1wy6ckcf5f6m94gakg1504h1zryail3mmj85sglq03s45vawjcg6";
|
||||
configureFlags = [
|
||||
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
|
||||
"-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
|
||||
@ -115238,8 +115296,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ci";
|
||||
version = "0.10.2";
|
||||
sha256 = "07yqgwacz1qll2nvwdq1w4n35yca1k569i947s310pb22asbd5w2";
|
||||
version = "0.10.3";
|
||||
sha256 = "18qynghm1aj0qr18v6m3md75p2l3kyhki03798jwhi4kc5qdk2vv";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -144672,8 +144730,6 @@ self: {
|
||||
];
|
||||
description = "Invertible parsing combinators framework";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"invertible-hlist" = callPackage
|
||||
@ -145166,8 +145222,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ipfs";
|
||||
version = "1.1.1";
|
||||
sha256 = "0jhmhf4xkdcpnag81g90r41fjijvkqvph8fm8dl7nbdmxjvw9amc";
|
||||
version = "1.1.2";
|
||||
sha256 = "13pzj9wx7f0wgzk1hy791a4p2ivfxyb045srfa75l065ca8bjnis";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring envy flow Glob ip lens monad-logger
|
||||
regex-compat rio servant-client servant-server swagger2 text vector
|
||||
@ -171651,6 +171707,20 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"monad-introspect" = callPackage
|
||||
({ mkDerivation, base, coercion-extras, mmorph, mtl, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-introspect";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "15c5ind2ddmj7xqps5fvlwl9awvsrpqcwaszlikf697aqjqra1nb";
|
||||
libraryHaskellDepends = [
|
||||
base coercion-extras mmorph mtl transformers
|
||||
];
|
||||
description = "A reader monad that gives the environment access to the entire transformer stack";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"monad-io-adapter" = callPackage
|
||||
({ mkDerivation, base, exceptions, hspec, monad-control
|
||||
, monad-logger, mtl, transformers, transformers-base
|
||||
@ -177221,17 +177291,20 @@ self: {
|
||||
}) {};
|
||||
|
||||
"myxine-client" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, dependent-map
|
||||
, dependent-sum, file-embed, hashable, http-client, http-types, req
|
||||
, template-haskell, text, transformers, unordered-containers
|
||||
({ mkDerivation, aeson, async, base, blaze-html, blaze-markup
|
||||
, bytestring, constraints, containers, dependent-map, file-embed
|
||||
, hashable, http-client, http-types, lens, modern-uri, mtl, req
|
||||
, salve, some, spoon, template-haskell, text, transformers
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "myxine-client";
|
||||
version = "0.0.0.2";
|
||||
sha256 = "1pfvkdc7pa7x16skdcx355l20qk6574nhkjyzpk9jb7i0wqjqsf8";
|
||||
version = "0.0.1.0";
|
||||
sha256 = "1vd1dxg39vwz9w58zxpp3mk66gk00534h6c846v2d77nqn0yajf0";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring dependent-map dependent-sum file-embed
|
||||
hashable http-client http-types req template-haskell text
|
||||
aeson async base blaze-html blaze-markup bytestring constraints
|
||||
containers dependent-map file-embed hashable http-client http-types
|
||||
lens modern-uri mtl req salve some spoon template-haskell text
|
||||
transformers unordered-containers
|
||||
];
|
||||
testHaskellDepends = [ bytestring text ];
|
||||
@ -181862,8 +181935,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nom";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "01dg6h98pdzhrwryzhcmjrynxv6674pjpklkxkrpaymy29a9c9a0";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "18vgasg9szc88pa61gw6qpasx6l9jx0z9lm36xa96j4ml4vr3ddf";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
algebra base containers data-default extra finite-typelits flow
|
||||
@ -204017,6 +204090,30 @@ self: {
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"proto3-wire_1_2_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, deepseq
|
||||
, doctest, ghc-prim, hashable, parameterized, primitive, QuickCheck
|
||||
, safe, tasty, tasty-hunit, tasty-quickcheck, text, transformers
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "proto3-wire";
|
||||
version = "1.2.0";
|
||||
sha256 = "1xrnrh4njnw6af8xxg9xhcxrscg0g644jx4l9an4iqz6xmjp2nk2";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cereal containers deepseq ghc-prim hashable
|
||||
parameterized primitive QuickCheck safe text transformers
|
||||
unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring cereal doctest QuickCheck tasty tasty-hunit
|
||||
tasty-quickcheck text transformers vector
|
||||
];
|
||||
description = "A low-level implementation of the Protocol Buffers (version 3) wire format";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"protobuf" = callPackage
|
||||
({ mkDerivation, base, base-orphans, bytestring, cereal, containers
|
||||
, data-binary-ieee754, deepseq, hex, HUnit, mtl, QuickCheck, tagged
|
||||
@ -227409,8 +227506,6 @@ self: {
|
||||
];
|
||||
description = "Invertible grammar combinators for S-expressions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"sexp-show" = callPackage
|
||||
@ -228860,6 +228955,8 @@ self: {
|
||||
pname = "shh";
|
||||
version = "0.7.0.8";
|
||||
sha256 = "1f8r8wymdbv8j2m3apdw75xqq2c1s4wr694qhxljvwa9r0s326wf";
|
||||
revision = "1";
|
||||
editedCabalFile = "03gvwv2hxrp8ncfmwhp7hn8xah5mx9fgm298s83l78grqjlzdbil";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -237122,8 +237219,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "squeeze";
|
||||
version = "1.0.4.18";
|
||||
sha256 = "0s10k1fyh8xrsf0cbj32r8f7clcj6pfyc39b9bmgsixg1qngjbdj";
|
||||
version = "1.0.4.19";
|
||||
sha256 = "0zb4nbgwlifzaw28g09qhvvjk8a795zww0b746bj98wgzyxp6a50";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -242992,8 +243089,8 @@ self: {
|
||||
({ mkDerivation, base, vector }:
|
||||
mkDerivation {
|
||||
pname = "summer";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1aw0cb7hrjapkbkmb3wgpiirn6m0azhzzil5jm2g309w6sn49n97";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1xcfw3f4y53a9jdj2a7jy32pp5pcvqsv78gblkjj1bxvsijwa4ab";
|
||||
libraryHaskellDepends = [ base vector ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "An implementation of extensible products and sums";
|
||||
@ -246815,8 +246912,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "taskell";
|
||||
version = "1.9.3.0";
|
||||
sha256 = "06pdfi5bw2ga0pizq01x35gp8f90c8gr4ivbm5k4a7xv6pwr8mf0";
|
||||
version = "1.10.0";
|
||||
sha256 = "14syiis60fds1r295d6nlvw0mn1d1d6ly0j69r9srbcbrbb2j7yw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -270877,8 +270974,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "weekdaze";
|
||||
version = "0.0.0.2";
|
||||
sha256 = "17i8pq4xfc6mxdphc7xiiwlnqw3m70sh7d3pjnql33m1083kbkxb";
|
||||
version = "0.0.0.3";
|
||||
sha256 = "1khnizhk45qbjrxq24bfs183wbmrdxax7k09mjm9717wb350v6k6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user