summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-12-05 15:30:48 +0100
committerPeter Simons <simons@cryp.to>2015-12-07 11:23:57 +0100
commit83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424 (patch)
tree76c09ee02813b851ef9151e30462a8c5538827b6 /pkgs/development/haskell-modules/hackage-packages.nix
parent2fde83b5bde2c5d360610c38e32558967aa6a7b8 (diff)
downloadnixlib-83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424.tar
nixlib-83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424.tar.gz
nixlib-83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424.tar.bz2
nixlib-83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424.tar.lz
nixlib-83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424.tar.xz
nixlib-83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424.tar.zst
nixlib-83f9fc069cebd8ae69c98a5a3e0bd0a0a443f424.zip
hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/4619baf1f60fce16b744b4a4e9d8561b2464608d
  - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/42699553655fac2f34d90e5ecc943704c6a4f8e4
  - LTS Haskell: https://github.com/fpco/lts-haskell/commit/57dab1c9974199e11130c3da70ffa31480a9ca37
  - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/87110f79ed5342f82f5e24bba84fa2ac1a35bb8b
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix457
1 files changed, 392 insertions, 65 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 435d7b37c415..a967985c4501 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -10065,15 +10065,14 @@ self: {
      }:
      mkDerivation {
        pname = "Hoed";
-       version = "0.3.1";
-       sha256 = "69edfc4448adfb2ef1883b8540cf9f134eb567e5d02d77076ede0e0e1bb9bfab";
+       version = "0.3.2";
+       sha256 = "b7a7101f0b27c0917ca8f1e4a9777735d86ffd05bf258ddef650a967e67d4735";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
          array base containers directory filepath FPretty libgraph mtl
          process RBTree regex-posix template-haskell threepenny-gui
        ];
-       jailbreak = true;
        homepage = "http://maartenfaddegon.nl";
        description = "Lightweight algorithmic debugging";
        license = stdenv.lib.licenses.bsd3;
