hackage-packages.nix: re-generate from Hackage 2015-02-04T14:35:51+0100

This commit is contained in:
Peter Simons 2015-02-04 12:01:52 +01:00
parent 038a837f02
commit 483b71a44a

View File

@ -1704,7 +1704,6 @@ self: {
homepage = "not available"; homepage = "not available";
description = "preprocessor and library for Causal Commutative Arrows (CCA)"; description = "preprocessor and library for Causal Commutative Arrows (CCA)";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"CHXHtml" = callPackage "CHXHtml" = callPackage
@ -1810,7 +1809,6 @@ self: {
buildDepends = [ array base containers mtl parsec readline ]; buildDepends = [ array base containers mtl parsec readline ];
description = "An interpreter of Hagino's Categorical Programming Language (CPL)"; description = "An interpreter of Hagino's Categorical Programming Language (CPL)";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"CSPM-CoreLanguage" = callPackage "CSPM-CoreLanguage" = callPackage
@ -12929,7 +12927,6 @@ self: {
homepage = "http://rwd.rdockins.name/shellac/home/"; homepage = "http://rwd.rdockins.name/shellac/home/";
description = "Readline backend module for Shellac"; description = "Readline backend module for Shellac";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"ShowF" = callPackage "ShowF" = callPackage
@ -20588,7 +20585,6 @@ self: {
]; ];
description = "Library for Nix expression dependency generation"; description = "Library for Nix expression dependency generation";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"autonix-deps-kf5" = callPackage "autonix-deps-kf5" = callPackage
@ -20607,7 +20603,6 @@ self: {
]; ];
description = "Generate dependencies for KDE 5 Nix expressions"; description = "Generate dependencies for KDE 5 Nix expressions";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"autoproc" = callPackage "autoproc" = callPackage
@ -26529,14 +26524,17 @@ self: {
}) {}; }) {};
"cabal-test-bin" = callPackage "cabal-test-bin" = callPackage
({ mkDerivation, base, directory, filepath, unix }: ({ mkDerivation, base, directory, filepath, hspec, process
, regex-posix, unix
}:
mkDerivation { mkDerivation {
pname = "cabal-test-bin"; pname = "cabal-test-bin";
version = "0.1.3"; version = "0.1.5";
sha256 = "0lsxw122gznchlf0zvpdl874wwnc4x8yfgg2sq8vllk2951ckafr"; sha256 = "1qjshg9r6vh964mwsj0spsxcl3sdvll2znjd2hq4lw71va4iwm87";
isLibrary = false; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ base directory filepath unix ]; buildDepends = [ base directory filepath unix ];
testDepends = [ base hspec process regex-posix ];
description = "A program for finding temporary build file during cabal-test"; description = "A program for finding temporary build file during cabal-test";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -28283,12 +28281,11 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "chart-histogram"; pname = "chart-histogram";
version = "0.4.4"; version = "0.4.5";
sha256 = "0wa3f8qnv7yw7wgg5js3y5k6msd4jfysdqic1vzf5sxd5bz0ycp0"; sha256 = "0c1y4jaslzxlcmqhj5bgdcx76jw49asmnfgdvfkprf2siq154zba";
buildDepends = [ buildDepends = [
base Chart colour data-default-class lens vector base Chart colour data-default-class lens vector
]; ];
jailbreak = true;
description = "Easily render histograms with Chart"; description = "Easily render histograms with Chart";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -33210,7 +33207,6 @@ self: {
homepage = "https://github.com/mhwombat/creatur"; homepage = "https://github.com/mhwombat/creatur";
description = "Framework for artificial life experiments"; description = "Framework for artificial life experiments";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"crf-chain1" = callPackage "crf-chain1" = callPackage
@ -42145,10 +42141,9 @@ self: {
({ mkDerivation, base, singletons, template-haskell, void }: ({ mkDerivation, base, singletons, template-haskell, void }:
mkDerivation { mkDerivation {
pname = "equational-reasoning"; pname = "equational-reasoning";
version = "0.2.0.4"; version = "0.2.0.5";
sha256 = "1f94y6h7qg7rck7rxf6j8sygkh1xmfk0z1lr71inx6s74agjyc9j"; sha256 = "1i8c3wn0z7binnz9p62c2mrvzgb305h797pnf5pvj9zk0iqxg21k";
buildDepends = [ base singletons template-haskell void ]; buildDepends = [ base singletons template-haskell void ];
jailbreak = true;
description = "Proof assistant for Haskell using DataKinds & PolyKinds"; description = "Proof assistant for Haskell using DataKinds & PolyKinds";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -42492,7 +42487,6 @@ self: {
homepage = "https://github.com/GaloisInc/estimator"; homepage = "https://github.com/GaloisInc/estimator";
description = "State-space estimation algorithms such as Kalman Filters"; description = "State-space estimation algorithms such as Kalman Filters";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"estimators" = callPackage "estimators" = callPackage
@ -42736,8 +42730,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "eventstore"; pname = "eventstore";
version = "0.6.0.1"; version = "0.7.0.0";
sha256 = "0g93ya46lbq9z7n88ixrn61rivcls3lwpi2xz2z4kx5aschgcvm4"; sha256 = "1nc5y2j6yrns3nyy3jhp99qvkzfm0r36snbcy4982b5p21kgpi98";
buildDepends = [ buildDepends = [
aeson async base bytestring cereal containers network protobuf aeson async base bytestring cereal containers network protobuf
random sodium text time uuid random sodium text time uuid
@ -44847,6 +44841,7 @@ self: {
pname = "fixed"; pname = "fixed";
version = "0.2.1"; version = "0.2.1";
sha256 = "1ayfya62ngcyyhi736fl5cd39iw568lkl16j4mliw3mi1cs2cic0"; sha256 = "1ayfya62ngcyyhi736fl5cd39iw568lkl16j4mliw3mi1cs2cic0";
editedCabalFile = "ebdccc1365c476d64ebe64237dc19d65d2ad11e03c265a88367bdf185f4c6980";
buildDepends = [ base ]; buildDepends = [ base ];
homepage = "http://github.com/ekmett/fixed"; homepage = "http://github.com/ekmett/fixed";
description = "Signed 15.16 precision fixed point arithmetic"; description = "Signed 15.16 precision fixed point arithmetic";
@ -49300,8 +49295,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "gl"; pname = "gl";
version = "0.7.1"; version = "0.7.2";
sha256 = "07qqmsjy0yv6v0fjkf131inzlaa8sfhznd1a4s4w4kgdfjcwn1c0"; sha256 = "1rarbvxffh2gvn8hz363z59lsjdjqmxc5m995z7lpibc6m4rh054";
buildDepends = [ buildDepends = [
base containers directory filepath fixed half hxt split base containers directory filepath fixed half hxt split
transformers transformers
@ -50734,7 +50729,6 @@ self: {
homepage = "https://github.com/mhwombat/gray-extended"; homepage = "https://github.com/mhwombat/gray-extended";
description = "Gray encoding schemes"; description = "Gray encoding schemes";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"greencard" = callPackage "greencard" = callPackage
@ -50882,7 +50876,6 @@ self: {
]; ];
description = "MySQL backend for the groundhog library"; description = "MySQL backend for the groundhog library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"groundhog-postgresql" = callPackage "groundhog-postgresql" = callPackage
@ -50998,8 +50991,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "growler"; pname = "growler";
version = "0.4.0"; version = "0.5.0";
sha256 = "0z05j8xxq4zs2n8v94mgl359kv6i8mi2q9avw40jc7pslm7qfr9v"; sha256 = "19h5fkhk1k70k79fp6h013y8rnv1ys46kpvxjmcfxac5nzhlbzid";
buildDepends = [ buildDepends = [
aeson base blaze-builder bytestring case-insensitive either aeson base blaze-builder bytestring case-insensitive either
http-types lens monad-control mtl pipes pipes-aeson pipes-wai http-types lens monad-control mtl pipes pipes-aeson pipes-wai
@ -54824,8 +54817,7 @@ self: {
homepage = "http://github.com/cosbynator/haskakafka"; homepage = "http://github.com/cosbynator/haskakafka";
description = "Kafka bindings for Haskell"; description = "Kafka bindings for Haskell";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) rdkafka;};
}) { };
"haskanoid" = callPackage "haskanoid" = callPackage
({ mkDerivation, base, freenect, hcwiid, IfElse, MissingH, mtl, SDL ({ mkDerivation, base, freenect, hcwiid, IfElse, MissingH, mtl, SDL
@ -55147,7 +55139,6 @@ self: {
homepage = "http://github.com/chrisdone/haskell-docs"; homepage = "http://github.com/chrisdone/haskell-docs";
description = "A program to find and display the docs and type of a name"; description = "A program to find and display the docs and type of a name";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"haskell-formatter" = callPackage "haskell-formatter" = callPackage
@ -57056,7 +57047,6 @@ self: {
homepage = "http://github.com/achudnov/haxy"; homepage = "http://github.com/achudnov/haxy";
description = "A simple HTTP proxy server library"; description = "A simple HTTP proxy server library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"hayland" = callPackage "hayland" = callPackage
@ -59575,16 +59565,14 @@ self: {
"hint" = callPackage "hint" = callPackage
({ mkDerivation, base, directory, exceptions, extensible-exceptions ({ mkDerivation, base, directory, exceptions, extensible-exceptions
, filepath, ghc, ghc-mtl, ghc-paths, HUnit, mtl, random, unix , filepath, ghc, ghc-mtl, ghc-paths, HUnit, mtl, random, unix
, utf8-string
}: }:
mkDerivation { mkDerivation {
pname = "hint"; pname = "hint";
version = "0.4.2.1"; version = "0.4.2.2";
sha256 = "0nc545y1v3s1897f3ims7m37wnn288xyz1zb9sxqs6immdxyly0g"; sha256 = "1gv4nmwqp8xxvz90g9k48bixpc3cabx8591vj1zv6aah8fbng06w";
editedCabalFile = "e8d9cdfd463c48cbaea0dc6fecfdeddb0a8a2076a8c127fc14cde6017aa64ac6";
buildDepends = [ buildDepends = [
base directory exceptions extensible-exceptions filepath ghc base directory exceptions extensible-exceptions filepath ghc
ghc-mtl ghc-paths mtl random unix utf8-string ghc-mtl ghc-paths mtl random unix
]; ];
testDepends = [ testDepends = [
base directory exceptions extensible-exceptions filepath HUnit mtl base directory exceptions extensible-exceptions filepath HUnit mtl
@ -60143,7 +60131,6 @@ self: {
homepage = "https://github.com/gebner/hledger-diff"; homepage = "https://github.com/gebner/hledger-diff";
description = "Compares the transactions in two ledger files"; description = "Compares the transactions in two ledger files";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"hledger-interest" = callPackage "hledger-interest" = callPackage
@ -62225,7 +62212,6 @@ self: {
jailbreak = true; jailbreak = true;
description = "Haskell bindings to libpqtypes"; description = "Haskell bindings to libpqtypes";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) { inherit (pkgs) postgresql;}; }) { inherit (pkgs) postgresql;};
"hprotoc" = callPackage "hprotoc" = callPackage
@ -64206,7 +64192,6 @@ self: {
homepage = "https://github.com/mrdomino/hsnock/"; homepage = "https://github.com/mrdomino/hsnock/";
description = "Nock 5K interpreter"; description = "Nock 5K interpreter";
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"hsnoise" = callPackage "hsnoise" = callPackage
@ -66124,7 +66109,6 @@ self: {
homepage = "https://github.com/GaloisInc/http-server"; homepage = "https://github.com/GaloisInc/http-server";
description = "A library for writing Haskell web servers"; description = "A library for writing Haskell web servers";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"http-shed" = callPackage "http-shed" = callPackage
@ -66750,8 +66734,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hxt"; pname = "hxt";
version = "9.3.1.12"; version = "9.3.1.13";
sha256 = "132y82d9vc8vl9vy912s5nk9aqvsn3dpan5xjw6rrm5yigdpwbdg"; sha256 = "07m565c34ifwm5gbj26xwsgc8dpardfy8prqjfdycpyc77s80pr6";
buildDepends = [ buildDepends = [
base binary bytestring containers deepseq directory filepath HUnit base binary bytestring containers deepseq directory filepath HUnit
hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri
@ -67456,8 +67440,7 @@ self: {
homepage = "http://github.com/dgvncsz0f/hzk"; homepage = "http://github.com/dgvncsz0f/hzk";
description = "Haskell client library for Apache Zookeeper"; description = "Haskell client library for Apache Zookeeper";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) zookeeper_mt;};
}) { };
"hzulip" = callPackage "hzulip" = callPackage
({ mkDerivation, aeson, async, base, bytestring, conduit ({ mkDerivation, aeson, async, base, bytestring, conduit
@ -71919,8 +71902,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keyword-args"; pname = "keyword-args";
version = "0.1.0.5"; version = "0.2.0.1";
sha256 = "050zm4fnz3a1wv5fgz192njzm1blpzrzy2jwahg97x9y6x514ya6"; sha256 = "1bzljlab62bdcjnq6n06rv2lcgs5mpwdhcrpxkdwk241np1iz12g";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ base bytestring cassava containers parsec ]; buildDepends = [ base bytestring cassava containers parsec ];
@ -74526,7 +74509,6 @@ self: {
extraLibraries = [ archive ]; extraLibraries = [ archive ];
description = "Read many archive formats with libarchive and conduit"; description = "Read many archive formats with libarchive and conduit";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) { archive = null;}; }) { archive = null;};
"libcspm" = callPackage "libcspm" = callPackage
@ -77234,7 +77216,6 @@ self: {
homepage = "https://github.com/bitc/lushtags"; homepage = "https://github.com/bitc/lushtags";
description = "Create ctags compatible tags files for Haskell programs"; description = "Create ctags compatible tags files for Haskell programs";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"luthor" = callPackage "luthor" = callPackage
@ -79212,7 +79193,6 @@ self: {
homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/memscript"; homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/memscript";
description = "Command line utility for memorizing scriptures or any other text"; description = "Command line utility for memorizing scriptures or any other text";
license = "GPL"; license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"mersenne-random" = callPackage "mersenne-random" = callPackage
@ -79602,8 +79582,8 @@ self: {
({ mkDerivation, base, bytestring }: ({ mkDerivation, base, bytestring }:
mkDerivation { mkDerivation {
pname = "mikmod"; pname = "mikmod";
version = "0.1.2.1"; version = "0.1.3.1";
sha256 = "115yn8rh3rp4qdgzqsagvnvhyf4ss9fa6aqdpj347r4f6kfff6rw"; sha256 = "0wkj11rkq7c6v1qzjjndq0jcfbk7y2vlcilw53fkd34qly0sphh4";
buildDepends = [ base bytestring ]; buildDepends = [ base bytestring ];
homepage = "https://github.com/evanrinehart/mikmod"; homepage = "https://github.com/evanrinehart/mikmod";
description = "MikMod bindings"; description = "MikMod bindings";
@ -79680,8 +79660,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "mime-mail"; pname = "mime-mail";
version = "0.4.6.2"; version = "0.4.7";
sha256 = "17msl8d6rzqhswfsymd2c892ghf1wc9sys5mgvn7s3mf89qmkvfb"; sha256 = "1lbnmanxcfd41agy2i5raywnd7dxrznwg833vm4nvaw73ix77cx4";
buildDepends = [ buildDepends = [
base base64-bytestring blaze-builder bytestring filepath process base base64-bytestring blaze-builder bytestring filepath process
random text random text
@ -80072,7 +80052,6 @@ self: {
homepage = "http://code.haskell.org/~dons/code/mkcabal"; homepage = "http://code.haskell.org/~dons/code/mkcabal";
description = "Generate cabal files for a Haskell project"; description = "Generate cabal files for a Haskell project";
license = "GPL"; license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"ml-w" = callPackage "ml-w" = callPackage
@ -80307,7 +80286,6 @@ self: {
homepage = "https://github.com/jfischoff/modulespection"; homepage = "https://github.com/jfischoff/modulespection";
description = "Template Haskell for introspecting a module's declarations"; description = "Template Haskell for introspecting a module's declarations";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"modulo" = callPackage "modulo" = callPackage
@ -80548,13 +80526,16 @@ self: {
}) {}; }) {};
"monad-levels" = callPackage "monad-levels" = callPackage
({ mkDerivation, base, constraints, transformers }: ({ mkDerivation, base, constraints, transformers
, transformers-compat
}:
mkDerivation { mkDerivation {
pname = "monad-levels"; pname = "monad-levels";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "1j2c6zw0cyp3q4m18b3ghh1zxdim5440pmw95l6ymxmw3j2x48w6"; sha256 = "1v3i12h4c788yz93a2c9nxcczrhz8nwpq0057q7b1nad74g70lan";
buildDepends = [ base constraints transformers ]; buildDepends = [
jailbreak = true; base constraints transformers transformers-compat
];
homepage = "https://github.com/ivan-m/monad-levels"; homepage = "https://github.com/ivan-m/monad-levels";
description = "Specific levels of monad transformers"; description = "Specific levels of monad transformers";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -82883,7 +82864,6 @@ self: {
homepage = "https://github.com/bos/mysql"; homepage = "https://github.com/bos/mysql";
description = "A low-level MySQL client library"; description = "A low-level MySQL client library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) { inherit (pkgs) mysql; inherit (pkgs) zlib;}; }) { inherit (pkgs) mysql; inherit (pkgs) zlib;};
"mysql-effect" = callPackage "mysql-effect" = callPackage
@ -82901,7 +82881,6 @@ self: {
homepage = "https://github.com/ibotty/mysql-effect"; homepage = "https://github.com/ibotty/mysql-effect";
description = "An extensible mysql effect using extensible-effects and mysql-simple"; description = "An extensible mysql effect using extensible-effects and mysql-simple";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"mysql-simple" = callPackage "mysql-simple" = callPackage
@ -82920,7 +82899,6 @@ self: {
homepage = "https://github.com/bos/mysql-simple"; homepage = "https://github.com/bos/mysql-simple";
description = "A mid-level MySQL client library"; description = "A mid-level MySQL client library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"mysql-simple-quasi" = callPackage "mysql-simple-quasi" = callPackage
@ -82936,7 +82914,6 @@ self: {
]; ];
description = "Quasi-quoter for use with mysql-simple"; description = "Quasi-quoter for use with mysql-simple";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"mysql-simple-typed" = callPackage "mysql-simple-typed" = callPackage
@ -87919,12 +87896,11 @@ self: {
({ mkDerivation, base, HandsomeSoup, hxt }: ({ mkDerivation, base, HandsomeSoup, hxt }:
mkDerivation { mkDerivation {
pname = "patronscraper"; pname = "patronscraper";
version = "0.0.0.0"; version = "0.0.0.1";
sha256 = "1c45cgp3af04b0r72lbka8rzfar09d811i2im13wd5b9jfw5rzvp"; sha256 = "0agmgp3qvd710fcrqyfyvhck6yd311wxmmh5qd8lfgdm6597lhvi";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ base HandsomeSoup hxt ]; buildDepends = [ base HandsomeSoup hxt ];
jailbreak = true;
description = "A webpage scraper for Patreon which dumps a list of patrons to a text file"; description = "A webpage scraper for Patreon which dumps a list of patrons to a text file";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -88764,7 +88740,6 @@ self: {
homepage = "http://www.yesodweb.com/book/persistent"; homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using MySQL database server"; description = "Backend for the persistent library using MySQL database server";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"persistent-odbc" = callPackage "persistent-odbc" = callPackage
@ -90075,7 +90050,6 @@ self: {
homepage = "https://github.com/pjones/playlists"; homepage = "https://github.com/pjones/playlists";
description = "Library and executable for working with playlist files"; description = "Library and executable for working with playlist files";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"plist" = callPackage "plist" = callPackage
@ -93206,8 +93180,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "purescript"; pname = "purescript";
version = "0.6.4"; version = "0.6.4.1";
sha256 = "1bmxp84aa2vkg3hcnaspdifkh9biiihyzibr1kgf6d3x7nd1x1sl"; sha256 = "02pwrrr0pbqjsmprcs8jf3p95cbjik33509vh5x0f7c4dkdl783p";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -93699,7 +93673,6 @@ self: {
homepage = "https://github.com/yamadapc/haskell-questioner.git"; homepage = "https://github.com/yamadapc/haskell-questioner.git";
description = "A package for prompting values from the command-line"; description = "A package for prompting values from the command-line";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"queue" = callPackage "queue" = callPackage
@ -95037,7 +95010,6 @@ self: {
buildDepends = [ base readline StateVar ]; buildDepends = [ base readline StateVar ];
description = "Readline with variables (setX/getY) wrapped in state vars"; description = "Readline with variables (setX/getY) wrapped in state vars";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"readpyc" = callPackage "readpyc" = callPackage
@ -96835,16 +96807,16 @@ self: {
"resolve-trivial-conflicts" = callPackage "resolve-trivial-conflicts" = callPackage
({ mkDerivation, ansi-terminal, base, Diff, directory, filepath ({ mkDerivation, ansi-terminal, base, Diff, directory, filepath
, mtl, process , mtl, process, unix
}: }:
mkDerivation { mkDerivation {
pname = "resolve-trivial-conflicts"; pname = "resolve-trivial-conflicts";
version = "0.2.0.1"; version = "0.2.0.2";
sha256 = "0bxjagilvjn21ph0lg2jrm3lbsinhjrp50cxf08rhyvjhdcngf1k"; sha256 = "1xfafd85q7mk3lb9xy7wfishg3zfzhnvrbzd6r5akmpbpgvf2ddk";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansi-terminal base Diff directory filepath mtl process ansi-terminal base Diff directory filepath mtl process unix
]; ];
homepage = "https://github.com/ElastiLotem/resolve-trivial-conflicts"; homepage = "https://github.com/ElastiLotem/resolve-trivial-conflicts";
description = "Remove trivial conflict markers in a git repository"; description = "Remove trivial conflict markers in a git repository";
@ -97238,8 +97210,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "rethinkdb-client-driver"; pname = "rethinkdb-client-driver";
version = "0.0.12"; version = "0.0.13";
sha256 = "1dwdgyryhk74l0dykjvrcicgdwlvl3gc9hfw3ag6vqfjcpaznvgd"; sha256 = "0frbmdz0avary2rwwp9l3k6pdasjw1przi76n89kdfn4dfq5g53s";
buildDepends = [ buildDepends = [
aeson base binary bytestring hashable mtl network old-locale aeson base binary bytestring hashable mtl network old-locale
scientific template-haskell text time unordered-containers vector scientific template-haskell text time unordered-containers vector
@ -99525,9 +99497,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "scholdoc-texmath"; pname = "scholdoc-texmath";
version = "0.1"; version = "0.1.0.1";
sha256 = "1ddzdypdijpkil7v7g6jf74dmlw72j0hjmnxys21fdvgafiq9bk3"; sha256 = "05yb55df33v357khdkr95ghmxqzikvq8gxqkh143zc8fi43gjf99";
editedCabalFile = "6edad8e079e78cf90ec39cb90a0c071570d6702fd4c16bc906e63fb72ad61f9f";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -99537,7 +99508,7 @@ self: {
base bytestring directory filepath process split temporary text base bytestring directory filepath process split temporary text
utf8-string xml utf8-string xml
]; ];
homepage = "http://scholdoc.scholarlymarkdown.com"; homepage = "http://github.com/timtylin/scholdoc-texmath";
description = "Scholdoc fork of texmath"; description = "Scholdoc fork of texmath";
license = "GPL"; license = "GPL";
}) {}; }) {};
@ -99548,13 +99519,11 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "scholdoc-types"; pname = "scholdoc-types";
version = "0.1.3"; version = "0.1.3.1";
sha256 = "0als5517hplkccrkv9c31dm0ivlk60ais0wyvc9a31jdjwjcyppk"; sha256 = "02335isa6w7mxjziiwsdm2883b778v0y0ayzxpha9p0xr5nlkbar";
editedCabalFile = "18fb578a18988a8361d57025dac5b25c083b4cf044e75ff0a982bd3399bd368d";
buildDepends = [ buildDepends = [
aeson base bytestring containers deepseq-generics ghc-prim syb aeson base bytestring containers deepseq-generics ghc-prim syb
]; ];
jailbreak = true;
homepage = "http://scholdoc.scholarlymarkdown.com"; homepage = "http://scholdoc.scholarlymarkdown.com";
description = "Scholdoc fork of pandoc-types"; description = "Scholdoc fork of pandoc-types";
license = "GPL"; license = "GPL";
@ -103004,13 +102973,12 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "sized-vector"; pname = "sized-vector";
version = "1.4.1.0"; version = "1.4.2.0";
sha256 = "0pl672lhw2dgk83kakjxap24sc4760l9blh9ggy9ldxhps7l8ydq"; sha256 = "0lz1fr2n5x7xfb6y8l7prnawj1p3fp79bbgi98w1n22wazcy9jkm";
buildDepends = [ buildDepends = [
base constraints deepseq equational-reasoning hashable monomorphic base constraints deepseq equational-reasoning hashable monomorphic
singletons type-natural singletons type-natural
]; ];
jailbreak = true;
homepage = "https://github.com/konn/sized-vector"; homepage = "https://github.com/konn/sized-vector";
description = "Size-parameterized vector types and functions"; description = "Size-parameterized vector types and functions";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -103437,7 +103405,6 @@ self: {
]; ];
description = "A type-safe interface to communicate with an SMT solver"; description = "A type-safe interface to communicate with an SMT solver";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"smtp-mail" = callPackage "smtp-mail" = callPackage
@ -104208,7 +104175,6 @@ self: {
homepage = "https://github.com/ibotty/snaplet-mysql-simple"; homepage = "https://github.com/ibotty/snaplet-mysql-simple";
description = "mysql-simple snaplet for the Snap Framework"; description = "mysql-simple snaplet for the Snap Framework";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"snaplet-oauth" = callPackage "snaplet-oauth" = callPackage
@ -104260,7 +104226,6 @@ self: {
homepage = "https://github.com/soostone/snaplet-persistent"; homepage = "https://github.com/soostone/snaplet-persistent";
description = "persistent snaplet for the Snap Framework"; description = "persistent snaplet for the Snap Framework";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"snaplet-postgresql-simple" = callPackage "snaplet-postgresql-simple" = callPackage
@ -104931,7 +104896,6 @@ self: {
homepage = "https://github.com/mhwombat/som"; homepage = "https://github.com/mhwombat/som";
description = "Self-Organising Maps"; description = "Self-Organising Maps";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"sonic-visualiser" = callPackage "sonic-visualiser" = callPackage
@ -106104,6 +106068,26 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"sshd-lint" = callPackage
({ mkDerivation, base, containers, hspec, keyword-args
, nagios-check, parsec
}:
mkDerivation {
pname = "sshd-lint";
version = "0.1.0.1";
sha256 = "0q34zx8cn0gs91c4x4bicmygfaary5kk42ib62jk0hlrh3rzdi7c";
isLibrary = false;
isExecutable = true;
buildDepends = [
base containers keyword-args nagios-check parsec
];
testDepends = [
base containers hspec keyword-args nagios-check parsec
];
description = "Check sshd configuration for adherence to best practices";
license = stdenv.lib.licenses.mit;
}) {};
"sshtun" = callPackage "sshtun" = callPackage
({ mkDerivation, base, containers, curl, directory, hdaemonize ({ mkDerivation, base, containers, curl, directory, hdaemonize
, hslogger, mtl, process, regex-compat, stm, unix , hslogger, mtl, process, regex-compat, stm, unix
@ -108924,18 +108908,19 @@ self: {
}) {}; }) {};
"system-canonicalpath" = callPackage "system-canonicalpath" = callPackage
({ mkDerivation, base, basic-prelude, directory, system-filepath ({ mkDerivation, base, basic-prelude, chell, directory
, text , system-filepath, text
}: }:
mkDerivation { mkDerivation {
pname = "system-canonicalpath"; pname = "system-canonicalpath";
version = "0.2.3.0"; version = "0.3.0.0";
sha256 = "02gvybjd9ka0pks2jlv5m1h46wibkqswf7ifr5bkipv284ma2ycz"; sha256 = "1wfqfj98wvx9pjnkszca471s8dksgzp1b6wy7d7s3y6g1v8rca7d";
buildDepends = [ buildDepends = [
base basic-prelude directory system-filepath text base basic-prelude directory system-filepath text
]; ];
testDepends = [ base basic-prelude chell system-filepath ];
homepage = "https://github.com/d12frosted/CanonicalPath"; homepage = "https://github.com/d12frosted/CanonicalPath";
description = "Abstract data type for canonical paths with pretty operations"; description = "Abstract data type for canonical paths with some utilities";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -110249,8 +110234,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "tellbot"; pname = "tellbot";
version = "0.4.0.2"; version = "0.4.0.3";
sha256 = "0fnc5rbwmyc7ikjvl95cwv1cfgswjr6vw7gdwar6zgfbdl352cgp"; sha256 = "0n0gfszxz92v1vlkdfq32yzj4lcxph2yymzfkbdaz7y4bjjpikkl";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -110862,8 +110847,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "test-sandbox"; pname = "test-sandbox";
version = "0.0.1.11"; version = "0.0.1.12";
sha256 = "0jhhwb2wi4n48bnrxsd81i1shrd2acnaplqip6453l0j5f5wgcgm"; sha256 = "14pds1qsdnpnl71jnxh4jgpmy0vlhdga8mipddwzqp1wiij481r3";
buildDepends = [ buildDepends = [
base bytestring cereal containers data-default directory filepath base bytestring cereal containers data-default directory filepath
lifted-base monad-control monad-loops mtl network process random lifted-base monad-control monad-loops mtl network process random
@ -112244,8 +112229,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "tidal"; pname = "tidal";
version = "0.4.28"; version = "0.4.29";
sha256 = "0kszylm9dsyqp9g9fxg6dpkgzazhjkz3s23v1q11sy6vgmv0abcq"; sha256 = "05p6iga6lzshk6vzywpxd6g53r7hqyvs1rq90v00lpxkiwyqxs6i";
buildDepends = [ buildDepends = [
base binary bytestring colour containers hashable hmt hosc base binary bytestring colour containers hashable hmt hosc
mersenne-random-pure64 mtl parsec process text time transformers mersenne-random-pure64 mtl parsec process text time transformers
@ -113785,8 +113770,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "trifecta"; pname = "trifecta";
version = "1.5.1.1"; version = "1.5.1.2";
sha256 = "04wi1zq9k0fql6hqf6vbc5l4s160a4yq017x6ahs9zf5qkvz4jnk"; sha256 = "0g6ywg5p841x781270kgrw1i4fjp9cyqpnaqcg7qgfrixpwalzls";
buildDepends = [ buildDepends = [
ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html
blaze-markup bytestring charset comonad containers deepseq blaze-markup bytestring charset comonad containers deepseq
@ -114432,7 +114417,6 @@ self: {
]; ];
description = "A Haskell-based CLI Twitter client"; description = "A Haskell-based CLI Twitter client";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"twitter-conduit" = callPackage "twitter-conduit" = callPackage
@ -114880,8 +114864,8 @@ self: {
({ mkDerivation, base, singletons }: ({ mkDerivation, base, singletons }:
mkDerivation { mkDerivation {
pname = "type-list"; pname = "type-list";
version = "0.0.0.0"; version = "0.0.0.1";
sha256 = "1m7zs629kqx3xzc2shdk92x4yxfj32an6dxnal6gjy8v26h005k5"; sha256 = "1mbgwin1rcf1fkm3cq6h2dqv157xwgjca3019fxi759cxg9j70d2";
buildDepends = [ base singletons ]; buildDepends = [ base singletons ];
description = "Operations on type-level lists and tuples"; description = "Operations on type-level lists and tuples";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -114893,13 +114877,12 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "type-natural"; pname = "type-natural";
version = "0.2.3.1"; version = "0.2.3.2";
sha256 = "0qi5b3d0vkm1b2kda3ifw6g7djx91wj7q36la02yadlvmb4jcp1g"; sha256 = "0qydsrksg9rasv90d4ivjgf1sdwfzjg0xf1wimfkhva545mray7h";
buildDepends = [ buildDepends = [
base constraints equational-reasoning monomorphic singletons base constraints equational-reasoning monomorphic singletons
template-haskell template-haskell
]; ];
jailbreak = true;
homepage = "https://github.com/konn/type-natural"; homepage = "https://github.com/konn/type-natural";
description = "Type-level natural and proofs of their properties"; description = "Type-level natural and proofs of their properties";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -115430,8 +115413,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "uhc-util"; pname = "uhc-util";
version = "0.1.3.9"; version = "0.1.4.0";
sha256 = "02kdr6y81ggflkfz4skmpq1vawc357z5irqk89965ablk4v1msxs"; sha256 = "17d629840h6ilrmqaq0pfb7n9yncaraysp24rhg1nqmpfb0cilnd";
buildDepends = [ buildDepends = [
array base binary bytestring containers directory fgl hashable array base binary bytestring containers directory fgl hashable
ListLike mtl process syb time time-compat uulib ListLike mtl process syb time time-compat uulib
@ -118343,8 +118326,8 @@ self: {
({ mkDerivation, base, contravariant, transformers, vinyl }: ({ mkDerivation, base, contravariant, transformers, vinyl }:
mkDerivation { mkDerivation {
pname = "vinyl-utils"; pname = "vinyl-utils";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "1ma1x4zqhf1p083rajxchilam60xpmhq77phmb2xmwsxbrfa3g2i"; sha256 = "07clcs7rmzbwn4w9xzbiwc3flrcn2l5p0k5isapis803fpzdq2p0";
buildDepends = [ base contravariant transformers vinyl ]; buildDepends = [ base contravariant transformers vinyl ];
homepage = "http://hub.darcs.net/mjm/vinyl-utils"; homepage = "http://hub.darcs.net/mjm/vinyl-utils";
description = "Utilities for vinyl"; description = "Utilities for vinyl";
@ -120023,8 +120006,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "web-routing"; pname = "web-routing";
version = "0.4.1"; version = "0.4.2";
sha256 = "0y16hb764cawrs3cir7wr1bvshc2ywn6nag38b3wlg5k9w8hq0gs"; sha256 = "0cvdq0k0p0agxj9imxvf6mxr7vhmg1nr3c0ww9whdnfn52bbljv9";
buildDepends = [ buildDepends = [
base bytestring primitive text unordered-containers base bytestring primitive text unordered-containers
]; ];
@ -123378,7 +123361,6 @@ self: {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";
description = "BCrypt salted and hashed passwords in a database as auth for yesod"; description = "BCrypt salted and hashed passwords in a database as auth for yesod";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"yesod-auth-deskcom" = callPackage "yesod-auth-deskcom" = callPackage