summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-22 13:31:37 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:22 +0100
commitf28a690bed0287e5976b35a3609e62b911befb5c (patch)
treec5ed0c3e8d596f9ad7cf6f2cb869563cebcb6423 /pkgs
parent105154afeda6473009365e2314a3b050b945b1ad (diff)
downloadnixpkgs-f28a690bed0287e5976b35a3609e62b911befb5c.tar
nixpkgs-f28a690bed0287e5976b35a3609e62b911befb5c.tar.gz
nixpkgs-f28a690bed0287e5976b35a3609e62b911befb5c.tar.bz2
nixpkgs-f28a690bed0287e5976b35a3609e62b911befb5c.tar.lz
nixpkgs-f28a690bed0287e5976b35a3609e62b911befb5c.tar.xz
nixpkgs-f28a690bed0287e5976b35a3609e62b911befb5c.tar.zst
nixpkgs-f28a690bed0287e5976b35a3609e62b911befb5c.zip
hackage-packages.nix: re-generate from Hackage 2015-02-22T13:31:37+0100
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix506
1 files changed, 305 insertions, 201 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 482ef44f374..cb39c4e8a38 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -839,6 +839,19 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "ArrowVHDL" = callPackage
+    ({ mkDerivation, base, process }:
+     mkDerivation {
+       pname = "ArrowVHDL";
+       version = "1.1";
+       sha256 = "1lv76m4qc1sabagllaagi7bpqf1mnmzsra333a77b6134mk2f9hb";
+       buildDepends = [ base process ];
+       jailbreak = true;
+       homepage = "https://github.com/frosch03/arrowVHDL";
+       description = "A library to generate Netlist code from Arrow descriptions";
+       license = stdenv.lib.licenses.publicDomain;
+     }) {};
+
   "AspectAG" = callPackage
     ({ mkDerivation, base, containers, HList, mtl, template-haskell }:
      mkDerivation {
@@ -2013,7 +2026,7 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
-  "Cabal_1_22_0_0" = callPackage
+  "Cabal_1_22_1_0" = callPackage
     ({ mkDerivation, array, base, binary, bytestring, containers
      , deepseq, directory, extensible-exceptions, filepath, HUnit
      , pretty, process, QuickCheck, regex-posix, test-framework
@@ -2021,16 +2034,15 @@ self: {
      }:
      mkDerivation {
        pname = "Cabal";
-       version = "1.22.0.0";
-       sha256 = "13984rli87vzhl5pvpny2cns8dq4k2s5bgmr8n93iw9hrx5w3j48";
-       editedCabalFile = "ba2fe0628c1afb8f9127c8828264cb18967a8d08c4230a93a79ae322a4c2cef8";
+       version = "1.22.1.0";
+       sha256 = "19jk3fjvx2rz9czh2kan7pr338ahgq1zvzd85l17clsap5g6lmnj";
        buildDepends = [
          array base binary bytestring containers deepseq directory filepath
          pretty process time unix
        ];
        testDepends = [
-         base binary bytestring containers directory extensible-exceptions
-         filepath HUnit process QuickCheck regex-posix test-framework
+         base bytestring containers directory extensible-exceptions filepath
+         HUnit process QuickCheck regex-posix test-framework
          test-framework-hunit test-framework-quickcheck2 unix
        ];
        preCheck = "unset GHC_PACKAGE_PATH; export HOME=$NIX_BUILD_TOP";
@@ -4698,7 +4710,6 @@ self: {
        homepage = "https://github.com/thomaseding/fungi";
        description = "Funge-98 interpreter written in Haskell";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "GA" = callPackage
@@ -5050,7 +5061,6 @@ self: {
        homepage = "http://www.haskell.org/haskellwiki/GeBoP";
        description = "Several games";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "GenI" = callPackage
@@ -7268,7 +7278,6 @@ self: {
        jailbreak = true;
        description = "An implementation of the Version Space Algebra learning framework";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "HaXml" = callPackage
@@ -12215,8 +12224,8 @@ self: {
      }:
      mkDerivation {
        pname = "Rasterific";
-       version = "0.5.0.2";
-       sha256 = "0w4p1na6ksvsy9dc8lcpnkvj7x2d6n6w79ndzy257iqfcf03n1kc";
+       version = "0.5.0.3";
+       sha256 = "0yhcshc6hdkny6llxab027ndyshy9ghk5jb86jrzp9rkzd8z965j";
        buildDepends = [
          base dlist FontyFruity free JuicyPixels mtl primitive vector
          vector-algorithms
@@ -14902,7 +14911,6 @@ self: {
        homepage = "http://www.haskell.org/haskellwiki/WxGeneric";
        description = "Generic (SYB3) construction of wxHaskell widgets";
        license = "LGPL";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "X11" = callPackage
@@ -16727,7 +16735,6 @@ self: {
        homepage = "https://github.com/noteed/aeson-streams";
        description = "An HTTP client library for JSON-based APIs";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "aeson-t" = callPackage
@@ -17421,7 +17428,6 @@ self: {
        homepage = "http://www.haskell.org/haskellwiki/ALSA";
        description = "Some simple interactive programs for sending MIDI control messages via ALSA";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "alsa-midi" = callPackage
@@ -18292,7 +18298,6 @@ self: {
        homepage = "https://github.com/hreinhardt/amqp";
        description = "Client library for AMQP servers (currently only RabbitMQ)";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "amqp-conduit" = callPackage
@@ -18760,18 +18765,17 @@ self: {
      }) {};
 
   "api-builder" = callPackage
-    ({ mkDerivation, aeson, attoparsec, base, bytestring, either, HTTP
-     , http-conduit, http-types, text, transformers
+    ({ mkDerivation, aeson, attoparsec, base, bifunctors, bytestring
+     , either, HTTP, http-conduit, http-types, text, transformers
      }:
      mkDerivation {
        pname = "api-builder";
-       version = "0.2.0.1";
-       sha256 = "1iq4amj33rrp1vywrxjdh2yg3ry2q038n3z0pkisdjl9ga4bvv0f";
+       version = "0.4.0.0";
+       sha256 = "1vkk47nq0w6v4gv35s8vy7hmsj1hswxqvbrgnnyzp0y9w74h4nl5";
        buildDepends = [
-         aeson attoparsec base bytestring either HTTP http-conduit
-         http-types text transformers
+         aeson attoparsec base bifunctors bytestring either HTTP
+         http-conduit http-types text transformers
        ];
-       jailbreak = true;
        description = "Library for easily building REST API wrappers in Haskell";
        license = stdenv.lib.licenses.bsd3;
      }) {};
@@ -21189,7 +21193,6 @@ self: {
        homepage = "http://github.com/alephcloud/hs-aws-performance-tests";
        description = "Performance Tests for the Haskell bindings for Amazon Web Services (AWS)";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "aws-route53" = callPackage
@@ -21445,7 +21448,6 @@ self: {
        buildDepends = [ array base containers random wx wxcore ];
        description = "An implementation of a simple 2-player board game";
        license = "GPL";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "backdropper" = callPackage
@@ -23038,7 +23040,6 @@ self: {
        homepage = "http://code.accursoft.com/binding";
        description = "Data Binding in WxHaskell";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "bindings" = callPackage
@@ -25392,20 +25393,49 @@ self: {
      }) {};
 
   "buffer-builder" = callPackage
-    ({ mkDerivation, base, bytestring, HUnit, mtl, tasty, tasty-hunit
-     , tasty-th
+    ({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
+     , deepseq, HUnit, mtl, tasty, tasty-hunit, tasty-quickcheck
+     , tasty-th, text, unordered-containers, vector
      }:
      mkDerivation {
        pname = "buffer-builder";
-       version = "0.1.0.0";
-       sha256 = "0pk3k3x03m9c7x7bgf9sah6wr4ry5j7hcdl5cp2v80d4nbkcdxx0";
-       buildDepends = [ base bytestring mtl ];
-       testDepends = [ base HUnit tasty tasty-hunit tasty-th ];
+       version = "0.2.0.0";
+       sha256 = "1n9b1sj96w2hzdvhvvc8a8v9xjhq91b5vy6p7b31jqqd7zkwmf9l";
+       buildDepends = [
+         base bytestring mtl text unordered-containers vector
+       ];
+       testDepends = [
+         aeson attoparsec base bytestring criterion deepseq HUnit tasty
+         tasty-hunit tasty-quickcheck tasty-th text vector
+       ];
        homepage = "https://github.com/chadaustin/buffer-builder";
        description = "Library for efficiently building up buffers, one piece at a time";
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "buffer-builder-aeson" = callPackage
+    ({ mkDerivation, aeson, attoparsec, base, buffer-builder
+     , bytestring, hashable, HUnit, integer-gmp, QuickCheck, scientific
+     , tasty, tasty-hunit, tasty-quickcheck, tasty-th, text
+     , unordered-containers, vector
+     }:
+     mkDerivation {
+       pname = "buffer-builder-aeson";
+       version = "0.2.0.0";
+       sha256 = "0g6578sw3794xgjvi22blqzwwsv18l7vq26l2q27h8xyv5knbpnm";
+       buildDepends = [
+         aeson base buffer-builder bytestring integer-gmp scientific
+         unordered-containers vector
+       ];
+       testDepends = [
+         aeson attoparsec base buffer-builder bytestring hashable HUnit
+         QuickCheck scientific tasty tasty-hunit tasty-quickcheck tasty-th
+         text unordered-containers vector
+       ];
+       description = "Serialize Aeson values with Data.BufferBuilder";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "bugzilla" = callPackage
     ({ mkDerivation, aeson, base, blaze-builder, bytestring, connection
      , containers, data-default, http-conduit, http-types, iso8601-time
@@ -27276,25 +27306,23 @@ self: {
   "call" = callPackage
     ({ mkDerivation, base, bindings-portaudio, boundingboxes
      , clean-unions, colors, containers, control-bool, deepseq
-     , directory, distributive, elevator, extensible, filepath
-     , freetype2, GLFW-b, hashable, JuicyPixels, JuicyPixels-util, lens
-     , linear, minioperational, mtl, objective, OpenGL, OpenGLRaw
-     , random, reflection, template-haskell, text, transformers, vector
-     , WAVE
+     , directory, distributive, filepath, free, freetype2, GLFW-b
+     , hashable, JuicyPixels, JuicyPixels-util, lens, linear, mtl
+     , objective, OpenGL, OpenGLRaw, random, template-haskell, text
+     , transformers, vector, WAVE
      }:
      mkDerivation {
        pname = "call";
-       version = "0.1.3";
-       sha256 = "11gk7wgkrid6k546ilcz3ik8cwclfss6hby1rgla9znyd5lqk7l9";
+       version = "0.1.4";
+       sha256 = "0z249qixxh9vs3dh1z3nxr9mwvjdd3g37zrqv4r2f584vrlmn27l";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
          base bindings-portaudio boundingboxes clean-unions colors
-         containers control-bool deepseq directory distributive elevator
-         extensible filepath freetype2 GLFW-b hashable JuicyPixels
-         JuicyPixels-util lens linear minioperational mtl objective OpenGL
-         OpenGLRaw random reflection template-haskell text transformers
-         vector WAVE
+         containers control-bool deepseq directory distributive filepath
+         free freetype2 GLFW-b hashable JuicyPixels JuicyPixels-util lens
+         linear mtl objective OpenGL OpenGLRaw random template-haskell text
+         transformers vector WAVE
        ];
        jailbreak = true;
        homepage = "https://github.com/fumieval/call";
@@ -27436,23 +27464,23 @@ self: {
 
   "caramia" = callPackage
     ({ mkDerivation, base, bytestring, containers, exceptions, gl
-     , HUnit, lens, linear, sdl2, semigroups, test-framework
+     , HUnit, lens, linear, mtl, sdl2, semigroups, test-framework
      , test-framework-hunit, test-framework-quickcheck2, text
      , transformers, vector
      }:
      mkDerivation {
        pname = "caramia";
-       version = "0.7.1.1";
-       sha256 = "0xhfks6z4d308wkb6pnknn31nbpapnqc94n64yw450falhgy3k41";
+       version = "0.7.2.0";
+       sha256 = "0jndbw3xr5h9r0f8z4fplqxw02icfakr4j41yvfsw398yb94i8f0";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
-         base bytestring containers exceptions gl lens linear semigroups
+         base bytestring containers exceptions gl lens linear mtl semigroups
          text transformers vector
        ];
        testDepends = [
          base containers HUnit linear sdl2 test-framework
-         test-framework-hunit test-framework-quickcheck2
+         test-framework-hunit test-framework-quickcheck2 transformers
        ];
        jailbreak = true;
        homepage = "https://github.com/Noeda/caramia/";
@@ -31859,7 +31887,6 @@ self: {
        homepage = "https://github.com/alephcloud/hs-configuration-tools";
        description = "Tools for specifying and parsing configurations";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "configurator" = callPackage
@@ -32781,7 +32808,6 @@ self: {
        homepage = "https://github.com/relrod/copr-hs";
        description = "Haskell interface to the Fedora Copr system";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "core" = callPackage
@@ -33075,8 +33101,8 @@ self: {
      }:
      mkDerivation {
        pname = "cpphs";
-       version = "1.18.8";
-       sha256 = "085v3vhf15zscf5lhk0vi50jdm0kvq6z5l5rsz9j6bh8j47pi953";
+       version = "1.18.9";
+       sha256 = "0bf9p5izkag6iqlpf59znsv8107hg1xghgas4crw2gxai1z7bfq6";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [ base directory old-locale old-time polyparse ];
@@ -37642,8 +37668,8 @@ self: {
      }:
      mkDerivation {
        pname = "descriptive";
-       version = "0.8.0";
-       sha256 = "12hgidfvdqfi35abl66yz3sbsprq2ggnl22b0y85fsqd4bb5izrv";
+       version = "0.9.0";
+       sha256 = "1ia4fszapalwz5rqadb5wfqyavyni1ircli5i70vyp61zf3riig2";
        buildDepends = [
          aeson base bifunctors containers mtl scientific text transformers
          vector
@@ -38066,7 +38092,6 @@ self: {
        homepage = "http://projects.haskell.org/diagrams/";
        description = "Rasterific backend for diagrams";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "diagrams-svg" = callPackage
@@ -39151,7 +39176,6 @@ self: {
        homepage = "http://github.com/haskell-distributed/distributed-process-platform";
        description = "The Cloud Haskell Application Platform";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "distributed-process-registry" = callPackage
@@ -41628,10 +41652,9 @@ self: {
     ({ mkDerivation, base, extensible, transformers }:
      mkDerivation {
        pname = "elevator";
-       version = "0.2.1";
-       sha256 = "0i79qxaknh39b5zjcknsdzrwzf9jxz8kjgzrzyw8x4bf2sgb5ak7";
+       version = "0.2.2";
+       sha256 = "1rnxvhyxgjb9ma680d713i0cqbsq0y8s1d57z2zx5qyq10jshcnm";
        buildDepends = [ base extensible transformers ];
-       jailbreak = true;
        homepage = "https://github.com/fumieval/elevator";
        description = "Immediately lifts to a desired level";
        license = stdenv.lib.licenses.bsd3;
@@ -42778,7 +42801,6 @@ self: {
        homepage = "http://github.com/ekmett/ersatz";
        description = "A monad for expressing SAT or QSAT problems using observable sharing";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "ersatz-toysat" = callPackage
@@ -42797,7 +42819,6 @@ self: {
        homepage = "https://github.com/msakai/ersatz-toysat";
        description = "toysat driver as backend for ersatz";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "ert" = callPackage
@@ -43036,6 +43057,18 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "euler" = callPackage
+    ({ mkDerivation, base }:
+     mkDerivation {
+       pname = "euler";
+       version = "0.1.0";
+       sha256 = "1ds0spm4b6pai47cylmynl8j9qlkysajnfgqfx6d2m3qv1m7w9a4";
+       buildDepends = [ base ];
+       homepage = "https://github.com/decomputed/euler";
+       description = "Mathematics utilities for Haskell";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "eurofxref" = callPackage
     ({ mkDerivation, base, bytestring, conduit, containers, failure
      , hexpat, http-conduit, http-types, monad-control, mtl, time
@@ -44409,7 +44442,6 @@ self: {
        homepage = "https://github.com/relrod/fedora-packages-hs";
        description = "Haskell interface to the Fedora Packages webapp API";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "feed" = callPackage
@@ -45810,6 +45842,21 @@ self: {
        license = stdenv.lib.licenses.gpl2;
      }) {};
 
+  "fltkhs" = callPackage
+    ({ mkDerivation, base, bytestring, c2hs, process }:
+     mkDerivation {
+       pname = "fltkhs";
+       version = "0.1.0.0";
+       sha256 = "1c8wdxxrx8y0911m3aa3b9svk7d3iqdsc2q0zrs67f0jv4wmd0dx";
+       isLibrary = true;
+       isExecutable = true;
+       buildDepends = [ base bytestring process ];
+       buildTools = [ c2hs ];
+       homepage = "http://github.com/deech/fltkhs";
+       description = "FLTK bindings";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "fluent-logger" = callPackage
     ({ mkDerivation, attoparsec, base, bytestring, cereal
      , cereal-conduit, conduit, conduit-extra, containers, exceptions
@@ -48272,23 +48319,22 @@ self: {
      }) {};
 
   "gf" = callPackage
-    ({ mkDerivation, alex, array, base, bytestring, Cabal, cgi
-     , containers, directory, filepath, fst, happy, haskeline, HTF
-     , httpd-shed, HUnit, json, lifted-base, mtl, network, old-locale
-     , parallel, pretty, process, random, time, time-compat, unix
-     , utf8-string
+    ({ mkDerivation, alex, array, base, bytestring, Cabal, containers
+     , directory, filepath, fst, happy, haskeline, HTF, HUnit
+     , lifted-base, mtl, old-locale, parallel, pretty, process, random
+     , time, time-compat, unix, utf8-string
      }:
      mkDerivation {
        pname = "gf";
        version = "3.6";
        sha256 = "10s8vgca36jz7b9sbd3n1in13xifwc7h42qwd58yq1lvk3j1fizx";
-       editedCabalFile = "d297db7ea916a307daa375bf1fb6119edacb403812dbcf031e453aa6dd1fd67a";
+       editedCabalFile = "ad294ebcd390005a243fe6d2203ec51f7ca2ab87a7f2fa7e7e080f0d416cb6a8";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
-         array base bytestring cgi containers directory filepath fst
-         haskeline httpd-shed json lifted-base mtl network old-locale
-         parallel pretty process random time time-compat unix utf8-string
+         array base bytestring containers directory filepath fst haskeline
+         lifted-base mtl old-locale parallel pretty process random time
+         time-compat unix utf8-string
        ];
        testDepends = [ base Cabal directory filepath HTF HUnit process ];
        buildTools = [ alex happy ];
@@ -48526,8 +48572,8 @@ self: {
     ({ mkDerivation, base, process, shake, unordered-containers }:
      mkDerivation {
        pname = "ghc-make";
-       version = "0.3.1";
-       sha256 = "0nbv6sdi68ifbm4kz9h78n1aybc8rllyinc2k63m7lzh0jfqkk4m";
+       version = "0.3.2";
+       sha256 = "10vbibmgssb1ichxha92q5mqlaglhkcv4xxiikq4mh3l3bgzw6bj";
        isLibrary = false;
        isExecutable = true;
        buildDepends = [ base process shake unordered-containers ];
@@ -49274,7 +49320,6 @@ self: {
        homepage = "http://github.com/jwiegley/gitlib";
        description = "Passively snapshots working tree changes efficiently";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "git-object" = callPackage
@@ -49400,6 +49445,7 @@ self: {
        homepage = "https://github.com/mattyhall/gitdo";
        description = "Create Github issues out of TODO comments in code";
        license = stdenv.lib.licenses.mit;
+       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "github" = callPackage
@@ -49617,7 +49663,6 @@ self: {
        ];
        description = "Libgit2 backend for gitlib";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "gitlib-s3" = callPackage
@@ -51418,21 +51463,20 @@ self: {
   "growler" = callPackage
     ({ mkDerivation, aeson, base, blaze-builder, bytestring
      , case-insensitive, either, http-types, lens, monad-control, mtl
-     , pipes, pipes-aeson, pipes-wai, regex-compat, text
+     , pipes, pipes-aeson, pipes-wai, regex-compat, text, transformers
      , transformers-base, unordered-containers, vector, wai, wai-extra
      , warp
      }:
      mkDerivation {
        pname = "growler";
-       version = "0.5.0.1";
-       sha256 = "1h0a64zcx9xinpgcjknrldnqrh614jc04fj14klgs1jsy43nf64n";
+       version = "0.6.0";
+       sha256 = "0skykz2p0kcs8g1vq7832h7fnw193hpq4pplkcaxazg8z97k8q75";
        buildDepends = [
          aeson base blaze-builder bytestring case-insensitive either
          http-types lens monad-control mtl pipes pipes-aeson pipes-wai
-         regex-compat text transformers-base unordered-containers vector wai
-         wai-extra warp
+         regex-compat text transformers transformers-base
+         unordered-containers vector wai wai-extra warp
        ];
-       jailbreak = true;
        homepage = "http://github.com/iand675/growler";
        description = "A revised version of the scotty library that attempts to be simpler and more performant";
        license = stdenv.lib.licenses.mit;
@@ -51566,7 +51610,6 @@ self: {
        homepage = "http://projects.haskell.org/gtk2hs/";
        description = "Binding to the GStreamer open source multimedia framework";
        license = stdenv.lib.licenses.lgpl21;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) { inherit (pkgs) gst_plugins_base;  inherit (pkgs) gstreamer;};
 
   "gt-tools" = callPackage
@@ -51643,7 +51686,6 @@ self: {
        testDepends = [ base containers gtk3 hspec ];
        description = "Large TreeStore support for gtk2hs";
        license = stdenv.lib.licenses.gpl3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "gtk-mac-integration" = callPackage
@@ -51861,7 +51903,6 @@ self: {
        homepage = "http://www.haskell.org/hello/";
        description = "Gtk2Hs Hello World, an example package";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "gtk2hs-rpn" = callPackage
@@ -53583,8 +53624,8 @@ self: {
      }:
      mkDerivation {
        pname = "hakyll";
-       version = "4.6.5.0";
-       sha256 = "04d2yrgybbkk7r9ql8w1zw45d59ng0922c0ylvbnj01az9i88kqi";
+       version = "4.6.6.0";
+       sha256 = "1bjrj6q215c3abwnf7y39731n598jqi4hr3pajkl0qm2n1rfkyxb";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
@@ -53963,16 +54004,16 @@ self: {
 
   "handsy" = callPackage
     ({ mkDerivation, base, bytestring, data-default-class, free
-     , process, process-extras, retry, shell-escape, tasty, tasty-hunit
-     , tasty-th, transformers
+     , process, process-extras, retry, shell-escape, split, tasty
+     , tasty-hunit, tasty-th, transformers
      }:
      mkDerivation {
        pname = "handsy";
-       version = "0.0.10";
-       sha256 = "16py1b72nbvh2wqmwcjwsf8yscrahc398zda92c781ah1qysykb5";
+       version = "0.0.11";
+       sha256 = "1zvz7zwj3ribz4b78082kwmlgp5aqcw6v1lw5klfx95rs009xw5w";
        buildDepends = [
          base bytestring data-default-class free process process-extras
-         retry shell-escape transformers
+         retry shell-escape split transformers
        ];
        testDepends = [ base bytestring tasty tasty-hunit tasty-th ];
        homepage = "https://github.com/utdemir/handsy";
@@ -55716,7 +55757,6 @@ self: {
        homepage = "http://github.com/bjpop/haskell-mpi";
        description = "Distributed parallel programming in Haskell using MPI";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) { open-pal = null;  open-rte = null;  inherit (pkgs) openmpi;};
 
   "haskell-names" = callPackage
@@ -57326,8 +57366,8 @@ self: {
      }:
      mkDerivation {
        pname = "hath";
-       version = "0.2.2";
-       sha256 = "12f1mij7yv8zd3v3l4jhh51harddp4angvvz5bc96y7mm16543ys";
+       version = "0.2.3";
+       sha256 = "17ijsy0fmvaqq4ql7c2788kk3pi975pbi1g7ijh5fj0ybgxk5dww";
        isLibrary = false;
        isExecutable = true;
        buildDepends = [
@@ -58559,7 +58599,6 @@ self: {
        ];
        description = "A Haskell shell based on shell-conduit";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "hellage" = callPackage
@@ -58696,19 +58735,19 @@ self: {
      , cipher-aes, conduit, deepseq, deepseq-generics, gtk, hidapi
      , hspec, HUnit, mtl, network-simple, optparse-applicative
      , pretty-show, robot, split, svgcairo, text, time, transformers
-     , vector, vector-fftw, websockets, xhb
+     , vector, vector-fftw, websockets
      }:
      mkDerivation {
        pname = "hemokit";
-       version = "0.6.4";
-       sha256 = "1ww013c0bb612yh2v968nvv7b3b1sv1r9ryrpsb670lwmds886g2";
+       version = "0.6.5";
+       sha256 = "104387q98qfhykmjkyhg08rji8pljlllp2j57ilhpb7ws9ik2g26";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
          aeson base base64-bytestring bytestring cairo cipher-aes conduit
          deepseq deepseq-generics gtk hidapi mtl network-simple
          optparse-applicative pretty-show robot split svgcairo text time
-         transformers vector vector-fftw websockets xhb
+         transformers vector vector-fftw websockets
        ];
        testDepends = [ base bytestring hspec HUnit vector ];
        jailbreak = true;
@@ -58883,7 +58922,6 @@ self: {
        homepage = "https://github.com/gregwebs/haskell-heroku";
        description = "helpers for deploying to Heroku";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "heroku-persistent" = callPackage
@@ -59560,8 +59598,8 @@ self: {
      }:
      mkDerivation {
        pname = "hi";
-       version = "1.1.0.3";
-       sha256 = "1w9samqkgz47shr73rlscypawr1g3lnlwq2hg59iagfklw4hd5gz";
+       version = "1.2.0.0";
+       sha256 = "16c3j7pc87mxk9rgk98bicl9jhvnyj2d9spfjvhiknpsixb847h9";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
@@ -59779,6 +59817,25 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "highlighter2" = callPackage
+    ({ mkDerivation, base, blaze-html, blaze-markup, bytestring
+     , containers, filepath, mtl, pcre-light, text
+     }:
+     mkDerivation {
+       pname = "highlighter2";
+       version = "0.2.3";
+       sha256 = "13d395aik3pps676hzmkg8djkfav6babmcc3dyj2j055pnigdfx7";
+       isLibrary = true;
+       isExecutable = true;
+       buildDepends = [
+         base blaze-html blaze-markup bytestring containers filepath mtl
+         pcre-light text
+       ];
+       jailbreak = true;
+       description = "source code highlighting";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "highlighting-kate" = callPackage
     ({ mkDerivation, base, blaze-html, containers, Diff, directory
      , filepath, mtl, parsec, process, regex-pcre, utf8-string
@@ -59905,6 +59962,7 @@ self: {
          base data-default directory haskell-src-exts hspec monad-loops mtl
          text
        ];
+       jailbreak = true;
        description = "Extensible Haskell pretty printer";
        license = stdenv.lib.licenses.bsd3;
      }) {};
@@ -62222,7 +62280,6 @@ self: {
        homepage = "http://rd.slavepianos.org/t/hosc";
        description = "Haskell Open Sound Control";
        license = "GPL";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "hosc-json" = callPackage
@@ -64249,7 +64306,6 @@ self: {
        homepage = "https://github.com/tmhedberg/hsenv";
        description = "Virtual Haskell Environment builder";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "hserv" = callPackage
@@ -65186,7 +65242,6 @@ self: {
        testDepends = [ base hspec test-sandbox ];
        description = "Hspec convenience functions for use with test-sandbox";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "hspec-wai" = callPackage
@@ -65944,6 +65999,22 @@ self: {
        license = stdenv.lib.licenses.mit;
      }) {};
 
+  "html-email-validate" = callPackage
+    ({ mkDerivation, attoparsec, base, hspec, QuickCheck
+     , regex-pcre-builtin, text, text-show
+     }:
+     mkDerivation {
+       pname = "html-email-validate";
+       version = "0.1.0.0";
+       sha256 = "076xiv1r9yzaxr84v211kib6xy9aggal0vgyz565vgwqpfm2hif4";
+       buildDepends = [ attoparsec base text text-show ];
+       testDepends = [
+         attoparsec base hspec QuickCheck regex-pcre-builtin text
+       ];
+       description = "Validating an email address against HTML standard";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "html-kure" = callPackage
     ({ mkDerivation, base, hxt, kure }:
      mkDerivation {
@@ -66014,19 +66085,14 @@ self: {
      }) {};
 
   "html5-entity" = callPackage
-    ({ mkDerivation, aeson, base, bytestring, containers, haskell-src
-     , text, unordered-containers
-     }:
+    ({ mkDerivation, base, containers, text }:
      mkDerivation {
        pname = "html5-entity";
-       version = "0.1.0.1";
-       sha256 = "1mad38pq2cdxkgr8qa3g7pznavgsxlp4bxv77yhbrh75rns8n7id";
+       version = "0.2.0.2";
+       sha256 = "1vy47b9k71jjrrhgakq9hla67cf006fvj6ggqxq14b0a1bclfkf7";
        isLibrary = true;
        isExecutable = true;
-       buildDepends = [
-         aeson base bytestring containers haskell-src text
-         unordered-containers
-       ];
+       buildDepends = [ base containers text ];
        homepage = "https://github.com/zudov/html5-entity/";
        description = "A library for looking up and validating HTML5 entities";
        license = stdenv.lib.licenses.bsd3;
@@ -66688,7 +66754,6 @@ self: {
        homepage = "http://research.operationaldynamics.com/projects/http-streams/";
        description = "An HTTP client using io-streams";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "http-test" = callPackage
@@ -67207,8 +67272,8 @@ self: {
      }:
      mkDerivation {
        pname = "hwsl2";
-       version = "0.1.1.4";
-       sha256 = "121p95h7pzd9rpwwijym65g7a55ys12nz3gqinwh4jsdpr67xqkc";
+       version = "0.2.0.0";
+       sha256 = "0cyc4y99ird4mxpasrbk82x7xl63r7cc710qisvm8qvjlmriw87b";
        buildDepends = [ base bytestring ];
        testDepends = [
          base bytestring Cabal cabal-test-quickcheck QuickCheck
@@ -68489,7 +68554,6 @@ self: {
        homepage = "http://www.github.com/gibiansky/ihaskell";
        description = "IHaskell display instances for Aeson";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "ihaskell-basic" = callPackage
@@ -68535,7 +68599,6 @@ self: {
        homepage = "http://www.github.com/gibiansky/ihaskell";
        description = "IHaskell display instances for charts types";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "ihaskell-diagrams" = callPackage
@@ -70174,7 +70237,6 @@ self: {
        homepage = "http://github.com/gibiansky/IHaskell";
        description = "A library for creating kernels for IPython frontends";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "irc" = callPackage
@@ -70379,7 +70441,6 @@ self: {
        buildDepends = [ base gtk3 ];
        description = "A program to show the size of image and whether suitable for wallpaper";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "islink" = callPackage
@@ -71480,17 +71541,16 @@ self: {
      }) {};
 
   "jose-jwt" = callPackage
-    ({ mkDerivation, aeson, base, base64-bytestring, byteable
-     , bytestring, cereal, cipher-aes, containers, cprng-aes
-     , crypto-cipher-types, crypto-numbers, crypto-pubkey
-     , crypto-pubkey-types, crypto-random, cryptohash, doctest, either
-     , errors, hspec, HUnit, mtl, QuickCheck, text, time
-     , unordered-containers, vector
+    ({ mkDerivation, aeson, aeson-qq, base, base64-bytestring, byteable
+     , bytestring, cereal, cipher-aes, containers, crypto-cipher-types
+     , crypto-numbers, crypto-pubkey, crypto-pubkey-types, crypto-random
+     , cryptohash, doctest, either, errors, hspec, HUnit, mtl
+     , QuickCheck, text, time, unordered-containers, vector
      }:
      mkDerivation {
        pname = "jose-jwt";
-       version = "0.3.1";
-       sha256 = "0s57xks5fp0hvi52kyfcb06pyf31424pa63y2n73qprf0gbm6chb";
+       version = "0.4";
+       sha256 = "0a87arwjd7mmd2s8zqjy73r8chv9clznjr6l1arvl0kw2jywbw1h";
        buildDepends = [
          aeson base base64-bytestring byteable bytestring cereal cipher-aes
          containers crypto-cipher-types crypto-numbers crypto-pubkey
@@ -71498,9 +71558,9 @@ self: {
          unordered-containers vector
        ];
        testDepends = [
-         aeson base base64-bytestring bytestring cipher-aes cprng-aes
-         crypto-cipher-types crypto-pubkey crypto-random cryptohash doctest
-         either hspec HUnit mtl QuickCheck text
+         aeson aeson-qq base base64-bytestring bytestring cipher-aes
+         crypto-cipher-types crypto-pubkey crypto-pubkey-types crypto-random
+         cryptohash doctest either hspec HUnit mtl QuickCheck text
        ];
        homepage = "http://github.com/tekul/jose-jwt";
        description = "JSON Object Signing and Encryption Library";
@@ -72338,7 +72398,6 @@ self: {
        homepage = "https://github.com/fumieval/karakuri";
        description = "Good stateful automata";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "karver" = callPackage
@@ -74447,7 +74506,6 @@ self: {
        buildDepends = [ array base ];
        description = "L-BFGS optimization";
        license = "unknown";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "lca" = callPackage
@@ -75011,6 +75069,23 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "lexer-applicative" = callPackage
+    ({ mkDerivation, base, deepseq, regex-applicative, srcloc, tasty
+     , tasty-hunit
+     }:
+     mkDerivation {
+       pname = "lexer-applicative";
+       version = "1.0.0.1";
+       sha256 = "14srsxw3xyhllmxlxkfid1njay5dca4zy488sa1lmsffrfdkp20z";
+       buildDepends = [ base regex-applicative srcloc ];
+       testDepends = [
+         base deepseq regex-applicative srcloc tasty tasty-hunit
+       ];
+       homepage = "https://github.com/feuerbach/lexer-applicative";
+       description = "Simple lexer based on applicative regular expressions";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "lgtk" = callPackage
     ({ mkDerivation, array, base, cairo, colour, containers
      , diagrams-cairo, diagrams-lib, directory, filepath, fsnotify
@@ -75068,7 +75143,6 @@ self: {
        homepage = "http://www.imn.htwk-leipzig.de/~abau/lhae";
        description = "Simple spreadsheet program";
        license = "GPL";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "lhc" = callPackage
@@ -75095,7 +75169,6 @@ self: {
        homepage = "http://lhc.seize.it/";
        description = "LHC Haskell Compiler";
        license = stdenv.lib.licenses.publicDomain;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "lhe" = callPackage
@@ -76046,7 +76119,6 @@ self: {
        homepage = "http://github.com/jwiegley/linearscan";
        description = "Linear scan register allocator, formally verified in Coq";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "linearscan-hoopl" = callPackage
@@ -77195,7 +77267,6 @@ self: {
        homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
        description = "Michael and Scott lock-free queues";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "log-domain" = callPackage
@@ -77764,7 +77835,6 @@ self: {
        homepage = "http://www.leksah.org";
        description = "Leksah tool kit";
        license = "GPL";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "ltl" = callPackage
@@ -78442,10 +78512,9 @@ self: {
     ({ mkDerivation, base, containers, srcloc, text }:
      mkDerivation {
        pname = "mainland-pretty";
-       version = "0.2.7";
-       sha256 = "1g4s2xscj6dpkcghs5lws658ki0rhriivpdr5ilcycvr28k3l35q";
+       version = "0.2.7.1";
+       sha256 = "1ac7rig4hc7i3qv7j45442j0d7zhvlwg41a14wykr3fsi8vb1n5m";
        buildDepends = [ base containers srcloc text ];
-       jailbreak = true;
        homepage = "http://www.eecs.harvard.edu/~mainland/";
        description = "Pretty printing designed for printing source code";
        license = stdenv.lib.licenses.bsd3;
@@ -80279,7 +80348,6 @@ self: {
        homepage = "http://www.youtube.com/watch?v=cOlR73h2uII";
        description = "A Memory-like (Concentration, Pairs, ...) game for tones";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "midisurface" = callPackage
@@ -80379,18 +80447,17 @@ self: {
   "milena" = callPackage
     ({ mkDerivation, base, bytestring, cereal, containers, digest
      , either, hspec, lens, mtl, network, QuickCheck, random
-     , transformers
+     , resource-pool, transformers
      }:
      mkDerivation {
        pname = "milena";
-       version = "0.1.0.0";
-       sha256 = "1ajd92pvzqkca9bg5labw40iafzc7fdjahf8jhhccgvayasdlk3r";
+       version = "0.2.0.0";
+       sha256 = "08nfjd1jn9cniksj8zrifaz3fjgnhzgydlswbz2h4lqv9kyqvvrm";
        buildDepends = [
          base bytestring cereal containers digest either lens mtl network
-         random transformers
+         random resource-pool transformers
        ];
        testDepends = [ base bytestring hspec network QuickCheck ];
-       jailbreak = true;
        description = "A Kafka client for Haskell";
        license = stdenv.lib.licenses.bsd3;
      }) {};
@@ -84687,17 +84754,21 @@ self: {
      }) {};
 
   "network-attoparsec" = callPackage
-    ({ mkDerivation, attoparsec, base, bytestring, exceptions, hspec
-     , mtl, network, network-simple
+    ({ mkDerivation, attoparsec, base, bytestring, enclosed-exceptions
+     , exceptions, hspec, lifted-base, monad-control, mtl, network
+     , network-simple, transformers
      }:
      mkDerivation {
        pname = "network-attoparsec";
-       version = "0.9.2";
-       sha256 = "02f5fl5ylcz68ijvjbmx864j7nr45vxjscvslqn2gyh328zqq8dy";
-       buildDepends = [ attoparsec base bytestring mtl network ];
+       version = "0.11.2";
+       sha256 = "15ibasfam8c3gsq8szj6qpwf1gvcgdh3jq0a669dqh0mddx2a97v";
+       buildDepends = [
+         attoparsec base bytestring enclosed-exceptions exceptions
+         lifted-base monad-control mtl network transformers
+       ];
        testDepends = [
          attoparsec base bytestring exceptions hspec mtl network
-         network-simple
+         network-simple transformers
        ];
        homepage = "http://github.com/solatis/haskell-network-attoparsec";
        description = "Utility functions for running a parser against a socket";
@@ -87537,8 +87608,8 @@ self: {
      }:
      mkDerivation {
        pname = "origami";
-       version = "0.0.1";
-       sha256 = "05ib0nmv9pl158kl4gplqwhdx3mbi41kziika5kpyddlbg33y1n7";
+       version = "0.0.2";
+       sha256 = "1fmr12y5dma4w8psxpnx8rk0yixm46gc8mjbdi5l8qxrkxlmnr2s";
        buildDepends = [
          base bifunctors containers lens mtl pretty template-haskell
        ];
@@ -87808,7 +87879,6 @@ self: {
        homepage = "https://github.com/fumieval/padKONTROL";
        description = "Controlling padKONTROL native mode";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "pagerduty" = callPackage
@@ -89015,8 +89085,8 @@ self: {
      }:
      mkDerivation {
        pname = "pcre-heavy";
-       version = "0.2.1";
-       sha256 = "1jaz871g794xqxal3xa6ikl6cdn2hnw4qbrd8rlmlcrd8p3hcrjm";
+       version = "0.2.2";
+       sha256 = "08cv6vmf5qpjky8zfrz3c5cczn5vrf30p5masyb3m625wm2sjjw3";
        buildDepends = [
          base bytestring pcre-light stringable template-haskell
        ];
@@ -91031,7 +91101,6 @@ self: {
        homepage = "http://code.haskell.org/plot";
        description = "GTK3 plots and interaction with GHCi";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "plot-lab" = callPackage
@@ -94093,19 +94162,19 @@ self: {
 
   "purescript" = callPackage
     ({ mkDerivation, base, containers, directory, file-embed, filepath
-     , haskeline, monad-unify, mtl, nodejs, optparse-applicative, parsec
+     , haskeline, mtl, nodejs, optparse-applicative, parsec
      , pattern-arrows, process, time, transformers, unordered-containers
      , utf8-string
      }:
      mkDerivation {
        pname = "purescript";
-       version = "0.6.7.1";
-       sha256 = "0i7y5hxzhryvqgbd2gghf0cr9m6x1gh9snbbd9x4742hkipigx4s";
+       version = "0.6.8";
+       sha256 = "02bcy8qfcsaxz0ygcajskj9dmpyl291vgvjp0jlrjsfcv8ym4izl";
        isLibrary = true;
        isExecutable = true;
        buildDepends = [
-         base containers directory file-embed filepath haskeline monad-unify
-         mtl optparse-applicative parsec pattern-arrows process time
+         base containers directory file-embed filepath haskeline mtl
+         optparse-applicative parsec pattern-arrows process time
          transformers unordered-containers utf8-string
        ];
        testDepends = [
@@ -95831,7 +95900,6 @@ self: {
        homepage = "http://haskell.org/haskellwiki/Reactive-banana";
        description = "Examples for the reactive-banana library, using wxHaskell";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "reactive-fieldtrip" = callPackage
@@ -97322,7 +97390,6 @@ self: {
        homepage = "https://github.com/octomarat/HaskellDebugger";
        description = "Interface to ghci debugger";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "remotion" = callPackage
@@ -100330,7 +100397,6 @@ self: {
        homepage = "http://trac.haskell.org/SCC/";
        description = "Streaming component combinators";
        license = "GPL";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "scenegraph" = callPackage
@@ -100622,7 +100688,6 @@ self: {
        homepage = "http://github.com/JPMoresmau/scion-class-browser";
        description = "Command-line interface for browsing and searching packages documentation";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "scons2dot" = callPackage
@@ -100981,7 +101046,6 @@ self: {
        homepage = "https://github.com/davnils/sde-solver";
        description = "Distributed SDE solver";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "sdf2p1-parser" = callPackage
@@ -102043,7 +102107,6 @@ self: {
        ];
        description = "Send HTML formatted emails using Amazon's SES REST API with blaze";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "ses-html-snaplet" = callPackage
@@ -102060,7 +102123,6 @@ self: {
        ];
        description = "Snaplet for the ses-html package";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "sessions" = callPackage
@@ -102725,7 +102787,6 @@ self: {
        homepage = "https://github.com/chrisdone/shell-conduit";
        description = "Write shell scripts with Conduit";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "shell-escape" = callPackage
@@ -102827,15 +102888,14 @@ self: {
      }:
      mkDerivation {
        pname = "shelly";
-       version = "1.6.0";
-       sha256 = "0yrx7sv1s8pddpap143d3yi3ypvf84jjh16i8b3dm4kb3m4x3mdv";
+       version = "1.6.0.1";
+       sha256 = "1pbkr72g6cbwdid68k3zsblwv9n3164ykq8001qbfxhh707v5brb";
        buildDepends = [
          async base bytestring containers directory enclosed-exceptions
          exceptions lifted-async lifted-base monad-control mtl process
          system-fileio system-filepath text time transformers
          transformers-base unix-compat
        ];
-       jailbreak = true;
        homepage = "https://github.com/yesodweb/Shelly.hs";
        description = "shell-like (systems) programming in Haskell";
        license = stdenv.lib.licenses.bsd3;
@@ -104885,7 +104945,6 @@ self: {
        homepage = "https://github.com/ixmatus/snaplet-amqp";
        description = "Snap framework snaplet for the AMQP library";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "snaplet-auth-acid" = callPackage
@@ -105416,7 +105475,6 @@ self: {
        ];
        description = "Snaplet for the ses-html package";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "snaplet-sqlite-simple" = callPackage
@@ -108763,6 +108821,7 @@ self: {
          applicative-quoters base descriptive ghc-prim haskell-src-exts text
        ];
        buildTools = [ emacs ];
+       jailbreak = true;
        postInstall = ''
          emacs -L elisp --batch -f batch-byte-compile "elisp/"*.el
          install -d $out/share/emacs/site-lisp
@@ -111361,6 +111420,18 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "template-haskell-util" = callPackage
+    ({ mkDerivation, base, template-haskell }:
+     mkDerivation {
+       pname = "template-haskell-util";
+       version = "0.1.0.1";
+       sha256 = "085b9ybdihmns45pbwzalipmak6am83fsx61m2ik3a1y2y780910";
+       buildDepends = [ base template-haskell ];
+       homepage = "https://github.com/HaskellZhangSong/TemplateHaskellUtils";
+       description = "Some utilities for template Haskell";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "template-hsml" = callPackage
     ({ mkDerivation, base, blaze-markup, haskell-src-exts
      , haskell-src-meta, parsec, QuickCheck, template-haskell
@@ -111418,7 +111489,6 @@ self: {
        homepage = "https://github.com/ixmatus/hs-tempodb";
        description = "A small Haskell wrapper around the TempoDB api";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "temporal-csound" = callPackage
@@ -111787,7 +111857,6 @@ self: {
        homepage = "http://batterseapower.github.com/test-framework/";
        description = "QuickCheck support for the test-framework package";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "test-framework-quickcheck2" = callPackage
@@ -111825,7 +111894,6 @@ self: {
        homepage = "http://gree.github.io/haskell-test-sandbox/";
        description = "test-sandbox support for the test-framework package";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "test-framework-skip" = callPackage
@@ -111943,7 +112011,6 @@ self: {
        homepage = "http://gree.github.io/haskell-test-sandbox/";
        description = "Sandbox for system tests";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "test-sandbox-compose" = callPackage
@@ -111981,7 +112048,6 @@ self: {
        homepage = "http://gree.github.io/haskell-test-sandbox/";
        description = "HUnit convenience functions for use with test-sandbox";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "test-sandbox-quickcheck" = callPackage
@@ -111998,7 +112064,6 @@ self: {
        homepage = "http://gree.github.io/haskell-test-sandbox/";
        description = "QuickCheck convenience functions for use with test-sandbox";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "test-shouldbe" = callPackage
@@ -112636,15 +112701,14 @@ self: {
      }:
      mkDerivation {
        pname = "th-alpha";
-       version = "0.2.0.1";
-       sha256 = "02bym2rk3lm0l09n6fp68v144l3mv67qjlifsja4q9iya530ckls";
+       version = "0.2.0.2";
+       sha256 = "1syp28514wwj2c66jcx89zl5ax311jhywqgpcpqlfapfwqphysgk";
        buildDepends = [
          base containers mmorph mtl template-haskell th-desugar transformers
        ];
        testDepends = [
          base derive tasty tasty-hunit tasty-quickcheck template-haskell
        ];
-       jailbreak = true;
        homepage = "https://github.com/jkarni/th-alpha";
        description = "Alpha equivalence for TH Exp";
        license = stdenv.lib.licenses.bsd3;
@@ -112815,12 +112879,15 @@ self: {
      }) {};
 
   "th-orphans" = callPackage
-    ({ mkDerivation, base, template-haskell, th-lift, th-reify-many }:
+    ({ mkDerivation, base, hspec, template-haskell, th-lift
+     , th-reify-many
+     }:
      mkDerivation {
        pname = "th-orphans";
-       version = "0.9.0";
-       sha256 = "150859mxwn40xkwbfbwsxi05x8j8dq5qvx53i956fqh1gp4sx4p3";
+       version = "0.9.1";
+       sha256 = "04l9alpx51lqsw5l70krjjaf914wi1bmghcak514kyahv1xdcc8q";
        buildDepends = [ base template-haskell th-lift th-reify-many ];
+       testDepends = [ base hspec template-haskell ];
        description = "Orphan instances for TH datatypes";
        license = stdenv.lib.licenses.bsd3;
      }) {};
@@ -114601,7 +114668,6 @@ self: {
        ];
        description = "Generic representation of tree transformations";
        license = stdenv.lib.licenses.gpl3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "transformers_0_4_2_0" = callPackage
@@ -114911,8 +114977,8 @@ self: {
      }:
      mkDerivation {
        pname = "trifecta";
-       version = "1.5.1.2";
-       sha256 = "0g6ywg5p841x781270kgrw1i4fjp9cyqpnaqcg7qgfrixpwalzls";
+       version = "1.5.1.3";
+       sha256 = "1yd55bfhdn8ckkf2c5084fsnfwhib229xw9bn2a4lwpkzbbpflxw";
        buildDepends = [
          ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html
          blaze-markup bytestring charset comonad containers deepseq
@@ -117686,7 +117752,6 @@ self: {
        homepage = "http://github.com/ppenzin/up/";
        description = "Software management tool";
        license = "unknown";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "uploadcare" = callPackage
@@ -118827,8 +118892,8 @@ self: {
      }:
      mkDerivation {
        pname = "vcache";
-       version = "0.1.1";
-       sha256 = "1xg7vrkqr6hjkpy6larz72dfk6f63kdr7qvjfrv1wrgpvdvia2jm";
+       version = "0.2.0";
+       sha256 = "0g04fqblpr41cvbh3s9v5x6rzc47dk5693nz2gf1cn29q9z7g1wf";
        buildDepends = [
          base bytestring containers direct-murmur-hash easy-file filelock
          lmdb random stm transformers
@@ -118889,7 +118954,6 @@ self: {
        homepage = "https://github.com/forste/haskellVCSGUI";
        description = "GUI library for source code management systems";
        license = "GPL";
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "vcswrapper" = callPackage
@@ -120607,7 +120671,6 @@ self: {
        homepage = "https://github.com/gregwebs/wai-static-pages";
        description = "generate static html pages from a WAI application";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "wai-test" = callPackage
@@ -120620,7 +120683,6 @@ self: {
        homepage = "http://www.yesodweb.com/book/web-application-interface";
        description = "Unit test framework (built on HUnit) for WAI applications. (deprecated)";
        license = stdenv.lib.licenses.mit;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "wai-throttler" = callPackage
@@ -121861,6 +121923,23 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "wl-pprint-ansiterm" = callPackage
+    ({ mkDerivation, ansi-terminal, base, bytestring, containers, mtl
+     , nats, semigroups, text, transformers, wl-pprint-extras
+     }:
+     mkDerivation {
+       pname = "wl-pprint-ansiterm";
+       version = "0.1.0.1";
+       sha256 = "06v020dr7gkdv2il43hm4vpfclyffnlnrdnpn1yqm0fnxsmmjslq";
+       buildDepends = [
+         ansi-terminal base bytestring containers mtl nats semigroups text
+         transformers wl-pprint-extras
+       ];
+       homepage = "https://github.com/seagull-kamome/wl-pprint-ansiterm";
+       description = "ANSI Terminal support with wl-pprint-extras";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "wl-pprint-extras" = callPackage
     ({ mkDerivation, base, containers, HUnit, nats, semigroupoids
      , semigroups, test-framework, test-framework-hunit, text
@@ -123996,7 +124075,6 @@ self: {
        homepage = "http://github.com/alanz/xtc";
        description = "eXtended & Typed Controls for wxHaskell";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "xtest" = callPackage
@@ -124491,6 +124569,30 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "yeller" = callPackage
+    ({ mkDerivation, aeson, base, bytestring, containers, hspec
+     , http-client, http-client-tls, http-types, network, stm, text
+     }:
+     mkDerivation {
+       pname = "yeller";
+       version = "0.1.0.0";
+       sha256 = "0qss0als9rcmdrnb0zndx9d9a5pkzqpf1mmqz7lz99lfywc05l1b";
+       isLibrary = true;
+       isExecutable = true;
+       buildDepends = [
+         aeson base bytestring containers http-client http-client-tls
+         http-types network stm text
+       ];
+       testDepends = [
+         aeson base bytestring containers hspec http-client http-client-tls
+         http-types network stm text
+       ];
+       jailbreak = true;
+       homepage = "http://yellerapp.com";
+       description = "A Yeller Client For Haskell";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "yes-precure5-command" = callPackage
     ({ mkDerivation, base, Cabal, containers, hspec, mtl, parsec
      , QuickCheck, random
@@ -125440,6 +125542,7 @@ self: {
          purescript regex-tdfa regex-tdfa-text shakespeare system-fileio
          system-filepath template-haskell text time transformers yesod-core
        ];
+       jailbreak = true;
        homepage = "https://github.com/mpietrzak/yesod-purescript";
        description = "PureScript integration for Yesod";
        license = stdenv.lib.licenses.mit;
@@ -125472,6 +125575,7 @@ self: {
        pname = "yesod-routes";
        version = "1.2.0.7";
        sha256 = "00i2nysbhmxnq0dvfdjx6nhxy680ya38nx8gcgm13fv2xwdd2p6j";
+       editedCabalFile = "0d622fd91f5c82a3ae54849a9f55e15b39dcc6240f9f2119151362255cd7334e";
        buildDepends = [
          base containers path-pieces template-haskell text vector
        ];
@@ -125481,7 +125585,7 @@ self: {
        ];
        jailbreak = true;
        homepage = "http://www.yesodweb.com/";
-       description = "Efficient routing for Yesod";
+       description = "Efficient routing for Yesod. (deprecated)";
        license = stdenv.lib.licenses.mit;
      }) {};