hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
4f5ce94cb8
.
This commit is contained in:
parent
ad6dd781b4
commit
e1dd9eefa1
256
pkgs/development/haskell-modules/hackage-packages.nix
generated
256
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -6882,15 +6882,13 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Gamgine";
|
pname = "Gamgine";
|
||||||
version = "0.5.3";
|
version = "0.6.0";
|
||||||
sha256 = "08awl1f1310ifx9gzjrinsv37n7k2yaxvmjaymjh01pawlp3w4gc";
|
sha256 = "171mfxq7s719j3h2nfsck2qmwrkmlp3731na6nd81b5x3jvl3ma0";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "1i14r4r8814l8cilp24ypcsbac284m6pvib5037sypgqv72wn044";
|
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base bytestring composition cpphs data-lens directory
|
array base bytestring composition data-lens directory filepath
|
||||||
filepath GLFW-b ListZipper mtl OpenGLRaw parsec pretty-show
|
GLFW-b ListZipper mtl OpenGLRaw parsec pretty-show StateVar time
|
||||||
StateVar time unordered-containers utility-ht Vec zlib
|
unordered-containers utility-ht Vec zlib
|
||||||
];
|
];
|
||||||
libraryToolDepends = [ cpphs ];
|
libraryToolDepends = [ cpphs ];
|
||||||
description = "Some kind of game library or set of utilities";
|
description = "Some kind of game library or set of utilities";
|
||||||
@ -39532,13 +39530,17 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"binary-io" = callPackage
|
"binary-io" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, hspec, process }:
|
({ mkDerivation, async, base, binary, bytestring, deque, hspec
|
||||||
|
, process, stm
|
||||||
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "binary-io";
|
pname = "binary-io";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
sha256 = "1m58zjavqcri55diwz6fspbg5qx3qj3b82ch1g740zdr27ly0bwn";
|
sha256 = "1jc362y8ql983fhgcwb8sxgqjnhqd3xis2igcl9dv0zvqmi5jpv6";
|
||||||
libraryHaskellDepends = [ base binary bytestring ];
|
libraryHaskellDepends = [ base binary bytestring deque process ];
|
||||||
testHaskellDepends = [ base binary bytestring hspec process ];
|
testHaskellDepends = [
|
||||||
|
async base binary bytestring hspec process stm
|
||||||
|
];
|
||||||
description = "Read and write values of types that implement Binary";
|
description = "Read and write values of types that implement Binary";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
@ -47050,8 +47052,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cabal-bounds";
|
pname = "cabal-bounds";
|
||||||
version = "2.2.1";
|
version = "2.3.0";
|
||||||
sha256 = "13pqdmghs92rwkg8fkky30sqimq54yzw2y1z5czdsmlj46r8i6ij";
|
sha256 = "106q5imjznbh7x2pvvgfsn8qx1awb00w0mgfrkkzbwnwc3g8jnw3";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -47062,7 +47064,7 @@ self: {
|
|||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base directory filepath Glob process tasty tasty-golden
|
base directory filepath Glob process tasty tasty-golden
|
||||||
];
|
];
|
||||||
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
|
description = "A command line program for managing the dependency versions in a cabal file";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
broken = true;
|
broken = true;
|
||||||
@ -47143,8 +47145,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cabal-cargs";
|
pname = "cabal-cargs";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
sha256 = "10dqy2i2rq4hq81v2gar2bsq3glx5yg5mwp9a0h7drap69407ygs";
|
sha256 = "08n2n0p3m282yx7cf1nzmlfmw0xikqwrj3l1s8jmx18z2gh0x1h4";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -47610,10 +47612,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cabal-lenses";
|
pname = "cabal-lenses";
|
||||||
version = "0.9.0";
|
version = "0.10.1";
|
||||||
sha256 = "0rvkwqzz92p85i9xwcxg3ah4imxh46ficg6yk0l6g9687970gfrg";
|
sha256 = "0pjzz5d2s6b2xaqgb7z3ry5zpba84x3iy2hw3a7xq32ciyl3gnhb";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "0snzm6qvalyczmdicff5fsradk3h1bm3cqcax6rmwzr7xa1j43p7";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base Cabal lens strict system-fileio system-filepath text
|
base Cabal lens strict system-fileio system-filepath text
|
||||||
transformers unordered-containers
|
transformers unordered-containers
|
||||||
@ -68576,6 +68576,34 @@ self: {
|
|||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"dbus_1_2_16" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, cereal, conduit, containers
|
||||||
|
, criterion, deepseq, directory, exceptions, extra, filepath, lens
|
||||||
|
, network, parsec, process, QuickCheck, random, resourcet, split
|
||||||
|
, tasty, tasty-hunit, tasty-quickcheck, template-haskell, text
|
||||||
|
, th-lift, transformers, unix, vector, xml-conduit, xml-types
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "dbus";
|
||||||
|
version = "1.2.16";
|
||||||
|
sha256 = "103zxllh7nwbbckjblidr45xa13lrpqh9bwhvirrx24g7hsj1y9c";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring cereal conduit containers deepseq exceptions
|
||||||
|
filepath lens network parsec random split template-haskell text
|
||||||
|
th-lift transformers unix vector xml-conduit xml-types
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring cereal containers directory extra filepath network
|
||||||
|
parsec process QuickCheck random resourcet tasty tasty-hunit
|
||||||
|
tasty-quickcheck text transformers unix vector
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [ base criterion ];
|
||||||
|
doCheck = false;
|
||||||
|
description = "A client library for the D-Bus IPC system";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"dbus-client" = callPackage
|
"dbus-client" = callPackage
|
||||||
({ mkDerivation, base, containers, dbus-core, monads-tf, text
|
({ mkDerivation, base, containers, dbus-core, monads-tf, text
|
||||||
, transformers
|
, transformers
|
||||||
@ -73105,6 +73133,18 @@ self: {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"dijkstra-simple" = callPackage
|
||||||
|
({ mkDerivation, base, containers, fingertree, hspec }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "dijkstra-simple";
|
||||||
|
version = "0.1.0";
|
||||||
|
sha256 = "068jfmkk14fmyd8ars13zi8z716d7ak0mxj3zm5f1zyj31901wz8";
|
||||||
|
libraryHaskellDepends = [ base containers fingertree ];
|
||||||
|
testHaskellDepends = [ base containers fingertree hspec ];
|
||||||
|
description = "A simpler Dijkstra shortest paths implementation";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"dimensional" = callPackage
|
"dimensional" = callPackage
|
||||||
({ mkDerivation, base, criterion, deepseq, doctest, exact-pi, Glob
|
({ mkDerivation, base, criterion, deepseq, doctest, exact-pi, Glob
|
||||||
, hspec, hspec-discover, ieee754, numtype-dk, QuickCheck
|
, hspec, hspec-discover, ieee754, numtype-dk, QuickCheck
|
||||||
@ -75201,6 +75241,17 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"dobutokO-effects" = callPackage
|
||||||
|
({ mkDerivation, base, dobutokO-frequency }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "dobutokO-effects";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "1fyqp3487ygrmdd49nk0wq8q2ldfc71ifmns5c5nisjdbgsjrb5n";
|
||||||
|
libraryHaskellDepends = [ base dobutokO-frequency ];
|
||||||
|
description = "A library to deal with SoX effects and possibilities";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"dobutokO-frequency" = callPackage
|
"dobutokO-frequency" = callPackage
|
||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -83845,24 +83896,24 @@ self: {
|
|||||||
|
|
||||||
"exigo-schema" = callPackage
|
"exigo-schema" = callPackage
|
||||||
({ mkDerivation, aeson, base, binary, bytestring, directory
|
({ mkDerivation, aeson, base, binary, bytestring, directory
|
||||||
, exceptions, hint, hspec, hspec-core, interpolate, persistent
|
, esqueleto, exceptions, hint, hspec, hspec-core, interpolate
|
||||||
, persistent-template, QuickCheck, quickcheck-text
|
, monad-logger, mtl, persistent, persistent-sqlite
|
||||||
|
, persistent-template, QuickCheck, quickcheck-text, resourcet
|
||||||
, template-haskell, temporary, text, th-lift-instances
|
, template-haskell, temporary, text, th-lift-instances
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "exigo-schema";
|
pname = "exigo-schema";
|
||||||
version = "0.2.0.0";
|
version = "0.2.0.2";
|
||||||
sha256 = "1p9hss4s6fx59dy92pwnzph29yxprdzs96j7va9ycx31x34g41yx";
|
sha256 = "0kaja735bsgzywhfa16wg5kvjc1c89gvm503gxxyhkakacmp2002";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "1r1sz3b4s6yvg5p7lzy1ir0zl1scy1jfk5bsml4jc78ivl2rssf1";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base binary bytestring persistent persistent-template
|
aeson base binary bytestring persistent persistent-template
|
||||||
template-haskell text th-lift-instances
|
template-haskell text th-lift-instances
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base directory exceptions hint hspec hspec-core interpolate
|
aeson base bytestring directory esqueleto exceptions hint hspec
|
||||||
persistent persistent-template QuickCheck quickcheck-text
|
hspec-core interpolate monad-logger mtl persistent
|
||||||
template-haskell temporary
|
persistent-sqlite persistent-template QuickCheck quickcheck-text
|
||||||
|
resourcet template-haskell temporary text
|
||||||
];
|
];
|
||||||
description = "database schema for exigo marking/assessment tools";
|
description = "database schema for exigo marking/assessment tools";
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
@ -131601,15 +131652,15 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {inherit (pkgs) lua5_3;};
|
}) {inherit (pkgs) lua5_3;};
|
||||||
|
|
||||||
"hslua_1_1_1" = callPackage
|
"hslua_1_1_2" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, exceptions, lua5_3
|
({ mkDerivation, base, bytestring, containers, exceptions, lua5_3
|
||||||
, mtl, QuickCheck, quickcheck-instances, tasty, tasty-hunit
|
, mtl, QuickCheck, quickcheck-instances, tasty, tasty-hunit
|
||||||
, tasty-quickcheck, text
|
, tasty-quickcheck, text
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hslua";
|
pname = "hslua";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
sha256 = "10gga18cg03av05rff9dg1yjmcyk16lv66zd4gwpr4g60091snbl";
|
sha256 = "1cv4lwr91ckscwm2jksrg29ka1z32974xgkcgmna4ibpyjwkslbl";
|
||||||
configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ];
|
configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers exceptions mtl text
|
base bytestring containers exceptions mtl text
|
||||||
@ -131633,6 +131684,8 @@ self: {
|
|||||||
pname = "hslua-aeson";
|
pname = "hslua-aeson";
|
||||||
version = "1.0.2";
|
version = "1.0.2";
|
||||||
sha256 = "1v5saxppbnq62ds00a7diadvqg8dnsx0sjlcanjj15h13j3yw964";
|
sha256 = "1v5saxppbnq62ds00a7diadvqg8dnsx0sjlcanjj15h13j3yw964";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1bikj789x82f4b1pqij1wshkncvlxwjwyxf9z1spfvg8nsb5sd7y";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base hashable hslua scientific text unordered-containers
|
aeson base hashable hslua scientific text unordered-containers
|
||||||
vector
|
vector
|
||||||
@ -153312,8 +153365,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "layers-game";
|
pname = "layers-game";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
sha256 = "03a8l2hmirhfnl7s07yq06szmwcr5lz2lapbpp22ryqjr3zpvwf6";
|
sha256 = "1v55940lpp9p67nnnqslzz175cbzs7sfdyinxws9dhwmjvpm4ix8";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
@ -163724,6 +163777,8 @@ self: {
|
|||||||
pname = "massiv";
|
pname = "massiv";
|
||||||
version = "0.5.2.0";
|
version = "0.5.2.0";
|
||||||
sha256 = "0j44as40bgzjixiga4l06gr3fpgk8vifmz2y12asczxwfv6k0xp1";
|
sha256 = "0j44as40bgzjixiga4l06gr3fpgk8vifmz2y12asczxwfv6k0xp1";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0vrfkbnav9vhi896d13yalsrz8d4d1lfwhwl4vc9b6syz6hf2j8y";
|
||||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring data-default-class deepseq exceptions primitive
|
base bytestring data-default-class deepseq exceptions primitive
|
||||||
@ -163739,7 +163794,7 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"massiv_0_5_3_0" = callPackage
|
"massiv_0_5_3_1" = callPackage
|
||||||
({ mkDerivation, base, bytestring, data-default-class, deepseq
|
({ mkDerivation, base, bytestring, data-default-class, deepseq
|
||||||
, doctest, exceptions, mersenne-random-pure64, primitive
|
, doctest, exceptions, mersenne-random-pure64, primitive
|
||||||
, QuickCheck, random, scheduler, splitmix, template-haskell
|
, QuickCheck, random, scheduler, splitmix, template-haskell
|
||||||
@ -163747,8 +163802,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "massiv";
|
pname = "massiv";
|
||||||
version = "0.5.3.0";
|
version = "0.5.3.1";
|
||||||
sha256 = "0wvrdm442p03qna2146d4fld4ghj1ibrxqgncc1yphzc1hxb3kzi";
|
sha256 = "0biwxrs1k5jzaxvcpjw7ryzm3w5rpb67vzdn3zgi6azci1kqqs78";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring data-default-class deepseq exceptions primitive
|
base bytestring data-default-class deepseq exceptions primitive
|
||||||
scheduler unliftio-core vector
|
scheduler unliftio-core vector
|
||||||
@ -163858,6 +163913,30 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"massiv-test_0_1_3_1" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, containers, data-default
|
||||||
|
, data-default-class, deepseq, exceptions, genvalidity-hspec, hspec
|
||||||
|
, massiv, mwc-random, primitive, QuickCheck, scheduler, unliftio
|
||||||
|
, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "massiv-test";
|
||||||
|
version = "0.1.3.1";
|
||||||
|
sha256 = "0nwrfxi77w2xmmy7j7fh6kb06hzhmxl8vagdb856xmr9cbq02nj5";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring data-default-class deepseq exceptions hspec massiv
|
||||||
|
primitive QuickCheck scheduler unliftio vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring containers data-default deepseq genvalidity-hspec
|
||||||
|
hspec massiv mwc-random primitive QuickCheck scheduler vector
|
||||||
|
];
|
||||||
|
description = "Library that contains generators, properties and tests for Massiv Array Library";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"master-plan" = callPackage
|
"master-plan" = callPackage
|
||||||
({ mkDerivation, base, diagrams, diagrams-lib, diagrams-rasterific
|
({ mkDerivation, base, diagrams, diagrams-lib, diagrams-rasterific
|
||||||
, hspec, megaparsec, mtl, optparse-applicative, QuickCheck
|
, hspec, megaparsec, mtl, optparse-applicative, QuickCheck
|
||||||
@ -188514,6 +188593,8 @@ self: {
|
|||||||
pname = "password";
|
pname = "password";
|
||||||
version = "2.0.1.1";
|
version = "2.0.1.1";
|
||||||
sha256 = "1fi39w79p7jaw85i5r8f4flw7s1n2ljxj5ci9gda6a556015w1p8";
|
sha256 = "1fi39w79p7jaw85i5r8f4flw7s1n2ljxj5ci9gda6a556015w1p8";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1r27scxmkmvw8nbcg4x3k10ibq4qhrmpwgnqbnz32g1fvw7mlxg3";
|
||||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base base64 bytestring cryptonite memory text
|
base base64 bytestring cryptonite memory text
|
||||||
@ -222562,6 +222643,60 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"servant-rawm_1_0_0_0" = callPackage
|
||||||
|
({ mkDerivation, base, servant }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "servant-rawm";
|
||||||
|
version = "1.0.0.0";
|
||||||
|
sha256 = "05gv21y7vzw7gdbsk0nax47rnn4isjmx7hbbwilsv0cj7l8qm1bk";
|
||||||
|
libraryHaskellDepends = [ base servant ];
|
||||||
|
description = "Embed a raw 'Application' in a Servant API";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"servant-rawm-client" = callPackage
|
||||||
|
({ mkDerivation, base, servant-client-core, servant-rawm }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "servant-rawm-client";
|
||||||
|
version = "1.0.0.0";
|
||||||
|
sha256 = "1ivl8pvk3rfi3bm5nhmx334r5rwi7vdkl3pbg90fzwj7brd2vsyz";
|
||||||
|
libraryHaskellDepends = [ base servant-client-core servant-rawm ];
|
||||||
|
description = "The client implementation of servant-rawm";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"servant-rawm-docs" = callPackage
|
||||||
|
({ mkDerivation, base, http-media, http-types, lens, servant-docs
|
||||||
|
, servant-rawm
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "servant-rawm-docs";
|
||||||
|
version = "1.0.0.0";
|
||||||
|
sha256 = "05h6j7vylir41mbhhbwvmj5n2cpwbjr9km4xm9bc5phl9m3qxsn3";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base http-media http-types lens servant-docs servant-rawm
|
||||||
|
];
|
||||||
|
description = "Documentation generator for 'RawM' endpoints";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"servant-rawm-server" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, filepath, resourcet
|
||||||
|
, servant-rawm, servant-server, wai, wai-app-static
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "servant-rawm-server";
|
||||||
|
version = "1.0.0.0";
|
||||||
|
sha256 = "0ipi5k5zc077146c48rysaqjn37jikmgb10qz11v6728xrvxvrzi";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring filepath resourcet servant-rawm servant-server wai
|
||||||
|
wai-app-static
|
||||||
|
];
|
||||||
|
description = "The server implementation of servant-rawm";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"servant-reason" = callPackage
|
"servant-reason" = callPackage
|
||||||
({ mkDerivation, aeson, base, Diff, directory, hspec, HUnit
|
({ mkDerivation, aeson, base, Diff, directory, hspec, HUnit
|
||||||
, interpolate, lens, mockery, process, reason-export, servant
|
, interpolate, lens, mockery, process, reason-export, servant
|
||||||
@ -223057,16 +223192,16 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"servant-swagger-tags" = callPackage
|
"servant-swagger-tags" = callPackage
|
||||||
({ mkDerivation, base, containers, lens, servant, servant-mock
|
({ mkDerivation, base, insert-ordered-containers, lens, servant
|
||||||
, servant-server, servant-swagger, swagger2, text
|
, servant-mock, servant-server, servant-swagger, swagger2, text
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "servant-swagger-tags";
|
pname = "servant-swagger-tags";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "1938kr3jcpwy8imias0bk7xqp0v3ijajpdfdpgibyphklfqnck64";
|
sha256 = "1hl0baa739a5kdg274b8cwyd5h5iam9bxj3ql96ljwdp9j2cnv2v";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers lens servant servant-mock servant-server
|
base insert-ordered-containers lens servant servant-mock
|
||||||
servant-swagger swagger2 text
|
servant-server servant-swagger swagger2 text
|
||||||
];
|
];
|
||||||
description = "Swagger Tags for Servant";
|
description = "Swagger Tags for Servant";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -234956,6 +235091,8 @@ self: {
|
|||||||
pname = "stackcollapse-ghc";
|
pname = "stackcollapse-ghc";
|
||||||
version = "0.0.1.1";
|
version = "0.0.1.1";
|
||||||
sha256 = "18glq0hkfr02iw8p842hmk4rv5d8sb565lyccklxdmfn708ick23";
|
sha256 = "18glq0hkfr02iw8p842hmk4rv5d8sb565lyccklxdmfn708ick23";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "14pb8v69idj8dqqm50xigdasqg2jrai6lcl95mw96br70fwb6k15";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
@ -238169,8 +238306,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "string-random";
|
pname = "string-random";
|
||||||
version = "0.1.2.0";
|
version = "0.1.3.0";
|
||||||
sha256 = "1jw05cvzzmma28xvak517y8gb7gjsdmr5iafgz5snxikcjzav0l2";
|
sha256 = "18yni8zm51x65i5h1c4sr9msd5fqa3fnh3zm0dck2wk364xz7dsy";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -245298,13 +245435,12 @@ self: {
|
|||||||
({ mkDerivation, array, base, c2hs }:
|
({ mkDerivation, array, base, c2hs }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "termbox";
|
pname = "termbox";
|
||||||
version = "0.2.0";
|
version = "0.2.0.1";
|
||||||
sha256 = "04y1wj65c6nhv08jd83ihvph45fs5279px4ivm5cinnz5m721jqg";
|
sha256 = "0rqlhinc1vmxnmwxrcv5rb78j3jmp6iwfcabzf95nhclvjhdadr8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [ array base ];
|
libraryHaskellDepends = [ array base ];
|
||||||
libraryToolDepends = [ c2hs ];
|
libraryToolDepends = [ c2hs ];
|
||||||
executableHaskellDepends = [ base ];
|
|
||||||
description = "termbox bindings";
|
description = "termbox bindings";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
@ -247104,8 +247240,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "text-time";
|
pname = "text-time";
|
||||||
version = "0.2.0";
|
version = "0.3.1";
|
||||||
sha256 = "14pk5h7mswdr6dpiw7m4z64dadgrdpw77inyq6kmwaskqc1whqng";
|
sha256 = "1p0vdhvpcz07wiam3hsi7fixknb6shxlhvg624vksacg06qkck41";
|
||||||
libraryHaskellDepends = [ attoparsec base formatting text time ];
|
libraryHaskellDepends = [ attoparsec base formatting text time ];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
attoparsec base Cabal formatting hspec QuickCheck text time
|
attoparsec base Cabal formatting hspec QuickCheck text time
|
||||||
@ -264790,6 +264926,24 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"wai-saml2" = callPackage
|
||||||
|
({ mkDerivation, base, base64-bytestring, bytestring, c14n
|
||||||
|
, cryptonite, data-default-class, http-types, mtl, text, time
|
||||||
|
, vault, wai, wai-extra, x509, x509-store, xml-conduit
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "wai-saml2";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "06fvpcnznb883xqzi4shs3gk0ih8vix6a6dhv6azk3ca7gblzb84";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base base64-bytestring bytestring c14n cryptonite
|
||||||
|
data-default-class http-types mtl text time vault wai wai-extra
|
||||||
|
x509 x509-store xml-conduit
|
||||||
|
];
|
||||||
|
description = "SAML2 assertion validation as WAI middleware";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"wai-secure-cookies" = callPackage
|
"wai-secure-cookies" = callPackage
|
||||||
({ mkDerivation, base, bytestring, cryptonite, hspec
|
({ mkDerivation, base, bytestring, cryptonite, hspec
|
||||||
, hspec-expectations, hspec-wai, http-types, memory, protolude
|
, hspec-expectations, hspec-wai, http-types, memory, protolude
|
||||||
|
Loading…
x
Reference in New Issue
Block a user