From 3ce999416ab80ce9dd5e1d2507658727ad9d8a27 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 12 Oct 2016 17:36:56 +0200 Subject: [PATCH] hackage-packages.nix: automatic Haskell package set update This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/19c7074b559df30ba334ceba2cc5a51ab0602e21. --- .../haskell-modules/hackage-packages.nix | 1718 ++++++++++++----- 1 file changed, 1231 insertions(+), 487 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d5d50be45190..02b13c786286 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -8050,12 +8050,12 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "HUnit_1_4_0_0" = callPackage + "HUnit_1_5_0_0" = callPackage ({ mkDerivation, base, call-stack, deepseq, filepath }: mkDerivation { pname = "HUnit"; - version = "1.4.0.0"; - sha256 = "dce3bd1ac11ed34e0181f39aba16cb6ff0f5005f663bbe37e6ab0162dcf3ec95"; + version = "1.5.0.0"; + sha256 = "65c51d17ced1c0646d888cd8caf195df67f6fdc1394c34459bcfd1be0f9ddea0"; libraryHaskellDepends = [ base call-stack deepseq ]; testHaskellDepends = [ base call-stack deepseq filepath ]; homepage = "https://github.com/hspec/HUnit#readme"; @@ -8112,6 +8112,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "HUnit-approx_1_1" = callPackage + ({ mkDerivation, base, HUnit }: + mkDerivation { + pname = "HUnit-approx"; + version = "1.1"; + sha256 = "d7cc9e120092e8f845b3347a5da99fab59135eda34c57871f3ff1f09224830a6"; + libraryHaskellDepends = [ base HUnit ]; + testHaskellDepends = [ base HUnit ]; + homepage = "https://github.com/goldfirere/HUnit-approx"; + description = "Approximate equality for floating point numbers with HUnit"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "HXMPP" = callPackage ({ mkDerivation, base, base64-string, binary, bytestring , crypto-api, enumerator, HLogger, network, pureMD5, random @@ -9224,8 +9238,8 @@ self: { }: mkDerivation { pname = "HsOpenSSL"; - version = "0.11.2.4"; - sha256 = "9c38800459534966f12bf25380844c4d26fead17af4d0a8773a95e2c9e3bc1b8"; + version = "0.11.3.1"; + sha256 = "93304b32a09668870843708de9cc94048006e27279f4ceaafe7f5bdcf63047db"; libraryHaskellDepends = [ base bytestring integer-gmp network time ]; @@ -9239,6 +9253,25 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {inherit (pkgs) openssl;}; + "HsOpenSSL_0_11_3_2" = callPackage + ({ mkDerivation, base, bytestring, integer-gmp, network, openssl + , time + }: + mkDerivation { + pname = "HsOpenSSL"; + version = "0.11.3.2"; + sha256 = "4b5ba629b64a0288faa35eccde5ce0ebb8b3127d17e064eb6f100c5fbbebce3f"; + libraryHaskellDepends = [ + base bytestring integer-gmp network time + ]; + librarySystemDepends = [ openssl ]; + testHaskellDepends = [ base bytestring ]; + homepage = "https://github.com/vshabanov/HsOpenSSL"; + description = "Partial OpenSSL binding for Haskell"; + license = stdenv.lib.licenses.publicDomain; + hydraPlatforms = stdenv.lib.platforms.none; + }) {inherit (pkgs) openssl;}; + "HsOpenSSL-x509-system" = callPackage ({ mkDerivation, base, bytestring, HsOpenSSL, unix }: mkDerivation { @@ -9897,6 +9930,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "JuicyPixels-extra_0_1_1" = callPackage + ({ mkDerivation, base, hspec, JuicyPixels }: + mkDerivation { + pname = "JuicyPixels-extra"; + version = "0.1.1"; + sha256 = "d37b257e7780e18a4e8335523b2f8962efb845da3b1dd84435a684b24a82b9fd"; + libraryHaskellDepends = [ base JuicyPixels ]; + testHaskellDepends = [ base hspec JuicyPixels ]; + homepage = "https://github.com/mrkkrp/JuicyPixels-extra"; + description = "Efficiently scale, crop, flip images with JuicyPixels"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "JuicyPixels-repa" = callPackage ({ mkDerivation, base, bytestring, JuicyPixels, repa, vector }: mkDerivation { @@ -17215,15 +17262,16 @@ self: { }) {}; "WaveFront" = callPackage - ({ mkDerivation, base, Cartesian, containers, filepath, GLUtil - , lens, linear, OpenGL + ({ mkDerivation, attoparsec, base, Cartesian, containers, either + , filepath, lens, linear, QuickCheck, text, transformers, vector }: mkDerivation { pname = "WaveFront"; - version = "0.1.2.0"; - sha256 = "7a169c00d1c008904ca827ddcf99db1026e3af9b3b4f48cf62486b269339bb80"; + version = "0.5.0.0"; + sha256 = "c2fa7005b6a6e5fc5ec0eb965b9fafe13f477f5fc8079fa4e0e0d417b785887d"; libraryHaskellDepends = [ - base Cartesian containers filepath GLUtil lens linear OpenGL + attoparsec base Cartesian containers either filepath lens linear + QuickCheck text transformers vector ]; description = "Parsers and utilities for the OBJ WaveFront 3D model format"; license = stdenv.lib.licenses.mit; @@ -19354,14 +19402,14 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "active_0_2_0_11" = callPackage + "active_0_2_0_12" = callPackage ({ mkDerivation, base, lens, linear, QuickCheck, semigroupoids , semigroups, vector }: mkDerivation { pname = "active"; - version = "0.2.0.11"; - sha256 = "0305aefae4d0cecb0854536b1d2f3c9dc8f88eadb344f3684070538b3a3e4e18"; + version = "0.2.0.12"; + sha256 = "55281f8fad2b2776969d04d1769fb99498477b58570e02f7a5c69022e3a8b91e"; libraryHaskellDepends = [ base lens linear semigroupoids semigroups vector ]; @@ -20829,14 +20877,14 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "alex_3_2_0" = callPackage + "alex_3_2_1" = callPackage ({ mkDerivation, array, base, containers, directory, happy, process , QuickCheck }: mkDerivation { pname = "alex"; - version = "3.2.0"; - sha256 = "8034ef1e7f66145295a5b0e70de5b6caa409e36888fe4123d0e022aac97a4d92"; + version = "3.2.1"; + sha256 = "a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -23996,6 +24044,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "app-settings_0_2_0_9" = callPackage + ({ mkDerivation, base, containers, directory, hspec, HUnit, mtl + , parsec, text + }: + mkDerivation { + pname = "app-settings"; + version = "0.2.0.9"; + sha256 = "ee844c5ed2847539c84d13d81e827fd2a4f0f9b0b53308f65d24244a027e9024"; + libraryHaskellDepends = [ + base containers directory mtl parsec text + ]; + testHaskellDepends = [ + base containers directory hspec HUnit mtl parsec text + ]; + homepage = "https://github.com/emmanueltouzery/app-settings"; + description = "A library to manage application settings (INI file-like)"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "appar" = callPackage ({ mkDerivation, base, bytestring }: mkDerivation { @@ -26123,18 +26191,22 @@ self: { }) {}; "aur" = callPackage - ({ mkDerivation, aeson, base, http-client, http-client-tls, mtl - , servant, servant-client, text, transformers + ({ mkDerivation, aeson, base, http-client, http-client-tls, servant + , servant-client, tasty, tasty-hunit, text }: mkDerivation { pname = "aur"; - version = "5.0.1"; - sha256 = "84182e6288734890c02582814009185a6644760cc4ad0f2a83acc5c6f916227b"; + version = "6.0.0"; + sha256 = "d70c3c5954b7003b6ea71266acf1de22e8ecd9e6a4288368ec7a084db02dcdbe"; + revision = "1"; + editedCabalFile = "4a58f5e075ddc72a9701937c3d1dd1da4d13095ee307e0918cad04311c99578e"; libraryHaskellDepends = [ - aeson base http-client http-client-tls mtl servant servant-client - text transformers + aeson base http-client servant servant-client text ]; - homepage = "https://github.com/fosskers/haskell-aur"; + testHaskellDepends = [ + base http-client http-client-tls tasty tasty-hunit + ]; + homepage = "https://github.com/aurapm/aura"; description = "Access metadata from the Arch Linux User Repository"; license = stdenv.lib.licenses.gpl3; hydraPlatforms = stdenv.lib.platforms.none; @@ -30351,14 +30423,14 @@ self: { , conduit-combinators, containers, data-default-class , double-conversion, hexpat, http-conduit, IntervalMap , math-functions, matrices, mtl, optparse-applicative, palette - , parallel, primitive, random, samtools, shelly, split, statistics - , tasty, tasty-golden, tasty-hunit, text, transformers + , parallel, primitive, random, shelly, split, statistics, tasty + , tasty-golden, tasty-hunit, text, transformers , unordered-containers, vector, vector-algorithms, word8 }: mkDerivation { pname = "bioinformatics-toolkit"; - version = "0.2.3"; - sha256 = "e83249daa14c7d71319fc167288f791ba3045d43a5fbe9f43ef64eaa918ff2f9"; + version = "0.2.4"; + sha256 = "e9ef7a074e8d7fd0d6fb7270f18010dd3d61c69bb06f421acf0930010181a25c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -30366,8 +30438,8 @@ self: { case-insensitive clustering colour conduit-combinators containers data-default-class double-conversion hexpat http-conduit IntervalMap math-functions matrices mtl palette parallel primitive - samtools split statistics text transformers unordered-containers - vector vector-algorithms word8 + split statistics text transformers unordered-containers vector + vector-algorithms word8 ]; executableHaskellDepends = [ base bytestring clustering data-default-class double-conversion @@ -37480,6 +37552,33 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "choose" = callPackage + ({ mkDerivation, base, MonadRandom }: + mkDerivation { + pname = "choose"; + version = "0.1.0.0"; + sha256 = "e369ec4b733c8ad0e2eb151e171cb1fd4b1f13536975ace6533a437d6ca0fecf"; + libraryHaskellDepends = [ base MonadRandom ]; + description = "Choose random elements from a stream"; + license = stdenv.lib.licenses.asl20; + }) {}; + + "choose-exe" = callPackage + ({ mkDerivation, base, choose, optparse-applicative, text }: + mkDerivation { + pname = "choose-exe"; + version = "0.1.0.0"; + sha256 = "f842c1f033185fe429a777f65476494a9ce1e9b8d4d3d42f1e6335978c1d8b1b"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base choose optparse-applicative text ]; + executableHaskellDepends = [ + base choose optparse-applicative text + ]; + description = "Command-line program to choose random element from a stream"; + license = stdenv.lib.licenses.asl20; + }) {}; + "chorale" = callPackage ({ mkDerivation, base, containers, HUnit, ieee754, QuickCheck, safe , test-framework, test-framework-hunit, test-framework-quickcheck2 @@ -38256,10 +38355,8 @@ self: { }: mkDerivation { pname = "clash-ghc"; - version = "0.6.23"; - sha256 = "ec13dd8c85c452751860d761f44744c9a1d70ad81c053fc8a5747c6359a3378c"; - revision = "2"; - editedCabalFile = "8755a6b93d6722500034289e29e12fed3c0845fcc33179a9c51b1a0059b375e4"; + version = "0.6.24"; + sha256 = "03fddd334133dafc57110657542b1024749fd06d66cecad62853aad4d402acf8"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -38286,6 +38383,8 @@ self: { pname = "clash-lib"; version = "0.6.21"; sha256 = "2b0135d15e5e3b66a59ccdb40a3bf38bb8895bf67c49eb9b54a80082752b98ad"; + revision = "1"; + editedCabalFile = "4dc5af7e94897c9afc254661bb7e19a09acd0467be034c8d82bbe5b2582bd262"; libraryHaskellDepends = [ aeson attoparsec base bytestring clash-prelude concurrent-supply containers deepseq directory errors fgl filepath ghc hashable @@ -38309,6 +38408,8 @@ self: { pname = "clash-prelude"; version = "0.10.14"; sha256 = "bf99eabf5a0ac6a86523c95a122242d3f5631d1b1870ba83d8e7319f245ef7f2"; + revision = "1"; + editedCabalFile = "badae6cf81fc1997c660b45485f9779eeeda298e676b2df6c07b060919b63f19"; libraryHaskellDepends = [ array base data-default deepseq ghc-prim ghc-typelits-extra ghc-typelits-natnormalise integer-gmp lens QuickCheck reflection @@ -38351,6 +38452,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "clash-systemverilog_0_6_10" = callPackage + ({ mkDerivation, base, clash-lib, clash-prelude, fgl, lens, mtl + , text, unordered-containers, wl-pprint-text + }: + mkDerivation { + pname = "clash-systemverilog"; + version = "0.6.10"; + sha256 = "20c33d2966648ecf383793308b0292437cccd06c4bd5535c1f280689180a2d6b"; + libraryHaskellDepends = [ + base clash-lib clash-prelude fgl lens mtl text unordered-containers + wl-pprint-text + ]; + homepage = "http://www.clash-lang.org/"; + description = "CAES Language for Synchronous Hardware - SystemVerilog backend"; + license = stdenv.lib.licenses.bsd2; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "clash-verilog" = callPackage ({ mkDerivation, base, clash-lib, clash-prelude, fgl, lens, mtl , text, unordered-containers, wl-pprint-text @@ -38369,6 +38488,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "clash-verilog_0_6_10" = callPackage + ({ mkDerivation, base, clash-lib, clash-prelude, fgl, lens, mtl + , text, unordered-containers, wl-pprint-text + }: + mkDerivation { + pname = "clash-verilog"; + version = "0.6.10"; + sha256 = "943c2c8752a3b44badce60595ffc5bbea2c87316681cd69460d75053e00fb26c"; + libraryHaskellDepends = [ + base clash-lib clash-prelude fgl lens mtl text unordered-containers + wl-pprint-text + ]; + homepage = "http://www.clash-lang.org/"; + description = "CAES Language for Synchronous Hardware - Verilog backend"; + license = stdenv.lib.licenses.bsd2; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "clash-vhdl" = callPackage ({ mkDerivation, base, clash-lib, clash-prelude, fgl, lens, mtl , text, unordered-containers, wl-pprint-text @@ -38377,6 +38514,8 @@ self: { pname = "clash-vhdl"; version = "0.6.16"; sha256 = "42f4be26a545144c0e950c2a0b3d59516e93e73ed2c6d32d3c449e233d32b0c8"; + revision = "1"; + editedCabalFile = "b2816898222a54367e8426adb2f3359fd32b1ec8e00d546f32ff3f2839c01b3c"; libraryHaskellDepends = [ base clash-lib clash-prelude fgl lens mtl text unordered-containers wl-pprint-text @@ -40003,8 +40142,8 @@ self: { ({ mkDerivation, base, bytestring, contravariant, text, vector }: mkDerivation { pname = "colonnade"; - version = "0.4.5"; - sha256 = "df6608adc72dfa980e93ba09ee226ed161aacb810d513662b8557997a8059f0a"; + version = "0.4.6"; + sha256 = "8dc53d83e276c1768099491ab9754ac4f04a60aacbe361ad1cdf0db1c05e1aeb"; libraryHaskellDepends = [ base bytestring contravariant text vector ]; @@ -40133,8 +40272,8 @@ self: { }: mkDerivation { pname = "combinat"; - version = "0.2.8.1"; - sha256 = "5a6c09490085056f2b042c814df6f7333b394581dba1c5c7b788bcad81861937"; + version = "0.2.8.2"; + sha256 = "d0426b33f1b948f6fbe2a396ff1cabfb3acf6072ab27fffaeebc47140a9af044"; libraryHaskellDepends = [ array base containers random transformers ]; @@ -40661,6 +40800,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "compiler-warnings" = callPackage + ({ mkDerivation, base, binary, parsec, tasty, tasty-hunit + , tasty-quickcheck, tasty-th, text + }: + mkDerivation { + pname = "compiler-warnings"; + version = "0.1.0"; + sha256 = "8cf4c57e1b4d61b1163969faa6e9f2cb8f22073fa75bf982d9b8a328225f5ce3"; + libraryHaskellDepends = [ base binary parsec text ]; + testHaskellDepends = [ + base binary parsec tasty tasty-hunit tasty-quickcheck tasty-th text + ]; + homepage = "https://github.com/yi-editor/compiler-warnings#readme"; + description = "Parser for common compiler warning formats"; + license = stdenv.lib.licenses.bsd2; + }) {}; + "complex-generic" = callPackage ({ mkDerivation, base, template-haskell }: mkDerivation { @@ -42041,8 +42197,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "constraint-classes"; - version = "0.3.0"; - sha256 = "369f8b61d20c1f83e6460768a8316b029c32f61c4bfe38e2538c9c075802e8f2"; + version = "0.4.0"; + sha256 = "0a5dda19ad7688081e43ec1445eac7a1ae0c4ae54139c4b92fd91e5f872a45b8"; libraryHaskellDepends = [ base ]; homepage = "http://github.com/guaraqe/constraint-classes#readme"; description = "Prelude classes using ConstraintKinds"; @@ -42733,6 +42889,30 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "convert-annotation" = callPackage + ({ mkDerivation, aeson, base, bytestring, cassava, containers, HTTP + , lens, lens-aeson, optparse-generic, pipes, pipes-bytestring + , pipes-csv, safe, text, wreq + }: + mkDerivation { + pname = "convert-annotation"; + version = "0.2.0.1"; + sha256 = "93db09c63eed3c744673d89e20560c028f6e424396933d9a67fb49f78a764449"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring containers HTTP lens lens-aeson safe text + wreq + ]; + executableHaskellDepends = [ + base bytestring cassava lens optparse-generic pipes + pipes-bytestring pipes-csv text + ]; + homepage = "http://github.com/GregorySchwartz/convert-annotation#readme"; + description = "Convert the annotation of a gene to another in a delimited file using a variety of different databases"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "convertible" = callPackage ({ mkDerivation, base, bytestring, containers, mtl, old-locale , old-time, text, time @@ -45549,8 +45729,8 @@ self: { ({ mkDerivation, base, mtl, tasty, tasty-hunit }: mkDerivation { pname = "curryrs"; - version = "0.1.0.0"; - sha256 = "428b80a547271ac00a78a78c457ff827085514e80ff89286d83bb3d4cf3aae42"; + version = "0.1.1.0"; + sha256 = "d7e44d1726192f13a9227ca90008d3dc37c0dcc294b9f1dad2260806b803da71"; libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base tasty tasty-hunit ]; homepage = "https://github.com/mgattozzi/curryrs#readme"; @@ -51630,8 +51810,8 @@ self: { }: mkDerivation { pname = "distributed-process"; - version = "0.6.4"; - sha256 = "013d53a6768cb1bbb14b50898cc75033cc058c6f289e6e5add30852a0449414f"; + version = "0.6.6"; + sha256 = "e881775dabea50ccd3370242c8a3acd87c9b8ce9e47f3d4c2d0a6b2ec7b3b7d0"; libraryHaskellDepends = [ base binary bytestring containers data-accessor deepseq distributed-static exceptions hashable mtl network-transport random @@ -51944,10 +52124,8 @@ self: { }: mkDerivation { pname = "distributed-process-simplelocalnet"; - version = "0.2.3.2"; - sha256 = "c3351cf8a782dda756689b3747ede1e3879dcb913a07065eb4ec0052a963825f"; - revision = "1"; - editedCabalFile = "6cc30bffb992a3af6027e6563720ab3b6a994037066125ffde7024081b58c8e7"; + version = "0.2.3.3"; + sha256 = "7b98498f2d6ce185ae0a855ff35e97a9ad1bd1ec7872b2d75aa0bb1f1fb24316"; libraryHaskellDepends = [ base binary bytestring containers data-accessor distributed-process network network-multicast network-transport network-transport-tcp @@ -52039,8 +52217,8 @@ self: { }: mkDerivation { pname = "distributed-process-tests"; - version = "0.4.6"; - sha256 = "ba64f41f3e5a5ebd14a9a8e7c4114ea988b1554a80310c528c464746dcd6bf53"; + version = "0.4.7"; + sha256 = "8be7d1adf75753957925705fa1b5af20f3d90f71803352bd74e82484c46917b1"; libraryHaskellDepends = [ ansi-terminal base binary bytestring distributed-process distributed-static HUnit network network-transport random rematch @@ -52338,8 +52516,8 @@ self: { }: mkDerivation { pname = "dns"; - version = "2.0.6"; - sha256 = "148342aaca67c4c6f4a7c15bc50eb13d7f145943277e6f55c1a455208531c0f2"; + version = "2.0.7"; + sha256 = "4032a94d66042eb989cb13c7d6dabd4dff898116d7cdb31bc0fa44a056550f8f"; libraryHaskellDepends = [ attoparsec base binary bytestring bytestring-builder conduit conduit-extra containers iproute mtl network random resourcet safe @@ -54327,8 +54505,8 @@ self: { }: mkDerivation { pname = "ec2-unikernel"; - version = "0.9.1"; - sha256 = "0d35dc753f634dcb5d324843c4914d8271e09356708385c462a1c1759f5e57a1"; + version = "0.9.2"; + sha256 = "61485223a42a58d52045c2a44ec7c125f636246cb6152548e706192aae6cde0a"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -57639,8 +57817,8 @@ self: { }: mkDerivation { pname = "exhaustive"; - version = "1.1.2"; - sha256 = "658e1542d9f11f608a8898a7d4a7953b558095ea337d47dc1ab9996fc060127b"; + version = "1.1.3"; + sha256 = "4cda23481da99bf008046726ed4c31ecec5eb41222a11e067a4d7e0f2dda783a"; libraryHaskellDepends = [ base generics-sop template-haskell transformers ]; @@ -57688,12 +57866,14 @@ self: { }) {inherit (pkgs) exif;}; "exinst" = callPackage - ({ mkDerivation, base, constraints, singletons }: + ({ mkDerivation, base, constraints, profunctors, singletons }: mkDerivation { pname = "exinst"; - version = "0.1.2"; - sha256 = "61f1ad1d9ea25e7ff6edca9ac4b01681e6ab5d0af577c1c07c78afdac1ef5cfa"; - libraryHaskellDepends = [ base constraints singletons ]; + version = "0.2"; + sha256 = "64c8d5a121db7274436f4e0fdb5c7ea3c9746419a84c0f16e6edb92bb83c7a3b"; + libraryHaskellDepends = [ + base constraints profunctors singletons + ]; homepage = "https://github.com/k0001/exinst"; description = "Derive instances for your existential types"; license = stdenv.lib.licenses.bsd3; @@ -57704,8 +57884,8 @@ self: { ({ mkDerivation, aeson, base, constraints, exinst, singletons }: mkDerivation { pname = "exinst-aeson"; - version = "0.1.0.2"; - sha256 = "da509d6ab2c73c22cf718c3b08dcf2327b42abb0f5d0273d38ae4c530f737fa1"; + version = "0.2"; + sha256 = "595b0b7b597f73c823a2ceb4758090f09a03b340351ce9abed2f94ece661168b"; libraryHaskellDepends = [ aeson base constraints exinst singletons ]; @@ -57719,8 +57899,8 @@ self: { ({ mkDerivation, base, bytes, constraints, exinst, singletons }: mkDerivation { pname = "exinst-bytes"; - version = "0.1.0.2"; - sha256 = "cc830f4af107b32738f83ef87eb1f77f08453758645bd0519d734beb311dec29"; + version = "0.2"; + sha256 = "d25e758ddd2353046204415655b20f7f3f0639db1cb8b8f5b6b24e498777b267"; libraryHaskellDepends = [ base bytes constraints exinst singletons ]; @@ -57734,8 +57914,8 @@ self: { ({ mkDerivation, base, constraints, deepseq, exinst }: mkDerivation { pname = "exinst-deepseq"; - version = "0.1.0.1"; - sha256 = "078e2bb2f7759555976305fcabae776e7ae331f21a9ac3e5d563f923198f3799"; + version = "0.2"; + sha256 = "3fc11e61a23996cd923189bc1ef6d67f0c0d2190a021b73cc623476a78c12e61"; libraryHaskellDepends = [ base constraints deepseq exinst ]; homepage = "https://github.com/k0001/exinst"; description = "Derive instances for the `deepseq` library for your existential types"; @@ -57747,8 +57927,8 @@ self: { ({ mkDerivation, base, constraints, exinst, hashable, singletons }: mkDerivation { pname = "exinst-hashable"; - version = "0.1.0.2"; - sha256 = "3a3051b1a0ccdd13317dcf190944609604f6ce5004a7b05d8327b7202a90ee65"; + version = "0.2"; + sha256 = "be4da58f52ffeb99730063d8adc24a1b4635611b3f08f5bbff49fe9cc620e5f0"; libraryHaskellDepends = [ base constraints exinst hashable singletons ]; @@ -60692,12 +60872,17 @@ self: { }) {}; "fixplate" = callPackage - ({ mkDerivation, base, containers }: + ({ mkDerivation, base, containers, QuickCheck, tasty + , tasty-quickcheck + }: mkDerivation { pname = "fixplate"; - version = "0.1.6"; - sha256 = "c3227c94b7ccaf27991384bee8bef3288a4a9a87691b50121da1f4b84edc2e43"; + version = "0.1.7"; + sha256 = "5e515d0d6256482b13cb1bafcdbcc1e87d094a0e2cd3150b0d648c3577a1342f"; libraryHaskellDepends = [ base containers ]; + testHaskellDepends = [ + base containers QuickCheck tasty tasty-quickcheck + ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Uniplate-style generic traversals for optionally annotated fixed-point types"; license = stdenv.lib.licenses.bsd3; @@ -61654,6 +61839,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {foma = null;}; + "font-awesome-type" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "font-awesome-type"; + version = "0.1"; + sha256 = "f01932a0d8a2262c79b3eedc57611c53eb66997cd44882706ca2549ddf8c5cda"; + libraryHaskellDepends = [ base ]; + homepage = "https://github.com/spl/font-awesome-type"; + description = "A Font Awesome data type enumerating all icon classes"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "font-opengl-basic4x6" = callPackage ({ mkDerivation, base, GLFW-b, OpenGL }: mkDerivation { @@ -61746,8 +61943,8 @@ self: { }: mkDerivation { pname = "force-layout"; - version = "0.4.0.5"; - sha256 = "eac5d4804abe042448fe29cf42d56d782b4853a8c686cd01f0c7b499b2bf65cb"; + version = "0.4.0.6"; + sha256 = "f7729855b1b14e0b255325faaca9f4834004e02bd21def6a865d2c55c734259d"; libraryHaskellDepends = [ base containers data-default-class lens linear ]; @@ -66149,8 +66346,8 @@ self: { ({ mkDerivation, base, ghcjs-dom-jsaddle, text, transformers }: mkDerivation { pname = "ghcjs-dom"; - version = "0.4.1.0"; - sha256 = "aa3c9e44ae5ff47b224c8624ea8131cfb02d54f8d7d98935e649a8011f3593c8"; + version = "0.5.0.0"; + sha256 = "e3ae6d76bdbff7011baa242123d707c4480dd51e3837d93d87109607c77f39fd"; libraryHaskellDepends = [ base ghcjs-dom-jsaddle text transformers ]; @@ -66164,8 +66361,8 @@ self: { ({ mkDerivation, base, ghcjs-dom, mtl }: mkDerivation { pname = "ghcjs-dom-hello"; - version = "3.0.0.0"; - sha256 = "1cf743f986fe9cd97951efb6182ebf6e5d7b6c920cb92354c11ebea86273b7e5"; + version = "4.0.0.0"; + sha256 = "c4ce7931a8121f7f3c78df896af8449eeca4fd11abdd90b4fa338fa207da6c6d"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base ghcjs-dom mtl ]; @@ -66179,8 +66376,8 @@ self: { ({ mkDerivation, jsaddle-dom }: mkDerivation { pname = "ghcjs-dom-jsaddle"; - version = "0.4.1.0"; - sha256 = "e9906ab7606eb22dbb7e48147e1602f0bb62787f3baacda79550d3e9225c14d8"; + version = "0.5.0.0"; + sha256 = "8886b7ee0f737b23139845d5dd5c56b79e891df15f632378a064f26d404bbda8"; libraryHaskellDepends = [ jsaddle-dom ]; doHaddock = false; description = "DOM library that supports both GHCJS and GHC using jsaddle"; @@ -66192,8 +66389,8 @@ self: { ({ mkDerivation }: mkDerivation { pname = "ghcjs-dom-jsffi"; - version = "0.4.1.0"; - sha256 = "5cf3d984c17817d0104d7792003d14fd21978571a7b3c977edbd266c8a68c1fe"; + version = "0.5.0.0"; + sha256 = "5b7197d8f2869af44f2d7aa925083af2253efbf93be59a09de1b5998ee22f385"; isLibrary = false; isExecutable = false; description = "DOM library using JSFFI and GHCJS"; @@ -71804,8 +72001,8 @@ self: { }: mkDerivation { pname = "grid"; - version = "7.8.5"; - sha256 = "dc5841ddffcc2dacd6667031fc78d2c0df86a7c8e112b76ba134831e84741fb8"; + version = "7.8.6"; + sha256 = "a511a0146446018536176c84e5a134c9bc5ad477717c24bff3e92d52d40bf352"; libraryHaskellDepends = [ base cereal containers ]; testHaskellDepends = [ base containers QuickCheck test-framework @@ -74043,19 +74240,26 @@ self: { }) {}; "hackernews" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, either - , HsOpenSSL, hspec, http-streams, io-streams, text, time - , transformers + ({ mkDerivation, aeson, base, basic-sop, generics-sop, hspec + , http-client, http-client-tls, http-types, QuickCheck + , quickcheck-instances, servant, servant-client, string-conversions + , text, transformers }: mkDerivation { pname = "hackernews"; - version = "0.5.0.1"; - sha256 = "dfef879e6256945f2348996dc0c8b8db0d69887e55ef99cae93a46e14c79720e"; + version = "1.0.0.0"; + sha256 = "a5fc6c2a3dae3b92eb63cd7bfa5353189919ed22f0e022a17790d510fec2b1e0"; + isLibrary = true; + isExecutable = true; libraryHaskellDepends = [ - aeson attoparsec base bytestring either HsOpenSSL http-streams - io-streams text time transformers + aeson base http-client http-types servant servant-client + string-conversions text transformers + ]; + executableHaskellDepends = [ base http-client http-client-tls ]; + testHaskellDepends = [ + aeson base basic-sop generics-sop hspec http-client http-client-tls + QuickCheck quickcheck-instances transformers ]; - testHaskellDepends = [ base hspec transformers ]; description = "API for Hacker News"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -74712,39 +74916,40 @@ self: { "hakyll" = callPackage ({ mkDerivation, base, binary, blaze-html, blaze-markup, bytestring - , cmdargs, containers, cryptohash, data-default, deepseq, directory - , filepath, fsnotify, http-conduit, http-types, HUnit, lrucache - , mtl, network, network-uri, pandoc, pandoc-citeproc, parsec - , process, QuickCheck, random, regex-base, regex-tdfa, resourcet - , scientific, snap-core, snap-server, system-filepath, tagsoup - , test-framework, test-framework-hunit, test-framework-quickcheck2 - , text, time, time-locale-compat, unordered-containers, utillinux - , vector, yaml + , containers, cryptohash, data-default, deepseq, directory + , filepath, fsnotify, http-conduit, http-types, lrucache, mtl + , network, network-uri, optparse-applicative, pandoc + , pandoc-citeproc, parsec, process, QuickCheck, random, regex-base + , regex-tdfa, resourcet, scientific, system-filepath, tagsoup + , tasty, tasty-hunit, tasty-quickcheck, text, time + , time-locale-compat, unordered-containers, utillinux, vector, wai + , wai-app-static, warp, yaml }: mkDerivation { pname = "hakyll"; - version = "4.8.3.2"; - sha256 = "ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39"; + version = "4.9.0.0"; + sha256 = "6c21697efaf30166a1afc508f1122e2b828ade9d8d4d53408b13c1216337295e"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base binary blaze-html blaze-markup bytestring cmdargs containers + base binary blaze-html blaze-markup bytestring containers cryptohash data-default deepseq directory filepath fsnotify - http-conduit http-types lrucache mtl network network-uri pandoc - pandoc-citeproc parsec process random regex-base regex-tdfa - resourcet scientific snap-core snap-server system-filepath tagsoup - text time time-locale-compat unordered-containers vector yaml + http-conduit http-types lrucache mtl network network-uri + optparse-applicative pandoc pandoc-citeproc parsec process random + regex-base regex-tdfa resourcet scientific system-filepath tagsoup + text time time-locale-compat unordered-containers vector wai + wai-app-static warp yaml ]; executableHaskellDepends = [ base directory filepath ]; testHaskellDepends = [ - base binary blaze-html blaze-markup bytestring cmdargs containers + base binary blaze-html blaze-markup bytestring containers cryptohash data-default deepseq directory filepath fsnotify - http-conduit http-types HUnit lrucache mtl network network-uri - pandoc pandoc-citeproc parsec process QuickCheck random regex-base - regex-tdfa resourcet scientific snap-core snap-server - system-filepath tagsoup test-framework test-framework-hunit - test-framework-quickcheck2 text time time-locale-compat - unordered-containers vector yaml + http-conduit http-types lrucache mtl network network-uri + optparse-applicative pandoc pandoc-citeproc parsec process + QuickCheck random regex-base regex-tdfa resourcet scientific + system-filepath tagsoup tasty tasty-hunit tasty-quickcheck text + time time-locale-compat unordered-containers vector wai + wai-app-static warp yaml ]; testToolDepends = [ utillinux ]; homepage = "http://jaspervdj.be/hakyll"; @@ -75130,6 +75335,27 @@ self: { license = stdenv.lib.licenses.gpl2; }) {}; + "halvm-web" = callPackage + ({ mkDerivation, async, base, bytestring, cereal, containers + , HALVMCore, hans, HTTP, mime-types, network-uri, simple-tar, text + , XenDevice + }: + mkDerivation { + pname = "halvm-web"; + version = "0.3.0.0"; + sha256 = "d1f2da05f50c235cf01112b5d31dfc4e7aa0b0cfc7b3bdaaf735190dd3535992"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + async base bytestring cereal containers HALVMCore hans HTTP + mime-types network-uri simple-tar text XenDevice + ]; + homepage = "http://halvm.org"; + description = "A simple, static HaLVM web server"; + license = stdenv.lib.licenses.bsd3; + broken = true; + }) {HALVMCore = null; XenDevice = null;}; + "hamid" = callPackage ({ mkDerivation, base, HCodecs, newtype }: mkDerivation { @@ -75640,8 +75866,8 @@ self: { }: mkDerivation { pname = "happstack-authenticate"; - version = "2.3.4.5"; - sha256 = "65553a742d47f7209e0f42234c2e6f790a98f68386eea108a42b9c3a46fc4cd2"; + version = "2.3.4.6"; + sha256 = "633fb4d68122bd33725adb4f39e348b0ca293041abbf9941a3e5e2ce784d641a"; libraryHaskellDepends = [ acid-state aeson authenticate base base64-bytestring boomerang bytestring containers data-default email-validate filepath @@ -76250,6 +76476,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {inherit (pkgs) capstone;}; + "haquery" = callPackage + ({ mkDerivation, base, containers, parsec, split, tagsoup, text + , transformers + }: + mkDerivation { + pname = "haquery"; + version = "0.1.1.3"; + sha256 = "6a07f654bee6628fee163d7203380ac8b55f1e916ad47d22d8ec43c841803096"; + libraryHaskellDepends = [ + base containers parsec split tagsoup text transformers + ]; + homepage = "https://github.com/crufter/haquery"; + description = "jQuery for Haskell"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "har" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, filepath, text }: @@ -88999,6 +89241,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "hsexif_0_6_0_10" = callPackage + ({ mkDerivation, base, binary, bytestring, containers, hspec, HUnit + , iconv, text, time + }: + mkDerivation { + pname = "hsexif"; + version = "0.6.0.10"; + sha256 = "64cb8abfa31085475ae45fddfc2716cb40764714d47c0fc6146fec2b8ab65d33"; + libraryHaskellDepends = [ + base binary bytestring containers iconv text time + ]; + testHaskellDepends = [ + base binary bytestring containers hspec HUnit iconv text time + ]; + homepage = "https://github.com/emmanueltouzery/hsexif"; + description = "EXIF handling library in pure Haskell"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "hsfacter" = callPackage ({ mkDerivation, base, containers, language-puppet, text }: mkDerivation { @@ -89196,8 +89458,8 @@ self: { ({ mkDerivation, base, directory, filepath }: mkDerivation { pname = "hsinstall"; - version = "1.4"; - sha256 = "d0be47492395a079e447bcebd54f63522b6f957c51bee9f78b5d4cddaa548869"; + version = "1.5"; + sha256 = "77848b03600f68d6cceab565aa6ac165c11855c061cbd27b03b4edb3985c1a1c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base directory filepath ]; @@ -89680,15 +89942,15 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "hspec_2_3_1" = callPackage + "hspec_2_3_2" = callPackage ({ mkDerivation, base, call-stack, directory, hspec-core , hspec-discover, hspec-expectations, hspec-meta, HUnit, QuickCheck , stringbuilder, transformers }: mkDerivation { pname = "hspec"; - version = "2.3.1"; - sha256 = "62b501f1150c40d65836bef9cafcd427390db9dc48c9a3aa7d4633ea6cc7b22c"; + version = "2.3.2"; + sha256 = "e852f69cd585cc945c2a9aa191ae6f8894f2e7e10685d60bfed29b521f032fb4"; libraryHaskellDepends = [ base call-stack hspec-core hspec-discover hspec-expectations HUnit QuickCheck transformers @@ -89774,7 +90036,7 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "hspec-core_2_3_1" = callPackage + "hspec-core_2_3_2" = callPackage ({ mkDerivation, ansi-terminal, async, base, call-stack, deepseq , hspec-expectations, hspec-meta, HUnit, process, QuickCheck , quickcheck-io, random, setenv, silently, tf-random, time @@ -89782,8 +90044,8 @@ self: { }: mkDerivation { pname = "hspec-core"; - version = "2.3.1"; - sha256 = "3136a34ae0ff45aec4449b1aab90a9dbb61ae57d7adfa4ef567eb39728fd9008"; + version = "2.3.2"; + sha256 = "1c6d5d07475a4de72837b1739e0e94cfa2896e762af403d1978ee4df683541b9"; libraryHaskellDepends = [ ansi-terminal async base call-stack deepseq hspec-expectations HUnit QuickCheck quickcheck-io random setenv tf-random time @@ -89816,12 +90078,12 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "hspec-discover_2_3_1" = callPackage + "hspec-discover_2_3_2" = callPackage ({ mkDerivation, base, directory, filepath, hspec-meta }: mkDerivation { pname = "hspec-discover"; - version = "2.3.1"; - sha256 = "3c8fa99104ca21a6aa247d4b9db9211b2cf800d48f61e6396c184aaff8d92d97"; + version = "2.3.2"; + sha256 = "fd36c9b91d417d0bb9041e0c2f148fa593dd752d4d62a8ca156fb3d8f88fe35f"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base directory filepath ]; @@ -89845,12 +90107,12 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "hspec-expectations_0_8_0" = callPackage + "hspec-expectations_0_8_2" = callPackage ({ mkDerivation, base, call-stack, HUnit, nanospec }: mkDerivation { pname = "hspec-expectations"; - version = "0.8.0"; - sha256 = "e861250530897df93716a198b147f2cf90e02c34149bef3c41584ba0c90d4baa"; + version = "0.8.2"; + sha256 = "819607ea1faf35ce5be34be61c6f50f3389ea43892d56fb28c57a9f5d54fb4ef"; libraryHaskellDepends = [ base call-stack HUnit ]; testHaskellDepends = [ base call-stack HUnit nanospec ]; homepage = "https://github.com/hspec/hspec-expectations#readme"; @@ -90066,17 +90328,15 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "hspec-meta_2_3_1" = callPackage + "hspec-meta_2_3_2" = callPackage ({ mkDerivation, ansi-terminal, async, base, call-stack, deepseq , directory, filepath, hspec-expectations, HUnit, QuickCheck , quickcheck-io, random, setenv, time, transformers }: mkDerivation { pname = "hspec-meta"; - version = "2.3.1"; - sha256 = "ec482dc49765d88de40064e02307f8d9dea3ba1caec38047869a7974f1487f95"; - revision = "1"; - editedCabalFile = "36a143859e8b1e1c8f07c5dc29b822a1676cd8e5d1b1ac85282bf8ddfc4394a4"; + version = "2.3.2"; + sha256 = "59b1ba3f32f443fdcdef345905a4d0b60c31c36894e56d34a9ac6cf406578a8b"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -90620,6 +90880,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hsqml-demo-manic" = callPackage + ({ mkDerivation, base, containers, hsqml, MonadRandom, text }: + mkDerivation { + pname = "hsqml-demo-manic"; + version = "0.3.4.0"; + sha256 = "a663ed9f750a0d0f0a37a2640212ea992dc025912d723e8944e9875295699626"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base containers hsqml MonadRandom text + ]; + homepage = "http://www.gekkou.co.uk/software/hsqml/"; + description = "HsQML-based clone of Pipe Mania"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hsqml-demo-morris" = callPackage ({ mkDerivation, base, containers, deepseq, directory, hsqml , OddWord, text @@ -91973,7 +92249,7 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "http-conduit_2_2_2_1" = callPackage + "http-conduit_2_2_3" = callPackage ({ mkDerivation, aeson, base, blaze-builder, bytestring , case-insensitive, conduit, conduit-extra, connection, cookie , data-default-class, exceptions, hspec, http-client @@ -91983,8 +92259,8 @@ self: { }: mkDerivation { pname = "http-conduit"; - version = "2.2.2.1"; - sha256 = "1ec7feb0ee0263559ccccc729e760990f4908cf1b1eeb2af221afeec34d23c57"; + version = "2.2.3"; + sha256 = "eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3"; libraryHaskellDepends = [ aeson base bytestring conduit conduit-extra exceptions http-client http-client-tls http-types lifted-base monad-control mtl resourcet @@ -92247,15 +92523,16 @@ self: { }) {}; "http-pony" = callPackage - ({ mkDerivation, base, bytestring, network, pipes, pipes-network - , pipes-safe, transformers + ({ mkDerivation, base, bytestring, exceptions, network, pipes + , pipes-network, pipes-safe, transformers }: mkDerivation { pname = "http-pony"; - version = "0.1.0.3"; - sha256 = "b65e845f84d98fd9fc774049f0c3aaa2e0183e875085d793cfa9b9705d1cd1fa"; + version = "0.1.0.5"; + sha256 = "255ca693eeb4cff7c3315e75fe63414b987f56a0424ec80e579d2c0f357f78e1"; libraryHaskellDepends = [ - base bytestring network pipes pipes-network pipes-safe transformers + base bytestring exceptions network pipes pipes-network pipes-safe + transformers ]; homepage = "https://github.com/nfjinjing/http-pony"; description = "A type unsafe http library"; @@ -92286,10 +92563,11 @@ self: { ({ mkDerivation, base, case-insensitive, lens, profunctors }: mkDerivation { pname = "http-pony-transformer-case-insensitive"; - version = "0.1.0.1"; - sha256 = "6a2ebc104954c62b91444e1789f1672ee6bc1237ca3e1b0d86b43c3455881c1c"; + version = "0.1.0.2"; + sha256 = "399b3dffbe4ee4f6723ac92c3f6914bfa261499977919752de7e69bc0ac7cb91"; libraryHaskellDepends = [ base case-insensitive lens profunctors ]; homepage = "https://github.com/nfjinjing/http-pony-transformer-case-insensitive"; + description = "Tag http headers as case insensitive"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92299,11 +92577,12 @@ self: { }: mkDerivation { pname = "http-pony-transformer-http"; - version = "0.1.0.0"; - sha256 = "645623db8c4bf92746358fbbc0cf4e7d19392565f4c019f9dc8d1df515efeba3"; + version = "0.1.0.2"; + sha256 = "67671bdaf54937aa21054be059910748db9b736cf2d56146825e09d9a1dd67fe"; libraryHaskellDepends = [ attoparsec base bytestring pipes pipes-attoparsec transformers ]; + description = "Transform raw TCP stream to a basic HTTP type"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92311,8 +92590,8 @@ self: { ({ mkDerivation, attoparsec, base, bytestring, http-types, lens }: mkDerivation { pname = "http-pony-transformer-startline"; - version = "0.1.0.0"; - sha256 = "a0aa55e3ce44b1256588c7c584622b3f6685dd2134f499532e2afd99ab034bb3"; + version = "0.1.0.1"; + sha256 = "797995f992cc366b94c16f3e85d5c5cadec3fc4475f72511472d12f2ec67bf39"; libraryHaskellDepends = [ attoparsec base bytestring http-types lens ]; @@ -93192,18 +93471,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; - "hw-bits_0_2_0_2" = callPackage - ({ mkDerivation, base, bytestring, criterion, hspec, hw-prim, mmap - , parsec, QuickCheck, resourcet, safe, vector + "hw-bits_0_3_0_0" = callPackage + ({ mkDerivation, base, bytestring, criterion, hspec, hw-prim + , hw-string-parse, mmap, QuickCheck, resourcet, safe, vector }: mkDerivation { pname = "hw-bits"; - version = "0.2.0.2"; - sha256 = "32dd71a6265b6c7ab296dbf23eb865247f111a4e3bfba01ea18d8e5d7e169641"; + version = "0.3.0.0"; + sha256 = "86195b35765604cead092fdb27a48852b1d587d672646721aab9d4d8e6696251"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base bytestring hw-prim parsec safe vector + base bytestring hw-prim hw-string-parse safe vector ]; executableHaskellDepends = [ base criterion mmap resourcet vector @@ -93213,7 +93492,7 @@ self: { ]; homepage = "http://github.com/haskell-works/hw-bits#readme"; description = "Conduits for tokenizing streams"; - license = stdenv.lib.licenses.bsd3; + license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -93630,6 +93909,26 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "hxt_9_3_1_16" = callPackage + ({ mkDerivation, base, binary, bytestring, containers, deepseq + , directory, filepath, hxt-charproperties, hxt-regex-xmlschema + , hxt-unicode, mtl, network-uri, parsec + }: + mkDerivation { + pname = "hxt"; + version = "9.3.1.16"; + sha256 = "0d55e35cc718891d0987b7c8e6c43499efa727c68bc92e88e8b99461dff403e3"; + libraryHaskellDepends = [ + base binary bytestring containers deepseq directory filepath + hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri + parsec + ]; + homepage = "https://github.com/UweSchmidt/hxt"; + description = "A collection of tools for processing XML with Haskell"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "hxt-binary" = callPackage ({ mkDerivation, base, binary, bytestring, bzlib, deepseq , haskell98, hxt @@ -93649,15 +93948,15 @@ self: { "hxt-cache" = callPackage ({ mkDerivation, base, binary, bytestring, containers, deepseq - , directory, filepath, hxt, SHA, time, unix + , directory, filepath, hxt, SHA, time, unix-compat }: mkDerivation { pname = "hxt-cache"; - version = "9.1.0.1"; - sha256 = "f470012bcde9fe0a534b540abddd3434b61814c89f596858b88619147a8223ce"; + version = "9.1.0.2"; + sha256 = "5899644e5fa375ec8417febd8dbdcbdda50822963f91a9fdedfc95e706a6e41f"; libraryHaskellDepends = [ base binary bytestring containers deepseq directory filepath hxt - SHA time unix + SHA time unix-compat ]; homepage = "https://github.com/UweSchmidt/hxt"; description = "Cache for HXT XML Documents and other binary data"; @@ -93789,6 +94088,24 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "hxt-regex-xmlschema_9_2_0_3" = callPackage + ({ mkDerivation, base, bytestring, HUnit, hxt-charproperties + , parsec, text + }: + mkDerivation { + pname = "hxt-regex-xmlschema"; + version = "9.2.0.3"; + sha256 = "f4743ba65498d6001cdfcf5cbc3317d4bc43941be5c7030b60beb83408c892b0"; + libraryHaskellDepends = [ + base bytestring hxt-charproperties parsec text + ]; + testHaskellDepends = [ base bytestring HUnit parsec text ]; + homepage = "http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema"; + description = "A regular expression library for W3C XML Schema regular expressions"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "hxt-relaxng" = callPackage ({ mkDerivation, base, containers, hxt, hxt-charproperties , hxt-regex-xmlschema, network-uri, parsec @@ -94237,8 +94554,8 @@ self: { }: mkDerivation { pname = "hylolib"; - version = "1.5.2"; - sha256 = "6aa2533ab21c08b9d55036d67c6a10f6836f42dbeabe18673bfda28f764d7082"; + version = "1.5.3"; + sha256 = "8b3c5ffe38b149ba990bf2afd508dfa372b44eb09930497cc8c45276f87df5ca"; libraryHaskellDepends = [ array base containers mtl pretty random uniplate ]; @@ -94277,6 +94594,50 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hyper" = callPackage + ({ mkDerivation, base, blaze-html, deepseq, text }: + mkDerivation { + pname = "hyper"; + version = "0.1.0.0"; + sha256 = "04c76c0c88f658e9878f8090cc2e1351977128861ce4c03ce52d11c42e44b3da"; + libraryHaskellDepends = [ base blaze-html deepseq text ]; + description = "Display class for the HyperHaskell graphical Haskell interpreter"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "hyper-extra" = callPackage + ({ mkDerivation, base, diagrams-lib, diagrams-svg, hyper + , svg-builder, text + }: + mkDerivation { + pname = "hyper-extra"; + version = "0.1.0.0"; + sha256 = "1c36de58e0f51cfc3f47c83185c9d08539491d208c3b956f7de1119cd94858c8"; + libraryHaskellDepends = [ + base diagrams-lib diagrams-svg hyper svg-builder text + ]; + description = "Display instances for the HyperHaskell graphical Haskell interpreter"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "hyper-haskell-server" = callPackage + ({ mkDerivation, aeson, base, bytestring, deepseq, exceptions, hint + , hyper, scotty, text, transformers + }: + mkDerivation { + pname = "hyper-haskell-server"; + version = "0.1.0.0"; + sha256 = "dcbd3d4e9b4026d6531fb54041e5ce595cec4094098a902d9e24c8f7b69516b8"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + aeson base bytestring deepseq exceptions hint hyper scotty text + transformers + ]; + description = "Server back-end for the HyperHaskell graphical Haskell interpreter"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hyperdrive" = callPackage ({ mkDerivation, base, bytestring, bytestring-lexing , extensible-exceptions, mtl, network, pipes, pretty @@ -97562,6 +97923,8 @@ self: { pname = "ion"; version = "1.0.0.0"; sha256 = "24a364e30e6baeb531c8f040d3cea6d368c6457cabe58a21fb98f21333b7cc0d"; + revision = "1"; + editedCabalFile = "468bd67b256d96d6a7950870abb2c90f98815b759f89658022ece91fe234c3d9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -97677,6 +98040,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "ip6addr_0_5_1_4" = callPackage + ({ mkDerivation, base, cmdargs, IPv6Addr, text }: + mkDerivation { + pname = "ip6addr"; + version = "0.5.1.4"; + sha256 = "fe5f93753026cc82123cbf626473d9353c94d8f681e90771b63dfebdd2f1f2f8"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ base cmdargs IPv6Addr text ]; + homepage = "https://github.com/MichelBoucey/ip6addr"; + description = "Commandline tool to generate IPv6 address text representations"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "ipatch" = callPackage ({ mkDerivation, base, bytestring, darcs, directory, filepath , hashed-storage, process, unix @@ -97763,8 +98141,8 @@ self: { }: mkDerivation { pname = "iproute"; - version = "1.7.0"; - sha256 = "65dd0033101702cd3ba291ff52d5d2563a89087fda7bb7e4bd5a301042049ede"; + version = "1.7.1"; + sha256 = "57b8d03ca8ce92f8ec1334564f3edff53a0621ccbc43c00ba02eaa5007ee3eee"; libraryHaskellDepends = [ appar base byteorder containers network ]; @@ -98587,6 +98965,8 @@ self: { pname = "ivory"; version = "0.1.0.3"; sha256 = "e842ec8c195c2f148c393d09471c96bcae09c1fd5260f102df6b26b591da91e6"; + revision = "1"; + editedCabalFile = "2149b10ef5f9149f362f51960ddd252205c4ee348869741e70d3a33892fe66be"; libraryHaskellDepends = [ array base base-compat containers dlist filepath monadLib pretty template-haskell text th-lift @@ -99601,17 +99981,17 @@ self: { "jsaddle" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, doctest - , filepath, http-types, lens, primitive, process, QuickCheck, stm - , template-haskell, text, time, transformers, vector, wai - , wai-app-static, wai-websockets, warp, websockets + , filepath, http-types, lens, primitive, process, QuickCheck + , ref-tf, stm, template-haskell, text, time, transformers, vector + , wai, wai-app-static, wai-websockets, warp, websockets }: mkDerivation { pname = "jsaddle"; - version = "0.5.1.0"; - sha256 = "b97d31c176d1862103cabd8fe948c059f04de5c4ca4e4404001625827a5a506c"; + version = "0.5.2.0"; + sha256 = "216fe089de60352956df2aa3abcb1e28861e81d1943ae1a17ac7947aad18a4fb"; libraryHaskellDepends = [ aeson base bytestring containers filepath http-types lens primitive - process stm template-haskell text time transformers wai + process ref-tf stm template-haskell text time transformers wai wai-app-static wai-websockets warp websockets ]; testHaskellDepends = [ @@ -99629,8 +100009,8 @@ self: { }: mkDerivation { pname = "jsaddle-dom"; - version = "0.4.1.0"; - sha256 = "c9038d2d124dfd330112470caee81a69b3918de186135f0c24525f4f81ec1b74"; + version = "0.5.0.0"; + sha256 = "7edcda4cc112e983651be34824cf44109685e93360157b68f618ff05a7601c73"; libraryHaskellDepends = [ base base-compat jsaddle lens text transformers ]; @@ -104648,8 +105028,8 @@ self: { }: mkDerivation { pname = "legion"; - version = "0.5.0.0"; - sha256 = "d9361ee7d554b7700d71ca13a258773513f5931ebfa5d7874cfbb45b6f794c44"; + version = "0.5.0.1"; + sha256 = "2863daa3d874bd257a22b6795c502c4bfe73d3790e200462983d32b5b53999d0"; libraryHaskellDepends = [ aeson attoparsec base binary binary-conduit bytestring canteven-http canteven-log conduit conduit-extra containers @@ -104663,14 +105043,59 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "legion-discovery" = callPackage + ({ mkDerivation, aeson, base, binary, bytestring, Cabal + , canteven-http, canteven-log, conduit, containers + , data-default-class, http-types, legion, legion-extra + , monad-logger, scotty, scotty-resource, SHA, text, time + , transformers, wai, wai-extra, warp + }: + mkDerivation { + pname = "legion-discovery"; + version = "0.2.1.1"; + sha256 = "9ecb4471cf9a52fd973d95c356d35542e4b12306eb7078f43e4a279d0c478131"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base binary bytestring Cabal canteven-http canteven-log + conduit containers data-default-class http-types legion + legion-extra monad-logger scotty scotty-resource SHA text time + transformers wai wai-extra warp + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base ]; + homepage = "https://github.com/owensmurray/legion-discovery#readme"; + description = "Initial project template from stack"; + license = stdenv.lib.licenses.asl20; + }) {}; + + "legion-discovery-client" = callPackage + ({ mkDerivation, aeson, base, bytestring, Cabal, containers + , data-default-class, http-client, http-types, load-balancing + , network, text + }: + mkDerivation { + pname = "legion-discovery-client"; + version = "0.1.0.1"; + sha256 = "6235b5f23411bfe0807274e4e31b5e9f805045b214f63a2cfbefed29d9fe27f1"; + libraryHaskellDepends = [ + aeson base bytestring Cabal containers data-default-class + http-client http-types load-balancing network text + ]; + testHaskellDepends = [ base ]; + homepage = "https://github.com/owensmurray/legion-discovery-client#readme"; + description = "Client library for communicating with legion-discovery"; + license = stdenv.lib.licenses.asl20; + }) {}; + "legion-extra" = callPackage ({ mkDerivation, aeson, base, bytestring, canteven-log, containers , data-default-class, legion, network, safe, split, yaml }: mkDerivation { pname = "legion-extra"; - version = "0.1.0.1"; - sha256 = "62687c1c0f6175338fe9bbfbb1c94befddf8f580baf7b603e11308a23e999f5d"; + version = "0.1.0.3"; + sha256 = "f53bec687bb2a6d878dbc63a7ba90955f6cfa77a99a074bcc7a3ee9d44702a5e"; libraryHaskellDepends = [ aeson base bytestring canteven-log containers data-default-class legion network safe split yaml @@ -106501,8 +106926,8 @@ self: { }: mkDerivation { pname = "linear-opengl"; - version = "0.2.0.10"; - sha256 = "9dc10dc309a2b6eb64da004106fa6a4c50beabc6c06e5fbb917e46ce5133217d"; + version = "0.3.0.0"; + sha256 = "d95cc9b0cce5162c0942550d4b8884fc13664994395237a8362279c0aa7ee01f"; libraryHaskellDepends = [ base distributive lens linear OpenGL OpenGLRaw tagged ]; @@ -107496,8 +107921,8 @@ self: { }: mkDerivation { pname = "live-sequencer"; - version = "0.0.4"; - sha256 = "d4981f43c98752a8258a67b40e2ecd49821a03c0795176a5fbd48b73aed0c812"; + version = "0.0.5.1"; + sha256 = "d4453e597c7804b14554b873b1b2d40c043d79b488868e7c1879e50346927ac1"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base event-list non-negative ]; @@ -107990,6 +108415,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "load-balancing" = callPackage + ({ mkDerivation, base, containers, hslogger, PSQueue, stm }: + mkDerivation { + pname = "load-balancing"; + version = "1.0.1.0"; + sha256 = "332a7c437b9115b33913becd78d855ff7dc0407f58cfe065e8cd14ce0f7eb99f"; + libraryHaskellDepends = [ base containers hslogger PSQueue stm ]; + homepage = "https://github.com/SumAll/haskell-load-balancing"; + description = "Client-side load balancing utilities"; + license = stdenv.lib.licenses.asl20; + }) {}; + "load-env" = callPackage ({ mkDerivation, base, directory, hspec, HUnit, parsec }: mkDerivation { @@ -110728,30 +111165,6 @@ self: { }) {}; "markdown" = callPackage - ({ mkDerivation, attoparsec, base, blaze-html, blaze-markup - , conduit, conduit-extra, containers, data-default, directory - , filepath, hspec, text, transformers, xml-conduit, xml-types - , xss-sanitize - }: - mkDerivation { - pname = "markdown"; - version = "0.1.14"; - sha256 = "204e9e0c100c8477266ab6b43990a5215ba07ac9ea280912794c32eef38dd42f"; - libraryHaskellDepends = [ - attoparsec base blaze-html blaze-markup conduit conduit-extra - containers data-default text transformers xml-conduit xml-types - xss-sanitize - ]; - testHaskellDepends = [ - base blaze-html conduit conduit-extra containers directory filepath - hspec text transformers - ]; - homepage = "https://github.com/snoyberg/markdown"; - description = "Convert Markdown to HTML, with XSS protection"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "markdown_0_1_15" = callPackage ({ mkDerivation, attoparsec, base, blaze-html, blaze-markup , conduit, conduit-extra, containers, data-default, directory , filepath, hspec, text, transformers, xml-conduit, xml-types @@ -110773,7 +111186,6 @@ self: { homepage = "https://github.com/snoyberg/markdown"; description = "Convert Markdown to HTML, with XSS protection"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "markdown-kate" = callPackage @@ -111369,21 +111781,21 @@ self: { "maxsharing" = callPackage ({ mkDerivation, base, base-unicode-symbols, boxes, containers - , containers-unicode-symbols, HaLeX, IndentParser, mtl, parsec + , containers-unicode-symbols, fgl, HaLeX, indentparser, mtl, parsec , process, uuagc, uuagc-cabal }: mkDerivation { pname = "maxsharing"; - version = "1.0.3"; - sha256 = "4b9ae7230c590b7d9e6060d791e01d9bda953ae41d47c6e88912325b30e8a284"; + version = "1.1"; + sha256 = "1cd275f8fc8994ba00320a243a2acad13f457eb2f0e2a9e4797a8b0f54f0646f"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base base-unicode-symbols boxes containers - containers-unicode-symbols HaLeX IndentParser mtl parsec process - uuagc uuagc-cabal + containers-unicode-symbols fgl HaLeX indentparser mtl parsec + process uuagc uuagc-cabal ]; - homepage = "http://rochel.info/maxsharing/"; + homepage = "http://arxiv.org/abs/1401.1460"; description = "Maximal sharing of terms in the lambda calculus with letrec"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -116760,6 +117172,8 @@ self: { pname = "multistate"; version = "0.7.1.1"; sha256 = "609650cbbfd102c775b44be3fd7bb4f6732127e64b21dd45ea1af057c5ffb8a6"; + revision = "1"; + editedCabalFile = "a5bd571eb919e74f8ba5313ffca801dce8c1fe1dd2c6699eadab39b0e37ae13b"; libraryHaskellDepends = [ base monad-control mtl tagged transformers transformers-base ]; @@ -118839,13 +119253,13 @@ self: { }: mkDerivation { pname = "netwire"; - version = "5.0.1"; - sha256 = "199dd2bb49fdf31ed125e4063ba3545a0d73eff36c3ed38014df30965524f4c7"; + version = "5.0.2"; + sha256 = "4d790f19642c62e555d167d53d88da56cc83daf093ff4ee37c83e21a2112cd83"; libraryHaskellDepends = [ base containers deepseq parallel profunctors random semigroups time transformers ]; - homepage = "http://hub.darcs.net/ertes/netwire"; + homepage = "https://github.com/esoeylemez/netwire"; description = "Functional reactive programming library"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -119371,8 +119785,8 @@ self: { ({ mkDerivation, base, network }: mkDerivation { pname = "network-multicast"; - version = "0.1.1"; - sha256 = "f44c0b10569a10349d6e5a587ba3ed85a61a56a001939f1b6fb1b15911e8b742"; + version = "0.1.2"; + sha256 = "82dcd07dd7f62d0ba23f4b37469768f07bcf6bd888dd54ebe61603f6fd2ccefb"; libraryHaskellDepends = [ base network ]; description = "Simple multicast library"; license = stdenv.lib.licenses.publicDomain; @@ -119926,6 +120340,8 @@ self: { pname = "newtype-generics"; version = "0.4.1"; sha256 = "a5ed63130601fa2f97b105adeced7e691ee7924bcfd3f7da6605495f7a655fe2"; + revision = "1"; + editedCabalFile = "75d1f6c129b225524a80de19734b5477f45c63a185258954d59f4da5e6a35873"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec HUnit ]; description = "A typeclass and set of functions for working with newtypes, with generics support"; @@ -120022,8 +120438,8 @@ self: { ({ mkDerivation, async, base, bytestring, template-haskell, unix }: mkDerivation { pname = "ngx-export"; - version = "0.2.0.0"; - sha256 = "fce59fdf3b552509a291d50c485a5847a28cfd6f6199158c2621a13f07ddd26c"; + version = "0.2.1.0"; + sha256 = "877cdac98af15734ceb0fef6d4096a48a78c40e20fceabc0d9dd15811a2e760f"; libraryHaskellDepends = [ async base bytestring template-haskell unix ]; @@ -121371,6 +121787,30 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "obd" = callPackage + ({ mkDerivation, base, bytestring, dimensional, either, haskeline + , io-streams, lens, mtl, optparse-applicative, serialport, split + , stm, stm-chans, transformers + }: + mkDerivation { + pname = "obd"; + version = "0.1.0.0"; + sha256 = "99625705214cc2b4d0445a138fbdcd2f47beadfcc31aeedb4cde282127ed5cd1"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring dimensional either io-streams lens mtl serialport + split stm stm-chans transformers + ]; + executableHaskellDepends = [ + base bytestring haskeline mtl optparse-applicative transformers + ]; + testHaskellDepends = [ base ]; + homepage = "https://github.com/hverr/haskell-obd#readme"; + description = "Communicate to OBD interfaces over ELM327"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "obdd" = callPackage ({ mkDerivation, array, base, containers, mtl, random }: mkDerivation { @@ -122280,8 +122720,8 @@ self: { ({ mkDerivation, atomspace-cwrapper, base, transformers }: mkDerivation { pname = "opencog-atomspace"; - version = "0.1.0.3"; - sha256 = "c4848b27f3c2d6f7e2fc22d338a9bc1547c5282d970c0d7d4d83672a948e4dd0"; + version = "0.1.0.4"; + sha256 = "86d9371d31722da33abb7ca7690e064f87e0d772622d4b798c23f8b8cee5e52e"; libraryHaskellDepends = [ base transformers ]; librarySystemDepends = [ atomspace-cwrapper ]; homepage = "github.com/opencog/atomspace/tree/master/opencog/haskell"; @@ -122832,6 +123272,8 @@ self: { pname = "operational"; version = "0.2.3.3"; sha256 = "25489ee5475e5dd8bc5fb415a0189ef6f7e84253f4e392ff5f40b3c3ff1e406c"; + revision = "1"; + editedCabalFile = "5a688a78ec908382a5bfebd425340268ef6b53f5985ca7d13a54aeffa86c079b"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base mtl ]; @@ -124183,8 +124625,8 @@ self: { }: mkDerivation { pname = "pandoc-citeproc"; - version = "0.10.1.1"; - sha256 = "67ea382f068ecc5eea1ad44c515e7aaa56d3e60e6be18ed3d2ec5cfd85eb8432"; + version = "0.10.1.2"; + sha256 = "be7b3776a338c4fc46565978bc8c89783e90c3853fe5bc447ddc9bf053bf5f39"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -124382,6 +124824,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pandoc-types_1_17_0_4" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, deepseq + , ghc-prim, HUnit, QuickCheck, string-qq, syb, test-framework + , test-framework-hunit, test-framework-quickcheck2 + }: + mkDerivation { + pname = "pandoc-types"; + version = "1.17.0.4"; + sha256 = "531996e547714e34a2e4134e9e80dad9929bbc6814ebb5515f95538fa76c3f74"; + libraryHaskellDepends = [ + aeson base bytestring containers deepseq ghc-prim QuickCheck syb + ]; + testHaskellDepends = [ + aeson base bytestring containers HUnit QuickCheck string-qq + test-framework test-framework-hunit test-framework-quickcheck2 + ]; + homepage = "http://johnmacfarlane.net/pandoc"; + description = "Types for representing a structured document"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "pandoc-unlit" = callPackage ({ mkDerivation, base, pandoc }: mkDerivation { @@ -124878,6 +125342,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "pareto" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "pareto"; + version = "0.1.0.0"; + sha256 = "edc54861e89b3f4b36f4c1be63e424adbe4a2068ed6c5c8fefeb61c9d387a3dd"; + libraryHaskellDepends = [ base ]; + homepage = "http://bitbucket.org/hyllos/pareto-haskell"; + description = "A library for cause-effect relationships"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "parport" = callPackage ({ mkDerivation, array, base }: mkDerivation { @@ -125481,19 +125957,21 @@ self: { }) {}; "patat" = callPackage - ({ mkDerivation, ansi-terminal, ansi-wl-pprint, base, containers - , directory, filepath, mtl, optparse-applicative, pandoc - , terminal-size, time + ({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base + , bytestring, containers, directory, filepath, highlighting-kate + , mtl, optparse-applicative, pandoc, terminal-size, text, time + , yaml }: mkDerivation { pname = "patat"; - version = "0.1.0.0"; - sha256 = "565b5885113d5805e15cb29be37feb1a45b10bd3202b474acc04a14bfe82c87e"; + version = "0.3.0.0"; + sha256 = "898abcb5b2eda94e9943cde4605e7594d3b1be04fdb477e7ac0560f8139c3d18"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - ansi-terminal ansi-wl-pprint base containers directory filepath mtl - optparse-applicative pandoc terminal-size time + aeson ansi-terminal ansi-wl-pprint base bytestring containers + directory filepath highlighting-kate mtl optparse-applicative + pandoc terminal-size text time yaml ]; homepage = "http://github.com/jaspervdj/patat"; description = "Terminal-based presentations using Pandoc"; @@ -127417,8 +127895,8 @@ self: { ({ mkDerivation, base, bytestring, text }: mkDerivation { pname = "phaser"; - version = "0.1.1.0"; - sha256 = "54ecb42b832a83dba458c0974c07ce956e274d579b72aa7ba3e85fee039b063e"; + version = "0.2.0.0"; + sha256 = "2026931bbcd25bd60809bada559f82126ce357c60f536da103a33ab3700fda88"; libraryHaskellDepends = [ base bytestring text ]; homepage = "https://github.com/quickdudley/phaser"; description = "Incremental multiple pass parser library"; @@ -128386,6 +128864,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pipes-extras_1_0_7" = callPackage + ({ mkDerivation, base, foldl, HUnit, pipes, test-framework + , test-framework-hunit, transformers + }: + mkDerivation { + pname = "pipes-extras"; + version = "1.0.7"; + sha256 = "f4d441160cf5d50ad83c15c88c80b835e39d7a73a4e7943c6a6d4c796df28be2"; + libraryHaskellDepends = [ base foldl pipes transformers ]; + testHaskellDepends = [ + base HUnit pipes test-framework test-framework-hunit transformers + ]; + description = "Extra utilities for pipes"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "pipes-fastx" = callPackage ({ mkDerivation, attoparsec, base, bytestring, pipes , pipes-attoparsec, pipes-bytestring @@ -128673,8 +129168,8 @@ self: { }: mkDerivation { pname = "pipes-protolude"; - version = "0.1.0.0"; - sha256 = "e4ac3b48483efe76378cfbc1c6401f44de735f3431a5900d36e3b920c27f4979"; + version = "0.1.0.1"; + sha256 = "7f3d93fb093250f6d85c7e9262bd243c6966451ed867fe204af3fe0b56abea73"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -133138,23 +133633,6 @@ self: { }) {}; "protolude" = callPackage - ({ mkDerivation, async, base, bytestring, containers, deepseq - , ghc-prim, mtl, safe, stm, text, transformers - }: - mkDerivation { - pname = "protolude"; - version = "0.1.7"; - sha256 = "7b8386d3e6d15f477bbbe4e8901ae840509bb6d0d63c6e98f8ca7c13f2473b79"; - libraryHaskellDepends = [ - async base bytestring containers deepseq ghc-prim mtl safe stm text - transformers - ]; - homepage = "https://github.com/sdiehl/protolude"; - description = "A sensible set of defaults for writing custom Preludes"; - license = stdenv.lib.licenses.mit; - }) {}; - - "protolude_0_1_8" = callPackage ({ mkDerivation, async, base, bytestring, containers, deepseq , ghc-prim, mtl, safe, stm, text, transformers }: @@ -133169,7 +133647,6 @@ self: { homepage = "https://github.com/sdiehl/protolude"; description = "A sensible set of defaults for writing custom Preludes"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "proton-haskell" = callPackage @@ -133421,12 +133898,12 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "publicsuffix_0_20161003" = callPackage + "publicsuffix_0_20161014" = callPackage ({ mkDerivation, base, filepath, hspec, template-haskell }: mkDerivation { pname = "publicsuffix"; - version = "0.20161003"; - sha256 = "f3a94499b546da47dea02e260ada8d0ca7444d3261a88fdaf13dad7041999ce7"; + version = "0.20161014"; + sha256 = "7fe7abfe8727dc20951c6c7dec35c8ca71ddc34972615f5abe24ae7d3ce99622"; libraryHaskellDepends = [ base filepath template-haskell ]; testHaskellDepends = [ base hspec ]; homepage = "https://github.com/wereHamster/publicsuffix-haskell/"; @@ -134895,12 +135372,27 @@ self: { pname = "quickcheck-io"; version = "0.1.3"; sha256 = "d798584e26c51e4cbb0dadd1097cf14472c917240d09fc3d9a2b74961673c8b4"; + revision = "1"; + editedCabalFile = "9c0af3d194aa2d469c4cde8e26ad6566af32685face8ddb17919960f424c357a"; libraryHaskellDepends = [ base HUnit QuickCheck ]; homepage = "https://github.com/hspec/quickcheck-io#readme"; description = "Use HUnit assertions as QuickCheck properties"; license = stdenv.lib.licenses.mit; }) {}; + "quickcheck-io_0_1_4" = callPackage + ({ mkDerivation, base, HUnit, QuickCheck }: + mkDerivation { + pname = "quickcheck-io"; + version = "0.1.4"; + sha256 = "6b3750590871b03908530764cdaa69ce67d5b514f533c1a4a6f4755f8267389d"; + libraryHaskellDepends = [ base HUnit QuickCheck ]; + homepage = "https://github.com/hspec/quickcheck-io#readme"; + description = "Use HUnit assertions as QuickCheck properties"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "quickcheck-poly" = callPackage ({ mkDerivation, base, haskell98, hint, MonadCatchIO-mtl , QuickCheck, regex-compat, regex-tdfa @@ -135551,8 +136043,8 @@ self: { }: mkDerivation { pname = "raft"; - version = "0.3.7.0"; - sha256 = "5f54a03b971f1853ee4d8033aaa134c6765d254d070e1d31b5871b2e187839b3"; + version = "0.3.7.2"; + sha256 = "40c46755aa43abd764d59610b7b8a7af75b5e5efe7c509c34ede6a157ee2a0e9"; libraryHaskellDepends = [ aeson attoparsec base binary bytestring containers data-default ghc-prim mtl parallel scientific split text time tostring zlib @@ -136112,14 +136604,14 @@ self: { ({ mkDerivation, async, base, containers, foreign-store, stm }: mkDerivation { pname = "rapid"; - version = "0.1.2"; - sha256 = "f65a4fc1560266c9e51c6efe19d2797ef4af51850b23a458167c087da4079035"; + version = "0.1.3"; + sha256 = "163a894363584b712ab44598f17a8bcd90e0814327cf2cecf0ddc4dc6cf29758"; libraryHaskellDepends = [ async base containers foreign-store stm ]; - homepage = "http://hub.darcs.net/esz/rapid"; + homepage = "https://github.com/esoeylemez/rapid"; description = "Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values"; - license = stdenv.lib.licenses.asl20; + license = stdenv.lib.licenses.bsd3; }) {}; "rascal" = callPackage @@ -136313,6 +136805,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "rawfilepath" = callPackage + ({ mkDerivation, base, bytestring, unix }: + mkDerivation { + pname = "rawfilepath"; + version = "0.1.0.0"; + sha256 = "1673897fbcb4a4a194bb66ff8514a21db6c1d9f6ba0d960dc20677c9902c2614"; + libraryHaskellDepends = [ base bytestring unix ]; + testHaskellDepends = [ base ]; + homepage = "https://github.com/xtendo-org/rawfilepath#readme"; + description = "Use RawFilePath instead of FilePath"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "rawr" = callPackage ({ mkDerivation, base, deepseq, doctest, ghc-datasize, ghc-prim , lens, tasty, tasty-hunit, template-haskell @@ -136456,8 +136961,8 @@ self: { }: mkDerivation { pname = "rdf4h"; - version = "3.0.0"; - sha256 = "aa50b95e37655e3abdfb4f83679096bd6c188750a8cb3a61132e2e8399e928db"; + version = "3.0.1"; + sha256 = "a4ecf539e33f038a13f40e5b2b21ee1b364ed259b66f2d435439c0de287f8534"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -137760,15 +138265,15 @@ self: { "reflex-dom-colonnade" = callPackage ({ mkDerivation, base, colonnade, containers, contravariant, reflex - , reflex-dom, semigroups, vector + , reflex-dom, semigroups, text, vector }: mkDerivation { pname = "reflex-dom-colonnade"; - version = "0.4.4"; - sha256 = "e75354a6d37c854349566471e27248cbdfcfca4e0cfaf1ed46f5adc1f9a980ff"; + version = "0.4.6"; + sha256 = "b67ce02af09d3c2c30569cfac2758cc7439cbe1dab27323e6119ef5cc7267c17"; libraryHaskellDepends = [ base colonnade containers contravariant reflex reflex-dom - semigroups vector + semigroups text vector ]; homepage = "https://github.com/andrewthad/colonnade#readme"; description = "Use colonnade with reflex-dom"; @@ -138776,6 +139281,30 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "relational-query_0_8_3_2" = callPackage + ({ mkDerivation, array, base, bytestring, containers, dlist + , names-th, persistable-record, quickcheck-simple, sql-words + , template-haskell, text, th-reify-compat, time, time-locale-compat + , transformers + }: + mkDerivation { + pname = "relational-query"; + version = "0.8.3.2"; + sha256 = "20899f2fcf142e11036e6e6b7360c873e17ded7bb856616e9d40f92d0298d09b"; + libraryHaskellDepends = [ + array base bytestring containers dlist names-th persistable-record + sql-words template-haskell text th-reify-compat time + time-locale-compat transformers + ]; + testHaskellDepends = [ + base containers quickcheck-simple transformers + ]; + homepage = "http://khibino.github.io/haskell-relational-record/"; + description = "Typeful, Modular, Relational, algebraic query engine"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "relational-query-HDBC" = callPackage ({ mkDerivation, base, containers, convertible, dlist, HDBC , HDBC-session, names-th, persistable-record, relational-query @@ -139131,8 +139660,8 @@ self: { }: mkDerivation { pname = "repa"; - version = "3.4.1.1"; - sha256 = "c6f6aeb84e7167b50ec7fc241329bf966a4865ffc824e38f75be3f8bb1734917"; + version = "3.4.1.2"; + sha256 = "57f80bbbf6df1c7bca0045a9de8694a25bebe0e5696f59276cc72f165b01dc57"; libraryHaskellDepends = [ base bytestring ghc-prim QuickCheck template-haskell vector ]; @@ -139818,8 +140347,8 @@ self: { }: mkDerivation { pname = "resourcet"; - version = "1.1.7.5"; - sha256 = "05d30e225eb96a300718ec0534ffb03cb3bb8c7f87d463dbddb115d01c7f405a"; + version = "1.1.8"; + sha256 = "b36c9900ef4d330281b413684bcf13b53036303187dc3ca0f0d83b56152c5c4b"; libraryHaskellDepends = [ base containers exceptions lifted-base mmorph monad-control mtl transformers transformers-base transformers-compat @@ -143121,6 +143650,25 @@ self: { license = stdenv.lib.licenses.asl20; }) {}; + "scalpel_0_4_0" = callPackage + ({ mkDerivation, base, bytestring, containers, curl, data-default + , fail, HUnit, regex-base, regex-tdfa, tagsoup, text, vector + }: + mkDerivation { + pname = "scalpel"; + version = "0.4.0"; + sha256 = "ed252c502b138e3a3d87d8fa4b1bf88836c6bd297870532e0bf445c2f72415d8"; + libraryHaskellDepends = [ + base bytestring containers curl data-default fail regex-base + regex-tdfa tagsoup text vector + ]; + testHaskellDepends = [ base HUnit regex-base regex-tdfa tagsoup ]; + homepage = "https://github.com/fimad/scalpel"; + description = "A high level web scraping library for Haskell"; + license = stdenv.lib.licenses.asl20; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "scan" = callPackage ({ mkDerivation, base, parsec }: mkDerivation { @@ -144782,16 +145330,14 @@ self: { "sensei" = callPackage ({ mkDerivation, ansi-terminal, base, base-compat, bytestring - , directory, filepath, fsnotify, hspec, hspec-wai, http-client - , http-types, interpolate, mockery, network, process, silently, stm - , text, time, unix, wai, warp + , directory, filepath, fsnotify, hspec, hspec-meta, hspec-wai + , http-client, http-types, interpolate, mockery, network, process + , silently, stm, text, time, unix, wai, warp }: mkDerivation { pname = "sensei"; - version = "0.1.0"; - sha256 = "fd3c1edc901298173782bf8c65744dd4fb25cdfb9d1012e28a6e5038dc7114ab"; - revision = "1"; - editedCabalFile = "315d7e05f9dbe6eb51d2a1f569f884e66c3edaf12d4973230e47d6c799de2854"; + version = "0.2.0"; + sha256 = "aa38cfab092cbb256ea8a4a64cd171fe241b7a7f964bd13bf1b6e402327cf4b0"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -144801,8 +145347,9 @@ self: { ]; testHaskellDepends = [ ansi-terminal base base-compat bytestring directory filepath - fsnotify hspec hspec-wai http-client http-types interpolate mockery - network process silently stm text time unix wai warp + fsnotify hspec hspec-meta hspec-wai http-client http-types + interpolate mockery network process silently stm text time unix wai + warp ]; homepage = "https://github.com/hspec/sensei#readme"; description = "Automatically run Hspec tests on file modifications"; @@ -145659,6 +146206,40 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "servant-db" = callPackage + ({ mkDerivation, base, servant }: + mkDerivation { + pname = "servant-db"; + version = "0.2.0.1"; + sha256 = "99c618f6be7a7bc58217cc209b395cbcdd1a9cd573f484ee96b1835dd96dda8a"; + libraryHaskellDepends = [ base servant ]; + description = "Servant types for defining API with relational DBs"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "servant-db-postgresql" = callPackage + ({ mkDerivation, base, bytestring, containers, derive, hspec, HUnit + , monad-logger, optparse-applicative, postgresql-query + , postgresql-simple, QuickCheck, quickcheck-instances, servant + , servant-db, text, time, transformers-base + }: + mkDerivation { + pname = "servant-db-postgresql"; + version = "0.2.1.0"; + sha256 = "6f3cefb7b24bf3d4e50efe84d903e79edc936b85950cc260855af4a50ac11071"; + libraryHaskellDepends = [ + base bytestring containers postgresql-query postgresql-simple + servant servant-db text + ]; + testHaskellDepends = [ + base bytestring derive hspec HUnit monad-logger + optparse-applicative postgresql-query QuickCheck + quickcheck-instances servant-db text time transformers-base + ]; + description = "Derive a postgres client to database API specified by servant-db"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "servant-docs" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring , bytestring-conversion, case-insensitive, control-monad-omega @@ -146119,8 +146700,8 @@ self: { }: mkDerivation { pname = "servant-quickcheck"; - version = "0.0.2.1"; - sha256 = "4ac4467627724f118c1d735724b961a5b69d79f83b67d94b6cb60acef950e84d"; + version = "0.0.2.2"; + sha256 = "72878553ed9d7f134bd10e11ca7eaf69ba3d341e591aa3af4c73c43c7af866c5"; libraryHaskellDepends = [ aeson base base-compat bytestring case-insensitive clock data-default-class hspec http-client http-media http-types mtl @@ -146128,7 +146709,7 @@ self: { split string-conversions temporary text time warp ]; testHaskellDepends = [ - base base-compat hspec hspec-core http-client QuickCheck + base base-compat bytestring hspec hspec-core http-client QuickCheck quickcheck-io servant servant-client servant-server transformers warp ]; @@ -147246,8 +147827,8 @@ self: { ({ mkDerivation, base, bytestring, bzlib, shake, tar }: mkDerivation { pname = "shake-pack"; - version = "0.1.2"; - sha256 = "413dc10d9b141ba885b3067b2ab76aee7f2978a930e874885fa0baf3d8b1c247"; + version = "0.2.0"; + sha256 = "5fad6c240305f85bfa1c2001d9d52cb23ecdce006f98e590efe335dba2b9698f"; libraryHaskellDepends = [ base bytestring bzlib shake tar ]; homepage = "https://github.com/LukeHoersten/shake-pack"; description = "Shake File Pack Rule"; @@ -147669,8 +148250,8 @@ self: { }: mkDerivation { pname = "shellmate"; - version = "0.3.3"; - sha256 = "4b104089f1c46f05c1c86592ecfeee507092106d862c31c6ca4d95e52180c689"; + version = "0.3.4"; + sha256 = "b2db36ff28c21d78bdac8142e35b4ab002d70193f55f7e603c8c3d0eb49c0ce8"; libraryHaskellDepends = [ base bytestring directory filepath process temporary transformers unix @@ -147681,16 +148262,16 @@ self: { }) {}; "shellmate-extras" = callPackage - ({ mkDerivation, base, bytestring, feed, HTTP, mime-types - , network-uri, shellmate, tagsoup, text, xml + ({ mkDerivation, base, bytestring, feed, http-conduit, http-types + , mime-types, shellmate, tagsoup, text, utf8-string, xml }: mkDerivation { pname = "shellmate-extras"; - version = "0.3.3"; - sha256 = "fa3ade318f08c7b4d21bff10a82703480fb9ee3e572083be5cb99c0974e7a6a3"; + version = "0.3.4"; + sha256 = "46aecef64462ab34789f63dd338dc1b72aff77f4eaa2ecbf97c32dd9b6130b52"; libraryHaskellDepends = [ - base bytestring feed HTTP mime-types network-uri shellmate tagsoup - text xml + base bytestring feed http-conduit http-types mime-types shellmate + tagsoup text utf8-string xml ]; homepage = "https://github.com/valderman/shellmate"; description = "Extra functionality for shellmate"; @@ -148014,8 +148595,8 @@ self: { }: mkDerivation { pname = "sibe"; - version = "0.1.0.0"; - sha256 = "456846a9c4bcd467e9f95899677d216d21bf94e0d51b70e22b173272526a8db8"; + version = "0.2.0.1"; + sha256 = "964a03b7ba59444dcd0a776da94164840e402d6ca737ca2619a678080571046c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -148029,7 +148610,7 @@ self: { ]; testHaskellDepends = [ base hmatrix ]; homepage = "https://github.com/mdibaiee/sibe"; - description = "Initial project template from stack"; + description = "Machine Learning algorithms"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -148853,13 +149434,19 @@ self: { }) {}; "simple-vec3" = callPackage - ({ mkDerivation, base, vector }: + ({ mkDerivation, base, QuickCheck, tasty, tasty-quickcheck + , tasty-th, vector, vector-th-unbox + }: mkDerivation { pname = "simple-vec3"; - version = "0.1.0.1"; - sha256 = "441b08acf63ad72fc20acd3f5e02cb5c2957dab2e4ff765652803c9e1b42fdef"; - libraryHaskellDepends = [ base vector ]; - homepage = "http://github.com/dzhus/simple-vec3/"; + version = "0.2"; + sha256 = "65a8987ee8ebff519c2702a8df038f77a28dda711feb1a6e556eb8c19be0f680"; + libraryHaskellDepends = [ base QuickCheck vector vector-th-unbox ]; + testHaskellDepends = [ + base QuickCheck tasty tasty-quickcheck tasty-th vector + vector-th-unbox + ]; + homepage = "https://github.com/dzhus/simple-vec3#readme"; description = "Three-dimensional vectors of doubles with basic operations"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -149517,19 +150104,22 @@ self: { "slack-api" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, errors - , HsOpenSSL, io-streams, lens, lens-aeson, monad-loops, mtl - , network, network-uri, openssl-streams, text, time - , time-locale-compat, transformers, websockets, wreq + , hashable, io-streams, lens, lens-aeson, monad-loops, mtl, network + , network-uri, text, time, time-locale-compat, tls, transformers + , websockets, wreq, wuss }: mkDerivation { pname = "slack-api"; - version = "0.9"; - sha256 = "397967f49fbdd25afac310b27baeb6d46ac7f095a9699bb01a0326857ddd4e38"; + version = "0.10"; + sha256 = "0b9b6688858b85d9c40a6cfd670658330671173ac309326936ff07c931afb452"; + isLibrary = true; + isExecutable = true; libraryHaskellDepends = [ - aeson base bytestring containers errors HsOpenSSL io-streams lens - lens-aeson monad-loops mtl network network-uri openssl-streams text - time time-locale-compat transformers websockets wreq + aeson base bytestring containers errors hashable io-streams lens + lens-aeson monad-loops mtl network network-uri text time + time-locale-compat tls transformers websockets wreq wuss ]; + executableHaskellDepends = [ base lens mtl text ]; testHaskellDepends = [ base ]; description = "Bindings to the Slack RTM API"; license = stdenv.lib.licenses.mit; @@ -152336,6 +152926,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "sparse-linear-algebra" = callPackage + ({ mkDerivation, base, containers, criterion, hspec, mtl + , mwc-random, primitive, QuickCheck + }: + mkDerivation { + pname = "sparse-linear-algebra"; + version = "0.2.0.4"; + sha256 = "ef390020094294f52fbe37d40b3fc6cd21b38f021eb2ab5ef81af719c3ceecbe"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers hspec mtl mwc-random primitive QuickCheck + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base containers criterion hspec mtl mwc-random primitive + ]; + homepage = "https://github.com/ocramz/sparse-linear-algebra"; + description = "Numerical computation in native Haskell"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "sparsebit" = callPackage ({ mkDerivation, base, haskell98 }: mkDerivation { @@ -153208,8 +153820,8 @@ self: { ({ mkDerivation, base, mtl, parsec, sqlite-simple, text }: mkDerivation { pname = "sqlite-simple-errors"; - version = "0.3.0.0"; - sha256 = "0d8cb4b9b51aeadc6daf112ae75b2b38a13f2da2fba574c2b4d2fafa18600c9d"; + version = "0.5.0.0"; + sha256 = "33db4862ead8ec91016838d62ed6f232eb4643dcf271ac833f148b0ea40f5c63"; libraryHaskellDepends = [ base parsec sqlite-simple text ]; testHaskellDepends = [ base mtl sqlite-simple text ]; homepage = "https://github.com/caneroj1/sqlite-simple-errors"; @@ -154520,6 +155132,27 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "staversion" = callPackage + ({ mkDerivation, aeson, base, bytestring, directory, filepath + , hspec, optparse-applicative, text, unordered-containers, yaml + }: + mkDerivation { + pname = "staversion"; + version = "0.1.0.0"; + sha256 = "df252adb8010dbe2553fcd467044a6f99b43ce0ad223762ead0f755484806073"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring directory filepath optparse-applicative text + unordered-containers yaml + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base filepath hspec text ]; + homepage = "https://github.com/debug-ito/staversion"; + description = "What version is the package X in stackage lts-Y.ZZ?"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "stb-image" = callPackage ({ mkDerivation, base, bitmap, bytestring }: mkDerivation { @@ -154533,13 +155166,15 @@ self: { }) {}; "stb-image-redux" = callPackage - ({ mkDerivation, base, hspec, QuickCheck, vector }: + ({ mkDerivation, base, hspec, vector }: mkDerivation { pname = "stb-image-redux"; - version = "0.1.0.3"; - sha256 = "7a3519a1832f39b3d621207cddd679e7e8bb4f1057f33bfd170de2d3e07313b7"; + version = "0.1.0.4"; + sha256 = "317ba2e3347d54050262568b3b0cf75891919eccd9a9594ba71c60265d195dbb"; + revision = "1"; + editedCabalFile = "59533529f7bdf491b9b35d24431ccf65e6c3dc4163ceb89860d23773dffcd84a"; libraryHaskellDepends = [ base vector ]; - testHaskellDepends = [ base hspec QuickCheck vector ]; + testHaskellDepends = [ base hspec vector ]; homepage = "https://github.com/sasinestro/stb-image-redux#readme"; description = "Image loading and writing microlibrary"; license = stdenv.lib.licenses.bsd3; @@ -156534,16 +157169,15 @@ self: { }) {}; "sump" = callPackage - ({ mkDerivation, base, bytestring, data-default, either, lens - , serialport, transformers, vector + ({ mkDerivation, base, bytestring, data-default, lens, serialport + , transformers, vector }: mkDerivation { pname = "sump"; - version = "0.1.0.1"; - sha256 = "b7fa21630a6965fffd913280a7dd08a77a6e3f05b2bf04ad61c41ed601a0d1f7"; + version = "0.1.0.2"; + sha256 = "aab5fe4a465a328586fe5b25f6a808b90071e976f0570b35a30a537565cc43bc"; libraryHaskellDepends = [ - base bytestring data-default either lens serialport transformers - vector + base bytestring data-default lens serialport transformers vector ]; homepage = "http://github.com/bgamari/sump"; description = "A Haskell interface to SUMP-compatible logic analyzers"; @@ -156814,22 +157448,6 @@ self: { }) {}; "svg-builder" = callPackage - ({ mkDerivation, base, blaze-builder, bytestring, hashable, text - , unordered-containers - }: - mkDerivation { - pname = "svg-builder"; - version = "0.1.0.1"; - sha256 = "91c1a879e4b656355e9c843f29761a46dba6fd6c96c38a073dbb61b101923c9d"; - libraryHaskellDepends = [ - base blaze-builder bytestring hashable text unordered-containers - ]; - homepage = "http://github.com/jeffreyrosenbluth/svg-builder.git"; - description = "DSL for building SVG"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "svg-builder_0_1_0_2" = callPackage ({ mkDerivation, base, blaze-builder, bytestring, hashable, text , unordered-containers }: @@ -156843,7 +157461,6 @@ self: { homepage = "http://github.com/jeffreyrosenbluth/svg-builder.git"; description = "DSL for building SVG"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "svg-tree" = callPackage @@ -159264,6 +159881,8 @@ self: { pname = "tasty-hspec"; version = "1.1.3"; sha256 = "3c597d948cad9c61355a56811533abbad130eb6e4068fd930ab5514c759bfe31"; + revision = "1"; + editedCabalFile = "01a77505da91de5d767129a556b345bf6b26265fa047a9f2b7cd8677adab1412"; libraryHaskellDepends = [ base hspec hspec-core QuickCheck random tagged tasty tasty-quickcheck tasty-smallcheck @@ -159769,19 +160388,19 @@ self: { }) {}; "telegram-api" = callPackage - ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring, either - , filepath, hjpath, hspec, http-api-data, http-client - , http-client-tls, http-media, http-types, mime-types - , optparse-applicative, servant, servant-client, string-conversions - , text, transformers, utf8-string + ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring, filepath + , hjpath, hspec, http-api-data, http-client, http-client-tls + , http-media, http-types, mime-types, mtl, optparse-applicative + , servant, servant-client, string-conversions, text, transformers + , utf8-string }: mkDerivation { pname = "telegram-api"; - version = "0.5.0.1"; - sha256 = "24eca611772e6810f837b372dca1b0fb7492cff8b72b68d66d886193da030ef3"; + version = "0.5.1.1"; + sha256 = "2d253937a83605fd947a0d68d86208f0801bef97bf45679c81528d6c4d4e5d1d"; libraryHaskellDepends = [ - aeson base bytestring either http-api-data http-client http-media - http-types mime-types servant servant-client string-conversions + aeson base bytestring http-api-data http-client http-media + http-types mime-types mtl servant servant-client string-conversions text transformers ]; testHaskellDepends = [ @@ -160463,8 +161082,8 @@ self: { pname = "test-framework-hunit"; version = "0.3.0.2"; sha256 = "95cb8ee02a850b164bfdabdf4dbc839d621361f3ac770ad21ea43a8bde360bf8"; - revision = "1"; - editedCabalFile = "50dfa482f626505b45ab433d0110f275e314f872a198b5fc24d1a640af755880"; + revision = "2"; + editedCabalFile = "f3b7d4b2bf246b88de781a03806e5c90a499c64b2b0c040be50dd980764fcc62"; libraryHaskellDepends = [ base extensible-exceptions HUnit test-framework ]; @@ -160926,8 +161545,8 @@ self: { }: mkDerivation { pname = "texmath"; - version = "0.8.6.5"; - sha256 = "33f8c3d78f2f46246b64cecab47e27f1f4e587f05b2375e94a8a43dfce446c90"; + version = "0.8.6.6"; + sha256 = "9c78e53e685b4537a39a4d2bc785df1d0d0ee775085bd532d8ae88d10d4c58b4"; libraryHaskellDepends = [ base containers mtl pandoc-types parsec syb xml ]; @@ -161794,24 +162413,23 @@ self: { }) {}; "th-context" = callPackage - ({ mkDerivation, array, base, bytestring, containers, data-default - , deepseq, ghc-prim, haskell-src-exts, hspec, hspec-core, lens, mtl - , mtl-unleashed, syb, template-haskell, text, th-desugar - , th-orphans, th-reify-many, th-typegraph + ({ mkDerivation, array, atp-haskell, base, bytestring, containers + , data-default, deepseq, ghc-prim, haskell-src-exts, hspec + , hspec-core, lens, mtl, mtl-unleashed, pretty, syb + , template-haskell, text, th-desugar, th-orphans, th-reify-many }: mkDerivation { pname = "th-context"; - version = "0.23"; - sha256 = "54b65f7692f211426c7f3fc1751d938d756fee64f2970ebe6db30476f95c219f"; + version = "0.24"; + sha256 = "a04e7033443836628ee2bccfe4d4aefd0a65576f3e8c30fdcbc4abd916373949"; libraryHaskellDepends = [ - base containers data-default haskell-src-exts lens mtl - mtl-unleashed syb template-haskell th-desugar th-orphans - th-typegraph + atp-haskell base containers data-default haskell-src-exts lens mtl + mtl-unleashed pretty syb template-haskell th-desugar th-orphans ]; testHaskellDepends = [ - array base bytestring containers deepseq ghc-prim hspec hspec-core - lens mtl mtl-unleashed syb template-haskell text th-desugar - th-orphans th-reify-many th-typegraph + array atp-haskell base bytestring containers data-default deepseq + ghc-prim hspec hspec-core lens mtl mtl-unleashed syb + template-haskell text th-desugar th-orphans th-reify-many ]; homepage = "https://github.com/seereason/th-context"; description = "Test instance context"; @@ -162101,16 +162719,17 @@ self: { ({ mkDerivation, array, base, base-compat, bytestring, containers , data-default, deepseq, ghc-prim, haskell-src-exts, hspec , hspec-core, lens, mtl, mtl-unleashed, pretty, set-extra, syb - , template-haskell, text, th-desugar, th-orphans, th-reify-many + , template-haskell, text, th-context, th-desugar, th-lift-instances + , th-orphans, th-reify-many }: mkDerivation { pname = "th-typegraph"; - version = "0.33.1"; - sha256 = "4b9ba6823398c2ce042728c0358e670533ba146bfd7c5e72019069da1c594080"; + version = "0.35.1"; + sha256 = "30995f3cf18b3752b353a4e178bc196647238c70d165134b975990f4f0c487df"; libraryHaskellDepends = [ base base-compat containers data-default haskell-src-exts lens mtl - mtl-unleashed pretty set-extra syb template-haskell th-desugar - th-orphans + mtl-unleashed pretty set-extra syb template-haskell th-context + th-desugar th-lift-instances th-orphans ]; testHaskellDepends = [ array base bytestring containers data-default deepseq ghc-prim @@ -164450,8 +165069,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "tracy"; - version = "0.1.3.0"; - sha256 = "9c298b7ff70dd4f5aaf839e7bccbc9810f0235833bb5b723babe0838eac5d301"; + version = "0.1.4.0"; + sha256 = "e778ebf70161ac37878629bf8857021969a71bea1b04140a0c306d0b9d0f430f"; libraryHaskellDepends = [ base ]; description = "Convenience wrappers for non-intrusive debug tracing"; license = stdenv.lib.licenses.mit; @@ -166191,8 +166810,8 @@ self: { }: mkDerivation { pname = "twitter-feed"; - version = "0.2.0.9"; - sha256 = "570e20335adce61cddbdefa8f3f01131e44f266fb1970ccbe65d3716fbe72960"; + version = "0.2.0.10"; + sha256 = "8dc2ea040a332086588b8e314bd3ba389446e1e7d8746d1fca188e01c9005de0"; libraryHaskellDepends = [ aeson authenticate-oauth base bytestring http-conduit ]; @@ -166204,15 +166823,15 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "twitter-feed_0_2_0_10" = callPackage + "twitter-feed_0_2_0_11" = callPackage ({ mkDerivation, aeson, authenticate-oauth, base, bytestring , containers, http-conduit, HUnit, test-framework , test-framework-hunit }: mkDerivation { pname = "twitter-feed"; - version = "0.2.0.10"; - sha256 = "8dc2ea040a332086588b8e314bd3ba389446e1e7d8746d1fca188e01c9005de0"; + version = "0.2.0.11"; + sha256 = "8b98b4ddfb88f4c14f8eb43bd74a4c4e7941a92d44b90717e9b8dbe4c454c889"; libraryHaskellDepends = [ aeson authenticate-oauth base bytestring http-conduit ]; @@ -167346,6 +167965,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {inherit (pkgs) libudev;}; + "udp-conduit" = callPackage + ({ mkDerivation, base, chunked-data, conduit-combinators + , mono-traversable, network + }: + mkDerivation { + pname = "udp-conduit"; + version = "0.1.0.2"; + sha256 = "eb2c50cdffe220c5913d434dac25b345d7c12516a0caae5c844529a8f3084903"; + libraryHaskellDepends = [ + base chunked-data conduit-combinators mono-traversable network + ]; + homepage = "https://github.com/kqr/udp-conduit#readme"; + description = "Simple fire-and-forget conduit UDP wrappers"; + license = stdenv.lib.licenses.isc; + }) {}; + "uglymemo" = callPackage ({ mkDerivation, base, containers }: mkDerivation { @@ -170947,6 +171582,34 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "vgrep" = callPackage + ({ mkDerivation, async, attoparsec, base, cabal-file-th, containers + , directory, doctest, fingertree, lens, lifted-base, mmorph, mtl + , pipes, pipes-concurrency, process, QuickCheck, stm, tasty + , tasty-quickcheck, template-haskell, text, transformers, unix, vty + }: + mkDerivation { + pname = "vgrep"; + version = "0.1.4.0"; + sha256 = "353bd92260e225c892d26d6926e9668016187d8ef50311b8f80ae55fc82ed29b"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + async attoparsec base containers fingertree lens lifted-base mmorph + mtl pipes pipes-concurrency process stm text transformers unix vty + ]; + executableHaskellDepends = [ + async base cabal-file-th containers directory lens mtl pipes + pipes-concurrency process template-haskell text unix vty + ]; + testHaskellDepends = [ + base containers doctest lens QuickCheck tasty tasty-quickcheck text + ]; + homepage = "http://github.com/fmthoma/vgrep#readme"; + description = "A pager for grep"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "vhd" = callPackage ({ mkDerivation, base, byteable, bytestring, cereal, cipher-aes , cryptohash, directory, filepath, mmap, QuickCheck, random @@ -171501,42 +172164,6 @@ self: { }) {inherit (pkgs.gnome2) vte;}; "vty" = callPackage - ({ mkDerivation, base, blaze-builder, bytestring, Cabal, containers - , data-default, deepseq, directory, filepath, hashable, HUnit - , microlens, microlens-mtl, microlens-th, mtl, parallel, parsec - , QuickCheck, quickcheck-assertions, random, smallcheck, stm - , string-qq, terminfo, test-framework, test-framework-hunit - , test-framework-smallcheck, text, transformers, unix, utf8-string - , vector - }: - mkDerivation { - pname = "vty"; - version = "5.11"; - sha256 = "e6f21d7e62d1368637025eadb1b60d3bf9c58113b91b0510b9352bcc8aab0a32"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base blaze-builder bytestring containers data-default deepseq - directory filepath hashable microlens microlens-mtl microlens-th - mtl parallel parsec stm terminfo text transformers unix utf8-string - vector - ]; - executableHaskellDepends = [ - base containers data-default microlens microlens-mtl mtl - ]; - testHaskellDepends = [ - base blaze-builder bytestring Cabal containers data-default deepseq - HUnit microlens microlens-mtl mtl QuickCheck quickcheck-assertions - random smallcheck stm string-qq terminfo test-framework - test-framework-hunit test-framework-smallcheck text unix - utf8-string vector - ]; - homepage = "https://github.com/coreyoconnor/vty"; - description = "A simple terminal UI library"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "vty_5_11_1" = callPackage ({ mkDerivation, base, blaze-builder, bytestring, Cabal, containers , data-default, deepseq, directory, filepath, hashable, HUnit , microlens, microlens-mtl, microlens-th, mtl, parallel, parsec @@ -171570,7 +172197,6 @@ self: { homepage = "https://github.com/coreyoconnor/vty"; description = "A simple terminal UI library"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "vty-examples" = callPackage @@ -172647,27 +173273,6 @@ self: { }) {}; "wai-middleware-static" = callPackage - ({ mkDerivation, base, base16-bytestring, bytestring, containers - , cryptohash, directory, expiring-cache-map, filepath, http-types - , mime-types, mtl, old-locale, text, time, wai - }: - mkDerivation { - pname = "wai-middleware-static"; - version = "0.8.0"; - sha256 = "a37aaf452e3816928934d39b4eef3c1f7186c9db618d0b303e5136fc858e5e58"; - revision = "3"; - editedCabalFile = "819eb104224cefb36cb6d8db5c43a2103e0add6c5bb799fad8bde0762493bfa9"; - libraryHaskellDepends = [ - base base16-bytestring bytestring containers cryptohash directory - expiring-cache-map filepath http-types mime-types mtl old-locale - text time wai - ]; - homepage = "https://github.com/scotty-web/wai-middleware-static"; - description = "WAI middleware that serves requests to static files"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "wai-middleware-static_0_8_1" = callPackage ({ mkDerivation, base, bytestring, containers, cryptonite , directory, expiring-cache-map, filepath, hpc-coveralls , http-types, memory, mime-types, mtl, old-locale, semigroups, text @@ -172686,7 +173291,6 @@ self: { homepage = "https://github.com/scotty-web/wai-middleware-static"; description = "WAI middleware that serves requests to static files"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "wai-middleware-static-caching" = callPackage @@ -173189,8 +173793,8 @@ self: { }: mkDerivation { pname = "warc"; - version = "0.2.0"; - sha256 = "dc53a6f3442b659cf79a9bfd56195b83fe3dcdbc731b4a15ad5e9ee2ea02c03c"; + version = "0.3.0"; + sha256 = "f1a2d1f51ec16ccf21b5fd0a74a5e485d3bc207deda8ba0e6944971688b19dfc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -174509,6 +175113,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "wikicfp-scraper_0_1_0_5" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, filepath, hspec + , scalpel, text, time + }: + mkDerivation { + pname = "wikicfp-scraper"; + version = "0.1.0.5"; + sha256 = "0a34feeaf03f5f98ebb4c43c9d711323814c0148e062f2eebacb524f489769ee"; + libraryHaskellDepends = [ + attoparsec base bytestring scalpel text time + ]; + testHaskellDepends = [ base bytestring filepath hspec time ]; + homepage = "https://github.com/debug-ito/wikicfp-scraper"; + description = "Scrape WikiCFP web site"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "wikipedia4epub" = callPackage ({ mkDerivation, base, bytestring, directory, epub, filepath , haskell98, HTTP, network, regex-base, regex-posix, tagsoup, url @@ -174807,8 +175429,8 @@ self: { }: mkDerivation { pname = "wkt"; - version = "0.3.0"; - sha256 = "2154fdd2bfe62ebef45319896e2eedb7a3d386d144b686bd7f3b5169621c0e4f"; + version = "0.3.1"; + sha256 = "22ed4f892e845b4f660d40bd1b5edca7fcb5e1e05007154d72c093311d975ddd"; libraryHaskellDepends = [ base lens linear trifecta ]; testHaskellDepends = [ base filepath lens linear tasty tasty-golden trifecta @@ -175060,18 +175682,18 @@ self: { }) {}; "word24" = callPackage - ({ mkDerivation, base, QuickCheck, test-framework + ({ mkDerivation, base, deepseq, QuickCheck, test-framework , test-framework-quickcheck2 }: mkDerivation { pname = "word24"; - version = "1.0.7"; - sha256 = "115ac84f16562a1b95649b70fafc1ff5f6e70576947672838781bb9aa53107e6"; - libraryHaskellDepends = [ base ]; + version = "2.0.0"; + sha256 = "b02d7fd126d93c514d56b5592b959706a7fda5124452eeacbc646d09f3f932ae"; + libraryHaskellDepends = [ base deepseq ]; testHaskellDepends = [ - base QuickCheck test-framework test-framework-quickcheck2 + base deepseq QuickCheck test-framework test-framework-quickcheck2 ]; - homepage = "http://www.tiresiaspress.us/haskell/word24"; + homepage = "https://github.com/winterland1989/word24"; description = "24-bit word and int types for GHC"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -176424,6 +177046,28 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "xls" = callPackage + ({ mkDerivation, base, conduit, filepath, getopt-generics + , resourcet, transformers + }: + mkDerivation { + pname = "xls"; + version = "0.1.0"; + sha256 = "c582a2ecd64986c3d254ddad20ad2411e45061d073caaaffdb6214f6336e43f0"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base conduit filepath resourcet transformers + ]; + executableHaskellDepends = [ + base conduit getopt-generics resourcet transformers + ]; + testHaskellDepends = [ base ]; + homepage = "http://github.com/harendra-kumar/xls"; + description = "Parse Microsoft Excel xls files (BIFF/Excel 97-2004)"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "xlsior" = callPackage ({ mkDerivation, attoparsec, base, blaze-markup, bytestring , conduit, conduit-extra, data-default, exceptions, mtl, resourcet @@ -177131,8 +177775,8 @@ self: { pname = "xmlhtml"; version = "0.2.3.5"; sha256 = "e333a1c7afd5068b60b143457fea7325a34408cc65b3ac55f5b342eb0274b06d"; - revision = "1"; - editedCabalFile = "6a4d1fc061c4dd01628d762d947e63619a25714aa0dd36b6fe674a7ec62b9045"; + revision = "2"; + editedCabalFile = "7ef4b85552808a9169da9c650ece3b9994a6c6106185a92e73aad50c5e98e6f1"; libraryHaskellDepends = [ base blaze-builder blaze-html blaze-markup bytestring containers parsec text unordered-containers @@ -177789,22 +178433,23 @@ self: { }) {}; "yackage" = callPackage - ({ mkDerivation, base, blaze-builder, blaze-html, bytestring, Cabal - , cmdargs, conduit, containers, directory, http-conduit, http-types - , shakespeare, tar, text, transformers, unordered-containers - , vector, wai, warp, yaml, yesod-core, yesod-form, zlib + ({ mkDerivation, aeson, base, blaze-builder, blaze-html, bytestring + , Cabal, cmdargs, conduit, containers, directory, http-conduit + , http-types, shakespeare, tar, text, transformers + , unordered-containers, vector, wai, warp, yaml, yesod-core + , yesod-form, zlib }: mkDerivation { pname = "yackage"; - version = "0.8.0"; - sha256 = "b42c5fe3b93dbb4c900f462c60e5f6286aed679664e8a4ccdddae7f56f042015"; + version = "0.8.1"; + sha256 = "1d48064cbfd2c51f4fd33a6289c9efe1c8d49f063d850a9dd7ae3a226136cae5"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base blaze-builder blaze-html bytestring Cabal cmdargs conduit - containers directory http-conduit http-types shakespeare tar text - transformers unordered-containers vector wai warp yaml yesod-core - yesod-form zlib + aeson base blaze-builder blaze-html bytestring Cabal cmdargs + conduit containers directory http-conduit http-types shakespeare + tar text transformers unordered-containers vector wai warp yaml + yesod-core yesod-form zlib ]; homepage = "http://github.com/snoyberg/yackage"; description = "Personal Hackage replacement for testing new packages"; @@ -177968,6 +178613,38 @@ self: { license = stdenv.lib.licenses.bsd3; }) {inherit (pkgs) libyaml;}; + "yaml_0_8_19_0" = callPackage + ({ mkDerivation, aeson, aeson-qq, attoparsec, base, base-compat + , bytestring, conduit, containers, directory, enclosed-exceptions + , filepath, hspec, HUnit, libyaml, mockery, resourcet, scientific + , semigroups, template-haskell, temporary, text, transformers + , unordered-containers, vector + }: + mkDerivation { + pname = "yaml"; + version = "0.8.19.0"; + sha256 = "750ced274e3124face6808d5c7a999b12ac578cae102f15507aa47adc77375d1"; + configureFlags = [ "-fsystem-libyaml" ]; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson attoparsec base bytestring conduit containers directory + enclosed-exceptions filepath resourcet scientific semigroups + template-haskell text transformers unordered-containers vector + ]; + libraryPkgconfigDepends = [ libyaml ]; + executableHaskellDepends = [ aeson base bytestring ]; + testHaskellDepends = [ + aeson aeson-qq base base-compat bytestring conduit directory hspec + HUnit mockery resourcet temporary text transformers + unordered-containers vector + ]; + homepage = "http://github.com/snoyberg/yaml/"; + description = "Support for parsing and rendering YAML documents"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {inherit (pkgs) libyaml;}; + "yaml-config" = callPackage ({ mkDerivation, base, deepseq, hashable, QuickCheck, tasty , tasty-quickcheck, text, unordered-containers, yaml @@ -178643,6 +179320,33 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "yesod-auth-hashdb_1_6_0_1" = callPackage + ({ mkDerivation, aeson, base, basic-prelude, bytestring, containers + , hspec, http-conduit, http-types, monad-logger, network-uri + , persistent, persistent-sqlite, pwstore-fast, resourcet, text + , unordered-containers, wai-extra, yesod, yesod-auth, yesod-core + , yesod-form, yesod-persistent, yesod-test + }: + mkDerivation { + pname = "yesod-auth-hashdb"; + version = "1.6.0.1"; + sha256 = "8fe73fb7e4301e02e69cac312227078fd01927c8a006224f7e3fd8a93aa9cb75"; + libraryHaskellDepends = [ + aeson base bytestring persistent pwstore-fast text yesod-auth + yesod-core yesod-form yesod-persistent + ]; + testHaskellDepends = [ + aeson base basic-prelude bytestring containers hspec http-conduit + http-types monad-logger network-uri persistent-sqlite resourcet + text unordered-containers wai-extra yesod yesod-auth yesod-core + yesod-test + ]; + homepage = "https://github.com/paul-rouse/yesod-auth-hashdb"; + description = "Authentication plugin for Yesod"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "yesod-auth-kerberos" = callPackage ({ mkDerivation, authenticate-kerberos, base, bytestring , shakespeare, text, transformers, yesod-auth, yesod-core @@ -178859,6 +179563,18 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "yesod-colonnade" = callPackage + ({ mkDerivation, base, colonnade, text, yesod-core }: + mkDerivation { + pname = "yesod-colonnade"; + version = "0.1"; + sha256 = "5e98908136715fadc3f46153bcc99c559affef85ed64bcde4bd2314e962dca79"; + libraryHaskellDepends = [ base colonnade text yesod-core ]; + homepage = "https://github.com/andrewthad/colonnade#readme"; + description = "Helper functions for using yesod with colonnade"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "yesod-comments" = callPackage ({ mkDerivation, base, bytestring, directory, friendly-time , gravatar, old-locale, persistent, template-haskell, text, time @@ -179882,8 +180598,8 @@ self: { }: mkDerivation { pname = "yesod-static"; - version = "1.5.0.4"; - sha256 = "55a91e85739fb3e06de50f34def5929c7bb8b74810b9fe621c4e2e3f3ebc82b0"; + version = "1.5.0.5"; + sha256 = "3cf3f0a1da82caf974343fe03c8efa7794f56d13c6747846fa746f16b029f459"; libraryHaskellDepends = [ async attoparsec base base64-bytestring blaze-builder byteable bytestring conduit conduit-extra containers cryptohash @@ -180215,7 +180931,7 @@ self: { license = stdenv.lib.licenses.gpl2; }) {}; - "yi_0_13_1" = callPackage + "yi_0_13_2" = callPackage ({ mkDerivation, base, microlens-platform, mtl , optparse-applicative, yi-core, yi-frontend-pango, yi-frontend-vty , yi-keymap-emacs, yi-keymap-vim, yi-misc-modes, yi-mode-haskell @@ -180223,8 +180939,8 @@ self: { }: mkDerivation { pname = "yi"; - version = "0.13.1"; - sha256 = "78e1140fd9d4ca2f880bb621c18325845dfbc54a9a213cf1fb7715c6741c4c08"; + version = "0.13.2"; + sha256 = "ecdc9100717aa46929895e1c8b4e0e0dce2291c680e57c5d0274db8fc1ff8a33"; configureFlags = [ "-fpango" "-fvty" ]; isLibrary = false; isExecutable = true; @@ -180271,8 +180987,8 @@ self: { }: mkDerivation { pname = "yi-core"; - version = "0.13.1"; - sha256 = "df42e9b6bd3d2546ef972e088734a9d2394617cef4d63512c8a24cdb8396062e"; + version = "0.13.2"; + sha256 = "014a0a6e7a9c5a8435c7505ed13088ec00f608d6d0c561118d8d566bb5fdd991"; libraryHaskellDepends = [ array attoparsec base binary bytestring containers data-default directory dlist dynamic-state dyre exceptions filepath hashable @@ -180314,8 +181030,8 @@ self: { }: mkDerivation { pname = "yi-frontend-pango"; - version = "0.13.1"; - sha256 = "897fae1674b6564ce54ad016a2e35e1cd771cc16f464933a6dc9fcc63ff3b279"; + version = "0.13.2"; + sha256 = "3954fd213b431808f7dc2ae7d2b0db6764f2bd5e28109e3e38af835d540e61f4"; libraryHaskellDepends = [ base containers filepath glib gtk microlens-platform mtl oo-prototypes pango pointedlist text transformers-base yi-core @@ -180333,8 +181049,8 @@ self: { }: mkDerivation { pname = "yi-frontend-vty"; - version = "0.13.1"; - sha256 = "38dc95447ea4baf8780ad21f6bdd8f1bfe6883e23baf2993d8c026782d51d06e"; + version = "0.13.2"; + sha256 = "8c3f235cd4ea8b92be2bb5872af97da408e4389bcd3935c25577c3e3275473f6"; libraryHaskellDepends = [ base containers data-default dlist microlens-platform pointedlist stm text vty yi-core yi-language @@ -180362,6 +181078,25 @@ self: { license = stdenv.lib.licenses.gpl2; }) {}; + "yi-fuzzy-open_0_13_2" = callPackage + ({ mkDerivation, base, binary, containers, data-default, directory + , filepath, mtl, text, transformers-base, vector, yi-core + , yi-language, yi-rope + }: + mkDerivation { + pname = "yi-fuzzy-open"; + version = "0.13.2"; + sha256 = "3186c6af375a33427c5a38e182d23f0077b27801b8f786a0d30128e79b2c9b9f"; + libraryHaskellDepends = [ + base binary containers data-default directory filepath mtl text + transformers-base vector yi-core yi-language yi-rope + ]; + homepage = "https://github.com/yi-editor/yi#readme"; + description = "Fuzzy open plugin for yi"; + license = stdenv.lib.licenses.gpl2; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "yi-gtk" = callPackage ({ mkDerivation }: mkDerivation { @@ -180380,8 +181115,8 @@ self: { }: mkDerivation { pname = "yi-ireader"; - version = "0.13.1"; - sha256 = "222212c92f7271f62dd297a4298ec51b326c08bcbe515e97ede3a9fd4cc23131"; + version = "0.13.2"; + sha256 = "7c5f0cdadc2758fe774b4424812f239cd74595d8aa030f3b686611c9507b7a35"; libraryHaskellDepends = [ base binary bytestring containers data-default microlens-platform text yi-core yi-language yi-rope @@ -180397,8 +181132,8 @@ self: { }: mkDerivation { pname = "yi-keymap-cua"; - version = "0.13.1"; - sha256 = "2f35799c34970675b0f381db7d5ba77b32ad05f76ee21d30fe8233599f02c38a"; + version = "0.13.2"; + sha256 = "e3630512c92d720c75b43fb696777a7428dc75504a938995e063bf1c54b7d694"; libraryHaskellDepends = [ base microlens-platform text yi-core yi-keymap-emacs yi-rope ]; @@ -180415,8 +181150,8 @@ self: { }: mkDerivation { pname = "yi-keymap-emacs"; - version = "0.13.1"; - sha256 = "dcb51f973325e9c7dfc6db781886ecd4b7f4761a8d1a88b1443ab457b4bf3f3d"; + version = "0.13.2"; + sha256 = "abd09be4752f7b023e3ed1179d33c18eea5ad12ee3b54ae006984ecb68d5d120"; libraryHaskellDepends = [ base containers filepath Hclip microlens-platform mtl oo-prototypes semigroups text transformers-base yi-core yi-language yi-misc-modes @@ -180437,8 +181172,8 @@ self: { }: mkDerivation { pname = "yi-keymap-vim"; - version = "0.13.1"; - sha256 = "16913f6be574a6a4705dc3736fdfe7a3b3f4e3f4e1127d846fe510495410d85b"; + version = "0.13.2"; + sha256 = "8df50b084dc4eabee5b51c51356e3ecbb9997f505c44b93494c63524dc87f8b8"; libraryHaskellDepends = [ attoparsec base binary containers data-default directory filepath Hclip microlens-platform mtl oo-prototypes pointedlist safe @@ -180483,7 +181218,7 @@ self: { license = stdenv.lib.licenses.gpl2; }) {}; - "yi-language_0_13_1" = callPackage + "yi-language_0_13_2" = callPackage ({ mkDerivation, alex, array, base, binary, containers , data-default, hashable, microlens-platform, oo-prototypes , pointedlist, regex-base, regex-tdfa, tasty, tasty-hspec @@ -180492,8 +181227,8 @@ self: { }: mkDerivation { pname = "yi-language"; - version = "0.13.1"; - sha256 = "22ab333ec6bbeba4da562996a4783f20437b2383639e5f1fa144d98369a6c747"; + version = "0.13.2"; + sha256 = "0ff97092dda3132bcc047b7a2b94182f3cc3ed4440e0d208deb50999e3d49309"; libraryHaskellDepends = [ array base binary containers data-default hashable microlens-platform oo-prototypes pointedlist regex-base regex-tdfa @@ -180519,8 +181254,8 @@ self: { }: mkDerivation { pname = "yi-misc-modes"; - version = "0.13.1"; - sha256 = "12ebcb20d106dcab4da2588f0d8ef357cecea52a35ff1b6e1eb197287c58d06e"; + version = "0.13.2"; + sha256 = "9580862c8c17778c19961ba357dee62157beaa5aff31ba6fa62408c0ec709201"; libraryHaskellDepends = [ array base binary data-default filepath microlens-platform semigroups text yi-core yi-language yi-rope @@ -180540,8 +181275,8 @@ self: { }: mkDerivation { pname = "yi-mode-haskell"; - version = "0.13.1"; - sha256 = "55e78a4323eec19aab49d473fa9b5a874cb56e8bbb137756b8048696b75bab9e"; + version = "0.13.2"; + sha256 = "91e66f823e733043f83e0814036fdfca4f54bfcd822817b77f0bf0bc4f85fb0b"; libraryHaskellDepends = [ array base binary data-default microlens-platform text yi-core yi-language yi-rope @@ -180564,8 +181299,8 @@ self: { }: mkDerivation { pname = "yi-mode-javascript"; - version = "0.13.1"; - sha256 = "fdbad8e3fc6de90aaade5cda3881d161284fcc97b6e88c493d0005eb3923b990"; + version = "0.13.2"; + sha256 = "eb3ca37f65db4d0016487ce3dc7846c49482edc63e2a43484bdc4b846b09047f"; libraryHaskellDepends = [ array base binary data-default dlist filepath microlens-platform mtl text yi-core yi-language yi-rope @@ -180630,14 +181365,23 @@ self: { }) {}; "yi-snippet" = callPackage - ({ mkDerivation, base, containers, yi, yi-rope }: + ({ mkDerivation, base, binary, containers, data-default, free, lens + , mtl, tasty-hunit, tasty-th, text, vector, yi-core, yi-rope + }: mkDerivation { pname = "yi-snippet"; - version = "0.1.0.0"; - sha256 = "2d8d646ed19ab1f911d15a0095942abefce3fd6f743fdc9e8169ed454f2f7661"; - libraryHaskellDepends = [ base containers yi yi-rope ]; - homepage = "https://github.com/yi-editor/yi-snippet"; - description = "Snippet support for Yi"; + version = "0.13.2"; + sha256 = "6d118cf4bc071ca909f4fc8f0012481dac52965af367faec513530bf2f95b2f0"; + libraryHaskellDepends = [ + base binary containers data-default free lens mtl text vector + yi-core yi-rope + ]; + testHaskellDepends = [ + base binary containers data-default free lens mtl tasty-hunit + tasty-th text vector yi-core yi-rope + ]; + homepage = "https://github.com/yi-editor/yi#readme"; + description = "Snippet support for yi"; license = stdenv.lib.licenses.gpl2; }) {};