From b87dd90e561aca73ade414fcad73dd33384dc5ee Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 13 Aug 2015 11:43:42 +0200 Subject: [PATCH] hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-hashes/commit/c6a74c3fdcfb25cf71a813c0854b50114ef4212a with hackage2nix v20150807-31-g34b77b8 --- .../haskell-modules/hackage-packages.nix | 728 +++++++++++------- 1 file changed, 435 insertions(+), 293 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 11f0fd129696..99b45ddc0d53 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1521,6 +1521,7 @@ self: { vector-th-unbox ]; executableHaskellDepends = [ base cmdargs ]; + jailbreak = true; homepage = "https://github.com/choener/BiobaseXNA"; description = "Efficient RNA/DNA representations"; license = stdenv.lib.licenses.gpl3; @@ -1748,10 +1749,9 @@ self: { ({ mkDerivation, base, bytestring, network, text }: mkDerivation { pname = "BufferedSocket"; - version = "0.2.0.0"; - sha256 = "0e37069b0799669b6ada54785bc5550926b12e3df72f19c20c9f63fd2d7dfc69"; + version = "0.2.1.0"; + sha256 = "bf521304ccbecfd8ba5aefbf76fa7abaebfa646eb9dcff330be5a284fa899c8f"; libraryHaskellDepends = [ base bytestring network text ]; - jailbreak = true; description = "A socker wrapper that makes the IO of sockets much cleaner"; license = stdenv.lib.licenses.mit; }) {}; @@ -9895,8 +9895,8 @@ self: { }: mkDerivation { pname = "Lattices"; - version = "0.0.1"; - sha256 = "c509ede7f13acca98da4fc687a02ab1eaf702ed00fe34ab37491187603ed39f4"; + version = "0.0.2"; + sha256 = "8eebdb8755fb27679b8c9dab7bbc73f46612d22c06286817414a62ac19b40430"; libraryHaskellDepends = [ array base HaskellForMaths ]; testHaskellDepends = [ array base HaskellForMaths HUnit test-framework @@ -10053,8 +10053,8 @@ self: { ({ mkDerivation, base, directory, filepath, List, transformers }: mkDerivation { pname = "ListTree"; - version = "0.2.1"; - sha256 = "b510c37a4ad9acd557d94ec3522616756e46d26b3e548e09a14f072bf80834e6"; + version = "0.2.2"; + sha256 = "b261ac13493c992c44156f81ad194e43f2ab5aa2ae5ea0596414280c3a8addba"; libraryHaskellDepends = [ base directory filepath List transformers ]; @@ -14513,7 +14513,7 @@ self: { "Spock" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring - , case-insensitive, containers, directory, hashable, hspec + , case-insensitive, containers, directory, focus, hashable, hspec , hspec-wai, http-types, hvect, list-t, monad-control, mtl , old-locale, path-pieces, random, reroute, resource-pool , resourcet, stm, stm-containers, text, time, transformers @@ -14522,11 +14522,11 @@ self: { }: mkDerivation { pname = "Spock"; - version = "0.8.0.0"; - sha256 = "04a0a66eb9cb6cc1528e3989e5b54378079ee9919412bc54015a3919603b7e3a"; + version = "0.8.1.0"; + sha256 = "d9e62dba8c757b9877010c4ecbc2e79de519cf14a54c919fc99eda3a1c2e70d6"; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive containers - directory hashable http-types hvect list-t monad-control mtl + directory focus hashable http-types hvect list-t monad-control mtl old-locale path-pieces random reroute resource-pool resourcet stm stm-containers text time transformers transformers-base unordered-containers vault wai wai-extra warp @@ -16440,17 +16440,18 @@ self: { }: mkDerivation { pname = "XSaiga"; - version = "1.0.0.0"; - sha256 = "9fb4a7c95fc93362cd9b8b8367f861d4c1727bb3dad24b8672604f23aa07ae6a"; + version = "1.1.0.0"; + sha256 = "580f29b238c9195613f836eea693a937ba1ad00ea4591bbb7cb1a6a2032f02fd"; revision = "4"; - editedCabalFile = "d4af61293d2d3a615e34002a517490a4ac748799aae15d2b0e6aaed14204693e"; + editedCabalFile = "0cd366fd1401a0c35d4b127ef70b7c26447b6ab2c6c5cb4b0c8b4b4b654e27b2"; isLibrary = true; isExecutable = true; - libraryHaskellDepends = [ base pretty ]; + libraryHaskellDepends = [ + base containers hsparql pretty rdf4h text + ]; executableHaskellDepends = [ base cgi containers hsparql pretty rdf4h text ]; - jailbreak = true; homepage = "http://hafiz.myweb.cs.uwindsor.ca/proHome.html"; description = "An implementation of a polynomial-time top-down parser suitable for NLP"; license = stdenv.lib.licenses.bsd3; @@ -17890,14 +17891,13 @@ self: { }: mkDerivation { pname = "ad"; - version = "4.2.3"; - sha256 = "25a72665dc5c366f2a5482237b65e86bab2b1029b08e167a484bb24f296a3671"; + version = "4.2.4"; + sha256 = "d6850ebd71f39a1ba269f2b1e91b57d13cf2e0a1c73e4394798c3e704ea5fe5c"; libraryHaskellDepends = [ array base comonad containers data-reify erf free nats reflection transformers ]; testHaskellDepends = [ base directory doctest filepath ]; - jailbreak = true; homepage = "http://github.com/ekmett/ad"; description = "Automatic Differentiation"; license = stdenv.lib.licenses.bsd3; @@ -24300,8 +24300,8 @@ self: { ({ mkDerivation, base, ghc-prim, hspec, QuickCheck }: mkDerivation { pname = "base-orphans"; - version = "0.4.3"; - sha256 = "405b6499679805b5361277e4d101240ab7848ffc009621fc29bbae2519ebfc0d"; + version = "0.4.4"; + sha256 = "f4323cc2ae2b25ce228d7291ff65ac5e6c583070b53eaf21dd509ebe25bf0f42"; libraryHaskellDepends = [ base ghc-prim ]; testHaskellDepends = [ base hspec QuickCheck ]; homepage = "https://github.com/haskell-compat/base-orphans#readme"; @@ -29637,8 +29637,8 @@ self: { }: mkDerivation { pname = "cabal-helper"; - version = "0.5.0.0"; - sha256 = "9b7efb284a61e9064be77f3a273410a5432877f7cbf11e6e0233a1826339dcc8"; + version = "0.5.1.0"; + sha256 = "563773491cc8245c3d265c2e7847f95198aad74adcbc16a91622e7e4abef4e45"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -30634,25 +30634,24 @@ self: { }) {}; "call" = callPackage - ({ mkDerivation, audiovisual, base, bindings-portaudio - , boundingboxes, colors, containers, control-bool, deepseq - , directory, filepath, free, freetype2, GLFW-b, hashable - , JuicyPixels, JuicyPixels-util, lens, linear, mtl, objective - , OpenGL, OpenGLRaw, random, reflection, template-haskell, text - , transformers, vector, WAVE + ({ mkDerivation, base, bindings-portaudio, boundingboxes, colors + , containers, control-bool, deepseq, directory, 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.2"; - sha256 = "b7d1bc17868116a25d73afba7fc4f1a20a7ad1b000888163bf4f32d021cc7fc1"; + version = "0.1.4.2"; + sha256 = "2fe8f1ade21ea24c67ab2447189f756b75a60cbb4d2221a0058bc62050c00461"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - audiovisual base bindings-portaudio boundingboxes colors containers + base bindings-portaudio boundingboxes colors containers control-bool deepseq directory filepath free freetype2 GLFW-b hashable JuicyPixels JuicyPixels-util lens linear mtl objective - OpenGL OpenGLRaw random reflection template-haskell text - transformers vector WAVE + OpenGL OpenGLRaw random template-haskell text transformers vector + WAVE ]; executableHaskellDepends = [ base lens ]; jailbreak = true; @@ -32478,6 +32477,8 @@ self: { pname = "chunked-data"; version = "0.2.0"; sha256 = "9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272"; + revision = "1"; + editedCabalFile = "ba9fa66cf9c9995dfec2c5735692d6f52343a48d6c9cae4242ec399e0f421fdc"; libraryHaskellDepends = [ base blaze-builder bytestring containers mono-traversable semigroups text transformers vector @@ -41770,8 +41771,8 @@ self: { }: mkDerivation { pname = "debian-build"; - version = "0.7.2.1"; - sha256 = "d5d5b30dbc92b2b7c1e0137a9089eaeba94a5c410bad726d4db5205f7ede72f4"; + version = "0.7.2.2"; + sha256 = "e9ba2452da86da69f80ed6042de3ae73de83ee96b8483a845129b1dfc685e737"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -49329,6 +49330,72 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) exif;}; + "exinst" = callPackage + ({ mkDerivation, base, constraints, singletons }: + mkDerivation { + pname = "exinst"; + version = "0.1"; + sha256 = "73e32a3d91a7b3d8a9d6b28d560059ab2a5ba49d79dfa0730155b9c0eaf414bf"; + libraryHaskellDepends = [ base constraints singletons ]; + homepage = "https://github.com/k0001/exinst"; + description = "Derive instances for your existential types"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "exinst-aeson" = callPackage + ({ mkDerivation, aeson, base, constraints, exinst, singletons }: + mkDerivation { + pname = "exinst-aeson"; + version = "0.1"; + sha256 = "deb23a10a7f22fe743fb9bb90451e80dcb8d1b365f7a85498e56ef2c31a3a5bf"; + libraryHaskellDepends = [ + aeson base constraints exinst singletons + ]; + homepage = "https://github.com/k0001/exinst"; + description = "Derive instances for the `aeson` library for your existential types"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "exinst-bytes" = callPackage + ({ mkDerivation, base, bytes, constraints, exinst, singletons }: + mkDerivation { + pname = "exinst-bytes"; + version = "0.1"; + sha256 = "f30b5732cb926726e6d92d0888cbb0dca4f99059b9b321fb5198a0337b106189"; + libraryHaskellDepends = [ + base bytes constraints exinst singletons + ]; + homepage = "https://github.com/k0001/exinst"; + description = "Derive instances for the `bytes` library for your existential types"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "exinst-deepseq" = callPackage + ({ mkDerivation, base, constraints, deepseq, exinst }: + mkDerivation { + pname = "exinst-deepseq"; + version = "0.1"; + sha256 = "ea7e155a3a09064f65c39cd5e4323a64b8bf8dc4aa32de33b3495207315c361d"; + libraryHaskellDepends = [ base constraints deepseq exinst ]; + homepage = "https://github.com/k0001/exinst"; + description = "Derive instances for the `deepseq` library for your existential types"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "exinst-hashable" = callPackage + ({ mkDerivation, base, constraints, exinst, hashable, singletons }: + mkDerivation { + pname = "exinst-hashable"; + version = "0.1"; + sha256 = "c6ac56bd83b3fc47b38114019e0be79784f60ab068f77ead8e70d7308e9c297c"; + libraryHaskellDepends = [ + base constraints exinst hashable singletons + ]; + homepage = "https://github.com/k0001/exinst"; + description = "Derive instances for the `hashable` library for your existential types"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "exists" = callPackage ({ mkDerivation, base, contravariant }: mkDerivation { @@ -50017,10 +50084,8 @@ self: { }: mkDerivation { pname = "fast-logger"; - version = "2.4.0"; - sha256 = "4cff4e1a38b07ce18083028406c51efdfa6d6764104c4f2fd4b7112c28cd05c2"; - revision = "3"; - editedCabalFile = "af5edf5e05ecd782e1d87b9d5730c5a9eb1016ac01fb1a377dda1cd8e88a274b"; + version = "2.4.1"; + sha256 = "e51218b5a00b8b5746fcbd1666262f9ae77b9daea5c4e351459a321c0c0a534e"; libraryHaskellDepends = [ array auto-update base bytestring bytestring-builder directory filepath text @@ -50097,8 +50162,8 @@ self: { }: mkDerivation { pname = "fasta"; - version = "0.7.2.1"; - sha256 = "44c36e0d662ad97b9ca4dfd53047e50a7852d5ccaf3edcacb299fef107449dcb"; + version = "0.8.0.0"; + sha256 = "9daceed94de38a7ac6094b37b4c6d2a32d82f7fe9ed4a39abf11e73475fda17e"; libraryHaskellDepends = [ base bytestring containers foldl lens parsec pipes pipes-bytestring pipes-group pipes-text split text @@ -50284,8 +50349,8 @@ self: { ({ mkDerivation, fay-base, fay-text }: mkDerivation { pname = "fay-jquery"; - version = "0.6.0.3"; - sha256 = "0e3eabb54963ef40419607fab6094dfd6d59e1c46cc854f8f796fcd58d47d1f4"; + version = "0.6.1.0"; + sha256 = "0ff57ef8115e5c3fce1c14cca2509713e945874a2a2976e4646559ff51006f13"; libraryHaskellDepends = [ fay-base fay-text ]; homepage = "https://github.com/faylang/fay-jquery"; description = "jQuery bindings for Fay"; @@ -51070,8 +51135,8 @@ self: { }: mkDerivation { pname = "file-embed"; - version = "0.0.8.2"; - sha256 = "9e9cf8d84d5213924eec9d9c829655db74ff02b24a797d5f7450724244fabdbd"; + version = "0.0.9"; + sha256 = "58b3a6b0e0566b9f89286ecd456a669273b8333cd39356d4cc88ef897d93d005"; libraryHaskellDepends = [ base bytestring directory filepath template-haskell ]; @@ -52919,8 +52984,8 @@ self: { }: mkDerivation { pname = "fptest"; - version = "0.2.2.0"; - sha256 = "4420eb2fa772ae97678d0ff3479fca96b071a8bf81373cb9cd0c270888510cf3"; + version = "0.2.1.0"; + sha256 = "70d855b3f61de5666cb070132e5d9d8248b4a5b3a5ceb349247b897930d27c3d"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -53592,8 +53657,8 @@ self: { }: mkDerivation { pname = "fswatcher"; - version = "0.1.2"; - sha256 = "82ddbab9685843470abce50509838121e80e4efac6a22d6f5eb444efe4a8d7ac"; + version = "0.1.3"; + sha256 = "e0b7aea8d9b6adfe1045b7484b84faa1487638e7d3c16a598d9aa82083230351"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -53945,8 +54010,8 @@ self: { }: mkDerivation { pname = "fusion"; - version = "0.1.2"; - sha256 = "b66f1d552ac2107574fd8faad1ac3c3b2f99d90aaac2a5f57d77b41a3272472b"; + version = "0.2.0"; + sha256 = "95a8c2a5ee98fa16a548ec55a42c5a7dde2fce688df74cf884a777db654a486f"; libraryHaskellDepends = [ base pipes-safe transformers void ]; testHaskellDepends = [ base directory doctest filepath ]; homepage = "https://github.com/jwiegley/fusion"; @@ -54551,8 +54616,8 @@ self: { }: mkDerivation { pname = "generic-accessors"; - version = "0.4.1"; - sha256 = "e0edefec048fb498b77482351b0ab9e9136e6ba4bdd32aaf20db2461129911e2"; + version = "0.4.1.1"; + sha256 = "b8a3ff34ba1adff9cf8bf2b568eae405a65336cce2ef3c5544177e2fce07baf9"; libraryHaskellDepends = [ base linear spatial-math ]; testHaskellDepends = [ base HUnit QuickCheck test-framework test-framework-hunit @@ -55316,8 +55381,8 @@ self: { }: mkDerivation { pname = "ghc-exactprint"; - version = "0.3.1"; - sha256 = "41b6c273832b8e89de06d991b2fb7d5d810c87402e552dc395f268049b8b7e1e"; + version = "0.3.1.1"; + sha256 = "26d96b92d93d7455f400133a20c0fc1a2ddc62a1be724ebd8ba637c3346ab822"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -55437,38 +55502,34 @@ self: { }) {}; "ghc-mod" = callPackage - ({ mkDerivation, async, base, Cabal, containers, data-default - , deepseq, directory, djinn-ghc, doctest, filepath, ghc, ghc-paths - , ghc-syb-utils, haskell-src-exts, hlint, hspec, io-choice - , monad-control, monad-journal, mtl, old-time, pretty, process - , split, syb, temporary, text, time, transformers + ({ mkDerivation, async, base, bytestring, cabal-helper, cereal + , containers, deepseq, directory, djinn-ghc, doctest, fclabels + , filepath, ghc, ghc-paths, ghc-syb-utils, haskell-src-exts, hlint + , hspec, monad-control, monad-journal, mtl, old-time, pretty + , process, split, syb, temporary, text, time, transformers , transformers-base }: mkDerivation { pname = "ghc-mod"; - version = "5.2.1.2"; - sha256 = "3b66b4ab4271ee1a61ab348951d49c38e500535789b469783281d36556cb9687"; + version = "5.3.0.0"; + sha256 = "fd03354a6ef312ed40bb217a9c0a1e3bd7f9f41bf3ee89ea6db46b3a9815fefa"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base Cabal containers deepseq directory djinn-ghc filepath ghc - ghc-paths ghc-syb-utils haskell-src-exts hlint io-choice - monad-control monad-journal mtl old-time pretty process split syb - temporary text time transformers transformers-base + base bytestring cabal-helper cereal containers deepseq directory + djinn-ghc fclabels filepath ghc ghc-paths ghc-syb-utils + haskell-src-exts hlint monad-control monad-journal mtl old-time + pretty process split syb temporary text time transformers + transformers-base ]; executableHaskellDepends = [ - async base containers data-default directory filepath ghc mtl - old-time pretty process split time - ]; - testHaskellDepends = [ - base Cabal containers deepseq directory djinn-ghc doctest filepath - ghc ghc-paths ghc-syb-utils haskell-src-exts hlint hspec io-choice - monad-control monad-journal mtl old-time pretty process split syb - temporary text time transformers transformers-base + async base directory filepath ghc mtl old-time pretty process split + time ]; + testHaskellDepends = [ base doctest hspec ]; homepage = "http://www.mew.org/~kazu/proj/ghc-mod/"; description = "Happy Haskell Programming"; - license = stdenv.lib.licenses.bsd3; + license = stdenv.lib.licenses.agpl3; }) {}; "ghc-mtl" = callPackage @@ -55854,12 +55915,11 @@ self: { ({ mkDerivation, base, ghcjs-dom, mtl }: mkDerivation { pname = "ghcjs-dom-hello"; - version = "1.2.0.0"; - sha256 = "f431a1b8d9d384f46ba1f80991c289e7f2f73b59ba461a200f001eaca0357649"; + version = "2.0.0.0"; + sha256 = "34bd62641aa6913d04baeb1ab347f6f867080e001f7cacfb841a5f14abf46fe7"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base ghcjs-dom mtl ]; - jailbreak = true; homepage = "https://github.com/ghcjs/ghcjs-dom-hello"; description = "GHCJS DOM Hello World, an example package"; license = stdenv.lib.licenses.mit; @@ -56066,7 +56126,7 @@ self: { ({ mkDerivation, aeson, async, aws, base, blaze-builder , bloomfilter, bup, byteable, bytestring, case-insensitive , clientsession, conduit, conduit-extra, containers, crypto-api - , cryptohash, curl, data-default, DAV, dbus, directory, dlist, dns + , cryptonite, curl, data-default, DAV, dbus, directory, dlist, dns , edit-distance, esqueleto, exceptions, fdo-notify, feed, filepath , git, gnupg, gnutls, hinotify, hslogger, http-client, http-conduit , http-types, IfElse, json, lsof, MissingH, monad-control @@ -56083,15 +56143,15 @@ self: { }: mkDerivation { pname = "git-annex"; - version = "5.20150731"; - sha256 = "a2eefd4c273f5510e8ee384cc4fb512bf10c76cc4b84f6fff5c255223bd853a1"; + version = "5.20150812"; + sha256 = "0c6f8cd802b38313739b4a5c5fd8ca51493643d60f9290321039c5c0e33546f4"; configureFlags = [ "-fassistant" "-fproduction" ]; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson async aws base blaze-builder bloomfilter byteable bytestring case-insensitive clientsession conduit conduit-extra containers - crypto-api cryptohash data-default DAV dbus directory dlist dns + crypto-api cryptonite data-default DAV dbus directory dlist dns edit-distance esqueleto exceptions fdo-notify feed filepath gnutls hinotify hslogger http-client http-conduit http-types IfElse json MissingH monad-control monad-logger mtl network network-info @@ -56107,11 +56167,10 @@ self: { executableSystemDepends = [ bup curl git gnupg lsof openssh perl rsync wget which ]; - preConfigure = "export HOME=$TEMPDIR"; - checkPhase = '' - cp dist/build/git-annex/git-annex git-annex - ./git-annex test - ''; + preConfigure = "export HOME=$TEMPDIR; patchShebangs ."; + postBuild = "ln -sf dist/build/git-annex/git-annex git-annex"; + installPhase = "make PREFIX=$out CABAL=./Setup install"; + checkPhase = "./git-annex test"; homepage = "http://git-annex.branchable.com/"; description = "manage files with git, without checking their contents into git"; license = stdenv.lib.licenses.gpl3; @@ -57500,8 +57559,8 @@ self: { }: mkDerivation { pname = "google-drive"; - version = "0.4.0"; - sha256 = "488f740df4c746f58ccb1bf7bcc46dc8d504006d76bcc62ec54b8213b72954d3"; + version = "0.4.1"; + sha256 = "f3f742eccf51897db9da71ea1cad0d2632122e94ee98f160e20fef75b58b17f2"; libraryHaskellDepends = [ aeson base bytestring conduit conduit-extra directory filepath http-conduit http-types mtl random resourcet text time @@ -59603,23 +59662,23 @@ self: { , crypto-pubkey, crypto-random, cryptocipher, cryptohash , data-default-class, errors, hashable, incremental-parser , ixset-typed, lens, monad-loops, nettle, network, network-uri - , newtype, old-locale, openpgp-asciiarmor, QuickCheck - , quickcheck-instances, resourcet, securemem, semigroups, split - , tasty, tasty-hunit, tasty-quickcheck, text, time, transformers + , newtype, openpgp-asciiarmor, QuickCheck, quickcheck-instances + , resourcet, securemem, semigroups, split, tasty, tasty-hunit + , tasty-quickcheck, text, time, time-locale-compat, transformers , unordered-containers, wl-pprint-extras, zlib }: mkDerivation { pname = "hOpenPGP"; - version = "2.2"; - sha256 = "21801a62585fea80bea3ecda11df0a7113923646d3d7856bc48db27b868fe0a0"; + version = "2.2.1"; + sha256 = "48e7bc8f2bc29ab5531b3a75e298aeef4fcd4b50efdb7cb9fcea8ca3f1413567"; libraryHaskellDepends = [ aeson attoparsec base base64-bytestring bifunctors binary binary-conduit byteable bytestring bzlib conduit conduit-extra containers crypto-cipher-types crypto-pubkey crypto-random cryptocipher cryptohash data-default-class errors hashable incremental-parser ixset-typed lens monad-loops nettle network - network-uri newtype old-locale openpgp-asciiarmor resourcet - securemem semigroups split text time transformers + network-uri newtype openpgp-asciiarmor resourcet securemem + semigroups split text time time-locale-compat transformers unordered-containers wl-pprint-extras zlib ]; testHaskellDepends = [ @@ -59628,9 +59687,10 @@ self: { crypto-cipher-types crypto-pubkey crypto-random cryptocipher cryptohash data-default-class errors hashable incremental-parser ixset-typed lens monad-loops nettle network network-uri newtype - old-locale QuickCheck quickcheck-instances resourcet securemem - semigroups split tasty tasty-hunit tasty-quickcheck text time - transformers unordered-containers wl-pprint-extras zlib + QuickCheck quickcheck-instances resourcet securemem semigroups + split tasty tasty-hunit tasty-quickcheck text time + time-locale-compat transformers unordered-containers + wl-pprint-extras zlib ]; homepage = "http://floss.scru.org/hOpenPGP/"; description = "native Haskell implementation of OpenPGP (RFC4880)"; @@ -60528,24 +60588,24 @@ self: { "hackport" = callPackage ({ mkDerivation, array, base, bytestring, containers, deepseq , directory, extensible-exceptions, filepath, HTTP, HUnit, MissingH - , mtl, network, network-uri, old-locale, old-time, parsec, pretty + , network, network-uri, old-locale, old-time, parsec, pretty , process, regex-compat, tar, time, unix, xml, zlib }: mkDerivation { pname = "hackport"; - version = "0.4.5"; - sha256 = "a7aa880795b0acfcbed287ccddbbf204ed5daa86873c788dd5d98107f9445ba3"; + version = "0.4.6"; + sha256 = "5b5cd178fbefe5363bd4f68ca98386fd2762df88ff24435e1999f28e80b1e14e"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ array base bytestring containers deepseq directory - extensible-exceptions filepath HTTP MissingH mtl network - network-uri old-locale old-time parsec pretty process regex-compat - tar time unix xml zlib + extensible-exceptions filepath HTTP MissingH network network-uri + old-locale old-time parsec pretty process regex-compat tar time + unix xml zlib ]; testHaskellDepends = [ base bytestring containers deepseq directory extensible-exceptions - filepath HUnit mtl pretty process time unix xml + filepath HUnit pretty process time unix xml ]; description = "Hackage and Portage integration tool"; license = "GPL"; @@ -65902,18 +65962,18 @@ self: { }) {}; "hdevtools" = callPackage - ({ mkDerivation, base, Cabal, cmdargs, directory, filepath, ghc - , ghc-paths, network, process, syb, time, unix + ({ mkDerivation, base, bin-package-db, Cabal, cmdargs, directory + , filepath, ghc, ghc-paths, network, process, syb, time, unix }: mkDerivation { pname = "hdevtools"; - version = "0.1.1.9"; - sha256 = "4c75a9399e07ba3ea94bab454663b2ef7072f2db6f4b316fce3912cd3da98f33"; + version = "0.1.2.1"; + sha256 = "88ec6f28c11a6f04e3db4ab3cb1b17d6c30c10023fd81996b1b66a251d8e65a7"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base Cabal cmdargs directory filepath ghc ghc-paths network process - syb time unix + base bin-package-db Cabal cmdargs directory filepath ghc ghc-paths + network process syb time unix ]; homepage = "https://github.com/schell/hdevtools/"; description = "Persistent GHC powered background server for FAST haskell development tools"; @@ -72782,7 +72842,6 @@ self: { network process text transformers unordered-containers vector ]; testHaskellDepends = [ base ]; - jailbreak = true; homepage = "https://github.com/mvoidex/hsdev"; description = "Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc"; license = stdenv.lib.licenses.bsd3; @@ -75912,6 +75971,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "human-readable-duration" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "human-readable-duration"; + version = "0.1.0.0"; + sha256 = "75c5f9f83fe3204b5da47cfd6da82465185dcfd926ed0cec51ac91406684f7de"; + libraryHaskellDepends = [ base ]; + homepage = "http://github.com/yogsototh/human-readable-duration#readme"; + description = "Provide duration helper"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hums" = callPackage ({ mkDerivation, base, blaze-builder, bytestring, case-insensitive , ConfigFile, containers, directory, filepath, HaXml, http-types @@ -79888,8 +79959,8 @@ self: { pname = "irc-core"; version = "1.1.0.1"; sha256 = "a788848f0d60068ed173c394bf28ad637a85df4f3007daebe502126c1907c106"; - revision = "3"; - editedCabalFile = "a2be33ee630d69381c0103cf25743005688f53220d02552cc99ed7131eefdadf"; + revision = "4"; + editedCabalFile = "bbe603100961c3b2746c733f31f56f26177b1b28180d6468133140f80d95b402"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -79902,7 +79973,6 @@ self: { network old-locale split stm text time tls transformers vty x509 x509-store x509-system x509-validation ]; - jailbreak = true; homepage = "https://github.com/glguy/irc-core"; description = "An IRC client library and text client"; license = stdenv.lib.licenses.bsd3; @@ -81595,8 +81665,8 @@ self: { }: mkDerivation { pname = "json-rpc"; - version = "0.7.0.1"; - sha256 = "e99da039bd589685ce9f396b6ef532a2640731c9e18d374cbe4aaf472530095f"; + version = "0.7.0.2"; + sha256 = "e8187d8946735a2e6845ddcc4097181c99d750aea2b9c4563bf9765e86c3be82"; libraryHaskellDepends = [ aeson attoparsec base bytestring conduit conduit-extra deepseq hashable lifted-async monad-control monad-logger mtl QuickCheck stm @@ -82521,8 +82591,8 @@ self: { }: mkDerivation { pname = "keera-hails-reactive-gtk"; - version = "0.0.3.6"; - sha256 = "043263a2ae40746b8a8cd4b0456c38a83e20232f39f96056196e83e0c118f4c4"; + version = "0.1"; + sha256 = "81353ed9e0a293359ebd30e520191290ee25929ad5136f2d606721ad3800f411"; libraryHaskellDepends = [ base gtk gtk-helpers keera-hails-reactivevalues mtl transformers ]; @@ -82594,8 +82664,8 @@ self: { ({ mkDerivation, base, contravariant }: mkDerivation { pname = "keera-hails-reactivevalues"; - version = "0.0.3.4"; - sha256 = "eb86cbfc026bc5d31a2acb1054473f10d6b65795a5e9cc17f983e60bb4261763"; + version = "0.1.0"; + sha256 = "471871afb20248732bb1f2b036a32eda3fbbce6c02f8e1ee880b60f57940f515"; libraryHaskellDepends = [ base contravariant ]; homepage = "http://www.keera.es/blog/community/"; description = "Haskell on Rails - Reactive Values"; @@ -82727,6 +82797,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "keyed" = callPackage + ({ mkDerivation, base, containers, vector }: + mkDerivation { + pname = "keyed"; + version = "0.3.0.0"; + sha256 = "b85cbba508e47c61bc49a3651068f7a86285501bbe0af66d90bb2eb5c8b6a360"; + libraryHaskellDepends = [ base containers vector ]; + homepage = "https://github.com/wyager/keyed"; + description = "Generic indexing for many data structures"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "keyring" = callPackage ({ mkDerivation, base, udbus }: mkDerivation { @@ -85222,10 +85304,8 @@ self: { }: mkDerivation { pname = "leksah"; - version = "0.15.1.2"; - sha256 = "4b90e8f41165afd439a7b3bb587e03c89eb908deec6ee0837af38f7eaf925fc7"; - revision = "1"; - editedCabalFile = "e97b32fd5b0bfc80e02961a66cbb505cae737e3bc8f4f88afd9602740fc21d66"; + version = "0.15.1.3"; + sha256 = "de00aa714ba2e60b7450e0fb7a382bdb88cc8ed9589ef10833e93782630488cf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -87230,8 +87310,10 @@ self: { }: mkDerivation { pname = "liquid-fixpoint"; - version = "0.3.0.1"; - sha256 = "5c41fec77deb1ff4d77d368880be697444598b88c31b3c8597d89a1411644503"; + version = "0.4.0.0"; + sha256 = "7414b580a3ec8185da5e5148b46cef5d15e347080eb2561fcd228c72e7669816"; + revision = "2"; + editedCabalFile = "10397e387d91256dcd35cae36cb27ae302418c3c80da6e65d417657783beaf6b"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -87256,21 +87338,21 @@ self: { "liquidhaskell" = callPackage ({ mkDerivation, aeson, ansi-terminal, array, base, bifunctors - , bytestring, cmdargs, containers, cpphs, data-default, deepseq - , Diff, directory, filemanip, filepath, fingertree, ghc, ghc-paths - , hashable, hpc, hscolour, intern, liquid-fixpoint, mtl - , optparse-applicative, parsec, pretty, process, syb, tagged, tasty - , tasty-hunit, tasty-rerun, template-haskell, text, time - , unordered-containers, vector + , bytestring, Cabal, cmdargs, containers, cpphs, data-default + , deepseq, Diff, directory, filemanip, filepath, fingertree, ghc + , ghc-paths, hashable, hpc, hscolour, intern, liquid-fixpoint, mtl + , optparse-applicative, parsec, pretty, process, stm, syb, tagged + , tasty, tasty-hunit, tasty-rerun, template-haskell, text, time + , transformers, unordered-containers, vector }: mkDerivation { pname = "liquidhaskell"; - version = "0.4.1.1"; - sha256 = "9a7c248662b9e1e814dfe93f27bd8cf4796b4ed2629e214bcc7a5510e337affb"; + version = "0.5.0.1"; + sha256 = "27f31e7652cd9ef0b97d2e3936c8e9c759961ac153b324c3e84f11cb441ab89a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson ansi-terminal array base bifunctors bytestring cmdargs + aeson ansi-terminal array base bifunctors bytestring Cabal cmdargs containers cpphs data-default deepseq Diff directory filemanip filepath fingertree ghc ghc-paths hashable hpc hscolour intern liquid-fixpoint mtl parsec pretty process syb template-haskell text @@ -87284,8 +87366,8 @@ self: { time unordered-containers vector ]; testHaskellDepends = [ - base directory filepath optparse-applicative process tagged tasty - tasty-hunit tasty-rerun + base containers directory filepath mtl optparse-applicative process + stm tagged tasty tasty-hunit tasty-rerun transformers ]; homepage = "http://goto.ucsd.edu/liquidhaskell"; description = "Liquid Types for Haskell"; @@ -89147,8 +89229,8 @@ self: { }: mkDerivation { pname = "lzma-conduit"; - version = "1.1.3"; - sha256 = "24bb207c3cc6ccf4185e0168461a9c9bc276ccd98dbbc5f039a3126f0a3eee06"; + version = "1.1.3.0"; + sha256 = "abf9e7a052a2bbd85923237a6fa7a73e7e077b20908ad3d68e6c24285aef390f"; libraryHaskellDepends = [ base bindings-DSL bytestring conduit resourcet transformers ]; @@ -92714,8 +92796,8 @@ self: { }: mkDerivation { pname = "moesocks"; - version = "0.1.0.14"; - sha256 = "7b8548c3b91dbe0fc51304af356537b8af6586a487153ab3777ec804668d9fef"; + version = "0.1.0.16"; + sha256 = "833ab0000c1db92e20f90a5515e456cbae36bb284b82b81a41d9786f75847d09"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -95503,8 +95585,8 @@ self: { }: mkDerivation { pname = "mutable-containers"; - version = "0.3.0"; - sha256 = "ccec3cc85fa5a4facd65e7ab39220d0b41bd4ec2fe15df0bcd38fcf249105ff7"; + version = "0.3.2"; + sha256 = "781388cf52faa5f9c4c8a825eef11bec430e323c6913d25b5f4e63d8ce02017e"; libraryHaskellDepends = [ base containers ghc-prim mono-traversable primitive vector ]; @@ -96170,6 +96252,8 @@ self: { pname = "nats"; version = "1"; sha256 = "8045e8348bc166832d443b65addc537504a63e5a60cf9c99e8037ba00945da64"; + revision = "1"; + editedCabalFile = "ea2e93e879296eb63130ebd89562d0e7e6d74748c6c8b029c07708d2ffd44b72"; homepage = "http://github.com/ekmett/nats/"; description = "Natural numbers"; license = stdenv.lib.licenses.bsd3; @@ -96279,6 +96363,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "naver-translate" = callPackage + ({ mkDerivation, aeson, base, iso639, lens, lens-aeson, random + , text, wreq + }: + mkDerivation { + pname = "naver-translate"; + version = "0.1.0.0"; + sha256 = "81fa0fb48c1096b141ab0e3972da9750a8027e9255805330c8fc0a6f982b7519"; + libraryHaskellDepends = [ + aeson base iso639 lens lens-aeson random text wreq + ]; + jailbreak = true; + homepage = "https://github.com/dahlia/naver-translate"; + description = "Interface to Naver Translate"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "nbt" = callPackage ({ mkDerivation, array, base, bytestring, cereal, HUnit, QuickCheck , test-framework, test-framework-hunit, test-framework-quickcheck2 @@ -98031,21 +98132,23 @@ self: { }) {}; "nicovideo-translator" = callPackage - ({ mkDerivation, aeson, base, bytestring, case-insensitive + ({ mkDerivation, base, bytestring, case-insensitive, cmdargs , containers, dns, http-client, http-types, iso639, lens - , lens-aeson, random, setlocale, text, wai, warp, wreq, xml-conduit + , naver-translate, setlocale, text, text-format, wai, warp, wreq + , xml-conduit }: mkDerivation { pname = "nicovideo-translator"; - version = "0.1.0.0"; - sha256 = "90a3bba89d2fac5b58439b589bbe981cd16e80f358c6f6b2e7111d98f2ac0b07"; + version = "0.1.0.1"; + sha256 = "d2a7963385d06c67dad7d3aadd215c7d243e1e189b9fc3358bceb36a5c65f68a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson base bytestring case-insensitive containers http-client - http-types iso639 lens lens-aeson random text wai wreq xml-conduit + base bytestring case-insensitive cmdargs containers dns http-client + http-types iso639 lens naver-translate setlocale text text-format + wai warp wreq xml-conduit ]; - executableHaskellDepends = [ base dns iso639 setlocale text warp ]; + executableHaskellDepends = [ base ]; jailbreak = true; homepage = "https://github.com/dahlia/nicovideo-translator"; description = "Nico Nico Douga (ニコニコ動画) Comment Translator"; @@ -100388,25 +100491,6 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "optparse-applicative_0_10_0" = callPackage - ({ mkDerivation, ansi-wl-pprint, base, process, transformers - , transformers-compat - }: - mkDerivation { - pname = "optparse-applicative"; - version = "0.10.0"; - sha256 = "8b75b521fa0518d91ee119ccfd48aa1b317df0d00a91e31d620022f67e361912"; - revision = "1"; - editedCabalFile = "20d6ce280b028a493a1920dcc22bb39bee10e9c788a58e03dcaeecba97afffb0"; - libraryHaskellDepends = [ - ansi-wl-pprint base process transformers transformers-compat - ]; - jailbreak = true; - homepage = "https://github.com/pcapriotti/optparse-applicative"; - description = "Utilities and combinators for parsing command line options"; - license = stdenv.lib.licenses.bsd3; - }) {}; - "optparse-applicative" = callPackage ({ mkDerivation, ansi-wl-pprint, base, process, transformers , transformers-compat @@ -103876,8 +103960,8 @@ self: { }: mkDerivation { pname = "picoparsec"; - version = "0.1.2.2"; - sha256 = "e931e9c383b9f8525d631f455ffd1cff87c959f4df2d526fbd8e52a7290bc5bd"; + version = "0.1.2.3"; + sha256 = "8ec7ed678efaf62de15b7c2f1d21f1ddf8b92f5fa233eed9534c12e8812e9150"; libraryHaskellDepends = [ array base bytestring containers deepseq monoid-subclasses scientific text @@ -104162,8 +104246,8 @@ self: { }: mkDerivation { pname = "pipes-cereal"; - version = "0.1.0.0"; - sha256 = "48a9a7d2ae140683dc06ea29b9940bb37c6822f73a49cd34869defef1f1ac511"; + version = "0.1.0"; + sha256 = "874d90435aac869871c169777ba937ac2579868c9076d9292d534b9f163a43b6"; libraryHaskellDepends = [ base bytestring cereal mtl pipes pipes-bytestring pipes-parse ]; @@ -104768,6 +104852,19 @@ self: { license = "GPL"; }) {}; + "pkcs7" = callPackage + ({ mkDerivation, base, bytestring, Cabal, HUnit, QuickCheck }: + mkDerivation { + pname = "pkcs7"; + version = "1.0.0.1"; + sha256 = "a22c63e56ca355df2075689753381f61cdfaf215e73755f55589b09a93bf9044"; + libraryHaskellDepends = [ base bytestring ]; + testHaskellDepends = [ base bytestring Cabal HUnit QuickCheck ]; + homepage = "https://github.com/kisom/pkcs7"; + description = "PKCS #7 padding in Haskell"; + license = stdenv.lib.licenses.mit; + }) {}; + "pkggraph" = callPackage ({ mkDerivation, base, Cabal, split }: mkDerivation { @@ -107819,8 +107916,8 @@ self: { }: mkDerivation { pname = "propellor"; - version = "2.7.0"; - sha256 = "bca8444b4c47cd4c459eed6f6f37af667481f804d951ef19797a0563cdceee8a"; + version = "2.7.1"; + sha256 = "31e6b0463f36a6241eaadd980648afe487061e213582b457f29e045ee4ea862f"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -108604,8 +108701,8 @@ self: { }: mkDerivation { pname = "purescript"; - version = "0.7.2.0"; - sha256 = "d3a8f4bdbb658e33576cec3b940fe53c1b1b1ad5b0047654b55203a682053d37"; + version = "0.7.3.0"; + sha256 = "27d9e4bd3061a2b64e10d4d7c140b2debd786772309aa36e0b7fdaa49b42b5c0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -108625,7 +108722,6 @@ self: { optparse-applicative parsec process time transformers transformers-compat ]; - jailbreak = true; homepage = "http://www.purescript.org/"; description = "PureScript Programming Language Compiler"; license = stdenv.lib.licenses.mit; @@ -111194,8 +111290,8 @@ self: { }: mkDerivation { pname = "reducers"; - version = "3.10.3.2"; - sha256 = "822c487d308a470c33915ba2323efeed2d3cff774336d388864aaaf26bf6d9fd"; + version = "3.11"; + sha256 = "f8212e2adfeb1631f82da8bb4c4bbb6da2d79a558a2a5e80d3cc6d33f22b46bc"; libraryHaskellDepends = [ array base bytestring containers fingertree hashable semigroupoids semigroups text transformers unordered-containers @@ -111754,8 +111850,8 @@ self: { }: mkDerivation { pname = "regex-pderiv"; - version = "0.1.3"; - sha256 = "a5bcdafd9b960c3ee056da8b8953f43c44b9a7d0d9fb501c68523f36b69e07ca"; + version = "0.1.4"; + sha256 = "05de6d0794c4515c6f5dc340d9bf7b4ea8c59eb4592306c9f0342ff268a4df39"; libraryHaskellDepends = [ base bitset bytestring containers deepseq ghc-prim mtl parallel parsec regex-base @@ -112998,8 +113094,8 @@ self: { }: mkDerivation { pname = "reroute"; - version = "0.3.0.2"; - sha256 = "68595687d3ed7cab038a6a46c1b78349e6dcc114301164696bebbc851f9bb393"; + version = "0.3.1.0"; + sha256 = "5e31044f054305e119f80aa2625ecd4b7453e383d67dc44b8fdd9d64fa476fe9"; libraryHaskellDepends = [ base deepseq graph-core hashable hvect mtl path-pieces regex-compat text transformers unordered-containers vector @@ -115626,8 +115722,8 @@ self: { }: mkDerivation { pname = "sasl"; - version = "0.0.0.2"; - sha256 = "46f092b8735cf80a8e73479a1ebeecd76309e317c38d1161ffdc7114770a9b09"; + version = "0.0.0.1"; + sha256 = "f43b3e48169e1e579f4fb2e3ab84410321233ef798a63b6df847df82de9f4b29"; libraryHaskellDepends = [ base base64-bytestring bytestring cryptohash monads-tf papillon simple-pipe @@ -117755,19 +117851,18 @@ self: { "servant-ede" = callPackage ({ mkDerivation, aeson, base, bytestring, ede, either, filepath , http-media, http-types, semigroups, servant, servant-server, text - , transformers, unordered-containers, vector, wai, warp - , xss-sanitize + , transformers, unordered-containers, vector, warp, xss-sanitize }: mkDerivation { pname = "servant-ede"; - version = "0.5"; - sha256 = "ccbce9507058621451949cec97a0bd39524266f7001b62cbe87e7e6a529b0953"; + version = "0.5.1"; + sha256 = "54e929c1c77acb04e808aabc485cf80f19724330e233ae5b6255d41d45ac957c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base bytestring ede either filepath http-media http-types semigroups servant text transformers unordered-containers vector - wai xss-sanitize + xss-sanitize ]; executableHaskellDepends = [ base ede http-media servant-server warp @@ -118287,8 +118382,8 @@ self: { }: mkDerivation { pname = "sets"; - version = "0.0.1.1"; - sha256 = "5f9262b02eb5e6d1caf85ae65f3b659b49e5d4b17447b8cbd52a359df8ba0a1d"; + version = "0.0.3"; + sha256 = "0d7c20774a94d7ccc1822bad17a0c4a0019d74dd418569d2be1222db93b3aab5"; libraryHaskellDepends = [ base commutative containers contravariant discrimination hashable set-with unordered-containers @@ -124082,54 +124177,56 @@ self: { "stack" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring - , base64-bytestring, bifunctors, binary, blaze-builder, bytestring - , Cabal, conduit, conduit-combinators, conduit-extra, containers - , cryptohash, cryptohash-conduit, deepseq, directory, either - , enclosed-exceptions, exceptions, fast-logger, file-embed - , filepath, hashable, hspec, http-client, http-client-tls + , base64-bytestring, bifunctors, binary, blaze-builder, byteable + , bytestring, Cabal, conduit, conduit-combinators, conduit-extra + , containers, cryptohash, cryptohash-conduit, deepseq + , deepseq-generics, directory, either, enclosed-exceptions + , exceptions, extra, fast-logger, file-embed, filelock, filepath + , fsnotify, hashable, hastache, hspec, http-client, http-client-tls , http-conduit, http-types, lifted-base, monad-control , monad-logger, monad-loops, mtl, old-locale, optparse-applicative , optparse-simple, path, persistent, persistent-sqlite - , persistent-template, pretty, process, resourcet, safe, split, stm - , streaming-commons, tar, template-haskell, temporary, text, time - , transformers, transformers-base, unix, unix-compat - , unordered-containers, vector, vector-binary-instances, void - , word8, yaml, zlib + , persistent-template, pretty, process, project-template + , QuickCheck, resourcet, retry, safe, split, stm, streaming-commons + , tar, template-haskell, temporary, text, time, transformers + , transformers-base, unix, unix-compat, unordered-containers + , vector, vector-binary-instances, void, word8, yaml, zlib }: mkDerivation { pname = "stack"; - version = "9.9.9"; - sha256 = "caaaa6a2db7d2811e7ef41e95f231a4d7d3807491a0b064e7a55883584faface"; - revision = "4"; - editedCabalFile = "5ff7356010e14ec43684d11fcec6e34f47f794cc48a258919568cc27c72ffd34"; + version = "0.1.3.1"; + sha256 = "af5542c838fa33bd633cad5b9cbd411748a259a06bd0b437094c9d79b0e01e6a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson async attoparsec base base16-bytestring base64-bytestring - bifunctors binary bytestring Cabal conduit conduit-combinators - conduit-extra containers cryptohash cryptohash-conduit deepseq - directory enclosed-exceptions exceptions fast-logger file-embed - filepath hashable http-client http-client-tls http-conduit - http-types lifted-base monad-control monad-logger monad-loops mtl - old-locale optparse-applicative path persistent persistent-sqlite - persistent-template pretty process resourcet safe stm - streaming-commons tar template-haskell temporary text time - transformers transformers-base unix unordered-containers vector - vector-binary-instances void word8 yaml zlib + bifunctors binary blaze-builder byteable bytestring Cabal conduit + conduit-combinators conduit-extra containers cryptohash + cryptohash-conduit deepseq deepseq-generics directory + enclosed-exceptions exceptions extra fast-logger file-embed + filelock filepath fsnotify hashable hastache http-client + http-client-tls http-conduit http-types lifted-base monad-control + monad-logger monad-loops mtl old-locale optparse-applicative + optparse-simple path persistent persistent-sqlite + persistent-template pretty process project-template resourcet retry + safe split stm streaming-commons tar template-haskell temporary + text time transformers transformers-base unix unix-compat + unordered-containers vector vector-binary-instances void word8 yaml + zlib ]; executableHaskellDepends = [ - base blaze-builder bytestring conduit containers directory either - exceptions filepath hashable http-client http-conduit monad-logger - mtl old-locale optparse-applicative optparse-simple path process - resourcet split text transformers unordered-containers + base bytestring conduit containers directory either exceptions + filelock filepath hashable http-client http-conduit lifted-base + monad-control monad-logger mtl old-locale optparse-applicative + optparse-simple path process resourcet split text transformers + unordered-containers ]; testHaskellDepends = [ async base bytestring Cabal conduit conduit-extra containers cryptohash directory exceptions filepath hspec http-conduit - monad-logger path process resourcet temporary text transformers - unix-compat + monad-logger optparse-applicative path process QuickCheck resourcet + retry temporary text transformers unix-compat ]; - jailbreak = true; homepage = "https://github.com/commercialhaskell/stack"; description = "The Haskell Tool Stack"; license = stdenv.lib.licenses.bsd3; @@ -124934,17 +125031,17 @@ self: { }) {}; "steeloverseer" = callPackage - ({ mkDerivation, base, fsnotify, process, regex-tdfa - , system-filepath, text, time, unix + ({ mkDerivation, ansi-terminal, base, filepath, fsnotify, process + , regex-tdfa, time, unix }: mkDerivation { pname = "steeloverseer"; - version = "1.1.0.4"; - sha256 = "76b11b12cb3cd1d38371ea9d7fb6ee290d66c089004337dd30680adecd9310f3"; + version = "1.1.1.0"; + sha256 = "cb255fce9ec38417473a10e00efd68450699ebb64f1ed0d683348dcd7b86a9eb"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base fsnotify process regex-tdfa system-filepath text time unix + ansi-terminal base filepath fsnotify process regex-tdfa time unix ]; homepage = "https://github.com/schell/steeloverseer"; description = "A file watcher"; @@ -125564,6 +125661,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "streaming" = callPackage + ({ mkDerivation, base, ghc-prim, mmorph, mtl, transformers }: + mkDerivation { + pname = "streaming"; + version = "0.1.0.0"; + sha256 = "c1500a6c44d3346318891417dc9986e8081f61602237b3632b8a6e03c1b362ce"; + libraryHaskellDepends = [ base ghc-prim mmorph mtl transformers ]; + homepage = "https://github.com/michaelt/streaming"; + description = "A general free monad transformer optimized for streaming applications"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "streaming-commons" = callPackage ({ mkDerivation, array, async, base, blaze-builder, bytestring , deepseq, directory, hspec, network, process, QuickCheck, random @@ -125939,6 +126048,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "strio" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "strio"; + version = "0.0.0.0"; + sha256 = "14cbd9da8f3c97020aa6a414e059b41d57dbcb586153c8a328c835eec8ee32bd"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base ]; + homepage = "https://github.com/yulii/strio"; + description = "Initial project template from stack"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "stripe" = callPackage ({ mkDerivation, aeson, base, bytestring, http-conduit, http-types , mtl, text, time, unordered-containers, utf8-string @@ -128362,23 +128487,24 @@ self: { "target" = callPackage ({ mkDerivation, array, base, containers, deepseq, directory - , exceptions, filepath, ghc, ghc-paths, ghc-prim, liquid-fixpoint - , liquidhaskell, mtl, pretty, process, syb, tagged, tasty - , tasty-hunit, template-haskell, text, text-format, th-lift - , transformers, unordered-containers, vector + , exceptions, filepath, ghc, ghc-paths, ghc-prim, hint + , liquid-fixpoint, liquidhaskell, mtl, pretty, process, QuickCheck + , syb, tagged, tasty, tasty-hunit, template-haskell, text + , text-format, th-lift, transformers, unordered-containers, vector }: mkDerivation { pname = "target"; - version = "0.1.3.0"; - sha256 = "c6e06e486baa2a5d5fbf1461d1336d2efdae758ccef120f1ec7eb1ffb7aa3f5f"; - revision = "1"; - editedCabalFile = "173753da5f21d9f9d164cc546890e9ad602e339ed99351863ad1ba5df9489fb3"; + version = "0.2.0.0"; + sha256 = "249c5936784131d4a114dbfe920aa5dca38b1116b64138273af31710e68b735b"; + isLibrary = true; + isExecutable = true; libraryHaskellDepends = [ base containers directory exceptions filepath ghc ghc-paths - liquid-fixpoint liquidhaskell mtl pretty process syb tagged - template-haskell text text-format th-lift transformers + liquid-fixpoint liquidhaskell mtl pretty process QuickCheck syb + tagged template-haskell text text-format th-lift transformers unordered-containers vector ]; + executableHaskellDepends = [ base hint ]; testHaskellDepends = [ array base containers deepseq ghc ghc-prim liquid-fixpoint liquidhaskell mtl tagged tasty tasty-hunit template-haskell @@ -129174,6 +129300,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "tempus-fugit" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "tempus-fugit"; + version = "0.1.0.1"; + sha256 = "d93b841938c4ae7e199a3135bbe1619bbf0e68919aee7fff72db903473644303"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base ]; + homepage = "http://github.com/kadoban/tempus-fugit"; + description = "Programmers' time tracker"; + license = stdenv.lib.licenses.agpl3; + }) {}; + "tensor" = callPackage ({ mkDerivation, base, ghc-prim, QuickCheck, random, vector }: mkDerivation { @@ -131262,17 +131404,15 @@ self: { }) {}; "tictactoe3d" = callPackage - ({ mkDerivation, base, hArduino, tuples-homogenous-h98, vector }: + ({ mkDerivation, base, tuples-homogenous-h98, vector }: mkDerivation { pname = "tictactoe3d"; - version = "0.1.0.0"; - sha256 = "e4f7b7559e187ac46167313a50ac8af17ddf26cdd83f3b5dd8eeb0bfb5a8fd72"; - libraryHaskellDepends = [ - base hArduino tuples-homogenous-h98 vector - ]; + version = "0.1.0.3"; + sha256 = "e162cfdc30aac18f0ddb98ee3d3de72c584523937a88250742d75e0a9762ee76"; + libraryHaskellDepends = [ base tuples-homogenous-h98 vector ]; jailbreak = true; homepage = "https://github.com/ryo0ka/tictactoe3d"; - description = "3D Tic-Tac-Toe logic"; + description = "3D Tic-Tac-Toe game"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -133349,6 +133489,26 @@ self: { license = stdenv.lib.licenses.publicDomain; }) {}; + "tsvsql" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, containers + , optparse-applicative, text, unordered-containers + }: + mkDerivation { + pname = "tsvsql"; + version = "0.1.1.0"; + sha256 = "3341c69cdb02a65ba0e2d31963c83bb0477f76e5afbfede7f9ceb0518fa9e3ed"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + attoparsec base bytestring containers optparse-applicative text + unordered-containers + ]; + jailbreak = true; + homepage = "https://github.com/danchoi/tsvsql"; + description = "Template tsv into SQL"; + license = stdenv.lib.licenses.mit; + }) {}; + "ttrie" = callPackage ({ mkDerivation, atomic-primops, base, containers, hashable , primitive, QuickCheck, stm, test-framework @@ -137446,10 +137606,8 @@ self: { ({ mkDerivation, base, time }: mkDerivation { pname = "varying"; - version = "0.1.1.0"; - sha256 = "38ef53b0b042e2083b9300c682de437a095cb807f518eb708b02a1caff650b73"; - revision = "1"; - editedCabalFile = "85e4874332bfcfa3dde2ca4ca8157e8fe2e4aa3c2e46a273e21b563843c3d288"; + version = "0.1.1.2"; + sha256 = "044d0321b199cadb2b8d28edcadfcab4a48708eb49ad27e1c3baf206eb736041"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base time ]; @@ -137677,12 +137835,12 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "vector_0_10_9_3" = callPackage + "vector_0_10_9_2" = callPackage ({ mkDerivation, base, deepseq, ghc-prim, primitive }: mkDerivation { pname = "vector"; - version = "0.10.9.3"; - sha256 = "bdcd541262bc538fa43c9b3ea2dd8c1c2cd5ac7bb9efa909a8d558753678b422"; + version = "0.10.9.2"; + sha256 = "8119f5d1829de64dfca7a50b96b1bd4f9ace3e9c1ffeeeaa362394dc0a27dc10"; libraryHaskellDepends = [ base deepseq ghc-prim primitive ]; jailbreak = true; homepage = "https://github.com/haskell/vector"; @@ -137736,10 +137894,8 @@ self: { }: mkDerivation { pname = "vector-algorithms"; - version = "0.7"; - sha256 = "9dfded48c97f4ff765b18ae5acd264361e1299736111ac73895848d8f6ab56c6"; - revision = "1"; - editedCabalFile = "ba3ba4dbfe97dc45be68d13c51ba4425900b186a46cdf3eceaafb746030c1b95"; + version = "0.7.0.1"; + sha256 = "ed460a41ca068f568bc2027579ab14185fbb72c7ac469b5179ae5f8a52719070"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base bytestring primitive vector ]; @@ -141329,19 +141485,6 @@ self: { license = stdenv.lib.licenses.gpl2; }) {}; - "word12" = callPackage - ({ mkDerivation, base, bytestring, hspec, QuickCheck }: - mkDerivation { - pname = "word12"; - version = "1.0.0"; - sha256 = "ac349f12442d28d47e1ab1bb5a91503eff3ec896a9d5831dd0779130f41642a5"; - libraryHaskellDepends = [ base bytestring ]; - testHaskellDepends = [ base bytestring hspec QuickCheck ]; - homepage = "http://github.com/minpou/word12"; - description = "Word12 library"; - license = stdenv.lib.licenses.bsd3; - }) {}; - "word24" = callPackage ({ mkDerivation, base, QuickCheck, test-framework , test-framework-quickcheck2 @@ -143775,8 +143918,8 @@ self: { }: mkDerivation { pname = "yaml"; - version = "0.8.12"; - sha256 = "311df4961499b7ea4899c787a1e64efff70f1a6cb2e00fb15c626b806c60b75a"; + version = "0.8.13"; + sha256 = "f366bdd6ddbc5f94f3f783b502178dcd27afc257bdf5e8d67fcf9246aeed0f7a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -144474,19 +144617,19 @@ self: { "yesod-auth-oauth2" = callPackage ({ mkDerivation, aeson, authenticate, base, bytestring, hoauth2 - , http-conduit, http-types, lifted-base, network-uri, random, text - , transformers, yesod-auth, yesod-core, yesod-form + , http-client, http-conduit, http-types, lifted-base, network-uri + , random, text, transformers, vector, yesod-auth, yesod-core + , yesod-form }: mkDerivation { pname = "yesod-auth-oauth2"; - version = "0.1.2"; - sha256 = "c94fb52e7a873968a31a81c00356f4bbd4f88f7a3d3b5fea8b2115272c62f9ae"; + version = "0.1.3"; + sha256 = "43d45faa146f5f3cddc80e8cff76c7091a21bd4ecd0042f1e6dad39b2134a1b9"; libraryHaskellDepends = [ - aeson authenticate base bytestring hoauth2 http-conduit http-types - lifted-base network-uri random text transformers yesod-auth - yesod-core yesod-form + aeson authenticate base bytestring hoauth2 http-client http-conduit + http-types lifted-base network-uri random text transformers vector + yesod-auth yesod-core yesod-form ]; - jailbreak = true; homepage = "http://github.com/thoughtbot/yesod-auth-oauth2"; description = "OAuth 2.0 authentication plugins"; license = stdenv.lib.licenses.bsd3; @@ -144560,8 +144703,8 @@ self: { }: mkDerivation { pname = "yesod-bin"; - version = "1.4.13.2"; - sha256 = "6ba51159341dc4e13e166cd54cd5af414ea1829f25c4d2f15eeac4507339530f"; + version = "1.4.13.3"; + sha256 = "cc84e0c8f081211c01a6c8d58544b9b7fe5c5c180d8a2edcb30a79edbe198e61"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -144657,10 +144800,8 @@ self: { }: mkDerivation { pname = "yesod-core"; - version = "1.4.12"; - sha256 = "035387453f60a9476ac6646675da147eb4b6859c48393732b72f31841e15b7e9"; - revision = "1"; - editedCabalFile = "a6f72da0eb68bc2d5da1d8d8aaa758403e5e86f6de3c61cde01376fd51e50c35"; + version = "1.4.13"; + sha256 = "219bf0858977468d9aa74ab5f2d330e46bbbe95d700c989b3565be5d99d319da"; libraryHaskellDepends = [ aeson auto-update base blaze-builder blaze-html blaze-markup bytestring case-insensitive cereal clientsession conduit @@ -145350,14 +145491,15 @@ self: { "yesod-routes-flow" = callPackage ({ mkDerivation, attoparsec, base, classy-prelude, system-fileio - , text, yesod-core + , system-filepath, text, yesod-core }: mkDerivation { pname = "yesod-routes-flow"; - version = "1.0"; - sha256 = "a04e8299c5c53488ed494fc0125bcc9a132f61ff229b584964df561052e060ad"; + version = "1.0.2"; + sha256 = "92a5e954137d9b2fa32d241522eeacca102a64cde97a46845e5426005324531b"; libraryHaskellDepends = [ - attoparsec base classy-prelude system-fileio text yesod-core + attoparsec base classy-prelude system-fileio system-filepath text + yesod-core ]; homepage = "https://github.com/frontrowed/yesod-routes-flow"; description = "Generate Flow routes for Yesod";