forked from mirrors/nixpkgs
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-27-g11a103b from Hackage revision
6bc2827ce8
.
This commit is contained in:
parent
b39cad34df
commit
35b28deeb8
|
@ -49370,6 +49370,33 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"charter" = callPackage
|
||||
({ mkDerivation, aeson, async, base, bytestring, containers
|
||||
, http-types, MonadRandom, mtl, one-liner, process, random
|
||||
, scientific, text, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "charter";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "04yspisrm08364j5i5q2xi0p8lhhhn3dk7l85z4fb9jl4d1ypk2q";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson async base bytestring containers http-types mtl one-liner
|
||||
process scientific text wai warp
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson async base bytestring containers http-types MonadRandom mtl
|
||||
one-liner process random scientific text wai warp
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson async base bytestring containers http-types mtl one-liner
|
||||
process scientific text wai warp
|
||||
];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"chaselev-deque" = callPackage
|
||||
({ mkDerivation, abstract-deque, abstract-deque-tests, array
|
||||
, atomic-primops, base, containers, ghc-prim, HUnit, test-framework
|
||||
|
@ -187509,8 +187536,8 @@ self: {
|
|||
({ mkDerivation, base, containers, polysemy, polysemy-zoo }:
|
||||
mkDerivation {
|
||||
pname = "polysemy-extra";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "1lv5zw3wwgyxnsa3c1cfgpqaqj1w4ybph5r8hqr2h7xxaa6wajsx";
|
||||
version = "0.1.6.1";
|
||||
sha256 = "1x588nsfnfjwzgcpngj5cm4pb27x5shpvy7yzgkvzihcy1nw0vz5";
|
||||
libraryHaskellDepends = [ base containers polysemy polysemy-zoo ];
|
||||
description = "Extra Input and Output functions for polysemy..";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -187600,8 +187627,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-methodology";
|
||||
version = "0.1.6.0";
|
||||
sha256 = "0wsl39hznf6wpq4yd4n0sz9d5yw36xclyg9mrhifzc04mzn3dbi3";
|
||||
version = "0.1.7.0";
|
||||
sha256 = "1qb2rj2fc7vaf9i0lm9gqzkfy5a8zmsq9ibvhmc4457yd3k7cfcg";
|
||||
libraryHaskellDepends = [
|
||||
base co-log-polysemy polysemy polysemy-plugin polysemy-zoo
|
||||
];
|
||||
|
@ -187615,8 +187642,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-methodology-composite";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1gp3jwhhkrbxdmwvcd08x7vphqd99y2zyj81s3ni3249yb3mjcpm";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "034hiwm8qj0i0rhdmybyya4cqnrqk7k0a6ga9c4alyyrdydks60x";
|
||||
libraryHaskellDepends = [
|
||||
base composite-base polysemy polysemy-extra polysemy-methodology
|
||||
polysemy-vinyl vinyl
|
||||
|
@ -187757,8 +187784,8 @@ self: {
|
|||
({ mkDerivation, base, polysemy, polysemy-extra, vinyl }:
|
||||
mkDerivation {
|
||||
pname = "polysemy-vinyl";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0cg170avw16cdssirjz5di466z2i5fh3y7whq5cpwc7dqqffxdak";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "1545a125bfgi5314dxhak5dnx9h5kwanzgbp1f88f96hlxik1rjh";
|
||||
libraryHaskellDepends = [ base polysemy polysemy-extra vinyl ];
|
||||
description = "Functions for mapping vinyl records in polysemy";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue