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-02 23:30:51 +0100
committerPeter Simons <simons@cryp.to>2015-12-04 10:17:18 +0100
commit7c7e905de65137abfc430dbb0cb5f36603fab02a (patch)
treec88c4d6a780a83bb6450e5500aa7216c95a4088a /pkgs/development/haskell-modules/hackage-packages.nix
parent12de4d5cb3bdd703904cf75aa6ddb9b9eb8f9b68 (diff)
downloadnixlib-7c7e905de65137abfc430dbb0cb5f36603fab02a.tar
nixlib-7c7e905de65137abfc430dbb0cb5f36603fab02a.tar.gz
nixlib-7c7e905de65137abfc430dbb0cb5f36603fab02a.tar.bz2
nixlib-7c7e905de65137abfc430dbb0cb5f36603fab02a.tar.lz
nixlib-7c7e905de65137abfc430dbb0cb5f36603fab02a.tar.xz
nixlib-7c7e905de65137abfc430dbb0cb5f36603fab02a.tar.zst
nixlib-7c7e905de65137abfc430dbb0cb5f36603fab02a.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/7c559e1c0f827ed1788a646f4df923993fc49354
  - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/49a7fb0a6f5f158ceee82cac53a8e006b53a7d7a
  - LTS Haskell: https://github.com/fpco/lts-haskell/commit/57dab1c9974199e11130c3da70ffa31480a9ca37
  - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/ecefc78ca3a23e0cce1ac04ed43e28746d56aa2e
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix479
1 files changed, 346 insertions, 133 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 2eb1c8cebd8e..1c153707c7e0 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -10738,8 +10738,8 @@ self: {
     ({ mkDerivation, base, Cabal, containers, deepseq, QuickCheck }:
      mkDerivation {
        pname = "IntervalMap";
-       version = "0.4.0.1";
-       sha256 = "2e57335d4bc32de03c5b36b2d1f299a49d712105798d3fa5245a67ae6a6d0033";
+       version = "0.4.1.0";
+       sha256 = "cbe486ae239e97deeccd6194be2e9933291778f6dd3a0bed7af60caa361ef44f";
        libraryHaskellDepends = [ base containers deepseq ];
        testHaskellDepends = [ base Cabal containers deepseq QuickCheck ];
        homepage = "http://www.chr-breitkopf.de/comp/IntervalMap";
@@ -11215,8 +11215,10 @@ self: {
      }:
      mkDerivation {
        pname = "JuicyPixels";
-       version = "3.2.6.3";
-       sha256 = "4bdd5d6c9bd41308365f7d8fc9bc50393f440a96ee4390f0c64122bb08f1657a";
+       version = "3.2.6.4";
+       sha256 = "6268583fd7915913b3d68a399184bfcfebfaa010be9aa10232d76324df65a6ac";
+       revision = "1";
+       editedCabalFile = "98af5e6f6f65e399f518466813f6ada6cfa80ebc1eae6ba98525065f985ced15";
        libraryHaskellDepends = [
          base binary bytestring containers deepseq mtl primitive
          transformers vector zlib
@@ -14557,25 +14559,24 @@ self: {
      }) {};
 
   "Paraiso" = callPackage
-    ({ mkDerivation, array, base, containers, control-monad-failure
-     , directory, fgl, filepath, HUnit, ListLike, listlike-instances
-     , mtl, numeric-prelude, QuickCheck, random, test-framework
-     , test-framework-hunit, test-framework-quickcheck2, text
-     , typelevel-tensor, vector
+    ({ mkDerivation, array, base, containers, directory, failure, fgl
+     , filepath, HUnit, mtl, numeric-prelude, process, QuickCheck
+     , random, repa, test-framework, test-framework-hunit
+     , test-framework-quickcheck2, text, typelevel-tensor, vector
      }:
      mkDerivation {
        pname = "Paraiso";
-       version = "0.3.1.3";
-       sha256 = "29f2154111be164bf7018b6f4b453af81e5a6931d4252795feead058a48dfa9c";
+       version = "0.3.1.5";
+       sha256 = "4448a2a736f5fec503927d6dc9b5729ef67c818bd2ee14044bcf6c0614951525";
        libraryHaskellDepends = [
-         array base containers control-monad-failure directory fgl filepath
-         mtl numeric-prelude random text typelevel-tensor vector
+         array base containers directory failure fgl filepath mtl
+         numeric-prelude random text typelevel-tensor vector
        ];
        testHaskellDepends = [
-         array base containers control-monad-failure directory fgl filepath
-         HUnit ListLike listlike-instances mtl numeric-prelude QuickCheck
-         random test-framework test-framework-hunit
-         test-framework-quickcheck2 text typelevel-tensor vector
+         array base containers directory fgl filepath HUnit mtl
+         numeric-prelude process QuickCheck random repa test-framework
+         test-framework-hunit test-framework-quickcheck2 text
+         typelevel-tensor vector
        ];
        homepage = "http://www.paraiso-lang.org/wiki/index.php/Main_Page";
        description = "a code generator for partial differential equations solvers";
@@ -21894,6 +21895,18 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "aeson-iproute" = callPackage
+    ({ mkDerivation, aeson, base, iproute, text }:
+     mkDerivation {
+       pname = "aeson-iproute";
+       version = "0.1.1";
+       sha256 = "9fc733cbe7d47e69b33a0003a73e82f337846006de672f87ce1eafbe6bc159af";
+       libraryHaskellDepends = [ aeson base iproute text ];
+       homepage = "https://github.com/greydot/aeson-iproute";
+       description = "Aeson instances for iproute types";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "aeson-lens" = callPackage
     ({ mkDerivation, aeson, base, bytestring, doctest, lens, text
      , unordered-containers, vector
@@ -28590,6 +28603,20 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "arghwxhaskell" = callPackage
+    ({ mkDerivation, base, directory, wx }:
+     mkDerivation {
+       pname = "arghwxhaskell";
+       version = "0.8.2.0";
+       sha256 = "6b88ad21393cde84f137f280826de31f121f35cf99c6c3472e423611723cdd5b";
+       isLibrary = false;
+       isExecutable = true;
+       executableHaskellDepends = [ base directory wx ];
+       homepage = "https://wiki.haskell.org/Argh!";
+       description = "An interpreter for the Argh! programming language in wxHaskell";
+       license = stdenv.lib.licenses.gpl2;
+     }) {};
+
   "argon" = callPackage
     ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
      , containers, directory, docopt, filepath, ghc, ghc-paths
@@ -38336,6 +38363,8 @@ self: {
        pname = "bytestring-builder";
        version = "0.10.4.0.1";
        sha256 = "2079e5f8b269b4b90095d69f864dcbddfac2499ef985086af8e5d0ddcc341047";
+       revision = "1";
+       editedCabalFile = "2184b845a3059f681324e4c71d041ec0ee5268208149877a06a5c93618c28e9b";
        libraryHaskellDepends = [ base bytestring deepseq ];
        doHaddock = false;
        jailbreak = true;
@@ -38350,6 +38379,8 @@ self: {
        pname = "bytestring-builder";
        version = "0.10.4.1.0";
        sha256 = "bf728099333a09ba28b8c48b28db52eac86d5e48421f7318e13e825a61ab197e";
+       revision = "1";
+       editedCabalFile = "44ec650d19703746349ce9f3b78ab2deb3f796836cd7120d796f2720e74fdb86";
        libraryHaskellDepends = [ base bytestring deepseq ];
        doHaddock = false;
        jailbreak = true;
@@ -48691,8 +48722,8 @@ self: {
      }:
      mkDerivation {
        pname = "conduit-iconv";
-       version = "0.1.1.0";
-       sha256 = "90a008befeaf1c51412f646c11c9c66ce595725d397061e2f2af3d7c5b99ca2e";
+       version = "0.1.1.1";
+       sha256 = "54a25274f4f3590a6b35ac86a3753dc867a505867cae5d363f775781f4b6ac05";
        libraryHaskellDepends = [ base bytestring conduit ];
        testHaskellDepends = [
          base bytestring conduit mtl QuickCheck test-framework
@@ -59458,6 +59489,18 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "dimensional-codata" = callPackage
+    ({ mkDerivation, base, dimensional, numtype-dk }:
+     mkDerivation {
+       pname = "dimensional-codata";
+       version = "2014.0.0.0";
+       sha256 = "45a4eac9e27997493f2bcb2977098ede8443c6eda263a447125446e203a7cae3";
+       libraryHaskellDepends = [ base dimensional numtype-dk ];
+       homepage = "https://github.com/dmcclean/dimensional-codata";
+       description = "CODATA Recommended Physical Constants with Dimensional Types";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "dimensional-tf" = callPackage
     ({ mkDerivation, base, numtype-tf, time }:
      mkDerivation {
@@ -65583,6 +65626,18 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "error-util" = callPackage
+    ({ mkDerivation, base, transformers }:
+     mkDerivation {
+       pname = "error-util";
+       version = "0.0.1.1";
+       sha256 = "68d133f2211d9be2f66f7529d1d2251ec13f12f9ccdd5f1c96be53f09cf3e193";
+       libraryHaskellDepends = [ base transformers ];
+       homepage = "http://github.com/pmlodawski/error-util";
+       description = "Set of utils and operators for error handling";
+       license = stdenv.lib.licenses.mit;
+     }) {};
+
   "errorcall-eq-instance_0_1_0" = callPackage
     ({ mkDerivation, base, hspec, QuickCheck }:
      mkDerivation {
@@ -76950,33 +77005,6 @@ self: {
      }:
      mkDerivation {
        pname = "git-fmt";
-       version = "0.3.1.0";
-       sha256 = "9342baf14ec7e0b4dbeb919fdf33588860ecf9ca706297e9601a055483e54ae2";
-       isLibrary = true;
-       isExecutable = true;
-       libraryHaskellDepends = [
-         aeson base extra filepath monad-logger mtl pipes text
-         unordered-containers yaml
-       ];
-       executableHaskellDepends = [
-         base exceptions extra fast-logger filepath monad-logger
-         monad-parallel mtl optparse-applicative pipes pipes-concurrency
-         temporary text time
-       ];
-       homepage = "https://github.com/hjwylde/git-fmt";
-       description = "Custom git command for formatting code";
-       license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
-     }) {};
-
-  "git-fmt_0_3_1_1" = callPackage
-    ({ mkDerivation, aeson, base, exceptions, extra, fast-logger
-     , filepath, monad-logger, monad-parallel, mtl, optparse-applicative
-     , pipes, pipes-concurrency, temporary, text, time
-     , unordered-containers, yaml
-     }:
-     mkDerivation {
-       pname = "git-fmt";
        version = "0.3.1.1";
        sha256 = "aebf8a47e92e0a3a9210d45f9abcdf4e9c54eadb1e1422586df6f226dd1b55e2";
        isLibrary = true;
@@ -77142,31 +77170,27 @@ self: {
   "git-vogue" = callPackage
     ({ mkDerivation, base, bifunctors, Cabal, containers, cpphs, Diff
      , directory, filepath, formatting, ghc-mod, haskell-src-exts, hlint
-     , hscolour, hspec, mtl, optparse-applicative, process, split
-     , strict, stylish-haskell, temporary, text, transformers, unix
+     , hscolour, hspec, optparse-applicative, process, split, strict
+     , stylish-haskell, temporary, text, transformers, unix
      }:
      mkDerivation {
        pname = "git-vogue";
-       version = "0.2.0.1";
-       sha256 = "2c99b2cdd585c00d819ea492516ce3075f20bdf3187c6472ffb7453779f034d0";
+       version = "0.2.1.0";
+       sha256 = "cb42012a44e2b106963c3f4ee94dfbd5efba05715eda6753f9b4485e9a45bcd9";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
-         base containers directory filepath formatting ghc-mod hlint mtl
-         optparse-applicative process split stylish-haskell text
-         transformers unix
+         base containers directory filepath formatting optparse-applicative
+         process split text transformers unix
        ];
        executableHaskellDepends = [
-         base bifunctors Cabal containers cpphs Diff directory filepath
-         ghc-mod haskell-src-exts hlint hscolour optparse-applicative
-         process split strict stylish-haskell text
+         base bifunctors Cabal cpphs Diff directory ghc-mod haskell-src-exts
+         hlint hscolour optparse-applicative strict stylish-haskell text
        ];
        testHaskellDepends = [
          base containers directory filepath hspec process temporary
-         transformers unix
        ];
-       jailbreak = true;
-       homepage = "https://github.com/anchor/git-vogue";
+       homepage = "https://github.com/oswynb/git-vogue";
        description = "A framework for pre-commit checks";
        license = stdenv.lib.licenses.bsd3;
        hydraPlatforms = stdenv.lib.platforms.none;
@@ -81333,6 +81357,8 @@ self: {
        pname = "groundhog-postgresql";
        version = "0.7.0.2";
        sha256 = "312045c39c973596e8e92b8001776bb86898e3c8766e0a42c71e63b343918da3";
+       revision = "1";
+       editedCabalFile = "014cf49927d870d99d906064fc27ee219f7145e71a409cc69ae3ed0cdc0699ca";
        libraryHaskellDepends = [
          attoparsec base blaze-builder bytestring containers groundhog
          monad-control monad-logger postgresql-libpq postgresql-simple
@@ -95330,8 +95356,8 @@ self: {
      }:
      mkDerivation {
        pname = "hledger-ui";
-       version = "0.27";
-       sha256 = "691f842116178037a338db298dc179b304b10349d98d3df1a4981ca57b57df4b";
+       version = "0.27.1";
+       sha256 = "98721c60eb3d30005f51fc1468c6d8a95d87088a2bfa0c95c734569820fd9c4b";
        isLibrary = false;
        isExecutable = true;
        executableHaskellDepends = [
@@ -95339,7 +95365,6 @@ self: {
          hledger hledger-lib HUnit lens pretty-show safe split time
          transformers vector vty
        ];
-       jailbreak = true;
        homepage = "http://hledger.org";
        description = "Curses-style user interface for the hledger accounting tool";
        license = "GPL";
@@ -109331,6 +109356,24 @@ self: {
        license = "GPL";
      }) {};
 
+  "incremental-parser_0_2_4_1" = callPackage
+    ({ mkDerivation, base, checkers, monoid-subclasses, QuickCheck
+     , tasty, tasty-quickcheck
+     }:
+     mkDerivation {
+       pname = "incremental-parser";
+       version = "0.2.4.1";
+       sha256 = "1630a763db0808cfa4c1439365e21a53a378b38c2c02957539a9f75bb482b054";
+       libraryHaskellDepends = [ base monoid-subclasses ];
+       testHaskellDepends = [
+         base checkers monoid-subclasses QuickCheck tasty tasty-quickcheck
+       ];
+       homepage = "https://github.com/blamario/incremental-parser";
+       description = "Generic parser library capable of providing partial results from partial input";
+       license = "GPL";
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "incremental-sat-solver" = callPackage
     ({ mkDerivation, base, containers, mtl }:
      mkDerivation {
@@ -110596,7 +110639,7 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
-  "io-streams" = callPackage
+  "io-streams_1_3_2_0" = callPackage
     ({ mkDerivation, attoparsec, base, bytestring, bytestring-builder
      , deepseq, directory, filepath, HUnit, mtl, network, primitive
      , process, QuickCheck, test-framework, test-framework-hunit
@@ -110620,6 +110663,34 @@ self: {
        ];
        description = "Simple, composable, and easy-to-use stream I/O";
        license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
+  "io-streams" = callPackage
+    ({ mkDerivation, attoparsec, base, bytestring, bytestring-builder
+     , deepseq, directory, filepath, HUnit, mtl, network, primitive
+     , process, QuickCheck, test-framework, test-framework-hunit
+     , test-framework-quickcheck2, text, time, transformers, vector
+     , zlib, zlib-bindings
+     }:
+     mkDerivation {
+       pname = "io-streams";
+       version = "1.3.3.1";
+       sha256 = "9a0849eb2efaf72312bbba672c2a589763c15dde50e93a53c64d2b594b80f544";
+       configureFlags = [ "-fnointeractivetests" ];
+       libraryHaskellDepends = [
+         attoparsec base bytestring bytestring-builder network primitive
+         process text time transformers vector zlib-bindings
+       ];
+       testHaskellDepends = [
+         attoparsec base bytestring bytestring-builder deepseq directory
+         filepath HUnit mtl network primitive process QuickCheck
+         test-framework test-framework-hunit test-framework-quickcheck2 text
+         time transformers vector zlib zlib-bindings
+       ];
+       doCheck = false;
+       description = "Simple, composable, and easy-to-use stream I/O";
+       license = stdenv.lib.licenses.bsd3;
      }) {};
 
   "io-streams-http" = callPackage
@@ -119609,10 +119680,8 @@ self: {
      }:
      mkDerivation {
        pname = "libravatar";
-       version = "0.1.0.1";
-       sha256 = "a58713664cab79ddc03c4faa92175a81fe179b51b852ce46570486cb3bb42d03";
-       revision = "1";
-       editedCabalFile = "decdd92e332caef49c016d1779e401dc3288b753e73317d639e279a8048a766d";
+       version = "0.1.0.2";
+       sha256 = "3df4437eb2345e46f4a2964c4c8d61b8e56ac936d63c9902227c74eed9671885";
        libraryHaskellDepends = [
          base bytestring crypto-api dns network-uri pureMD5 random SHA url
          utf8-string
@@ -122603,6 +122672,8 @@ self: {
        pname = "lol";
        version = "0.1.0.0";
        sha256 = "be1a72e80ca1f3471b1b630f0407fa6e152ce6410ea7aee86fabda002dff12d0";
+       revision = "1";
+       editedCabalFile = "f70d927711c82b11f9d38d398bf8d450788482693cdbde540331ca50674b8e68";
        libraryHaskellDepends = [
          arithmoi base constraints containers data-default deepseq
          MonadRandom mtl numeric-prelude QuickCheck random reflection repa
@@ -123302,8 +123373,8 @@ self: {
      }:
      mkDerivation {
        pname = "luminance";
-       version = "0.7.1";
-       sha256 = "36aabb520ede1cd9dfe6e6c5dc6a45d21c06500e1fdf66ce497e3081d27d56a0";
+       version = "0.7.2";
+       sha256 = "0ae406e8958c1e6f2520a01d74a55b70d158198ef0d08bbaf30452dc54e9deab";
        libraryHaskellDepends = [
          base containers contravariant dlist gl linear mtl resourcet
          semigroups transformers vector void
@@ -127681,16 +127752,13 @@ self: {
     ({ mkDerivation, base, containers, directory, filepath, tconfig }:
      mkDerivation {
        pname = "minimal-configuration";
-       version = "0.1.1";
-       sha256 = "83b4efb30c599c0262e63f5cad7583fa1b065dfa869029be52c54d302808271b";
-       revision = "1";
-       editedCabalFile = "12049d8491610c2789c61e4736586d3fa8b1122c5c7657647c3de8d21073ef80";
+       version = "0.1.2";
+       sha256 = "7debae44339df6a1c35e99be9807df430fac30d6c27b606f36fe23deed4d928e";
        libraryHaskellDepends = [
          base containers directory filepath tconfig
        ];
-       jailbreak = true;
        description = "Minimal ini like configuration library with a few extras";
-       license = stdenv.lib.licenses.bsd3;
+       license = "unknown";
      }) {};
 
   "minimorph" = callPackage
@@ -137451,8 +137519,8 @@ self: {
      }:
      mkDerivation {
        pname = "opencog-atomspace";
-       version = "0.1.0.1";
-       sha256 = "23fe1b2e746b29b6e4a9339aba4c5274b9369572a53856c87aa00a561057b505";
+       version = "0.1.0.2";
+       sha256 = "fc7d96645ef0c14e56ffdbcad9537f0ea766616ac3f1dc105e817a53990a30d1";
        libraryHaskellDepends = [
          base containers directory filepath mtl template-haskell
          transformers
@@ -142707,6 +142775,23 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "persistent-iproute" = callPackage
+    ({ mkDerivation, aeson, aeson-iproute, base, bytestring
+     , http-api-data, iproute, path-pieces, persistent, text
+     }:
+     mkDerivation {
+       pname = "persistent-iproute";
+       version = "0.2.1";
+       sha256 = "6788ed3e45195a58af71338f1fddecfbe44e079d0a164afac8bf15934199db33";
+       libraryHaskellDepends = [
+         aeson aeson-iproute base bytestring http-api-data iproute
+         path-pieces persistent text
+       ];
+       homepage = "https://github.com/greydot/persistent-iproute";
+       description = "Persistent instances for types in iproute";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "persistent-map" = callPackage
     ({ mkDerivation, base, binary, containers, directory, EdisonAPI
      , EdisonCore, filepath, LRU, mtl, stm-io-hooks
@@ -143199,7 +143284,7 @@ self: {
        maintainers = with stdenv.lib.maintainers; [ psibi ];
      }) {};
 
-  "persistent-postgresql" = callPackage
+  "persistent-postgresql_2_2_1_1" = callPackage
     ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
      , containers, monad-control, monad-logger, persistent
      , postgresql-libpq, postgresql-simple, resourcet, text, time
@@ -143217,6 +143302,28 @@ self: {
        homepage = "http://www.yesodweb.com/book/persistent";
        description = "Backend for the persistent library using postgresql";
        license = stdenv.lib.licenses.mit;
+       hydraPlatforms = stdenv.lib.platforms.none;
+       maintainers = with stdenv.lib.maintainers; [ psibi ];
+     }) {};
+
+  "persistent-postgresql" = callPackage
+    ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
+     , containers, monad-control, monad-logger, persistent
+     , postgresql-libpq, postgresql-simple, resourcet, text, time
+     , transformers
+     }:
+     mkDerivation {
+       pname = "persistent-postgresql";
+       version = "2.2.1.2";
+       sha256 = "475523d2ac2c9719bf7e4034f97aed79e96c63001ef735b8148b657049e7e83a";
+       libraryHaskellDepends = [
+         aeson base blaze-builder bytestring conduit containers
+         monad-control monad-logger persistent postgresql-libpq
+         postgresql-simple resourcet text time transformers
+       ];
+       homepage = "http://www.yesodweb.com/book/persistent";
+       description = "Backend for the persistent library using postgresql";
+       license = stdenv.lib.licenses.mit;
        maintainers = with stdenv.lib.maintainers; [ psibi ];
      }) {};
 
@@ -149317,7 +149424,7 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
-  "profunctors" = callPackage
+  "profunctors_5_1_1" = callPackage
     ({ mkDerivation, base, comonad, distributive, tagged, transformers
      }:
      mkDerivation {
@@ -149330,9 +149437,10 @@ self: {
        homepage = "http://github.com/ekmett/profunctors/";
        description = "Profunctors";
        license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
-  "profunctors_5_1_2" = callPackage
+  "profunctors" = callPackage
     ({ mkDerivation, base, bifunctors, comonad, contravariant
      , distributive, tagged, transformers
      }:
@@ -149347,7 +149455,6 @@ self: {
        homepage = "http://github.com/ekmett/profunctors/";
        description = "Profunctors";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
   "progress" = callPackage
@@ -154015,7 +154122,7 @@ self: {
      }) {};
 
   "reedsolomon" = callPackage
-    ({ mkDerivation, base, bytestring, bytestring-mmap, clock, cpu
+    ({ mkDerivation, base, bytestring, bytestring-mmap, clock
      , criterion, deepseq, exceptions, filepath, gitrev, loop, mtl
      , optparse-applicative, primitive, profunctors, QuickCheck, random
      , reedsolomon, statistics, tasty, tasty-ant-xml, tasty-hunit
@@ -154023,8 +154130,8 @@ self: {
      }:
      mkDerivation {
        pname = "reedsolomon";
-       version = "0.0.1.2";
-       sha256 = "fb5a25543a54367aa18c274d51e46b9adeabd74ef1a6ea0d60390f29cd4a219b";
+       version = "0.0.2.0";
+       sha256 = "f1e61e07374a43ba48d2e8a152a451328ea343432009681c80a87cce8cd85d1c";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -154037,7 +154144,7 @@ self: {
          optparse-applicative random statistics vector
        ];
        testHaskellDepends = [
-         base bytestring cpu exceptions loop mtl primitive profunctors
+         base bytestring exceptions loop mtl primitive profunctors
          QuickCheck random tasty tasty-ant-xml tasty-hunit tasty-quickcheck
          vector
        ];
@@ -157769,8 +157876,8 @@ self: {
      }:
      mkDerivation {
        pname = "rethinkdb";
-       version = "2.1.0.2";
-       sha256 = "80689203aafcbf26b555952953012fc1a1272d2e28cd5dcc30fcceb50951fd07";
+       version = "2.2.0.0";
+       sha256 = "a3e629d72bb63150f764c33e2fe507391ee1e77bd4097114fbca73a5d24ca429";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -159256,6 +159363,19 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "rtcm" = callPackage
+    ({ mkDerivation, base, basic-prelude, tasty, tasty-hunit }:
+     mkDerivation {
+       pname = "rtcm";
+       version = "0.1.0";
+       sha256 = "efff5ccbb113897027a7a5a24616a498e37d769341c026342ad19f03490bc2a4";
+       libraryHaskellDepends = [ base basic-prelude ];
+       testHaskellDepends = [ base basic-prelude tasty tasty-hunit ];
+       homepage = "http://github.com/swift-nav/librtcm";
+       description = "Haskell bindings for RTCM";
+       license = stdenv.lib.licenses.bsd3;
+     }) {};
+
   "rtld" = callPackage
     ({ mkDerivation, base }:
      mkDerivation {
@@ -171892,8 +172012,8 @@ self: {
      }:
      mkDerivation {
        pname = "sscgi";
-       version = "0.3.0";
-       sha256 = "f90432d5f11e1f5c411e4478180d8882d573bdacc250cfac27800408bb99705e";
+       version = "0.3.1";
+       sha256 = "0925d1a384fae39255bd927f2ffa787e84d270fbd747e703f32ae41af06fcf3b";
        libraryHaskellDepends = [
          attoparsec base bytestring case-insensitive containers Glob
          MonadCatchIO-mtl mtl transformers utf8-string
@@ -174043,6 +174163,8 @@ self: {
          resourcet stm stm-chans test-framework test-framework-hunit
          test-framework-quickcheck2 transformers
        ];
+       doHaddock = false;
+       doCheck = false;
        homepage = "https://github.com/wowus/stm-conduit";
        description = "Introduces conduits to channels, and promotes using conduits concurrently";
        license = stdenv.lib.licenses.bsd3;
@@ -174658,30 +174780,33 @@ self: {
      }) {};
 
   "streaming" = callPackage
-    ({ mkDerivation, base, bytestring, mmorph, mtl, time, transformers
+    ({ mkDerivation, base, bytestring, containers, exceptions, mmorph
+     , mtl, resourcet, time, transformers, transformers-base
      }:
      mkDerivation {
        pname = "streaming";
-       version = "0.1.2.2";
-       sha256 = "1d67401731689b4904fff6fa45ed7257c0c076e4e619714c48443804b6e94beb";
+       version = "0.1.3.3";
+       sha256 = "7199654f1bfbbed976264a49eab8de8c53a350e156115fe5a9da0a5a1798e507";
        libraryHaskellDepends = [
-         base bytestring mmorph mtl time transformers
+         base bytestring containers exceptions mmorph mtl resourcet time
+         transformers transformers-base
        ];
        homepage = "https://github.com/michaelt/streaming";
-       description = "an elementary streaming prelude and a general monad transformer for streaming applications";
+       description = "an elementary streaming prelude and a general stream type";
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
   "streaming-bytestring" = callPackage
-    ({ mkDerivation, base, bytestring, deepseq, mmorph, mtl, streaming
-     , transformers
+    ({ mkDerivation, base, bytestring, deepseq, exceptions, mmorph, mtl
+     , resourcet, streaming, transformers, transformers-base
      }:
      mkDerivation {
        pname = "streaming-bytestring";
-       version = "0.1.2.2";
-       sha256 = "db5ab6c378458e57c4441f49b8564b9acfb5e64079b2c5c651d116ad0908c48d";
+       version = "0.1.3.0";
+       sha256 = "6573ebde6c87e608c0b82b02c25ac15094b93f1e99bd57aab275ca68d2630a13";
        libraryHaskellDepends = [
-         base bytestring deepseq mmorph mtl streaming transformers
+         base bytestring deepseq exceptions mmorph mtl resourcet streaming
+         transformers transformers-base
        ];
        homepage = "https://github.com/michaelt/streaming-bytestring";
        description = "effectful byte steams, or: bytestring io done right";
@@ -174993,8 +175118,8 @@ self: {
      }:
      mkDerivation {
        pname = "streaming-utils";
-       version = "0.1.2.2";
-       sha256 = "98aa08e5fb3665b7aa39934f657daf9473553a54946dd3102833e66c7cc65e4e";
+       version = "0.1.3.0";
+       sha256 = "f591d4e31aada0be4b0b9ac28b23a6b16d3c26db0f37b3ccb9e05239ab81e75b";
        libraryHaskellDepends = [
          aeson attoparsec base bytestring http-client http-client-tls
          json-stream mtl pipes streaming streaming-bytestring transformers
@@ -179758,20 +179883,20 @@ self: {
 
   "templatepg" = callPackage
     ({ mkDerivation, base, binary, bytestring, haskell-src-meta, mtl
-     , network, old-locale, parsec, regex-compat, regex-posix
-     , template-haskell, time, utf8-string
+     , network, parsec, regex-compat, regex-posix, template-haskell
+     , time, utf8-string
      }:
      mkDerivation {
        pname = "templatepg";
-       version = "0.2.6";
-       sha256 = "67317c39b93db3a74ec7fc39f37cd273c6ee6673e539c1c1c6433d6a8b8eaac4";
+       version = "0.2.7";
+       sha256 = "d0b35e35bff5ac9d2605c54fa20586d6286376ae1362dad0e069a65dc9e1002f";
        libraryHaskellDepends = [
-         base binary bytestring haskell-src-meta mtl network old-locale
-         parsec regex-compat regex-posix template-haskell time utf8-string
+         base binary bytestring haskell-src-meta mtl network parsec
+         regex-compat regex-posix template-haskell time utf8-string
        ];
        homepage = "https://github.com/jekor/templatepg";
        description = "A PostgreSQL access library with compile-time SQL type inference";
-       license = stdenv.lib.licenses.bsd3;
+       license = stdenv.lib.licenses.mit;
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
@@ -190488,8 +190613,8 @@ self: {
      }:
      mkDerivation {
        pname = "validation";
-       version = "0.5.1";
-       sha256 = "0b170b835eb2df60b0b620ac7e64127926f7f7e5e682ee712acd53999422dd25";
+       version = "0.5.2";
+       sha256 = "dd1a5857ead5b9ceec3839c9b6af7f3096bbc5694e37e34dfd4be7c1d5f35437";
        libraryHaskellDepends = [
          base bifunctors lens mtl semigroupoids semigroups transformers
        ];
@@ -191167,19 +191292,6 @@ self: {
     ({ mkDerivation, base, fftw, primitive, storable-complex, vector }:
      mkDerivation {
        pname = "vector-fftw";
-       version = "0.1.3.3";
-       sha256 = "131d88fa9ea17e7e46a6d886f37e77282e8e95f2022ccefd2cf11adeca0b9172";
-       libraryHaskellDepends = [ base primitive storable-complex vector ];
-       librarySystemDepends = [ fftw ];
-       homepage = "http://hackage.haskell.org/package/vector-fftw";
-       description = "A binding to the fftw library for one-dimensional vectors";
-       license = stdenv.lib.licenses.bsd3;
-     }) {inherit (pkgs) fftw;};
-
-  "vector-fftw_0_1_3_5" = callPackage
-    ({ mkDerivation, base, fftw, primitive, storable-complex, vector }:
-     mkDerivation {
-       pname = "vector-fftw";
        version = "0.1.3.5";
        sha256 = "f4d88d3122c2ea3a92a5dffd78743e8942f261fd7d00724c6aa317adbc59abfe";
        libraryHaskellDepends = [ base primitive storable-complex vector ];
@@ -191187,7 +191299,6 @@ self: {
        homepage = "http://hackage.haskell.org/package/vector-fftw";
        description = "A binding to the fftw library for one-dimensional vectors";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
      }) {inherit (pkgs) fftw;};
 
   "vector-functorlazy" = callPackage
@@ -195801,6 +195912,8 @@ self: {
        pname = "warp-tls";
        version = "3.1.4";
        sha256 = "7572b8893160a07051a60323e91553b8911d87d58712c64f997ecced1a5febd7";
+       revision = "1";
+       editedCabalFile = "39cf89625ffec9af354d3e502b6974ca122adf0241c9e1e6815bf4c11fb34535";
        libraryHaskellDepends = [
          base bytestring cprng-aes data-default-class network
          streaming-commons tls wai warp
@@ -197809,23 +197922,24 @@ self: {
     ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
      , amazonka-swf, base, basic-prelude, bytestring, conduit
      , conduit-extra, exceptions, fast-logger, formatting, http-conduit
-     , lens, monad-control, monad-logger, mtl, mtl-compat
+     , http-types, lens, monad-control, monad-logger, mtl, mtl-compat
      , optparse-applicative, resourcet, safe, shelly, tasty, tasty-hunit
      , text, time, transformers, transformers-base, unordered-containers
      , uuid, yaml
      }:
      mkDerivation {
        pname = "wolf";
-       version = "0.2.1";
-       sha256 = "e4ab9971eab661b1c614b02d2f3bb9457a85d8479855cc5f0a3656a05205cbe5";
+       version = "0.2.2";
+       sha256 = "73a4d33c24eef17da4f09544f478a65ab73935cc720f94d7a62977917b80428b";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
          aeson amazonka amazonka-core amazonka-s3 amazonka-swf base
          basic-prelude bytestring conduit conduit-extra exceptions
-         fast-logger formatting http-conduit lens monad-control monad-logger
-         mtl mtl-compat optparse-applicative resourcet safe text time
-         transformers transformers-base unordered-containers uuid yaml
+         fast-logger formatting http-conduit http-types lens monad-control
+         monad-logger mtl mtl-compat optparse-applicative resourcet safe
+         text time transformers transformers-base unordered-containers uuid
+         yaml
        ];
        executableHaskellDepends = [
          aeson amazonka-core base basic-prelude bytestring
@@ -203943,7 +204057,7 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
-  "yesod-bin" = callPackage
+  "yesod-bin_1_4_14" = callPackage
     ({ mkDerivation, async, attoparsec, base, base64-bytestring
      , blaze-builder, bytestring, Cabal, conduit, conduit-extra
      , containers, data-default-class, deepseq, directory, file-embed
@@ -203974,6 +204088,40 @@ self: {
        homepage = "http://www.yesodweb.com/";
        description = "The yesod helper executable";
        license = stdenv.lib.licenses.mit;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
+  "yesod-bin" = 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.15";
+       sha256 = "85d132bf823a8638db38aace4770c8e4bf1de9fcd39f91f6537e17ae6a04a4d6";
+       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;
      }) {};
 
   "yesod-bootstrap" = callPackage
@@ -204752,7 +204900,7 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
-  "yesod-core" = callPackage
+  "yesod-core_1_4_15_1" = callPackage
     ({ mkDerivation, aeson, async, auto-update, base, blaze-builder
      , blaze-html, blaze-markup, byteable, bytestring, case-insensitive
      , cereal, clientsession, conduit, conduit-extra, containers, cookie
@@ -204789,6 +204937,46 @@ self: {
        homepage = "http://www.yesodweb.com/";
        description = "Creation of type-safe, RESTful web applications";
        license = stdenv.lib.licenses.mit;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
+  "yesod-core" = callPackage
+    ({ mkDerivation, aeson, async, auto-update, base, blaze-builder
+     , blaze-html, blaze-markup, byteable, bytestring, case-insensitive
+     , cereal, clientsession, conduit, conduit-extra, containers, cookie
+     , data-default, deepseq, directory, exceptions, fast-logger, hspec
+     , hspec-expectations, http-types, HUnit, lifted-base, monad-control
+     , monad-logger, mtl, mwc-random, network, old-locale, parsec
+     , path-pieces, primitive, QuickCheck, random, resourcet, safe
+     , semigroups, shakespeare, streaming-commons, template-haskell
+     , text, time, transformers, transformers-base, unix-compat
+     , unordered-containers, vector, wai, wai-extra, wai-logger, warp
+     , word8
+     }:
+     mkDerivation {
+       pname = "yesod-core";
+       version = "1.4.16";
+       sha256 = "26bab99551e7f6318f367947606129a9360f3a00e04c3ed5d783de9878ebd268";
+       libraryHaskellDepends = [
+         aeson auto-update base blaze-builder blaze-html blaze-markup
+         byteable bytestring case-insensitive cereal clientsession conduit
+         conduit-extra containers cookie data-default deepseq directory
+         exceptions fast-logger http-types lifted-base monad-control
+         monad-logger mtl mwc-random old-locale parsec path-pieces primitive
+         random resourcet safe semigroups shakespeare template-haskell text
+         time transformers transformers-base unix-compat
+         unordered-containers vector wai wai-extra wai-logger warp word8
+       ];
+       testHaskellDepends = [
+         async base blaze-builder bytestring clientsession conduit
+         conduit-extra containers cookie hspec hspec-expectations http-types
+         HUnit lifted-base mwc-random network path-pieces QuickCheck random
+         resourcet shakespeare streaming-commons template-haskell text
+         transformers wai wai-extra
+       ];
+       homepage = "http://www.yesodweb.com/";
+       description = "Creation of type-safe, RESTful web applications";
+       license = stdenv.lib.licenses.mit;
      }) {};
 
   "yesod-crud" = callPackage
@@ -205150,7 +205338,7 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
-  "yesod-form" = callPackage
+  "yesod-form_1_4_5" = callPackage
     ({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html
      , blaze-markup, byteable, bytestring, containers, data-default
      , email-validate, hspec, network-uri, persistent, resourcet
@@ -205172,6 +205360,31 @@ self: {
        homepage = "http://www.yesodweb.com/";
        description = "Form handling support for Yesod Web Framework";
        license = stdenv.lib.licenses.mit;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
+  "yesod-form" = callPackage
+    ({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html
+     , blaze-markup, byteable, bytestring, containers, data-default
+     , email-validate, hspec, network-uri, persistent, resourcet
+     , semigroups, shakespeare, template-haskell, text, time
+     , transformers, wai, xss-sanitize, yesod-core, yesod-persistent
+     }:
+     mkDerivation {
+       pname = "yesod-form";
+       version = "1.4.6";
+       sha256 = "1a20f58e0f06b92afc5bd31b5ab6b1d5c6645e2f7fd134c4b2e325d818b50e66";
+       libraryHaskellDepends = [
+         aeson attoparsec base blaze-builder blaze-html blaze-markup
+         byteable bytestring containers data-default email-validate
+         network-uri persistent resourcet semigroups shakespeare
+         template-haskell text time transformers wai xss-sanitize yesod-core
+         yesod-persistent
+       ];
+       testHaskellDepends = [ base hspec text time ];
+       homepage = "http://www.yesodweb.com/";
+       description = "Form handling support for Yesod Web Framework";
+       license = stdenv.lib.licenses.mit;
      }) {};
 
   "yesod-form-json" = callPackage