about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-06-30 22:48:25 +0200
committerPeter Simons <simons@cryp.to>2017-07-01 09:46:20 +0200
commit641bd6e0ca00460a1243831b42f1d06bab2d67b1 (patch)
tree418291a25a983385bd1597a9bf9c19e2889cece3
parentbe23568daac69331f1f78b9c20b780f575ed2acd (diff)
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.2.1-13-g5c18fb5 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/b275173e921ad083e3cbd9a448b03df9748ec7b1.
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix911
1 files changed, 511 insertions, 400 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 1b72b9020b05b..f75d435cddc2e 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -17950,8 +17950,8 @@ self: {
      }:
      mkDerivation {
        pname = "VKHS";
-       version = "1.8.3";
-       sha256 = "1rj1vi804g6dfzl730lfgcpycw348pcvvs0209qhwdhyn6mrdqgw";
+       version = "1.9";
+       sha256 = "0vfspcsm2fgpqwbwli5a4ca8lsh50j8m9x2v4ccs6zd8svcimg3q";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -24755,7 +24755,7 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
-  "amqp_0_15_0" = callPackage
+  "amqp_0_15_1" = callPackage
     ({ mkDerivation, base, binary, bytestring, clock, connection
      , containers, data-binary-ieee754, hspec, hspec-expectations
      , monad-control, network, network-uri, split, stm, text, vector
@@ -24763,8 +24763,8 @@ self: {
      }:
      mkDerivation {
        pname = "amqp";
-       version = "0.15.0";
-       sha256 = "1chxcc9r9cyk8jhrb2vyh0k374hhw8ia6bbq92yw9dlp1y5fvxfi";
+       version = "0.15.1";
+       sha256 = "17pgwa810w8f3kqhxp850hwkr9yqi0sydy4sc6wxxfi4pwy5xvld";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -26133,6 +26133,38 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "apply-refact_0_3_0_1" = callPackage
+    ({ mkDerivation, base, containers, directory, filemanip, filepath
+     , ghc, ghc-exactprint, mtl, optparse-applicative, process, refact
+     , silently, syb, tasty, tasty-expected-failure, tasty-golden
+     , temporary, transformers, unix-compat
+     }:
+     mkDerivation {
+       pname = "apply-refact";
+       version = "0.3.0.1";
+       sha256 = "0578ql80fzkbjiw589v4498qd9jd7l2sz626imkdybxr1lqbsm0p";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         base containers directory filemanip ghc ghc-exactprint mtl process
+         refact syb temporary transformers unix-compat
+       ];
+       executableHaskellDepends = [
+         base containers directory filemanip filepath ghc ghc-exactprint mtl
+         optparse-applicative process refact syb temporary transformers
+         unix-compat
+       ];
+       testHaskellDepends = [
+         base containers directory filemanip filepath ghc ghc-exactprint mtl
+         optparse-applicative process refact silently syb tasty
+         tasty-expected-failure tasty-golden temporary transformers
+         unix-compat
+       ];
+       description = "Perform refactorings specified by the refact library";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "apply-refact" = callPackage
     ({ mkDerivation, base, containers, directory, filemanip, filepath
      , ghc, ghc-exactprint, mtl, optparse-applicative, process, refact
@@ -26162,7 +26194,6 @@ self: {
        ];
        description = "Perform refactorings specified by the refact library";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "apportionment" = callPackage
@@ -27650,6 +27681,29 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "async-refresh_0_2_0_2" = callPackage
+    ({ mkDerivation, base, criterion, formatting, HUnit, lifted-async
+     , microlens, microlens-th, monad-control, monad-logger
+     , safe-exceptions, stm, test-framework, test-framework-hunit, text
+     }:
+     mkDerivation {
+       pname = "async-refresh";
+       version = "0.2.0.2";
+       sha256 = "1hq1h9ngvg12rwn2xbby69w9y19gm4qaqzdfc1iv5019l5kqncls";
+       libraryHaskellDepends = [
+         base formatting lifted-async microlens microlens-th monad-control
+         monad-logger safe-exceptions stm text
+       ];
+       testHaskellDepends = [
+         base criterion HUnit monad-logger stm test-framework
+         test-framework-hunit text
+       ];
+       homepage = "https://github.com/mtesseract/async-refresh";
+       description = "Package implementing core logic for refreshing of expiring data";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "async-refresh-tokens" = callPackage
     ({ mkDerivation, async-refresh, base, bytestring, criterion
      , formatting, HUnit, lens, lifted-async, monad-control
@@ -31798,8 +31852,8 @@ self: {
      }:
      mkDerivation {
        pname = "binary-ext";
-       version = "1.0";
-       sha256 = "0ds8l02l6nyrqpyfxjjgxp7qg8cs4rkbravf0k7hhnif9mylqyqb";
+       version = "1.0.8.5.1";
+       sha256 = "166c0wvmjpgpsm5s93clkp0ba50xyxinma4bkjxwqz3x1iv0gvzb";
        libraryHaskellDepends = [
          array base binary bytestring containers
        ];
@@ -35095,8 +35149,8 @@ self: {
      }:
      mkDerivation {
        pname = "bond";
-       version = "0.9.0.0";
-       sha256 = "020a8hydpmxm7xppxr12ks52b47vssxggziw6qahzkkx8f2lq1bm";
+       version = "0.10.0.0";
+       sha256 = "1f7vfh9pcg6za8rcdpq1lbvyn2z7plcb70d5r1xj330akvl626jw";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -41117,6 +41171,24 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "chatwork" = callPackage
+    ({ mkDerivation, aeson, aeson-casing, base, bytestring, connection
+     , data-default-class, http-client, http-client-tls, http-types, req
+     , text
+     }:
+     mkDerivation {
+       pname = "chatwork";
+       version = "0.1.0.0";
+       sha256 = "1harahpwd3m8d4qyf7lswhragpsin0qdj7j97jl482qkzvnpzbmf";
+       libraryHaskellDepends = [
+         aeson aeson-casing base bytestring connection data-default-class
+         http-client http-client-tls http-types req text
+       ];
+       homepage = "https://github.com/matsubara0507/chatwork#readme";
+       description = "The ChatWork API in Haskell";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "cheapskate" = callPackage
     ({ mkDerivation, base, blaze-html, bytestring, containers
      , data-default, mtl, syb, text, uniplate, xss-sanitize
@@ -42290,8 +42362,8 @@ self: {
        pname = "clash-lib";
        version = "0.7.1";
        sha256 = "1mml3f10mdirlihjnbzjh3jjnmvgcqfqs16k22a13m8pd4whcw88";
-       revision = "1";
-       editedCabalFile = "00vdln8qysx9m7br6mcszgkw810dglry6irfs9d24r0vrwfvfrig";
+       revision = "2";
+       editedCabalFile = "1b8d63wisrizirkyrl58840bfnknjy049sm43zhhr9nbw6fn2c51";
        libraryHaskellDepends = [
          aeson attoparsec base bytestring clash-prelude concurrent-supply
          containers data-binary-ieee754 deepseq directory errors fgl
@@ -43937,6 +44009,27 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "codec-rpm" = callPackage
+    ({ mkDerivation, attoparsec, attoparsec-binary, base, bytestring
+     , conduit, conduit-combinators, conduit-extra, hspec
+     , hspec-attoparsec, HUnit, mtl, parsec, pretty, resourcet, text
+     }:
+     mkDerivation {
+       pname = "codec-rpm";
+       version = "0.1.1";
+       sha256 = "0qn79jr1z382kf08r5v48lj1zpsi88sxsvi0vwkv3ijz7gfx2lni";
+       libraryHaskellDepends = [
+         attoparsec attoparsec-binary base bytestring conduit
+         conduit-combinators conduit-extra mtl parsec pretty resourcet text
+       ];
+       testHaskellDepends = [
+         attoparsec base bytestring hspec hspec-attoparsec HUnit text
+       ];
+       homepage = "https://github.com/weldr/codec-rpm";
+       description = "A library for manipulating RPM files";
+       license = "LGPL";
+     }) {};
+
   "codecov-haskell" = callPackage
     ({ mkDerivation, aeson, async, base, bytestring, cmdargs
      , containers, curl, hpc, HUnit, process, regex-posix, retry, safe
@@ -45232,23 +45325,24 @@ self: {
   "composite-aeson" = callPackage
     ({ mkDerivation, aeson, aeson-better-errors, aeson-qq, base
      , composite-base, containers, contravariant, generic-deriving
-     , hashable, hspec, lens, profunctors, QuickCheck, scientific
-     , tagged, template-haskell, text, time, unordered-containers
-     , vector, vinyl
+     , hashable, hspec, lens, mmorph, mtl, profunctors, QuickCheck
+     , scientific, tagged, template-haskell, text, time
+     , unordered-containers, vector, vinyl
      }:
      mkDerivation {
        pname = "composite-aeson";
-       version = "0.4.1.0";
-       sha256 = "0sbx0ww1fb5pr39d9ss40zkw74mgv1g3ynxklm46f0pnzyyny6v3";
+       version = "0.4.2.0";
+       sha256 = "06zaji95znvy5v9qmyczdncqgdmp2jkibqimchziayjs1vcmb8bg";
        libraryHaskellDepends = [
          aeson aeson-better-errors base composite-base containers
-         contravariant generic-deriving hashable lens profunctors scientific
-         tagged template-haskell text time unordered-containers vector vinyl
+         contravariant generic-deriving hashable lens mmorph mtl profunctors
+         scientific tagged template-haskell text time unordered-containers
+         vector vinyl
        ];
        testHaskellDepends = [
          aeson aeson-better-errors aeson-qq base composite-base containers
-         contravariant generic-deriving hashable hspec lens profunctors
-         QuickCheck scientific tagged template-haskell text time
+         contravariant generic-deriving hashable hspec lens mmorph mtl
+         profunctors QuickCheck scientific tagged template-haskell text time
          unordered-containers vector vinyl
        ];
        homepage = "https://github.com/ConferHealth/composite#readme";
@@ -45258,12 +45352,16 @@ self: {
      }) {};
 
   "composite-aeson-refined" = callPackage
-    ({ mkDerivation, base, composite-aeson, refined }:
+    ({ mkDerivation, aeson-better-errors, base, composite-aeson, mtl
+     , refined
+     }:
      mkDerivation {
        pname = "composite-aeson-refined";
-       version = "0.4.1.0";
-       sha256 = "1d4rjhgcxaklq7nbmi45qwi7zk3mhyf6bfzijv7qh9ln3nkg644k";
-       libraryHaskellDepends = [ base composite-aeson refined ];
+       version = "0.4.2.0";
+       sha256 = "1zzqrjvlk6yy2zsx1v325mbwl9qjjwj6qvc42y61acag9n08asv5";
+       libraryHaskellDepends = [
+         aeson-better-errors base composite-aeson mtl refined
+       ];
        homepage = "https://github.com/ConferHealth/composite#readme";
        description = "composite-aeson support for Refined from the refined package";
        license = stdenv.lib.licenses.bsd3;
@@ -45277,8 +45375,8 @@ self: {
      }:
      mkDerivation {
        pname = "composite-base";
-       version = "0.4.1.0";
-       sha256 = "16yxc1i75mag3dnw7v62k418fg0visc616g769qj9n8nyr1viyw9";
+       version = "0.4.2.0";
+       sha256 = "0mfz7xpkl3lxg3pfk83mba7kb9phpcc4cnvimpphfcbwpzx8qcqw";
        libraryHaskellDepends = [
          base exceptions lens monad-control mtl profunctors template-haskell
          text transformers transformers-base vinyl
@@ -45299,8 +45397,8 @@ self: {
      }:
      mkDerivation {
        pname = "composite-ekg";
-       version = "0.4.1.0";
-       sha256 = "1xbipy46bvph4h9wm73l68z7m4i8mcxxmgyzcqkyq8rwmrfx3diq";
+       version = "0.4.2.0";
+       sha256 = "06lb5djs1w9gby7f192wssxwbik2lpigzsfv25z5pchf8iab4f9d";
        libraryHaskellDepends = [
          base composite-base ekg ekg-core lens text vinyl
        ];
@@ -45317,8 +45415,8 @@ self: {
      }:
      mkDerivation {
        pname = "composite-opaleye";
-       version = "0.4.1.0";
-       sha256 = "1jb5garjx1yy4jdznbcfimjipjpmrxy9a1l9yfqbg9mlyz57y4mk";
+       version = "0.4.2.0";
+       sha256 = "0id817bwss3haskvfpn86bqsva8a0ahwbgbzh5zbyiwc5vqksnkx";
        libraryHaskellDepends = [
          base bytestring composite-base lens opaleye postgresql-simple
          product-profunctors profunctors template-haskell text vinyl
@@ -49739,6 +49837,30 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "cryptoconditions" = callPackage
+    ({ mkDerivation, aeson, aeson-quick, asn1-encoding, asn1-parse
+     , asn1-types, base, base16-bytestring, base64-bytestring
+     , bytestring, containers, cryptonite, memory, tasty, tasty-hunit
+     , text, transformers
+     }:
+     mkDerivation {
+       pname = "cryptoconditions";
+       version = "0.1.0.0";
+       sha256 = "0dbhlv7nh0awnvi1rwg3s25ksbxgvdlci543bwqp5ilkqdl3vlh0";
+       libraryHaskellDepends = [
+         asn1-encoding asn1-parse asn1-types base base64-bytestring
+         bytestring containers cryptonite memory text
+       ];
+       testHaskellDepends = [
+         aeson aeson-quick asn1-encoding base base16-bytestring
+         base64-bytestring bytestring cryptonite tasty tasty-hunit text
+         transformers
+       ];
+       homepage = "https://github.com/libscott/cryptoconditions-hs";
+       description = "Interledger Crypto-Conditions";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "cryptohash" = callPackage
     ({ mkDerivation, base, byteable, bytestring, criterion, cryptonite
      , ghc-prim, HUnit, memory, QuickCheck, tasty, tasty-hunit
@@ -51658,6 +51780,28 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "data-basic" = callPackage
+    ({ mkDerivation, aeson, base, basic, binary, bytestring, cases
+     , containers, hssqlppp, lens, lens-aeson, mtl, overload
+     , postgresql-simple, simple-effects, string-conv, template-haskell
+     , text, time
+     }:
+     mkDerivation {
+       pname = "data-basic";
+       version = "0.2.0.1";
+       sha256 = "16j5jvry7hfgnyz4bsi1a2kja7q7a0sfafswa942pqby6dzcgxz1";
+       libraryHaskellDepends = [
+         aeson base binary bytestring cases containers hssqlppp lens
+         lens-aeson mtl overload postgresql-simple simple-effects
+         string-conv template-haskell text time
+       ];
+       testHaskellDepends = [ base basic lens postgresql-simple time ];
+       homepage = "https://gitlab.com/haskell-hr/basic";
+       description = "A database library with a focus on ease of use, type safety and useful error messages";
+       license = stdenv.lib.licenses.mit;
+       broken = true;
+     }) {basic = null;};
+
   "data-binary-ieee754" = callPackage
     ({ mkDerivation, base, binary }:
      mkDerivation {
@@ -55599,16 +55743,19 @@ self: {
      }) {};
 
   "di" = callPackage
-    ({ mkDerivation, base, stm, text, time, transformers }:
+    ({ mkDerivation, base, bytestring, QuickCheck, stm, tasty
+     , tasty-hunit, tasty-quickcheck, time, transformers
+     }:
      mkDerivation {
        pname = "di";
-       version = "0.1";
-       sha256 = "06vy2x4v5h4pnidqjyi2s8rk13zp9anx61z251dphmbv510rlfw8";
-       revision = "1";
-       editedCabalFile = "08fmgc1dsvwipd0dnwbnmc9f16abzfhxk4kkcf535kykxxc621qc";
-       libraryHaskellDepends = [ base stm text time transformers ];
+       version = "0.2";
+       sha256 = "1vmhd8zph5ai13n2cfrjaxcdifwqv7wiggqbfi5ifhancxwlfq7p";
+       libraryHaskellDepends = [ base stm time transformers ];
+       testHaskellDepends = [
+         base bytestring QuickCheck stm tasty tasty-hunit tasty-quickcheck
+       ];
        homepage = "https://github.com/k0001/di";
-       description = "Easy and powerful typeful logging without monad towers";
+       description = "Easy, powerful, structured and typeful logging without monad towers";
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
@@ -56805,6 +56952,19 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "dimensions" = callPackage
+    ({ mkDerivation, base, Cabal, ghc-prim, QuickCheck }:
+     mkDerivation {
+       pname = "dimensions";
+       version = "0.1.0.0";
+       sha256 = "0162ki2vw1k3wza7b4zfp4ya4lb3cdzp0vdr0k8d8k5b3w107p26";
+       libraryHaskellDepends = [ base ghc-prim ];
+       testHaskellDepends = [ base Cabal QuickCheck ];
+       homepage = "https://github.com/achirkin/easytensor#readme";
+       description = "Safe type-level dimensionality for multidimensional data";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "dingo-core" = callPackage
     ({ mkDerivation, aeson, attoparsec, base, base64-bytestring
      , blaze-builder, blaze-html, blaze-textual, bytestring, conduit
@@ -58026,8 +58186,8 @@ self: {
     ({ mkDerivation, array, base, containers, MonadRandom, random }:
      mkDerivation {
        pname = "distribution";
-       version = "1.1.0.0";
-       sha256 = "03l1aki8cvpqx0b11923nkcpp32afwk0k5cgv7hc74yzbwmniqnv";
+       version = "1.1.1.0";
+       sha256 = "1cc16020b8jifcqb2k61g9rv100i8iga7dfsi8jf502myvpgilpx";
        libraryHaskellDepends = [
          array base containers MonadRandom random
        ];
@@ -58520,24 +58680,26 @@ self: {
      , lens-aeson, monad-control, mtl, network, process, QuickCheck
      , resourcet, scientific, tar, tasty, tasty-hunit, tasty-quickcheck
      , temporary, text, time, tls, transformers, transformers-base
-     , unordered-containers, uuid, x509, x509-store, x509-system, zlib
+     , unordered-containers, uuid, vector, x509, x509-store, x509-system
+     , zlib
      }:
      mkDerivation {
        pname = "docker";
-       version = "0.4.0.0";
-       sha256 = "0fcgy6fbhwwvdv93i5xggzkagnzlyccnciy7n8jxdrrm2fg8xxk1";
+       version = "0.4.0.1";
+       sha256 = "1nf860admbdhrbyyj8m7ymd9c390rnrn2nqb2gr3i8dk4rcm4hsf";
        libraryHaskellDepends = [
          aeson base blaze-builder bytestring conduit conduit-combinators
          conduit-extra containers data-default-class directory exceptions
          filemanip filepath http-client http-conduit http-types
          monad-control mtl network resourcet scientific tar temporary text
          time tls transformers transformers-base unordered-containers uuid
-         x509 x509-store x509-system zlib
+         vector x509 x509-store x509-system zlib
        ];
        testHaskellDepends = [
          aeson base bytestring connection containers http-client
          http-client-tls http-types lens lens-aeson process QuickCheck tasty
          tasty-hunit tasty-quickcheck text transformers unordered-containers
+         vector
        ];
        homepage = "https://github.com/denibertovic/docker-hs";
        description = "An API client for docker written in Haskell";
@@ -60535,16 +60697,16 @@ self: {
      }) {};
 
   "easytensor" = callPackage
-    ({ mkDerivation, base, ghc-prim }:
+    ({ mkDerivation, base, Cabal, dimensions, ghc-prim, QuickCheck
+     , time
+     }:
      mkDerivation {
        pname = "easytensor";
-       version = "0.1.0.0";
-       sha256 = "0cdhy00if38yaqg5n05sg3i8h8gh6shcwlycchgibw4141fj5wkz";
-       isLibrary = true;
-       isExecutable = true;
-       libraryHaskellDepends = [ base ghc-prim ];
-       executableHaskellDepends = [ base ghc-prim ];
-       testHaskellDepends = [ base ];
+       version = "0.2.0.0";
+       sha256 = "1z5myc51q96pbwaryf6pvjvfqq9l2d0cwnhpxpxn3bkcj6jr9yf8";
+       libraryHaskellDepends = [ base dimensions ghc-prim ];
+       testHaskellDepends = [ base Cabal dimensions QuickCheck ];
+       benchmarkHaskellDepends = [ base dimensions time ];
        homepage = "https://github.com/achirkin/easytensor#readme";
        description = "Initial project template from stack";
        license = stdenv.lib.licenses.mit;
@@ -62124,21 +62286,20 @@ self: {
      }) {};
 
   "email-validate" = callPackage
-    ({ mkDerivation, attoparsec, base, bytestring, ghc-prim, HUnit
-     , QuickCheck, test-framework, test-framework-hunit
-     , test-framework-quickcheck2
+    ({ mkDerivation, attoparsec, base, bytestring, HUnit, QuickCheck
+     , test-framework, test-framework-hunit, test-framework-quickcheck2
      }:
      mkDerivation {
        pname = "email-validate";
-       version = "2.2.0";
-       sha256 = "0sfbv4l5h13h9shgf2fgm1a7sxbcy633abvwwr5bqnq15kqd6zxa";
-       libraryHaskellDepends = [ attoparsec base bytestring ghc-prim ];
+       version = "2.2.1.1";
+       sha256 = "18q1n0x79mii4d3hdm671ziswh1283mwl1xj47vcvizz4mi6vhh7";
+       libraryHaskellDepends = [ attoparsec base bytestring ];
        testHaskellDepends = [
          base bytestring HUnit QuickCheck test-framework
          test-framework-hunit test-framework-quickcheck2
        ];
-       homepage = "http://porg.es/blog/email-address-validation-simpler-faster-more-correct";
-       description = "Validating an email address string against RFC 5322";
+       homepage = "https://github.com/Porges/email-validate-hs";
+       description = "Email address validation";
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
@@ -62564,23 +62725,6 @@ self: {
      }:
      mkDerivation {
        pname = "entropy";
-       version = "0.3.7";
-       sha256 = "1vzg9fi597dbrcbjsr71y47rvmhiih7lg5rjnb297fzdlbmj1w0z";
-       revision = "1";
-       editedCabalFile = "01lyh4cbpqlcj1y8mnkw6vk4vid5rzqg1vcf9kwxwd88zj86cgjg";
-       setupHaskellDepends = [ base Cabal directory filepath process ];
-       libraryHaskellDepends = [ base bytestring unix ];
-       homepage = "https://github.com/TomMD/entropy";
-       description = "A platform independent entropy source";
-       license = stdenv.lib.licenses.bsd3;
-     }) {};
-
-  "entropy_0_3_8" = callPackage
-    ({ mkDerivation, base, bytestring, Cabal, directory, filepath
-     , process, unix
-     }:
-     mkDerivation {
-       pname = "entropy";
        version = "0.3.8";
        sha256 = "1l3lfigqvdlmxkz1wl7zdkmc0i2r5p6z4xzhiw8xdsbsw7aljfkl";
        setupHaskellDepends = [ base Cabal directory filepath process ];
@@ -62588,7 +62732,6 @@ self: {
        homepage = "https://github.com/TomMD/entropy";
        description = "A platform independent entropy source";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "enumerable" = callPackage
@@ -68695,8 +68838,8 @@ self: {
      }:
      mkDerivation {
        pname = "fltkhs";
-       version = "0.5.3.0";
-       sha256 = "0g58anj96b482xm0vgxxf9v8m4m9x2lq4g1r0ynfc5zr9c64wb1n";
+       version = "0.5.3.2";
+       sha256 = "0m29qcajhbzkl577xyzly82m9jrd446gzpxgg7sswvaki1wa6yv0";
        isLibrary = true;
        isExecutable = true;
        setupHaskellDepends = [ base Cabal directory filepath ];
@@ -68859,15 +69002,15 @@ self: {
     ({ mkDerivation, base, base16-bytestring, base64-bytestring
      , bytestring, containers, criterion, deepseq, formatting, hspec
      , interpolate, microlens, neat-interpolation, text, text-format
-     , vector
+     , time, time-locale-compat, vector
      }:
      mkDerivation {
        pname = "fmt";
-       version = "0.2.0.0";
-       sha256 = "1yg4wkb7irhvy6vzpbzj9aibb0kjl9xqaamn2cnq77f5znvwgpwh";
+       version = "0.3.0.0";
+       sha256 = "1dihbcawpf082maxw3g6gsp1n8cmfdil4llqa3wmf37dqyi2bvjm";
        libraryHaskellDepends = [
          base base16-bytestring base64-bytestring bytestring containers
-         microlens text text-format
+         microlens text text-format time time-locale-compat
        ];
        testHaskellDepends = [
          base bytestring containers hspec neat-interpolation text vector
@@ -85100,24 +85243,6 @@ self: {
      }:
      mkDerivation {
        pname = "hailgun";
-       version = "0.4.1.3";
-       sha256 = "0x3yjxrjy6yg8b4pj7q8wzfmxxx9j5pzz17why5wyawvpswc3gjp";
-       libraryHaskellDepends = [
-         aeson base bytestring email-validate exceptions filepath
-         http-client http-client-tls http-types tagsoup text time
-         transformers
-       ];
-       description = "Mailgun REST api interface for Haskell";
-       license = stdenv.lib.licenses.mit;
-     }) {};
-
-  "hailgun_0_4_1_4" = callPackage
-    ({ mkDerivation, aeson, base, bytestring, email-validate
-     , exceptions, filepath, http-client, http-client-tls, http-types
-     , tagsoup, text, time, transformers
-     }:
-     mkDerivation {
-       pname = "hailgun";
        version = "0.4.1.4";
        sha256 = "0qcfhprg5x0wb28zgn80x808a1w6il2hc6mykq8wv0ranmwj1lrx";
        libraryHaskellDepends = [
@@ -85128,7 +85253,6 @@ self: {
        homepage = "https://bitbucket.org/robertmassaioli/hailgun";
        description = "Mailgun REST api interface for Haskell";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "hailgun-send" = callPackage
@@ -87358,15 +87482,15 @@ self: {
   "hasbolt" = callPackage
     ({ mkDerivation, base, binary, bytestring, containers
      , data-binary-ieee754, data-default, hex, hspec, network
-     , network-simple, QuickCheck, text, transformers
+     , QuickCheck, text, transformers
      }:
      mkDerivation {
        pname = "hasbolt";
-       version = "0.1.1.3";
-       sha256 = "1ba85bq8p6cjrxajinb3ykqyffq0h2xcsq80q26y9iy18ys7mcbr";
+       version = "0.1.2.1";
+       sha256 = "08pa4df4klijdxpbfkqiqfjrcwl3ip3gwg84kx1zg9wpnvdbjn4l";
        libraryHaskellDepends = [
          base binary bytestring containers data-binary-ieee754 data-default
-         hex network network-simple text transformers
+         hex network text transformers
        ];
        testHaskellDepends = [
          base bytestring containers hex hspec QuickCheck text
@@ -94996,6 +95120,38 @@ self: {
        hydraPlatforms = [ "x86_64-darwin" "x86_64-linux" ];
      }) {};
 
+  "highlight" = callPackage
+    ({ mkDerivation, ansi-terminal, base, base-compat, bytestring
+     , containers, criterion, directory, doctest, filepath, lens, mtl
+     , mtl-compat, optparse-applicative, pipes, pipes-bytestring
+     , pipes-group, pipes-safe, process, QuickCheck, regex
+     , regex-with-pcre, semigroups, system-filepath, tasty, tasty-golden
+     , text, transformers, transformers-compat, unix
+     }:
+     mkDerivation {
+       pname = "highlight";
+       version = "1.0.0.0";
+       sha256 = "1gr4aj0w605hx2mrgzicb1nwimxyxpj2jid7ca6qpwnbxvnj7ryi";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         ansi-terminal base base-compat bytestring containers directory
+         filepath lens mtl mtl-compat optparse-applicative pipes
+         pipes-bytestring pipes-group pipes-safe regex regex-with-pcre
+         semigroups system-filepath text transformers transformers-compat
+         unix
+       ];
+       executableHaskellDepends = [ base ];
+       testHaskellDepends = [
+         base base-compat bytestring directory doctest lens pipes process
+         QuickCheck tasty tasty-golden transformers transformers-compat unix
+       ];
+       benchmarkHaskellDepends = [ base criterion ];
+       homepage = "https://github.com/cdepillabout/highlight";
+       description = "Command line tool for highlighting parts of files matching a regex";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "highlight-versions" = callPackage
     ({ mkDerivation, ansi-terminal, base, Cabal, containers, hackage-db
      }:
@@ -96121,47 +96277,48 @@ self: {
      }) {};
 
   "hledger" = callPackage
-    ({ mkDerivation, base, base-compat, bytestring, cmdargs, containers
-     , criterion, csv, data-default, directory, file-embed, filepath
-     , hashable, haskeline, here, hledger-lib, html, HUnit, megaparsec
-     , mtl, mtl-compat, old-time, parsec, pretty-show, process
-     , regex-tdfa, safe, shakespeare, split, tabular, temporary
-     , terminfo, test-framework, test-framework-hunit, text, time
-     , timeit, transformers, unordered-containers, utf8-string, wizards
+    ({ mkDerivation, ansi-terminal, base, base-compat, bytestring
+     , cmdargs, containers, criterion, csv, data-default, directory
+     , file-embed, filepath, hashable, haskeline, here, hledger-lib
+     , html, HUnit, megaparsec, mtl, mtl-compat, old-time, parsec
+     , pretty-show, process, regex-tdfa, safe, shakespeare, split
+     , tabular, temporary, terminfo, test-framework
+     , test-framework-hunit, text, time, timeit, transformers
+     , unordered-containers, utf8-string, wizards
      }:
      mkDerivation {
        pname = "hledger";
-       version = "1.2";
-       sha256 = "18j7h8km15lyqhhglbxj9gqrhk3r2wh6qv8v3cly05lrlkjvmx06";
-       revision = "1";
-       editedCabalFile = "02ddp8gkx3k36b9n2jywd0pkzvjq8mapc6idxa70az84va3lmnvd";
+       version = "1.3";
+       sha256 = "0b9gaj68ykx1ak2v4kjif67kkwv1s8rf9nvcijs4garz98781sdd";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
-         base base-compat bytestring cmdargs containers csv data-default
-         directory file-embed filepath hashable haskeline here hledger-lib
-         HUnit megaparsec mtl mtl-compat old-time pretty-show process
-         regex-tdfa safe shakespeare split tabular temporary terminfo text
-         time transformers unordered-containers utf8-string wizards
+         ansi-terminal base base-compat bytestring cmdargs containers csv
+         data-default directory file-embed filepath hashable haskeline here
+         hledger-lib HUnit megaparsec mtl mtl-compat old-time pretty-show
+         process regex-tdfa safe shakespeare split tabular temporary
+         terminfo text time transformers unordered-containers utf8-string
+         wizards
        ];
        executableHaskellDepends = [
-         base base-compat bytestring cmdargs containers csv data-default
-         directory file-embed filepath haskeline here hledger-lib HUnit mtl
-         mtl-compat old-time parsec pretty-show process regex-tdfa safe
-         shakespeare split tabular temporary terminfo text time
-         unordered-containers utf8-string wizards
+         ansi-terminal base base-compat bytestring cmdargs containers csv
+         data-default directory file-embed filepath haskeline here
+         hledger-lib HUnit mtl mtl-compat old-time parsec pretty-show
+         process regex-tdfa safe shakespeare split tabular temporary
+         terminfo text time unordered-containers utf8-string wizards
        ];
        testHaskellDepends = [
-         base base-compat bytestring cmdargs containers csv data-default
-         directory file-embed filepath haskeline here hledger-lib HUnit mtl
-         mtl-compat old-time parsec pretty-show process regex-tdfa safe
-         shakespeare split tabular temporary terminfo test-framework
-         test-framework-hunit text time unordered-containers utf8-string
-         wizards
+         ansi-terminal base base-compat bytestring cmdargs containers csv
+         data-default directory file-embed filepath haskeline here
+         hledger-lib HUnit mtl mtl-compat old-time parsec pretty-show
+         process regex-tdfa safe shakespeare split tabular temporary
+         terminfo test-framework test-framework-hunit text time
+         unordered-containers utf8-string wizards
        ];
        benchmarkHaskellDepends = [
-         base base-compat criterion directory file-embed filepath here
-         hledger-lib html pretty-show process tabular temporary time timeit
+         ansi-terminal base base-compat criterion directory file-embed
+         filepath here hledger-lib html pretty-show process tabular
+         temporary time timeit
        ];
        homepage = "http://hledger.org";
        description = "Command-line interface for the hledger accounting tool";
@@ -96177,8 +96334,8 @@ self: {
      }:
      mkDerivation {
        pname = "hledger-api";
-       version = "1.2";
-       sha256 = "0pa2h79qy4a2in8q66q9rqh0sav44q7drdklsgqi3sm7ic65klwq";
+       version = "1.3";
+       sha256 = "0kl0sc11181bgpz65b5xg9l1hxdaai27icx13x15kwlc01jf9rcc";
        isLibrary = false;
        isExecutable = true;
        executableHaskellDepends = [
@@ -96295,31 +96452,30 @@ self: {
      }) {};
 
   "hledger-lib" = callPackage
-    ({ mkDerivation, array, base, base-compat, blaze-markup, bytestring
-     , cmdargs, containers, csv, data-default, Decimal, deepseq
-     , directory, doctest, filepath, Glob, hashtables, HUnit, megaparsec
-     , mtl, mtl-compat, old-time, parsec, pretty-show, regex-tdfa, safe
-     , semigroups, split, test-framework, test-framework-hunit, text
-     , time, transformers, uglymemo, utf8-string
+    ({ mkDerivation, ansi-terminal, array, base, base-compat
+     , blaze-markup, bytestring, cmdargs, containers, csv, data-default
+     , Decimal, deepseq, directory, doctest, filepath, Glob, hashtables
+     , HUnit, megaparsec, mtl, mtl-compat, old-time, parsec, pretty-show
+     , regex-tdfa, safe, semigroups, split, test-framework
+     , test-framework-hunit, text, time, transformers, uglymemo
+     , utf8-string
      }:
      mkDerivation {
        pname = "hledger-lib";
-       version = "1.2";
-       sha256 = "15yp89q5im3b7fbjz50inkmrgihq16vgbrfkdd6nnnd9n8vxhzrc";
-       revision = "1";
-       editedCabalFile = "0alkb7hd6rvfr5fvlqyqy1ma7fbsfnkn36gnx8dcvij75b1ym0a2";
+       version = "1.3";
+       sha256 = "052ynivzbyabp2yn7y2wfy9dvjly989rpbcla9kx8kvmqij5qdhm";
        libraryHaskellDepends = [
-         array base base-compat blaze-markup bytestring cmdargs containers
-         csv data-default Decimal deepseq directory filepath hashtables
-         HUnit megaparsec mtl mtl-compat old-time parsec pretty-show
-         regex-tdfa safe semigroups split text time transformers uglymemo
-         utf8-string
+         ansi-terminal array base base-compat blaze-markup bytestring
+         cmdargs containers csv data-default Decimal deepseq directory
+         filepath hashtables HUnit megaparsec mtl mtl-compat old-time parsec
+         pretty-show regex-tdfa safe semigroups split text time transformers
+         uglymemo utf8-string
        ];
        testHaskellDepends = [
-         array base base-compat blaze-markup bytestring cmdargs containers
-         csv data-default Decimal deepseq directory doctest filepath Glob
-         hashtables HUnit megaparsec mtl mtl-compat old-time parsec
-         pretty-show regex-tdfa safe split test-framework
+         ansi-terminal array base base-compat blaze-markup bytestring
+         cmdargs containers csv data-default Decimal deepseq directory
+         doctest filepath Glob hashtables HUnit megaparsec mtl mtl-compat
+         old-time parsec pretty-show regex-tdfa safe split test-framework
          test-framework-hunit text time transformers uglymemo utf8-string
        ];
        homepage = "http://hledger.org";
@@ -96336,10 +96492,8 @@ self: {
      }:
      mkDerivation {
        pname = "hledger-ui";
-       version = "1.2";
-       sha256 = "02mhhhkk6zz3bjcv6x0yhp4f2ifhj3pdk1z4wf6qkwm7jqsamqk1";
-       revision = "2";
-       editedCabalFile = "0w3w4llvb9fmdd555q4823dagw7ibqwas8cycra5pvw50ciia4xd";
+       version = "1.3";
+       sha256 = "0bixkihc2hcf98xpnb9a8lnqi5rcg2pj6d78w4pzwzd83vkmr1rj";
        isLibrary = false;
        isExecutable = true;
        executableHaskellDepends = [
@@ -96384,10 +96538,8 @@ self: {
      }:
      mkDerivation {
        pname = "hledger-web";
-       version = "1.2";
-       sha256 = "1rn5x8h8vn28hk1201v2zzaawc86zkxrlqv8jwiyp2jls3l4m8d3";
-       revision = "1";
-       editedCabalFile = "1l08fzwdn1wqb1f1788rqdqr0znvgfqyb4r82vbjm62dar8qmzcg";
+       version = "1.3";
+       sha256 = "01y8djakr4r0jm5wyi6fbp911y3i82r1xmfi4gm9sgf27fi6a3i4";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -98749,16 +98901,17 @@ self: {
 
   "hp2pretty" = callPackage
     ({ mkDerivation, array, attoparsec, base, containers, filepath
-     , floatshow, mtl, text
+     , floatshow, mtl, optparse-applicative, semigroups, text
      }:
      mkDerivation {
        pname = "hp2pretty";
-       version = "0.7";
-       sha256 = "0b706fdq91n1pfsa8c9gqwpw6r14lgfc9p7c7iq6zm78kj3n8fgp";
+       version = "0.8.0.2";
+       sha256 = "1j3rn4xjpyqnl8vcsc9pyj03mwpilq20g0z8brh3prsvhjb9gl9g";
        isLibrary = false;
        isExecutable = true;
        executableHaskellDepends = [
-         array attoparsec base containers filepath floatshow mtl text
+         array attoparsec base containers filepath floatshow mtl
+         optparse-applicative semigroups text
        ];
        homepage = "https://code.mathr.co.uk/hp2pretty";
        description = "generate pretty graphs from heap profiles";
@@ -99115,37 +99268,6 @@ self: {
      }:
      mkDerivation {
        pname = "hpio";
-       version = "0.8.0.9";
-       sha256 = "1yr86m9zw3kbhb6wl2i3ikkvhzkzrlswgvan8wpyvd5chp4vxjm7";
-       isLibrary = true;
-       isExecutable = true;
-       libraryHaskellDepends = [
-         base base-compat bytestring containers directory exceptions
-         filepath mtl mtl-compat QuickCheck text transformers
-         transformers-compat unix unix-bytestring
-       ];
-       executableHaskellDepends = [
-         async base base-compat exceptions mtl mtl-compat
-         optparse-applicative transformers transformers-compat
-       ];
-       testHaskellDepends = [
-         async base base-compat bytestring containers directory doctest
-         exceptions filepath hlint hspec mtl mtl-compat QuickCheck text
-         transformers transformers-compat unix unix-bytestring
-       ];
-       homepage = "https://github.com/quixoftic/hpio";
-       description = "Monads for GPIO in Haskell";
-       license = stdenv.lib.licenses.bsd3;
-     }) {};
-
-  "hpio_0_8_0_10" = callPackage
-    ({ mkDerivation, async, base, base-compat, bytestring, containers
-     , directory, doctest, exceptions, filepath, hlint, hspec, mtl
-     , mtl-compat, optparse-applicative, QuickCheck, text, transformers
-     , transformers-compat, unix, unix-bytestring
-     }:
-     mkDerivation {
-       pname = "hpio";
        version = "0.8.0.10";
        sha256 = "05cpfym6jb27z557i1954jnz9v3ghjg45h4rjfl9ql54cx6bx429";
        isLibrary = true;
@@ -99167,7 +99289,6 @@ self: {
        homepage = "https://github.com/quixoftic/hpio";
        description = "Monads for GPIO in Haskell";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "hplayground" = callPackage
@@ -101967,8 +102088,8 @@ self: {
      }:
      mkDerivation {
        pname = "hsparql";
-       version = "0.3.1";
-       sha256 = "0a7769mazml334agv6jkr3kwgcyp1y58bakgywa7b5crgznbvkc0";
+       version = "0.3.3";
+       sha256 = "08a24py8scbshrs1j0x5d6n1lsw1sxyp90wvvsscndnqsy60wcnl";
        libraryHaskellDepends = [
          base bytestring HTTP MissingH mtl network network-uri rdf4h text
          xml
@@ -114942,37 +115063,6 @@ self: {
      }:
      mkDerivation {
        pname = "katip-elasticsearch";
-       version = "0.3.0.2";
-       sha256 = "1v9r03nwklb203llnda6v91yfcz3fhmhw8bc8mxn5mibbxbf88xw";
-       libraryHaskellDepends = [
-         aeson async base bloodhound enclosed-exceptions exceptions
-         http-client http-types katip retry scientific stm stm-chans text
-         time transformers unordered-containers uuid
-       ];
-       testHaskellDepends = [
-         aeson base bloodhound containers http-client http-types katip lens
-         lens-aeson quickcheck-instances scientific stm tasty tasty-hunit
-         tasty-quickcheck text time transformers unordered-containers vector
-       ];
-       benchmarkHaskellDepends = [
-         aeson base bloodhound criterion deepseq rng-utils text
-         unordered-containers uuid
-       ];
-       description = "ElasticSearch scribe for the Katip logging framework";
-       license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
-     }) {};
-
-  "katip-elasticsearch_0_3_1_0" = callPackage
-    ({ mkDerivation, aeson, async, base, bloodhound, containers
-     , criterion, deepseq, enclosed-exceptions, exceptions, http-client
-     , http-types, katip, lens, lens-aeson, quickcheck-instances, retry
-     , rng-utils, scientific, stm, stm-chans, tasty, tasty-hunit
-     , tasty-quickcheck, text, time, transformers, unordered-containers
-     , uuid, vector
-     }:
-     mkDerivation {
-       pname = "katip-elasticsearch";
        version = "0.3.1.0";
        sha256 = "162ikrqpk0i8zh5gw3isc1lflg4a4bsqk3ci2rpirll0wf1dqgz9";
        libraryHaskellDepends = [
@@ -120711,28 +120801,6 @@ self: {
      }:
      mkDerivation {
        pname = "lifted-async";
-       version = "0.9.1.1";
-       sha256 = "0h4fskcgr053s21z43bh1mlz40i8f5d166d382frng3j6jw49b1i";
-       libraryHaskellDepends = [
-         async base constraints lifted-base monad-control transformers-base
-       ];
-       testHaskellDepends = [
-         async base HUnit lifted-base monad-control mtl tasty tasty-hunit
-         tasty-th
-       ];
-       benchmarkHaskellDepends = [ async base criterion deepseq ];
-       homepage = "https://github.com/maoe/lifted-async";
-       description = "Run lifted IO operations asynchronously and wait for their results";
-       license = stdenv.lib.licenses.bsd3;
-     }) {};
-
-  "lifted-async_0_9_3" = callPackage
-    ({ mkDerivation, async, base, constraints, criterion, deepseq
-     , HUnit, lifted-base, monad-control, mtl, tasty, tasty-hunit
-     , tasty-th, transformers-base
-     }:
-     mkDerivation {
-       pname = "lifted-async";
        version = "0.9.3";
        sha256 = "0qdlc64kf02g97rzpragm4943ppy2cx74kbjcpbv32jcyc3q75wp";
        libraryHaskellDepends = [
@@ -120746,7 +120814,6 @@ self: {
        homepage = "https://github.com/maoe/lifted-async";
        description = "Run lifted IO operations asynchronously and wait for their results";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "lifted-base" = callPackage
@@ -122694,8 +122761,8 @@ self: {
     ({ mkDerivation, base, containers, monadLib, parsec, pretty }:
      mkDerivation {
        pname = "llvm-pretty";
-       version = "0.7.1.0";
-       sha256 = "0q1cbnllxs8xm98glm4brb5yryy8bg8yprdf1qjsv3a0l2vbn1aq";
+       version = "0.7.1.1";
+       sha256 = "17lb4jfkaxz2ahjfvq2mxnb82k209qg13rhdg76v3j8yahr5z0a2";
        libraryHaskellDepends = [ base containers monadLib parsec pretty ];
        description = "A pretty printing library inspired by the llvm binding";
        license = stdenv.lib.licenses.bsd3;
@@ -129850,8 +129917,8 @@ self: {
      }:
      mkDerivation {
        pname = "mltool";
-       version = "0.1.0.1";
-       sha256 = "14b8an1kba1xqnm9ay0y0pw9vam1hsviiwqbz6id5vrbldhwsfd7";
+       version = "0.1.0.2";
+       sha256 = "1gzm8a8abz8bnh80ylq0clp3isz2cx05mmyqwsdmh6kf94xsg71p";
        libraryHaskellDepends = [
          ascii-progress base deepseq hmatrix hmatrix-gsl hmatrix-gsl-stats
          MonadRandom random vector
@@ -130482,6 +130549,23 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "monad-control_1_0_2_1" = callPackage
+    ({ mkDerivation, base, stm, transformers, transformers-base
+     , transformers-compat
+     }:
+     mkDerivation {
+       pname = "monad-control";
+       version = "1.0.2.1";
+       sha256 = "1hjq0d1y18yyw3p4g78r7k88xy92pzxiqchqll7rqj8lnwnwnknc";
+       libraryHaskellDepends = [
+         base stm transformers transformers-base transformers-compat
+       ];
+       homepage = "https://github.com/basvandijk/monad-control";
+       description = "Lift control operations, like exception catching, through monad transformers";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "monad-control-aligned" = callPackage
     ({ mkDerivation, base, stm, transformers, transformers-base
      , transformers-compat
@@ -144457,8 +144541,8 @@ self: {
      }:
      mkDerivation {
        pname = "pdf-slave";
-       version = "1.3.1.0";
-       sha256 = "0285cjf3qgy5kkpssa5g4pb73bxjkqdksh47cdgrgvhzypxfq5q4";
+       version = "1.3.2.0";
+       sha256 = "1l7an71cnsgq7j6yfdvjqp1lj44f4kwb52c555ciccd6mz6f7866";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -144476,14 +144560,49 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "pdf-slave-server" = callPackage
+    ({ mkDerivation, acid-state, aeson, aeson-injector, base
+     , base16-bytestring, bytestring, containers, cryptonite, hashable
+     , http-client, http-client-tls, immortal, lens, memory
+     , monad-control, monad-logger, mtl, optparse-applicative, pdf-slave
+     , pdf-slave-server-api, safecopy, scientific, servant
+     , servant-auth-token, servant-auth-token-acid
+     , servant-auth-token-api, servant-server, shelly, stm, text, time
+     , transformers-base, unbounded-delays, unordered-containers, uuid
+     , wai-extra, warp, wreq, yaml
+     }:
+     mkDerivation {
+       pname = "pdf-slave-server";
+       version = "0.1.1.0";
+       sha256 = "0vjajkb0hamn68klihk6i6xwc6qc8ann5miqh9w71vgmwc5ksz0g";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         acid-state aeson aeson-injector base base16-bytestring bytestring
+         containers cryptonite hashable http-client http-client-tls immortal
+         lens memory monad-control monad-logger mtl pdf-slave
+         pdf-slave-server-api safecopy scientific servant servant-auth-token
+         servant-auth-token-acid servant-auth-token-api servant-server
+         shelly stm text time transformers-base unbounded-delays
+         unordered-containers uuid wreq yaml
+       ];
+       executableHaskellDepends = [
+         base optparse-applicative wai-extra warp
+       ];
+       homepage = "https://github.com/NCrashed/pdf-slave-server#readme";
+       description = "Web service for pdf-slave tool";
+       license = stdenv.lib.licenses.bsd3;
+       broken = true;
+     }) {pdf-slave-server-api = null;};
+
   "pdf-slave-template" = callPackage
     ({ mkDerivation, aeson, base, base64-bytestring, bytestring
      , containers, text
      }:
      mkDerivation {
        pname = "pdf-slave-template";
-       version = "1.2.0.0";
-       sha256 = "0c95p48pla8fsm2qq326rn1z98pkz3ycyh4g8bc9ixlinfgbxb33";
+       version = "1.2.1.0";
+       sha256 = "17sl4dcisvzjbxa0b6qbi934nl7f5rqm840l66axw2bz43aq1m1f";
        libraryHaskellDepends = [
          aeson base base64-bytestring bytestring containers text
        ];
@@ -149717,29 +149836,6 @@ self: {
      }:
      mkDerivation {
        pname = "postgresql-schema";
-       version = "0.1.10";
-       sha256 = "0yp239akswajxp9l3d2sdgkba9iycri2zvb5r6pdjzvaj44pwc19";
-       isLibrary = true;
-       isExecutable = true;
-       libraryHaskellDepends = [
-         base basic-prelude postgresql-simple shelly text
-       ];
-       executableHaskellDepends = [
-         base basic-prelude optparse-applicative shelly text time
-         time-locale-compat
-       ];
-       homepage = "https://github.com/mfine/postgresql-schema";
-       description = "PostgreSQL Schema Management";
-       license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
-     }) {};
-
-  "postgresql-schema_0_1_11" = callPackage
-    ({ mkDerivation, base, basic-prelude, optparse-applicative
-     , postgresql-simple, shelly, text, time, time-locale-compat
-     }:
-     mkDerivation {
-       pname = "postgresql-schema";
        version = "0.1.11";
        sha256 = "1xhaqxc389dghf77hlz6zy6pa6phxv8by42lzs91ymjhvwhnb7bl";
        isLibrary = true;
@@ -150437,8 +150533,8 @@ self: {
      }:
      mkDerivation {
        pname = "preamble";
-       version = "0.0.39";
-       sha256 = "019apng4q6hz14xnjjs6iyzkrr13pw4pclr9h39s2qjc17xjwc4d";
+       version = "0.0.40";
+       sha256 = "0g7l11nqslyqhcrm5l5k2yigd4d8gjaysm5kc6n2mm7n8c3cw1b2";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -152467,23 +152563,6 @@ self: {
      }:
      mkDerivation {
        pname = "proto-lens-arbitrary";
-       version = "0.1.0.2";
-       sha256 = "0pqscamjyfkga8fixv1wnyygx2c1vcqa855gi526dvjp7rljj5pz";
-       libraryHaskellDepends = [
-         base bytestring containers lens-family proto-lens QuickCheck text
-       ];
-       homepage = "https://github.com/google/proto-lens";
-       description = "Arbitrary instances for proto-lens";
-       license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
-     }) {};
-
-  "proto-lens-arbitrary_0_1_0_3" = callPackage
-    ({ mkDerivation, base, bytestring, containers, lens-family
-     , proto-lens, QuickCheck, text
-     }:
-     mkDerivation {
-       pname = "proto-lens-arbitrary";
        version = "0.1.0.3";
        sha256 = "029liw55v5k9f5bsfpsadd85sgrriwvrhfk242d2wfp3fypafd39";
        libraryHaskellDepends = [
@@ -154918,23 +154997,6 @@ self: {
      }:
      mkDerivation {
        pname = "quickcheck-special";
-       version = "0.1.0.4";
-       sha256 = "1dv7pan8sdq8dfc17scyskr5f96857il85n6nh9alnjrnqj3lgws";
-       libraryHaskellDepends = [
-         base bytestring ieee754 QuickCheck scientific text
-       ];
-       homepage = "https://github.com/minad/quickcheck-special#readme";
-       description = "Edge cases and special values for QuickCheck Arbitrary instances";
-       license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
-     }) {};
-
-  "quickcheck-special_0_1_0_5" = callPackage
-    ({ mkDerivation, base, bytestring, ieee754, QuickCheck, scientific
-     , text
-     }:
-     mkDerivation {
-       pname = "quickcheck-special";
        version = "0.1.0.5";
        sha256 = "189gadjm06zm3jilr5dcqbmfgq8d6j91nsvnzwwp9kdn3j9m711p";
        libraryHaskellDepends = [
@@ -157862,28 +157924,6 @@ self: {
      }:
      mkDerivation {
        pname = "recursion-schemes";
-       version = "5.0.1";
-       sha256 = "00zz8gxf3ha1zq6m2hzcia35cry5wgvs29h60s2jvp3yzmr7radp";
-       revision = "1";
-       editedCabalFile = "0f5fhr93jgnm1jhl6kd3fbxxmkyfa6h7asgwk5klliy0m2j3y51n";
-       libraryHaskellDepends = [
-         base base-orphans bifunctors comonad free semigroups
-         template-haskell transformers transformers-compat
-       ];
-       testHaskellDepends = [ base HUnit ];
-       homepage = "http://github.com/ekmett/recursion-schemes/";
-       description = "Generalized bananas, lenses and barbed wire";
-       license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
-     }) {};
-
-  "recursion-schemes_5_0_2" = callPackage
-    ({ mkDerivation, base, base-orphans, bifunctors, comonad, free
-     , HUnit, semigroups, template-haskell, transformers
-     , transformers-compat
-     }:
-     mkDerivation {
-       pname = "recursion-schemes";
        version = "5.0.2";
        sha256 = "1lmayskniljw3lxk64apvshn9h90gwfpflgxilfivsqhrjxnaj9s";
        libraryHaskellDepends = [
@@ -169942,8 +169982,8 @@ self: {
     ({ mkDerivation, base, basic-prelude, directory, shake }:
      mkDerivation {
        pname = "shakers";
-       version = "0.0.22";
-       sha256 = "1s6grydppi50xlfxpjgprv29nsdn2z7d34z87fa994jiimp5i3a8";
+       version = "0.0.24";
+       sha256 = "1wrn28r4w8zxay119n4lsxx2yg0n42rv2msn1px2p76k86bz03w4";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [ base basic-prelude directory shake ];
@@ -171249,8 +171289,8 @@ self: {
      }:
      mkDerivation {
        pname = "simple-effects";
-       version = "0.8.0.2";
-       sha256 = "04iszcd5sjr9qaq7604v8fdhlbljzkga468s9h6fv7q9mdy77sjw";
+       version = "0.9.0.0";
+       sha256 = "1wrdqzwzi9gjjixg3rhkvc1lpi6br07inl0k6ngbrd8shxipwsa3";
        libraryHaskellDepends = [
          array base exceptions list-t monad-control MonadRandom mtl text
          transformers transformers-base
@@ -176331,6 +176371,25 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "splitmix" = callPackage
+    ({ mkDerivation, base, base-compat, bytestring, containers
+     , criterion, random, tf-random, time
+     }:
+     mkDerivation {
+       pname = "splitmix";
+       version = "0";
+       sha256 = "0qa86iflw1v8vqci8krj4kdvp648hnl8wx3wyhnd1c95jrla0fpi";
+       libraryHaskellDepends = [ base random time ];
+       testHaskellDepends = [
+         base base-compat bytestring random tf-random
+       ];
+       benchmarkHaskellDepends = [
+         base containers criterion random tf-random
+       ];
+       description = "Fast Splittable PRNG";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "splitter" = callPackage
     ({ mkDerivation, base, directory, filepath, parsec, range }:
      mkDerivation {
@@ -179472,6 +179531,27 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "streaming-cassava" = callPackage
+    ({ mkDerivation, base, bytestring, cassava, hspec, mtl, QuickCheck
+     , quickcheck-instances, streaming, streaming-bytestring, text
+     , transformers, vector
+     }:
+     mkDerivation {
+       pname = "streaming-cassava";
+       version = "0.1.0.0";
+       sha256 = "17swzhq069rr041l33bwa5ybx1j6w9lvh3l3xs40m842njli2bac";
+       libraryHaskellDepends = [
+         base bytestring cassava mtl streaming streaming-bytestring
+         transformers
+       ];
+       testHaskellDepends = [
+         base hspec mtl QuickCheck quickcheck-instances streaming text
+         vector
+       ];
+       description = "Cassava support for the streaming ecosystem";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "streaming-commons" = callPackage
     ({ mkDerivation, array, async, base, blaze-builder, bytestring
      , criterion, deepseq, directory, hspec, network, process
@@ -179654,6 +179734,21 @@ self: {
        maintainers = with stdenv.lib.maintainers; [ jb55 ];
      }) {};
 
+  "streaming-with" = callPackage
+    ({ mkDerivation, base, exceptions, managed, streaming-bytestring
+     , transformers
+     }:
+     mkDerivation {
+       pname = "streaming-with";
+       version = "0.1.0.0";
+       sha256 = "1gc8y3ak3w411yibzrbf9wa719zr0zym6pqmg3ihrdn03z1ij3h0";
+       libraryHaskellDepends = [
+         base exceptions managed streaming-bytestring transformers
+       ];
+       description = "with/bracket-style idioms for use with streaming";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "streamproc" = callPackage
     ({ mkDerivation, base }:
      mkDerivation {
@@ -181137,6 +181232,26 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "superrecord" = callPackage
+    ({ mkDerivation, aeson, base, bookkeeper, constraints, criterion
+     , deepseq, ghc-prim, hspec, labels, primitive, text
+     }:
+     mkDerivation {
+       pname = "superrecord";
+       version = "0.1.1.0";
+       sha256 = "04fmccpfx3lyms8xmya1yidjj9ahhyikr3ilfr3x9m59sc47vhd0";
+       libraryHaskellDepends = [
+         aeson base constraints deepseq ghc-prim primitive text
+       ];
+       testHaskellDepends = [ aeson base hspec ];
+       benchmarkHaskellDepends = [
+         aeson base bookkeeper criterion deepseq labels
+       ];
+       homepage = "https://github.com/agrafix/superrecord#readme";
+       description = "Supercharged anonymous records";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "supervisor" = callPackage
     ({ mkDerivation, base, containers, exceptions, monadloc, mtl }:
      mkDerivation {
@@ -186123,6 +186238,30 @@ self: {
        license = "GPL";
      }) {};
 
+  "texmath_0_9_4_1" = callPackage
+    ({ mkDerivation, base, bytestring, containers, directory, filepath
+     , mtl, pandoc-types, parsec, process, split, syb, temporary, text
+     , utf8-string, xml
+     }:
+     mkDerivation {
+       pname = "texmath";
+       version = "0.9.4.1";
+       sha256 = "014xka6vz8qc043icrhf5m47g8jwlr608qzymrikjh4nr2r048ih";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         base containers mtl pandoc-types parsec syb xml
+       ];
+       testHaskellDepends = [
+         base bytestring directory filepath process split temporary text
+         utf8-string xml
+       ];
+       homepage = "http://github.com/jgm/texmath";
+       description = "Conversion between formats used to represent mathematics";
+       license = "GPL";
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "texrunner" = callPackage
     ({ mkDerivation, attoparsec, base, bytestring, directory, filepath
      , HUnit, io-streams, lens, mtl, process, temporary, test-framework
@@ -187220,21 +187359,6 @@ self: {
     ({ mkDerivation, base, containers, ghc-prim, template-haskell }:
      mkDerivation {
        pname = "th-abstraction";
-       version = "0.2.2.0";
-       sha256 = "00xnyknp1xgbr6rqbmdbpvxrnd3pw1wax46vv03g8bbjm0m4d7kd";
-       libraryHaskellDepends = [
-         base containers ghc-prim template-haskell
-       ];
-       testHaskellDepends = [ base containers template-haskell ];
-       homepage = "https://github.com/glguy/th-abstraction";
-       description = "Nicer interface for reified information about data types";
-       license = stdenv.lib.licenses.isc;
-     }) {};
-
-  "th-abstraction_0_2_3_0" = callPackage
-    ({ mkDerivation, base, containers, ghc-prim, template-haskell }:
-     mkDerivation {
-       pname = "th-abstraction";
        version = "0.2.3.0";
        sha256 = "00yy303rrnx26z9aam33j8m1v0dq5wxk71901fbl50jm9mdg4jwm";
        libraryHaskellDepends = [
@@ -187244,7 +187368,6 @@ self: {
        homepage = "https://github.com/glguy/th-abstraction";
        description = "Nicer interface for reified information about data types";
        license = stdenv.lib.licenses.isc;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "th-alpha" = callPackage
@@ -189737,36 +189860,6 @@ self: {
      }:
      mkDerivation {
        pname = "tls";
-       version = "1.3.10";
-       sha256 = "0w81bv1khibp36mnqb2685y01s3v1032l3qf1y6wx9fx807ps1cz";
-       revision = "2";
-       editedCabalFile = "17734zs69kph9pv8zpk4fm58gfhzcwjwqlk71sqib5r2zi0lby9h";
-       libraryHaskellDepends = [
-         asn1-encoding asn1-types async base bytestring cereal cryptonite
-         data-default-class memory mtl network transformers x509 x509-store
-         x509-validation
-       ];
-       testHaskellDepends = [
-         base bytestring cereal cryptonite data-default-class hourglass mtl
-         QuickCheck tasty tasty-quickcheck x509 x509-validation
-       ];
-       benchmarkHaskellDepends = [
-         base bytestring criterion cryptonite data-default-class hourglass
-         mtl QuickCheck tasty-quickcheck x509 x509-validation
-       ];
-       homepage = "http://github.com/vincenthz/hs-tls";
-       description = "TLS/SSL protocol native implementation (Server and Client)";
-       license = stdenv.lib.licenses.bsd3;
-     }) {};
-
-  "tls_1_3_11" = callPackage
-    ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring
-     , cereal, criterion, cryptonite, data-default-class, hourglass
-     , memory, mtl, network, QuickCheck, tasty, tasty-quickcheck
-     , transformers, x509, x509-store, x509-validation
-     }:
-     mkDerivation {
-       pname = "tls";
        version = "1.3.11";
        sha256 = "00r7zfkdzy7hi6nhzkirp8jjims4kikgjcm3z4a82kw78awqw01z";
        libraryHaskellDepends = [
@@ -189785,7 +189878,6 @@ self: {
        homepage = "http://github.com/vincenthz/hs-tls";
        description = "TLS/SSL protocol native implementation (Server and Client)";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "tls-debug" = callPackage
@@ -193488,6 +193580,22 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "typed-duration" = callPackage
+    ({ mkDerivation, base, lifted-base, monad-control
+     , transformers-base
+     }:
+     mkDerivation {
+       pname = "typed-duration";
+       version = "0.1.0.0";
+       sha256 = "06z2yq29z3mwyiwy2n389f39ygcrhjjib82vl1hkyj3573sillj8";
+       libraryHaskellDepends = [
+         base lifted-base monad-control transformers-base
+       ];
+       homepage = "https://github.com/osa1/typed-duration#readme";
+       description = "Thread delay and timeout functions with typed arguments";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "typed-process" = callPackage
     ({ mkDerivation, async, base, base64-bytestring, bytestring
      , conduit, conduit-extra, exceptions, hspec, http-conduit, process
@@ -197885,12 +197993,15 @@ self: {
      }) {};
 
   "vector-mmap" = callPackage
-    ({ mkDerivation, base, mmap, primitive, vector }:
+    ({ mkDerivation, base, mmap, primitive, QuickCheck, temporary
+     , vector
+     }:
      mkDerivation {
        pname = "vector-mmap";
-       version = "0.0.2";
-       sha256 = "03hczjc7j1hxnny912cblxdwn908gwm012w03zgj2v9avldp0gmr";
+       version = "0.0.3";
+       sha256 = "12l6ka6vgl5g193sycn3k6gr2q3k64jaq196p825vawh46qdsfg5";
        libraryHaskellDepends = [ base mmap primitive vector ];
+       testHaskellDepends = [ base QuickCheck temporary vector ];
        homepage = "http://github.com/pumpkin/vector-mmap";
        description = "Memory map immutable and mutable vectors";
        license = stdenv.lib.licenses.bsd3;