@@ -11526,6 +11525,18 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "Kriens" = callPackage
+    ({ mkDerivation, base }:
+     mkDerivation {
+       pname = "Kriens";
+       version = "0.1.0.0";
+       sha256 = "05ec474f2b9071c36847937042da5624654e466b96322aa039e0129395ef63b6";
+       libraryHaskellDepends = [ base ];
+       homepage = "https://github.com/matteoprovenzano/kriens-hs.git";
+       description = "Category for Continuation Passing Style";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "KyotoCabinet" = callPackage
     ({ mkDerivation, base, bytestring, extensible-exceptions
      , kyotocabinet
@@ -38765,6 +38776,25 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "bytestring-tree-builder" = callPackage
+    ({ mkDerivation, base, base-prelude, bytestring, QuickCheck
+     , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck
+     , tasty-smallcheck
+     }:
+     mkDerivation {
+       pname = "bytestring-tree-builder";
+       version = "0.2.1.4";
+       sha256 = "d4fda93fb4e9d295e8782ac8dda1a46f3a1e86b0f6097ea4bb594f38d3492e3e";
+       libraryHaskellDepends = [ base base-prelude bytestring ];
+       testHaskellDepends = [
+         base-prelude bytestring QuickCheck quickcheck-instances tasty
+         tasty-hunit tasty-quickcheck tasty-smallcheck
+       ];
+       homepage = "https://github.com/nikita-volkov/bytestring-tree-builder";
+       description = "A very efficient ByteString builder implementation based on the binary tree";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "bytestring-trie_0_2_4" = callPackage
     ({ mkDerivation, base, binary, bytestring }:
      mkDerivation {
@@ -55214,12 +55244,11 @@ self: {
     ({ mkDerivation, base, base-unicode-symbols, parsec, syb, time }:
      mkDerivation {
        pname = "dates";
-       version = "0.2.2.0";
-       sha256 = "0a10c9070d230b966942e08862d379ddcb11942c937008bbabbb5a10a303a921";
+       version = "0.2.2.1";
+       sha256 = "6dbd2a18aa21435341ab4f537899b60eac38de384597efd2e9eb8c95030c8c09";
        libraryHaskellDepends = [
          base base-unicode-symbols parsec syb time
        ];
-       jailbreak = true;
        homepage = "http://redmine.iportnov.ru/projects/dates/";
        description = "Small library for parsing different dates formats";
        license = stdenv.lib.licenses.bsd3;
@@ -55267,8 +55296,8 @@ self: {
     ({ mkDerivation, base, filepath, parsec, pretty, text, time }:
      mkDerivation {
        pname = "dawdle";
-       version = "0.1.0.1";
-       sha256 = "d6738e621934621cd2a84c108cfa8d940b4c8f6c1e66b15aceb61a711cf9d5e7";
+       version = "0.1.0.2";
+       sha256 = "6228a3bd300d3577936cea83bd25cad3b015977eeb4b7ba7c18b0665da941856";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [ base parsec pretty text time ];
@@ -57387,6 +57416,35 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "diagrams-builder_0_7_2_1" = callPackage
+    ({ mkDerivation, base, base-orphans, bytestring, cmdargs
+     , diagrams-cairo, diagrams-lib, diagrams-postscript
+     , diagrams-rasterific, diagrams-svg, directory, exceptions
+     , filepath, hashable, haskell-src-exts, hint, JuicyPixels, lens
+     , lucid-svg, mtl, split, transformers
+     }:
+     mkDerivation {
+       pname = "diagrams-builder";
+       version = "0.7.2.1";
+       sha256 = "85f889d8ecc484c6ed6f364a37697f7cc410f2ef8ec33c9d7f8d83e6eb31201f";
+       configureFlags = [ "-fcairo" "-fps" "-frasterific" "-fsvg" ];
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         base base-orphans cmdargs diagrams-lib directory exceptions
+         filepath hashable haskell-src-exts hint lens mtl split transformers
+       ];
+       executableHaskellDepends = [
+         base bytestring cmdargs diagrams-cairo diagrams-lib
+         diagrams-postscript diagrams-rasterific diagrams-svg directory
+         filepath JuicyPixels lens lucid-svg
+       ];
+       homepage = "http://projects.haskell.org/diagrams";
+       description = "hint-based build service for the diagrams graphics EDSL";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "diagrams-cairo_1_2_0_4" = callPackage
     ({ mkDerivation, base, bytestring, cairo, colour, containers
      , data-default-class, diagrams-core, diagrams-lib, directory
@@ -58160,6 +58218,39 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "diagrams-haddock_0_3_0_10" = callPackage
+    ({ mkDerivation, ansi-terminal, base, base64-bytestring, bytestring
+     , Cabal, cautious-file, cmdargs, containers, cpphs
+     , diagrams-builder, diagrams-lib, diagrams-svg, directory, filepath
+     , haskell-src-exts, lens, linear, lucid-svg, mtl, parsec
+     , QuickCheck, split, strict, tasty, tasty-quickcheck, text
+     , uniplate
+     }:
+     mkDerivation {
+       pname = "diagrams-haddock";
+       version = "0.3.0.10";
+       sha256 = "49ed17c49c1aae075892e9992b691867e418944a37141f028a7a2e6220d6f0af";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         ansi-terminal base base64-bytestring bytestring cautious-file
+         containers cpphs diagrams-builder diagrams-lib diagrams-svg
+         directory filepath haskell-src-exts lens linear lucid-svg mtl
+         parsec split strict text uniplate
+       ];
+       executableHaskellDepends = [
+         base Cabal cmdargs cpphs directory filepath
+       ];
+       testHaskellDepends = [
+         base containers haskell-src-exts lens parsec QuickCheck tasty
+         tasty-quickcheck
+       ];
+       homepage = "http://projects.haskell.org/diagrams/";
+       description = "Preprocessor for embedding diagrams in Haddock documentation";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "diagrams-hsqml" = callPackage
     ({ mkDerivation, base, colour, containers, diagrams-core
      , diagrams-lib, hsqml, lens, text, transformers
@@ -60033,8 +60124,8 @@ self: {
        pname = "disk-free-space";
        version = "0.1.0.1";
        sha256 = "f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f";
-       revision = "2";
-       editedCabalFile = "60ab6de6ad0e36274c675338a37c8985972a5a64db69dee7b4f88b797c9b401b";
+       revision = "3";
+       editedCabalFile = "71ac4e0b1a2917e1c5d9dc43c84fdfac1ec7d0d7648582d94e1ce69199971c74";
        libraryHaskellDepends = [ base ];
        homepage = "https://github.com/redneb/disk-free-space";
        description = "Retrieve information about disk space usage";
@@ -68201,6 +68292,37 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "fay_0_23_1_10" = callPackage
+    ({ mkDerivation, aeson, base, base-compat, bytestring, containers
+     , data-default, data-lens-light, directory, filepath, ghc-paths
+     , haskell-src-exts, language-ecmascript, mtl, mtl-compat
+     , optparse-applicative, process, safe, sourcemap, split, spoon, syb
+     , text, time, transformers, transformers-compat
+     , traverse-with-class, type-eq, uniplate, unordered-containers
+     , utf8-string, vector
+     }:
+     mkDerivation {
+       pname = "fay";
+       version = "0.23.1.10";
+       sha256 = "600005bf694f64a394934a7dc539b292d928af27f70169a0ac9af0cd8ee0dc76";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         aeson base base-compat bytestring containers data-default
+         data-lens-light directory filepath ghc-paths haskell-src-exts
+         language-ecmascript mtl mtl-compat process safe sourcemap split
+         spoon syb text time transformers transformers-compat
+         traverse-with-class type-eq uniplate unordered-containers
+         utf8-string vector
+       ];
+       executableHaskellDepends = [ base mtl optparse-applicative split ];
+       jailbreak = true;
+       homepage = "https://github.com/faylang/fay/wiki";
+       description = "A compiler for Fay, a Haskell subset that compiles to JavaScript";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "fay-base_0_19_4_1" = callPackage
     ({ mkDerivation, base, fay }:
      mkDerivation {
@@ -84401,23 +84523,23 @@ self: {
      }) {};
 
   "haggis" = callPackage
-    ({ mkDerivation, base, blaze-builder, bytestring, containers
-     , convertible, directory, filemanip, filepath, HDBC, HDBC-sqlite3
-     , hquery, MissingH, network, old-locale, optparse-applicative
-     , pandoc, pandoc-types, parsec, rss, split, text, time, unix
-     , xmlhtml
+    ({ mkDerivation, base, blaze-builder, blaze-html, bytestring
+     , containers, convertible, directory, filemanip, filepath, HDBC
+     , HDBC-sqlite3, hquery, MissingH, network-uri, old-locale
+     , optparse-applicative, pandoc, pandoc-types, parsec, rss, split
+     , text, time, unix, xmlhtml
      }:
      mkDerivation {
        pname = "haggis";
-       version = "0.1.2.1";
-       sha256 = "4fbeb799154eae6550532468f56cbb3d0c026bda37ef97c421ee70233cd1b826";
+       version = "0.1.3.0";
+       sha256 = "68f91cffb7c2078b5c33daba0d88c46e97f3c245d811d507fa42f06567c0cf38";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
-         base blaze-builder bytestring containers convertible directory
-         filemanip filepath HDBC HDBC-sqlite3 hquery MissingH network
-         old-locale pandoc pandoc-types parsec rss split text time unix
-         xmlhtml
+         base blaze-builder blaze-html bytestring containers convertible
+         directory filemanip filepath HDBC HDBC-sqlite3 hquery MissingH
+         network-uri old-locale pandoc pandoc-types parsec rss split text
+         time unix xmlhtml
        ];
        executableHaskellDepends = [
          base directory filemanip filepath optparse-applicative
@@ -89806,7 +89928,7 @@ self: {
        license = stdenv.lib.licenses.mit;
      }) {};
 
-  "hasql_0_14_0_2" = callPackage
+  "hasql_0_15_0_2" = callPackage
     ({ mkDerivation, aeson, attoparsec, base, base-prelude, bytestring
      , contravariant, contravariant-extras, data-default-class, dlist
      , either, hashable, hashtables, loch-th, placeholders
@@ -89817,8 +89939,8 @@ self: {
      }:
      mkDerivation {
        pname = "hasql";
-       version = "0.14.0.2";
-       sha256 = "b07aa754eb948c56b99f0cee5c360a3bf5566bba3cc2d429f329d6ad52184193";
+       version = "0.15.0.2";
+       sha256 = "1264ebf39cd39977175f96f00c4330bbecd96882ac7463dd627b1e7cff3c9f52";
        libraryHaskellDepends = [
          aeson attoparsec base base-prelude bytestring contravariant
          contravariant-extras data-default-class dlist either hashable
@@ -90289,6 +90411,26 @@ self: {
        license = stdenv.lib.licenses.mit;
      }) {};
 
+  "hasql-transaction" = callPackage
+    ({ mkDerivation, base-prelude, bytestring, bytestring-tree-builder
+     , contravariant, contravariant-extras, either, hasql
+     , postgresql-error-codes, transformers
+     }:
+     mkDerivation {
+       pname = "hasql-transaction";
+       version = "0.3.1";
+       sha256 = "dec9cbb6be2ca68da83af8a512293f6b41ebfc7747cc38105d5aed11625c9037";
+       libraryHaskellDepends = [
+         base-prelude bytestring bytestring-tree-builder contravariant
+         contravariant-extras either hasql postgresql-error-codes
+         transformers
+       ];
+       jailbreak = true;
+       homepage = "https://github.com/nikita-volkov/hasql-transaction";
+       description = "A composable abstraction over the retryable transactions for Hasql";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "hastache_0_6_0" = callPackage
     ({ mkDerivation, base, blaze-builder, bytestring, containers
      , directory, filepath, HUnit, ieee754, mtl, syb, text, transformers
@@ -93420,8 +93562,8 @@ self: {
     ({ mkDerivation, base, harp }:
      mkDerivation {
        pname = "hharp";
-       version = "0.1.1.0";
-       sha256 = "da3847a04062d7c6320c41d60636c7d653c0ed008666c36af79d59c1a80cf3b8";
+       version = "0.1.1.1";
+       sha256 = "f5868e6f1f34f5448c4865f286ba06b186a47fc61894d20707dedb2b9214b65e";
        libraryHaskellDepends = [ base ];
        librarySystemDepends = [ harp ];
        jailbreak = true;
@@ -98944,8 +99086,8 @@ self: {
      }:
      mkDerivation {
        pname = "hprotoc";
-       version = "2.1.8";
-       sha256 = "1949af97eb85cb212d9e7938d35f5fa1562eabdcac23f23f7479e6ee536aa94f";
+       version = "2.1.9";
+       sha256 = "70961b74f932e7f6a4615eb5ae39e9d72db1b53ec33998dc66b053f2c09a6bf5";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -100786,6 +100928,26 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "hsexif_0_6_0_7" = callPackage
+    ({ mkDerivation, base, binary, bytestring, containers, hspec, HUnit
+     , iconv, text, time
+     }:
+     mkDerivation {
+       pname = "hsexif";
+       version = "0.6.0.7";
+       sha256 = "35b68bd3c956143760a149479a2debe4ccc1f63acf13e592c741b1f5cb63b3ce";
+       libraryHaskellDepends = [
+         base binary bytestring containers iconv text time
+       ];
+       testHaskellDepends = [
+         base binary bytestring containers hspec HUnit iconv text time
+       ];
+       homepage = "https://github.com/emmanueltouzery/hsexif";
+       description = "EXIF handling library in pure Haskell";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "hsfacter" = callPackage
     ({ mkDerivation, base, containers, language-puppet, text }:
      mkDerivation {
@@ -119491,8 +119653,8 @@ self: {
      }:
      mkDerivation {
        pname = "libgraph";
-       version = "1.8";
-       sha256 = "34377397255a7fd2b1e77ee25d9e865e1bb7e8ce394519458f2d819727d59878";
+       version = "1.9";
+       sha256 = "621f0dbd1bfc57d7fbd593698ed31af9b1943ba65fc9ece31514d6caab58748a";
        libraryHaskellDepends = [
          array base containers monads-tf process union-find
        ];
@@ -125104,8 +125266,8 @@ self: {
      }:
      mkDerivation {
        pname = "manifolds";
-       version = "0.1.5.2";
-       sha256 = "388d3711ac1f6ff15264c34d5920ce899efd2834363a9028c18facea01e0c1e2";
+       version = "0.1.6.2";
+       sha256 = "d074a16877f078da4794b7f26b7edea7eec1df7a41527a5005a3b4d6f2abef02";
        libraryHaskellDepends = [
          base comonad constrained-categories containers deepseq hmatrix
          MemoTrie semigroups tagged transformers vector vector-space void
@@ -129420,6 +129582,19 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "monad-skeleton_0_1_2_2" = callPackage
+    ({ mkDerivation, base, containers, ghc-prim }:
+     mkDerivation {
+       pname = "monad-skeleton";
+       version = "0.1.2.2";
+       sha256 = "b1cc4f0b9e308374c76902942b8381e0af869b0915735d380f792bb11e362de3";
+       libraryHaskellDepends = [ base containers ghc-prim ];
+       homepage = "https://github.com/fumieval/monad-skeleton";
+       description = "An undead monad";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "monad-st" = callPackage
     ({ mkDerivation, base, transformers }:
      mkDerivation {
@@ -130694,8 +130869,8 @@ self: {
      }:
      mkDerivation {
        pname = "morte";
-       version = "1.4.0";
-       sha256 = "c53ae91b4d2583dc980e27396f7bdae7ac943ec14aca134b621a21d9ae593e66";
+       version = "1.4.1";
+       sha256 = "3018b6a951b19d0c1bb9109e7e5d11059fe8f78743cb13b33a3be2c1da5e78d6";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -144736,6 +144911,24 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "pinchot" = callPackage
+    ({ mkDerivation, base, containers, Earley, template-haskell
+     , transformers
+     }:
+     mkDerivation {
+       pname = "pinchot";
+       version = "0.2.0.0";
+       sha256 = "292bf5416f7fee0573aec8ca989704b422f50957afebd3098b1f2f953e4d3805";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         base containers Earley template-haskell transformers
+       ];
+       homepage = "http://www.github.com/massysett/pinchot";
+       description = "Build parsers and ASTs for context-free grammars";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "pipe-enumerator" = callPackage
     ({ mkDerivation, base, enumerator, pipes, transformers }:
      mkDerivation {
@@ -149874,8 +150067,8 @@ self: {
      }:
      mkDerivation {
        pname = "propellor";
-       version = "2.14.0";
-       sha256 = "b8b06a61b3991cb177880de43bf94014492807095f8249fc1389a746c8edeef3";
+       version = "2.15.0";
+       sha256 = "93899ba66749337382158cbb9c2289341eb8d104d26b47dc05c71fe68ba8f53e";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -150109,8 +150302,8 @@ self: {
      }:
      mkDerivation {
        pname = "protocol-buffers";
-       version = "2.1.8";
-       sha256 = "757bcc2b99105f787209e89dd1937b14b55e8ac66bb39be7e16eb972b5c4c2dd";
+       version = "2.1.9";
+       sha256 = "bcef7e31d467c92429092b2900411569eb2eb2a9f3799409560b20e53afd0f10";
        libraryHaskellDepends = [
          array base binary bytestring containers directory filepath mtl
          parsec syb utf8-string
@@ -150188,8 +150381,8 @@ self: {
     ({ mkDerivation, base, bytestring, containers, protocol-buffers }:
      mkDerivation {
        pname = "protocol-buffers-descriptor";
-       version = "2.1.8";
-       sha256 = "dc8a48fdef6852a9b2d328927a957e00b086e699cd810542ed379eba1910eedb";
+       version = "2.1.9";
+       sha256 = "73ce09dc61ce920401cf98d689255d2bbde2cda19c179c3c757c4e1ecc28455a";
        libraryHaskellDepends = [
          base bytestring containers protocol-buffers
        ];
@@ -159473,15 +159666,20 @@ self: {
      }) {};
 
   "rtcm" = callPackage
-    ({ mkDerivation, base, basic-prelude, tasty, tasty-hunit }:
+    ({ mkDerivation, array, base, basic-prelude, binary, binary-bits
+     , bytestring, lens, tasty, tasty-hunit, template-haskell, word24
+     }:
      mkDerivation {
        pname = "rtcm";
-       version = "0.1.0";
-       sha256 = "efff5ccbb113897027a7a5a24616a498e37d769341c026342ad19f03490bc2a4";
-       libraryHaskellDepends = [ base basic-prelude ];
+       version = "0.1.2";
+       sha256 = "c970dc6c60f0a72669fd2f87bab4f3bba57eb7336d3851dda18db6ccc0d18576";
+       libraryHaskellDepends = [
+         array base basic-prelude binary binary-bits bytestring lens
+         template-haskell word24
+       ];
        testHaskellDepends = [ base basic-prelude tasty tasty-hunit ];
        homepage = "http://github.com/swift-nav/librtcm";
-       description = "Haskell bindings for RTCM";
+       description = "RTCM Library";
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
@@ -160735,15 +160933,15 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
-  "sbv_5_5" = callPackage
+  "sbv_5_6" = callPackage
     ({ mkDerivation, array, async, base, base-compat, containers
      , crackNum, data-binary-ieee754, deepseq, directory, filepath, mtl
      , old-time, pretty, process, QuickCheck, random, syb
      }:
      mkDerivation {
        pname = "sbv";
-       version = "5.5";
-       sha256 = "ee5f5b81b1e84a85285870a34295a4a40a8ab6203a6be5f8f596921a15c2cd67";
+       version = "5.6";
+       sha256 = "018c91265799931c434731cfd48e8592e42f399ab5958f4c70ffe48e83fd3fed";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -160757,6 +160955,27 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "sbvPlugin" = callPackage
+    ({ mkDerivation, base, containers, directory, filepath, ghc
+     , ghc-prim, mtl, process, sbv, tasty, tasty-golden
+     , template-haskell
+     }:
+     mkDerivation {
+       pname = "sbvPlugin";
+       version = "0.1";
+       sha256 = "08fc5562e6919ddb8db1fa8b5c16079f9832c3d755d58e987f25945f36903c0b";
+       libraryHaskellDepends = [
+         base containers ghc ghc-prim mtl sbv template-haskell
+       ];
+       testHaskellDepends = [
+         base directory filepath process tasty tasty-golden
+       ];
+       jailbreak = true;
+       homepage = "http://github.com/LeventErkok/sbvPlugin";
+       description = "Analyze Haskell expressions using SBV/SMT";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "sc3-rdu" = callPackage
     ({ mkDerivation, base, hsc3, hsc3-db }:
      mkDerivation {
@@ -164847,10 +165066,9 @@ self: {
     ({ mkDerivation, base, bytestring, template-haskell, text }:
      mkDerivation {
        pname = "sext";
-       version = "0.1.0.0";
-       sha256 = "fef2cc9767547792aa1f1baee9e415362734abf0ba2b8953f5eed487ea72076f";
+       version = "0.1.0.2";
+       sha256 = "b5101154373eac70dee9d56854333ea33735a88b7697f2877846c746dd048c3a";
        libraryHaskellDepends = [ base bytestring template-haskell text ];
-       jailbreak = true;
        homepage = "http://github.com/dzhus/sext/";
        description = "Lists, Texts and ByteStrings with type-encoded length";
        license = stdenv.lib.licenses.bsd3;
@@ -172678,8 +172896,8 @@ self: {
        pname = "stack";
        version = "0.1.6.0";
        sha256 = "a47ffc204b9caef8281d1e5daebc21bc9d4d2414ed695dc10d32fcca4d81978d";
-       revision = "4";
-       editedCabalFile = "cfc1b7a59cde2c61025289f16f0f397a5b96adaa75cbcbc729947b241ef38921";
+       revision = "6";
+       editedCabalFile = "c9021f29f8e46134d9036fb8592edcfd31a0a0942dadcb4860b269f2aa463a34";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -172748,8 +172966,8 @@ self: {
        pname = "stack";
        version = "0.1.8.0";
        sha256 = "89bca19a39f3148daa55dd51bcee28c9f8aa362732c915dd25a85c7a7c664338";
-       revision = "2";
-       editedCabalFile = "ca3f895597fed572f4dcde2a83ba0c22120ab58448bfffb8267a72ff15072dd9";
+       revision = "4";
+       editedCabalFile = "b44318f1c13bdb7c1a8de14cc7c8707d1f4a215af985f178d19ddd733986a4ab";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -172818,6 +173036,8 @@ self: {
        pname = "stack";
        version = "0.1.10.0";
        sha256 = "9b730c2b4b7bb87fc70ccbf0bab0e2fe6f0775644b36972b4dea9088cbcab979";
+       revision = "2";
+       editedCabalFile = "7e5e72d10fce3a9fad12241e48098219d381dedfda71327034f1899a3da537e1";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -172870,8 +173090,8 @@ self: {
      }:
      mkDerivation {
        pname = "stack-hpc-coveralls";
-       version = "0.0.2.0";
-       sha256 = "740f781e83f3cca39e9237b7275d9a5f8636938cf09dfd310e808ddaa2f9a9a5";
+       version = "0.0.3.0";
+       sha256 = "b7e0811516216cb5d20294c9371787e5d08663126c224f7a976e90101fd6eb22";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -174996,8 +175216,8 @@ self: {
      }:
      mkDerivation {
        pname = "streaming";
-       version = "0.1.3.3";
-       sha256 = "7199654f1bfbbed976264a49eab8de8c53a350e156115fe5a9da0a5a1798e507";
+       version = "0.1.3.4";
+       sha256 = "1a23959815ca3396521c850df6b90f6d8941eddab67e6512634fead2c9c29c5a";
        libraryHaskellDepends = [
          base bytestring containers exceptions mmorph mtl resourcet time
          transformers transformers-base
@@ -180004,6 +180224,27 @@ self: {
        license = stdenv.lib.licenses.gpl3;
      }) {};
 
+  "tellbot_0_6_0_10" = callPackage
+    ({ mkDerivation, base, bifunctors, bytestring, containers
+     , http-conduit, mtl, network, regex-pcre, split, tagsoup, text
+     , time, transformers
+     }:
+     mkDerivation {
+       pname = "tellbot";
+       version = "0.6.0.10";
+       sha256 = "7b853263a4522ec8839a429c0d2be76ca2c7427f0693ce6a84b7a6067e979373";
+       isLibrary = false;
+       isExecutable = true;
+       executableHaskellDepends = [
+         base bifunctors bytestring containers http-conduit mtl network
+         regex-pcre split tagsoup text time transformers
+       ];
+       homepage = "https://github.com/phaazon/tellbot";
+       description = "IRC tellbot";
+       license = stdenv.lib.licenses.gpl3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "template" = callPackage
     ({ mkDerivation, base, mtl, text }:
      mkDerivation {
@@ -188518,15 +188759,14 @@ self: {
      }:
      mkDerivation {
        pname = "unique-logic-tf";
-       version = "0.4.1.1";
-       sha256 = "68e3b4877590343cd668ba2a8637b3e008bcfbebac79f99f2380d216210f843d";
+       version = "0.4.1.2";
+       sha256 = "d00604f3ba2970a714fb656fc79a6481f833356af32ffd2bbb30cf025db9acbd";
        libraryHaskellDepends = [
          base containers explicit-exception transformers utility-ht
        ];
        testHaskellDepends = [
          base non-empty QuickCheck transformers utility-ht
        ];
-       jailbreak = true;
        homepage = "http://code.haskell.org/~thielema/unique-logic-tf/";
        description = "Solve simple simultaneous equations";
        license = stdenv.lib.licenses.bsd3;
@@ -200512,6 +200752,59 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "xml-query" = callPackage
+    ({ mkDerivation, base-prelude, free, text }:
+     mkDerivation {
+       pname = "xml-query";
+       version = "0.9.0.2";
+       sha256 = "008d596529cffde397c55026c10c8a20951272959e2a6e35cfdfef499719ec7b";
+       libraryHaskellDepends = [ base-prelude free text ];
+       homepage = "https://github.com/sannsyn/xml-query";
+       description = "A parser-agnostic declarative API for querying XML-documents";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
+  "xml-query-xml-conduit" = callPackage
+    ({ mkDerivation, base-prelude, text, xml-conduit, xml-query
+     , xml-query-xml-types, xml-types
+     }:
+     mkDerivation {
+       pname = "xml-query-xml-conduit";
+       version = "0.3";
+       sha256 = "daa66b0b16961b090d47278e4ad92b1b776080e1c675e414c65640db13118ecb";
+       libraryHaskellDepends = [
+         base-prelude text xml-conduit xml-query xml-query-xml-types
+         xml-types
+       ];
+       homepage = "https://github.com/sannsyn/xml-query-xml-conduit";
+       description = "A binding for the \"xml-query\" and \"xml-conduit\" libraries";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
+  "xml-query-xml-types" = callPackage
+    ({ mkDerivation, base, base-prelude, data-default-class, free
+     , html-entities, QuickCheck, quickcheck-instances, success, tasty
+     , tasty-hunit, tasty-quickcheck, tasty-smallcheck, text
+     , transformers, xml-conduit, xml-query, xml-types
+     }:
+     mkDerivation {
+       pname = "xml-query-xml-types";
+       version = "0.4";
+       sha256 = "28291319efbb60d4a2889cf1319d3fd5aa63b71ec9f29562ec1fdfa243ce7b81";
+       libraryHaskellDepends = [
+         base-prelude free html-entities success text transformers xml-query
+         xml-types
+       ];
+       testHaskellDepends = [
+         base base-prelude data-default-class QuickCheck
+         quickcheck-instances tasty tasty-hunit tasty-quickcheck
+         tasty-smallcheck text xml-conduit xml-query xml-types
+       ];
+       homepage = "https://github.com/sannsyn/xml-query-xml-types";
+       description = "An interpreter of \"xml-query\" queries for the \"xml-types\" documents";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "xml-to-json" = callPackage
     ({ mkDerivation, aeson, base, bytestring, containers, curl
      , hashable, hxt, hxt-curl, hxt-expat, hxt-tagsoup, regex-posix
@@ -203299,7 +203592,7 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
-  "yesod-auth-oauth2" = callPackage
+  "yesod-auth-oauth2_0_1_4" = callPackage
     ({ mkDerivation, aeson, authenticate, base, bytestring, hoauth2
      , http-client, http-conduit, http-types, lifted-base, network-uri
      , random, text, transformers, vector, yesod-auth, yesod-core
@@ -203317,9 +203610,10 @@ self: {
        homepage = "http://github.com/thoughtbot/yesod-auth-oauth2";
        description = "OAuth 2.0 authentication plugins";
        license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
-  "yesod-auth-oauth2_0_1_5" = callPackage
+  "yesod-auth-oauth2" = callPackage
     ({ mkDerivation, aeson, authenticate, base, bytestring, hoauth2
      , http-client, http-conduit, http-types, lifted-base, network-uri
      , random, text, transformers, vector, yesod-auth, yesod-core
@@ -203337,7 +203631,6 @@ self: {
        homepage = "http://github.com/thoughtbot/yesod-auth-oauth2";
        description = "OAuth 2.0 authentication plugins";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "yesod-auth-pam" = callPackage
@@ -204376,6 +204669,40 @@ self: {
        license = stdenv.lib.licenses.mit;
      }) {};
 
+  "yesod-bin_1_4_16_1" = callPackage
+    ({ mkDerivation, async, attoparsec, base, base64-bytestring
+     , blaze-builder, bytestring, Cabal, conduit, conduit-extra
+     , containers, data-default-class, deepseq, directory, file-embed
+     , filepath, fsnotify, ghc, ghc-paths, http-client, http-conduit
+     , http-reverse-proxy, http-types, lifted-base, network
+     , optparse-applicative, parsec, process, project-template
+     , resourcet, shakespeare, split, streaming-commons, tar
+     , template-haskell, text, time, transformers, transformers-compat
+     , unix-compat, unordered-containers, wai, wai-extra, warp, warp-tls
+     , yaml, zlib
+     }:
+     mkDerivation {
+       pname = "yesod-bin";
+       version = "1.4.16.1";
+       sha256 = "def7ebf5f2d9cc0366fc9309603029b59f750b9045ae5ace4352bce5b0027fbd";
+       isLibrary = false;
+       isExecutable = true;
+       executableHaskellDepends = [
+         async attoparsec base base64-bytestring blaze-builder bytestring
+         Cabal conduit conduit-extra containers data-default-class deepseq
+         directory file-embed filepath fsnotify ghc ghc-paths http-client
+         http-conduit http-reverse-proxy http-types lifted-base network
+         optparse-applicative parsec process project-template resourcet
+         shakespeare split streaming-commons tar template-haskell text time
+         transformers transformers-compat unix-compat unordered-containers
+         wai wai-extra warp warp-tls yaml zlib
+       ];
+       homepage = "http://www.yesodweb.com/";
+       description = "The yesod helper executable";
+       license = stdenv.lib.licenses.mit;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "yesod-bootstrap" = callPackage
     ({ mkDerivation, base, blaze-html, blaze-markup, conduit
      , conduit-extra, containers, either, email-validate