hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-8-g5f3e95b from Hackage revision
2bcfb7bba6
.
This commit is contained in:
parent
8916ba141b
commit
6c59acc8ae
@ -2614,6 +2614,25 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"ChasingBottoms_1_3_1_2" = callPackage
|
||||||
|
({ mkDerivation, array, base, containers, mtl, QuickCheck, random
|
||||||
|
, syb
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "ChasingBottoms";
|
||||||
|
version = "1.3.1.2";
|
||||||
|
sha256 = "796e278b60c4a24eb6772155ea0edff9e20f96d396cfcd6c5a55d10a3bd2b8d6";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base containers mtl QuickCheck random syb
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
array base containers mtl QuickCheck random syb
|
||||||
|
];
|
||||||
|
description = "For testing partial and infinite values";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"CheatSheet" = callPackage
|
"CheatSheet" = callPackage
|
||||||
({ mkDerivation, base, containers, directory }:
|
({ mkDerivation, base, containers, directory }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -29392,8 +29411,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "binary-parsers";
|
pname = "binary-parsers";
|
||||||
version = "0.2.2.0";
|
version = "0.2.3.0";
|
||||||
sha256 = "85e4e0b6d3250a43f4f3a2e9067c05807f51f5aa235daf17c3f013b05772390f";
|
sha256 = "bc6195493b950efcbeb9ef54dfe47a6badf894dff934cf02a4b170331c1b217a";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base binary bytestring bytestring-lexing scientific
|
base binary bytestring bytestring-lexing scientific
|
||||||
];
|
];
|
||||||
@ -41598,6 +41617,29 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"conduit_1_2_8" = callPackage
|
||||||
|
({ mkDerivation, base, containers, exceptions, hspec, lifted-base
|
||||||
|
, mmorph, monad-control, mtl, QuickCheck, resourcet, safe
|
||||||
|
, transformers, transformers-base
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "conduit";
|
||||||
|
version = "1.2.8";
|
||||||
|
sha256 = "80d5df4c70adf2b7e87138c55fba25e05be30eaef0c9a7926d97ae0c0cdb17fb";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base exceptions lifted-base mmorph monad-control mtl resourcet
|
||||||
|
transformers transformers-base
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base containers exceptions hspec mtl QuickCheck resourcet safe
|
||||||
|
transformers
|
||||||
|
];
|
||||||
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
|
description = "Streaming data processing library";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"conduit-audio" = callPackage
|
"conduit-audio" = callPackage
|
||||||
({ mkDerivation, base, conduit, vector }:
|
({ mkDerivation, base, conduit, vector }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -41701,6 +41743,36 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"conduit-combinators_1_0_8" = callPackage
|
||||||
|
({ mkDerivation, base, base16-bytestring, base64-bytestring
|
||||||
|
, bytestring, chunked-data, conduit, conduit-extra, containers
|
||||||
|
, directory, filepath, hspec, monad-control, mono-traversable, mtl
|
||||||
|
, mwc-random, primitive, QuickCheck, resourcet, safe, silently
|
||||||
|
, text, transformers, transformers-base, unix, unix-compat, vector
|
||||||
|
, void
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "conduit-combinators";
|
||||||
|
version = "1.0.8";
|
||||||
|
sha256 = "c486be3d35d85ca697beffce0ef68ae28c1c4fb94e3884f4cfb6df5ecb5ad04b";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base base16-bytestring base64-bytestring bytestring chunked-data
|
||||||
|
conduit conduit-extra filepath monad-control mono-traversable
|
||||||
|
mwc-random primitive resourcet text transformers transformers-base
|
||||||
|
unix unix-compat vector void
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base base16-bytestring base64-bytestring bytestring chunked-data
|
||||||
|
conduit containers directory filepath hspec mono-traversable mtl
|
||||||
|
mwc-random QuickCheck safe silently text transformers vector
|
||||||
|
];
|
||||||
|
jailbreak = true;
|
||||||
|
homepage = "https://github.com/snoyberg/mono-traversable";
|
||||||
|
description = "Commonly used conduit functions, for both chunked and unchunked data";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"conduit-connection" = callPackage
|
"conduit-connection" = callPackage
|
||||||
({ mkDerivation, base, bytestring, conduit, connection, HUnit
|
({ mkDerivation, base, bytestring, conduit, connection, HUnit
|
||||||
, network, resourcet, test-framework, test-framework-hunit
|
, network, resourcet, test-framework, test-framework-hunit
|
||||||
@ -61859,8 +61931,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "foldl-statistics";
|
pname = "foldl-statistics";
|
||||||
version = "0.1.3.0";
|
version = "0.1.4.0";
|
||||||
sha256 = "6ec6a84fd0139b0e6466da233d333b45e824d2a4a4c59a429f5fd7e77948ca2c";
|
sha256 = "0d800d6202b6411207154f1c7d1be8f77fef7e332ccaf3c486db972c935cf414";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base foldl math-functions profunctors semigroups
|
base foldl math-functions profunctors semigroups
|
||||||
];
|
];
|
||||||
@ -67341,9 +67413,9 @@ self: {
|
|||||||
}) {inherit (pkgs) libnotify;};
|
}) {inherit (pkgs) libnotify;};
|
||||||
|
|
||||||
"gi-pango" = callPackage
|
"gi-pango" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, gi-glib, gi-gobject
|
({ mkDerivation, base, bytestring, cairo, containers, gi-glib
|
||||||
, gobjectIntrospection, haskell-gi, haskell-gi-base, pango, text
|
, gi-gobject, gobjectIntrospection, haskell-gi, haskell-gi-base
|
||||||
, transformers
|
, pango, text, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "gi-pango";
|
pname = "gi-pango";
|
||||||
@ -67353,20 +67425,24 @@ self: {
|
|||||||
base bytestring containers gi-glib gi-gobject haskell-gi
|
base bytestring containers gi-glib gi-gobject haskell-gi
|
||||||
haskell-gi-base text transformers
|
haskell-gi-base text transformers
|
||||||
];
|
];
|
||||||
libraryPkgconfigDepends = [ gobjectIntrospection pango ];
|
libraryPkgconfigDepends = [ cairo gobjectIntrospection pango ];
|
||||||
doHaddock = false;
|
doHaddock = false;
|
||||||
preConfigure = ''export HASKELL_GI_GIR_SEARCH_PATH=${gobjectIntrospection.dev}/share/gir-1.0'';
|
preConfigure = ''export HASKELL_GI_GIR_SEARCH_PATH=${gobjectIntrospection.dev}/share/gir-1.0'';
|
||||||
|
preCompileBuildDriver = ''
|
||||||
|
PKG_CONFIG_PATH+=":${cairo}/lib/pkgconfig"
|
||||||
|
setupCompileFlags+=" $(pkg-config --libs cairo-gobject)"
|
||||||
|
'';
|
||||||
homepage = "https://github.com/haskell-gi/haskell-gi";
|
homepage = "https://github.com/haskell-gi/haskell-gi";
|
||||||
description = "Pango bindings";
|
description = "Pango bindings";
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {inherit (pkgs) gobjectIntrospection;
|
}) {inherit (pkgs) cairo; inherit (pkgs) gobjectIntrospection;
|
||||||
inherit (pkgs.gnome2) pango;};
|
inherit (pkgs.gnome2) pango;};
|
||||||
|
|
||||||
"gi-pango_1_0_6" = callPackage
|
"gi-pango_1_0_6" = callPackage
|
||||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
|
({ mkDerivation, base, bytestring, Cabal, cairo, containers
|
||||||
, gi-gobject, gobjectIntrospection, haskell-gi, haskell-gi-base
|
, gi-glib, gi-gobject, gobjectIntrospection, haskell-gi
|
||||||
, pango, text, transformers
|
, haskell-gi-base, pango, text, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "gi-pango";
|
pname = "gi-pango";
|
||||||
@ -67377,14 +67453,18 @@ self: {
|
|||||||
base bytestring containers gi-glib gi-gobject haskell-gi-base text
|
base bytestring containers gi-glib gi-gobject haskell-gi-base text
|
||||||
transformers
|
transformers
|
||||||
];
|
];
|
||||||
libraryPkgconfigDepends = [ gobjectIntrospection pango ];
|
libraryPkgconfigDepends = [ cairo gobjectIntrospection pango ];
|
||||||
doHaddock = false;
|
doHaddock = false;
|
||||||
preConfigure = ''export HASKELL_GI_GIR_SEARCH_PATH=${gobjectIntrospection.dev}/share/gir-1.0'';
|
preConfigure = ''export HASKELL_GI_GIR_SEARCH_PATH=${gobjectIntrospection.dev}/share/gir-1.0'';
|
||||||
|
preCompileBuildDriver = ''
|
||||||
|
PKG_CONFIG_PATH+=":${cairo}/lib/pkgconfig"
|
||||||
|
setupCompileFlags+=" $(pkg-config --libs cairo-gobject)"
|
||||||
|
'';
|
||||||
homepage = "https://github.com/haskell-gi/haskell-gi";
|
homepage = "https://github.com/haskell-gi/haskell-gi";
|
||||||
description = "Pango bindings";
|
description = "Pango bindings";
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {inherit (pkgs) gobjectIntrospection;
|
}) {inherit (pkgs) cairo; inherit (pkgs) gobjectIntrospection;
|
||||||
inherit (pkgs.gnome2) pango;};
|
inherit (pkgs.gnome2) pango;};
|
||||||
|
|
||||||
"gi-pangocairo" = callPackage
|
"gi-pangocairo" = callPackage
|
||||||
@ -98383,8 +98463,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "iridium";
|
pname = "iridium";
|
||||||
version = "0.1.5.4";
|
version = "0.1.5.5";
|
||||||
sha256 = "665c68ad724532fd65b1043e7152df8823bbcdb7e28c74ea4c0527cc017a3937";
|
sha256 = "161d533ebde52dd4854a8d8e46f1d4c506178a94672a61948f1f70ed6db1b726";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -98398,7 +98478,7 @@ self: {
|
|||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
homepage = "https://github.com/lspitzner/iridium";
|
homepage = "https://github.com/lspitzner/iridium";
|
||||||
description = "Automated Testing and Package Uploading";
|
description = "Automated Local Testing and Package Uploading";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -101860,26 +101940,27 @@ self: {
|
|||||||
({ mkDerivation, aeson, argon2, async, base, binary, bloomfilter
|
({ mkDerivation, aeson, argon2, async, base, binary, bloomfilter
|
||||||
, bytestring, containers, crypto-random, deepseq, directory
|
, bytestring, containers, crypto-random, deepseq, directory
|
||||||
, disk-free-space, exceptions, fast-logger, filepath, http-client
|
, disk-free-space, exceptions, fast-logger, filepath, http-client
|
||||||
, lifted-base, network, optparse-applicative, process, raaz, random
|
, lifted-base, MonadRandom, network, optparse-applicative, process
|
||||||
, readline, SafeSemaphore, secret-sharing, servant, servant-client
|
, raaz, random, random-shuffle, readline, SafeSemaphore
|
||||||
, servant-server, socks, split, stm, text, time, token-bucket
|
, secret-sharing, servant, servant-client, servant-server, socks
|
||||||
, transformers, unbounded-delays, unix, unix-compat, utf8-string
|
, split, stm, text, time, token-bucket, transformers
|
||||||
, wai, warp, zxcvbn-c
|
, unbounded-delays, unix, unix-compat, utf8-string, wai, warp
|
||||||
|
, zxcvbn-c
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "keysafe";
|
pname = "keysafe";
|
||||||
version = "0.20160922";
|
version = "0.20160927";
|
||||||
sha256 = "4165bb034c8182d55b0ef334f11f9b4072eb455ba4fa3e30407b58c2d46b11df";
|
sha256 = "dd50b8971f0f54a9cc67096db78d3c2a7c63ac59ba9c91ef2edf063dff100623";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson async base binary bloomfilter bytestring containers
|
aeson async base binary bloomfilter bytestring containers
|
||||||
crypto-random deepseq directory disk-free-space exceptions
|
crypto-random deepseq directory disk-free-space exceptions
|
||||||
fast-logger filepath http-client lifted-base network
|
fast-logger filepath http-client lifted-base MonadRandom network
|
||||||
optparse-applicative process raaz random readline SafeSemaphore
|
optparse-applicative process raaz random random-shuffle readline
|
||||||
secret-sharing servant servant-client servant-server socks split
|
SafeSemaphore secret-sharing servant servant-client servant-server
|
||||||
stm text time token-bucket transformers unbounded-delays unix
|
socks split stm text time token-bucket transformers
|
||||||
unix-compat utf8-string wai warp zxcvbn-c
|
unbounded-delays unix unix-compat utf8-string wai warp zxcvbn-c
|
||||||
];
|
];
|
||||||
executableSystemDepends = [ argon2 ];
|
executableSystemDepends = [ argon2 ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
@ -106958,6 +107039,19 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"linked-list-with-iterator" = callPackage
|
||||||
|
({ mkDerivation, base, containers }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "linked-list-with-iterator";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "fc61ca669aaacf7401db5261e956f922db210cf02bbb540a6efd753060153853";
|
||||||
|
libraryHaskellDepends = [ base containers ];
|
||||||
|
testHaskellDepends = [ base ];
|
||||||
|
homepage = "https://github.com/CindyLinz/Haskell-linked-list-with-iterator#readme";
|
||||||
|
description = "A pure linked list which is mutable through iterators";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"linkedhashmap" = callPackage
|
"linkedhashmap" = callPackage
|
||||||
({ mkDerivation, base, containers, deepseq, hashable, mtl, tasty
|
({ mkDerivation, base, containers, deepseq, hashable, mtl, tasty
|
||||||
, tasty-hunit, unordered-containers
|
, tasty-hunit, unordered-containers
|
||||||
@ -120372,11 +120466,11 @@ self: {
|
|||||||
({ mkDerivation, base, bytestring, template-haskell }:
|
({ mkDerivation, base, bytestring, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ngx-export";
|
pname = "ngx-export";
|
||||||
version = "0.1.0.0";
|
version = "0.1.1.0";
|
||||||
sha256 = "71eb528e964f72801c832038a929a693fd654b258be0c654c004f150a17d6c63";
|
sha256 = "bd5730abe51fa7ffab62f8d9bf52a3a0394945358f163606b23a9f8691cb3192";
|
||||||
libraryHaskellDepends = [ base bytestring template-haskell ];
|
libraryHaskellDepends = [ base bytestring template-haskell ];
|
||||||
homepage = "http://github.com/lyokha/nginx-haskell-module";
|
homepage = "http://github.com/lyokha/nginx-haskell-module";
|
||||||
description = "Export custom haskell functions into nginx configuration";
|
description = "Helper module for Nginx haskell module";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -124743,6 +124837,25 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"pandoc-vimhl" = callPackage
|
||||||
|
({ mkDerivation, base, cond, directory, filepath, pandoc-types
|
||||||
|
, process, regex-compat, temporary
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "pandoc-vimhl";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "b6241c77d659f8c4d75025e6a89c9c22d594a52eee5a36380aa056b3e53ff633";
|
||||||
|
isLibrary = false;
|
||||||
|
isExecutable = true;
|
||||||
|
executableHaskellDepends = [
|
||||||
|
base cond directory filepath pandoc-types process regex-compat
|
||||||
|
temporary
|
||||||
|
];
|
||||||
|
homepage = "http://github.com/lyokha/vim-publish-helper";
|
||||||
|
description = "Pandoc filter for native Vim code highlighting";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"pango" = callPackage
|
"pango" = callPackage
|
||||||
({ mkDerivation, array, base, Cabal, cairo, containers, directory
|
({ mkDerivation, array, base, Cabal, cairo, containers, directory
|
||||||
, filepath, glib, gtk2hs-buildtools, mtl, pango, pretty, process
|
, filepath, glib, gtk2hs-buildtools, mtl, pango, pretty, process
|
||||||
@ -128132,6 +128245,21 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"pid1" = callPackage
|
||||||
|
({ mkDerivation, base, process, unix }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "pid1";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "2b8e4bcdb1ce5c1dd5734d4406edd899e72e0afbe83758ff77590508a39d6cd2";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [ base process unix ];
|
||||||
|
executableHaskellDepends = [ base ];
|
||||||
|
homepage = "https://github.com/fpco/pid1#readme";
|
||||||
|
description = "Do signal handling and orphan reaping for Unix PID1 init processes";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"piet" = callPackage
|
"piet" = callPackage
|
||||||
({ mkDerivation, array, base, containers, Imlib, mtl }:
|
({ mkDerivation, array, base, containers, Imlib, mtl }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -144964,19 +145092,17 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"semibounded-lattices" = callPackage
|
"semibounded-lattices" = callPackage
|
||||||
({ mkDerivation, base, containers, lattices, semibounded-lattice }:
|
({ mkDerivation, base, containers, lattices }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "semibounded-lattices";
|
pname = "semibounded-lattices";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "433329bceb9eb326cc4f1fdb6a78970cbd278b72d051382baab1a043dddfbce4";
|
sha256 = "6a5ee4b2e956ecf62492f4cdfb26000067f2d92d4d745ad47b9b60c800ac1d77";
|
||||||
libraryHaskellDepends = [ base containers lattices ];
|
libraryHaskellDepends = [ base containers lattices ];
|
||||||
testHaskellDepends = [ base semibounded-lattice ];
|
testHaskellDepends = [ base ];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/xu-hao/semibounded-lattices#readme";
|
homepage = "https://github.com/xu-hao/semibounded-lattices#readme";
|
||||||
description = "A Haskell implementation of semibounded lattices";
|
description = "A Haskell implementation of semibounded lattices";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
broken = true;
|
}) {};
|
||||||
}) {semibounded-lattice = null;};
|
|
||||||
|
|
||||||
"semigroupoid-extras" = callPackage
|
"semigroupoid-extras" = callPackage
|
||||||
({ mkDerivation, base, profunctors, semigroupoids }:
|
({ mkDerivation, base, profunctors, semigroupoids }:
|
||||||
@ -146402,7 +146528,7 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"servant-purescript_0_5_0_0" = callPackage
|
"servant-purescript_0_6_0_0" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, containers, directory
|
({ mkDerivation, aeson, base, bytestring, containers, directory
|
||||||
, filepath, http-types, lens, mainland-pretty, purescript-bridge
|
, filepath, http-types, lens, mainland-pretty, purescript-bridge
|
||||||
, servant, servant-foreign, servant-server, servant-subscriber
|
, servant, servant-foreign, servant-server, servant-subscriber
|
||||||
@ -146410,8 +146536,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "servant-purescript";
|
pname = "servant-purescript";
|
||||||
version = "0.5.0.0";
|
version = "0.6.0.0";
|
||||||
sha256 = "d70360c6fc26c84b71e8a6fe59826447653df3a5e85a6cf5ce9416caba83cc9e";
|
sha256 = "e66cd9e49f41ae26c41b37a87d27f6a7848a9f9b3dd41b162bbc7d1d6808285c";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bytestring containers directory filepath http-types lens
|
aeson base bytestring containers directory filepath http-types lens
|
||||||
mainland-pretty purescript-bridge servant servant-foreign
|
mainland-pretty purescript-bridge servant servant-foreign
|
||||||
@ -175729,29 +175855,38 @@ self: {
|
|||||||
|
|
||||||
"wrecker" = callPackage
|
"wrecker" = callPackage
|
||||||
({ mkDerivation, aeson, aeson-qq, ansi-terminal, ansigraph, base
|
({ mkDerivation, aeson, aeson-qq, ansi-terminal, ansigraph, base
|
||||||
, bytestring, clock, clock-extras, deepseq, hspec, hspec-discovery
|
, bytestring, clock, clock-extras, connection, deepseq, hspec
|
||||||
, http-client, http-types, next-ref, optparse-applicative
|
, hspec-discover, http-client, http-types, immortal, markdown-unlit
|
||||||
, statistics, stm, stm-chans, tabular, text, threads
|
, network, next-ref, optparse-applicative, scotty, statistics, stm
|
||||||
, threads-extras, time, unagi-chan, unix, unordered-containers
|
, stm-chans, tabular, text, threads, threads-extras, time
|
||||||
, vector, vty
|
, unagi-chan, unix, unordered-containers, vector, vty, wai, warp
|
||||||
|
, wreq
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "wrecker";
|
pname = "wrecker";
|
||||||
version = "0.1.0.1";
|
version = "0.1.1.1";
|
||||||
sha256 = "ab82b2795d70901ce63b25215e03cad28ba57dba4dadb51b44712a84fb965eb0";
|
sha256 = "6e36a140f1460cf68758bf8d81c50ea34fe5e31605e94e90cb26869a4f19811c";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-qq ansi-terminal ansigraph base bytestring clock
|
aeson ansi-terminal ansigraph base bytestring clock clock-extras
|
||||||
clock-extras deepseq http-client http-types next-ref
|
deepseq http-client http-types immortal next-ref
|
||||||
optparse-applicative statistics stm stm-chans tabular text threads
|
optparse-applicative statistics stm stm-chans tabular text threads
|
||||||
threads-extras time unagi-chan unix unordered-containers vector vty
|
threads-extras time unagi-chan unix unordered-containers vector vty
|
||||||
];
|
];
|
||||||
testHaskellDepends = [ base hspec hspec-discovery ];
|
executableHaskellDepends = [
|
||||||
jailbreak = true;
|
aeson aeson-qq base bytestring connection http-client immortal
|
||||||
|
markdown-unlit network next-ref scotty text wai warp wreq
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson aeson-qq base bytestring hspec hspec-discover http-client
|
||||||
|
immortal markdown-unlit network next-ref scotty text
|
||||||
|
unordered-containers wai warp wreq
|
||||||
|
];
|
||||||
homepage = "https://github.com/skedgeme/wrecker#readme";
|
homepage = "https://github.com/skedgeme/wrecker#readme";
|
||||||
description = "A HTTP Performance Benchmarker";
|
description = "A HTTP Performance Benchmarker";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
broken = true;
|
}) {};
|
||||||
}) {hspec-discovery = null;};
|
|
||||||
|
|
||||||
"wreq" = callPackage
|
"wreq" = callPackage
|
||||||
({ mkDerivation, aeson, aeson-pretty, attoparsec
|
({ mkDerivation, aeson, aeson-pretty, attoparsec
|
||||||
@ -179235,7 +179370,7 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"yesod-bin_1_4_18_4" = callPackage
|
"yesod-bin_1_4_18_5" = callPackage
|
||||||
({ mkDerivation, async, attoparsec, base, base64-bytestring
|
({ mkDerivation, async, attoparsec, base, base64-bytestring
|
||||||
, blaze-builder, bytestring, Cabal, conduit, conduit-extra
|
, blaze-builder, bytestring, Cabal, conduit, conduit-extra
|
||||||
, containers, data-default-class, deepseq, directory, file-embed
|
, containers, data-default-class, deepseq, directory, file-embed
|
||||||
@ -179249,8 +179384,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "yesod-bin";
|
pname = "yesod-bin";
|
||||||
version = "1.4.18.4";
|
version = "1.4.18.5";
|
||||||
sha256 = "c37d1fdb59365179493f4eaa4a34f7873884ac867cbdf089fdbc673765352a94";
|
sha256 = "80dff2cb2a45def4e0479d7a9c01cd468e5f324696770e2f27be509073193cd8";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user