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:
Peter Simons 2016-09-27 14:34:58 +02:00
parent 8916ba141b
commit 6c59acc8ae

View file

@ -2614,6 +2614,25 @@ self: {
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
({ mkDerivation, base, containers, directory }:
mkDerivation {
@ -29392,8 +29411,8 @@ self: {
}:
mkDerivation {
pname = "binary-parsers";
version = "0.2.2.0";
sha256 = "85e4e0b6d3250a43f4f3a2e9067c05807f51f5aa235daf17c3f013b05772390f";
version = "0.2.3.0";
sha256 = "bc6195493b950efcbeb9ef54dfe47a6badf894dff934cf02a4b170331c1b217a";
libraryHaskellDepends = [
base binary bytestring bytestring-lexing scientific
];
@ -41598,6 +41617,29 @@ self: {
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
({ mkDerivation, base, conduit, vector }:
mkDerivation {
@ -41701,6 +41743,36 @@ self: {
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
({ mkDerivation, base, bytestring, conduit, connection, HUnit
, network, resourcet, test-framework, test-framework-hunit
@ -61859,8 +61931,8 @@ self: {
}:
mkDerivation {
pname = "foldl-statistics";
version = "0.1.3.0";
sha256 = "6ec6a84fd0139b0e6466da233d333b45e824d2a4a4c59a429f5fd7e77948ca2c";
version = "0.1.4.0";
sha256 = "0d800d6202b6411207154f1c7d1be8f77fef7e332ccaf3c486db972c935cf414";
libraryHaskellDepends = [
base foldl math-functions profunctors semigroups
];
@ -67341,9 +67413,9 @@ self: {
}) {inherit (pkgs) libnotify;};
"gi-pango" = callPackage
({ mkDerivation, base, bytestring, containers, gi-glib, gi-gobject
, gobjectIntrospection, haskell-gi, haskell-gi-base, pango, text
, transformers
({ mkDerivation, base, bytestring, cairo, containers, gi-glib
, gi-gobject, gobjectIntrospection, haskell-gi, haskell-gi-base
, pango, text, transformers
}:
mkDerivation {
pname = "gi-pango";
@ -67353,20 +67425,24 @@ self: {
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base text transformers
];
libraryPkgconfigDepends = [ gobjectIntrospection pango ];
libraryPkgconfigDepends = [ cairo gobjectIntrospection pango ];
doHaddock = false;
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";
description = "Pango bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gobjectIntrospection;
}) {inherit (pkgs) cairo; inherit (pkgs) gobjectIntrospection;
inherit (pkgs.gnome2) pango;};
"gi-pango_1_0_6" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
, gi-gobject, gobjectIntrospection, haskell-gi, haskell-gi-base
, pango, text, transformers
({ mkDerivation, base, bytestring, Cabal, cairo, containers
, gi-glib, gi-gobject, gobjectIntrospection, haskell-gi
, haskell-gi-base, pango, text, transformers
}:
mkDerivation {
pname = "gi-pango";
@ -67377,14 +67453,18 @@ self: {
base bytestring containers gi-glib gi-gobject haskell-gi-base text
transformers
];
libraryPkgconfigDepends = [ gobjectIntrospection pango ];
libraryPkgconfigDepends = [ cairo gobjectIntrospection pango ];
doHaddock = false;
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";
description = "Pango bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gobjectIntrospection;
}) {inherit (pkgs) cairo; inherit (pkgs) gobjectIntrospection;
inherit (pkgs.gnome2) pango;};
"gi-pangocairo" = callPackage
@ -98383,8 +98463,8 @@ self: {
}:
mkDerivation {
pname = "iridium";
version = "0.1.5.4";
sha256 = "665c68ad724532fd65b1043e7152df8823bbcdb7e28c74ea4c0527cc017a3937";
version = "0.1.5.5";
sha256 = "161d533ebde52dd4854a8d8e46f1d4c506178a94672a61948f1f70ed6db1b726";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -98398,7 +98478,7 @@ self: {
];
jailbreak = true;
homepage = "https://github.com/lspitzner/iridium";
description = "Automated Testing and Package Uploading";
description = "Automated Local Testing and Package Uploading";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -101860,26 +101940,27 @@ self: {
({ mkDerivation, aeson, argon2, async, base, binary, bloomfilter
, bytestring, containers, crypto-random, deepseq, directory
, disk-free-space, exceptions, fast-logger, filepath, http-client
, lifted-base, network, optparse-applicative, process, raaz, random
, readline, SafeSemaphore, secret-sharing, servant, servant-client
, servant-server, socks, split, stm, text, time, token-bucket
, transformers, unbounded-delays, unix, unix-compat, utf8-string
, wai, warp, zxcvbn-c
, lifted-base, MonadRandom, network, optparse-applicative, process
, raaz, random, random-shuffle, readline, SafeSemaphore
, secret-sharing, servant, servant-client, servant-server, socks
, split, stm, text, time, token-bucket, transformers
, unbounded-delays, unix, unix-compat, utf8-string, wai, warp
, zxcvbn-c
}:
mkDerivation {
pname = "keysafe";
version = "0.20160922";
sha256 = "4165bb034c8182d55b0ef334f11f9b4072eb455ba4fa3e30407b58c2d46b11df";
version = "0.20160927";
sha256 = "dd50b8971f0f54a9cc67096db78d3c2a7c63ac59ba9c91ef2edf063dff100623";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
aeson async base binary bloomfilter bytestring containers
crypto-random deepseq directory disk-free-space exceptions
fast-logger filepath http-client lifted-base network
optparse-applicative process raaz random readline SafeSemaphore
secret-sharing servant servant-client servant-server socks split
stm text time token-bucket transformers unbounded-delays unix
unix-compat utf8-string wai warp zxcvbn-c
fast-logger filepath http-client lifted-base MonadRandom network
optparse-applicative process raaz random random-shuffle readline
SafeSemaphore secret-sharing servant servant-client servant-server
socks split stm text time token-bucket transformers
unbounded-delays unix unix-compat utf8-string wai warp zxcvbn-c
];
executableSystemDepends = [ argon2 ];
jailbreak = true;
@ -106958,6 +107039,19 @@ self: {
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
({ mkDerivation, base, containers, deepseq, hashable, mtl, tasty
, tasty-hunit, unordered-containers
@ -120372,11 +120466,11 @@ self: {
({ mkDerivation, base, bytestring, template-haskell }:
mkDerivation {
pname = "ngx-export";
version = "0.1.0.0";
sha256 = "71eb528e964f72801c832038a929a693fd654b258be0c654c004f150a17d6c63";
version = "0.1.1.0";
sha256 = "bd5730abe51fa7ffab62f8d9bf52a3a0394945358f163606b23a9f8691cb3192";
libraryHaskellDepends = [ base bytestring template-haskell ];
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;
}) {};
@ -124743,6 +124837,25 @@ self: {
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
({ mkDerivation, array, base, Cabal, cairo, containers, directory
, filepath, glib, gtk2hs-buildtools, mtl, pango, pretty, process
@ -128132,6 +128245,21 @@ self: {
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
({ mkDerivation, array, base, containers, Imlib, mtl }:
mkDerivation {
@ -144964,19 +145092,17 @@ self: {
}) {};
"semibounded-lattices" = callPackage
({ mkDerivation, base, containers, lattices, semibounded-lattice }:
({ mkDerivation, base, containers, lattices }:
mkDerivation {
pname = "semibounded-lattices";
version = "0.1.0.0";
sha256 = "433329bceb9eb326cc4f1fdb6a78970cbd278b72d051382baab1a043dddfbce4";
version = "0.1.0.1";
sha256 = "6a5ee4b2e956ecf62492f4cdfb26000067f2d92d4d745ad47b9b60c800ac1d77";
libraryHaskellDepends = [ base containers lattices ];
testHaskellDepends = [ base semibounded-lattice ];
jailbreak = true;
testHaskellDepends = [ base ];
homepage = "https://github.com/xu-hao/semibounded-lattices#readme";
description = "A Haskell implementation of semibounded lattices";
license = stdenv.lib.licenses.bsd3;
broken = true;
}) {semibounded-lattice = null;};
}) {};
"semigroupoid-extras" = callPackage
({ mkDerivation, base, profunctors, semigroupoids }:
@ -146402,7 +146528,7 @@ self: {
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
, filepath, http-types, lens, mainland-pretty, purescript-bridge
, servant, servant-foreign, servant-server, servant-subscriber
@ -146410,8 +146536,8 @@ self: {
}:
mkDerivation {
pname = "servant-purescript";
version = "0.5.0.0";
sha256 = "d70360c6fc26c84b71e8a6fe59826447653df3a5e85a6cf5ce9416caba83cc9e";
version = "0.6.0.0";
sha256 = "e66cd9e49f41ae26c41b37a87d27f6a7848a9f9b3dd41b162bbc7d1d6808285c";
libraryHaskellDepends = [
aeson base bytestring containers directory filepath http-types lens
mainland-pretty purescript-bridge servant servant-foreign
@ -175729,29 +175855,38 @@ self: {
"wrecker" = callPackage
({ mkDerivation, aeson, aeson-qq, ansi-terminal, ansigraph, base
, bytestring, clock, clock-extras, deepseq, hspec, hspec-discovery
, http-client, http-types, next-ref, optparse-applicative
, statistics, stm, stm-chans, tabular, text, threads
, threads-extras, time, unagi-chan, unix, unordered-containers
, vector, vty
, bytestring, clock, clock-extras, connection, deepseq, hspec
, hspec-discover, http-client, http-types, immortal, markdown-unlit
, network, next-ref, optparse-applicative, scotty, statistics, stm
, stm-chans, tabular, text, threads, threads-extras, time
, unagi-chan, unix, unordered-containers, vector, vty, wai, warp
, wreq
}:
mkDerivation {
pname = "wrecker";
version = "0.1.0.1";
sha256 = "ab82b2795d70901ce63b25215e03cad28ba57dba4dadb51b44712a84fb965eb0";
version = "0.1.1.1";
sha256 = "6e36a140f1460cf68758bf8d81c50ea34fe5e31605e94e90cb26869a4f19811c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-qq ansi-terminal ansigraph base bytestring clock
clock-extras deepseq http-client http-types next-ref
aeson ansi-terminal ansigraph base bytestring clock clock-extras
deepseq http-client http-types immortal next-ref
optparse-applicative statistics stm stm-chans tabular text threads
threads-extras time unagi-chan unix unordered-containers vector vty
];
testHaskellDepends = [ base hspec hspec-discovery ];
jailbreak = true;
executableHaskellDepends = [
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";
description = "A HTTP Performance Benchmarker";
license = stdenv.lib.licenses.bsd3;
broken = true;
}) {hspec-discovery = null;};
}) {};
"wreq" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec
@ -179235,7 +179370,7 @@ self: {
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
, blaze-builder, bytestring, Cabal, conduit, conduit-extra
, containers, data-default-class, deepseq, directory, file-embed
@ -179249,8 +179384,8 @@ self: {
}:
mkDerivation {
pname = "yesod-bin";
version = "1.4.18.4";
sha256 = "c37d1fdb59365179493f4eaa4a34f7873884ac867cbdf089fdbc673765352a94";
version = "1.4.18.5";
sha256 = "80dff2cb2a45def4e0479d7a9c01cd468e5f324696770e2f27be509073193cd8";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [