From 2e1a49b35a6fe683b9ec452fa505690ceade9d60 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2015 22:05:53 +0200 Subject: [PATCH] hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-hashes/commit/6e3963284cd7ae1baa801fcc1a9534aeceef5562 with hackage2nix v20150807-65-g1cc6394 --- .../haskell-modules/hackage-packages.nix | 1718 +++++++++++------ 1 file changed, 1150 insertions(+), 568 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 7e1975ba55c6..1f04d3a3355b 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -2402,13 +2402,12 @@ self: { }: mkDerivation { pname = "Chart"; - version = "1.5.1"; - sha256 = "2f954bc60615fa0da39087e5f88e0726684b99ad9698c270cf28876545e6a14a"; + version = "1.5.3"; + sha256 = "85ea6abc853f497209268cc9ab06b13722a1fcfa95b59fc62cd517533ac3c55d"; libraryHaskellDepends = [ array base colour data-default-class lens mtl old-locale operational time vector ]; - jailbreak = true; homepage = "https://github.com/timbod7/haskell-chart/wiki"; description = "A library for generating 2D Charts and Plots"; license = stdenv.lib.licenses.bsd3; @@ -3341,8 +3340,8 @@ self: { }: mkDerivation { pname = "DSA"; - version = "1"; - sha256 = "94bb45c840e9f1579f37e14667f7223403ce02eb1b06def68e47d376643b464b"; + version = "1.0.0"; + sha256 = "1ab314a3912cbe7e45d966bf1bb6650f950bb36bd2711770197d225db5852173"; libraryHaskellDepends = [ base binary bytestring crypto-api crypto-pubkey-types ghc-prim integer-gmp SHA tagged @@ -3352,6 +3351,7 @@ self: { HUnit integer-gmp QuickCheck SHA tagged test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; description = "Implementation of DSA, based on the description of FIPS 186-4"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4168,8 +4168,8 @@ self: { }: mkDerivation { pname = "Earley"; - version = "0.9.0"; - sha256 = "5ec955f00c872cc585bc2dd82fec137f53b095fde73a498e2a0ca7e0eb8140aa"; + version = "0.10.0"; + sha256 = "6e018d7465cc3c2f9b34a3dd53502e5bffdb62aaf1e70da71065d175f7cf3e09"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base ListLike ]; @@ -5384,8 +5384,8 @@ self: { }: mkDerivation { pname = "GLUT"; - version = "2.7.0.1"; - sha256 = "fb1ed80beed6dbf1b373839224d11932c20d1c1b571bef81101483099c459c4d"; + version = "2.7.0.2"; + sha256 = "f48d9b1f5a00df06490ad669b1615b6c966ca3f09dd7a193f2bc22730c70c363"; libraryHaskellDepends = [ array base containers OpenGL OpenGLRaw StateVar transformers ]; @@ -5409,6 +5409,7 @@ self: { linear OpenGL OpenGLRaw transformers vector ]; libraryToolDepends = [ cpphs ]; + jailbreak = true; description = "Miscellaneous OpenGL utilities"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -7125,8 +7126,8 @@ self: { }: mkDerivation { pname = "HMap"; - version = "1.2.6"; - sha256 = "8424dcbcb903c49d369230e2c10421daf3a2e35f3ffb5ec4058f769213769b8a"; + version = "1.2.7"; + sha256 = "806cbac1e1571c814af76ccf4058c5d9577b99018fd0c7ee5de993b343c60577"; libraryHaskellDepends = [ base data-default hashable mtl unordered-containers ]; @@ -7573,8 +7574,8 @@ self: { }: mkDerivation { pname = "HTF"; - version = "0.13.0.0"; - sha256 = "a4b066e8589ee0f2574af6d592d6906c85cc2cf75846dff2f83f6adc3c302c53"; + version = "0.13.1.0"; + sha256 = "1cb469ee21766fb7ad56fb42469709fac06214f7a33c39880134dfc2ea0de847"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -7682,6 +7683,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "HUnit_1_3_0_0" = callPackage + ({ mkDerivation, base, deepseq, filepath }: + mkDerivation { + pname = "HUnit"; + version = "1.3.0.0"; + sha256 = "e130db953a2310d2c256a3923af0250be6ea19317f7d369b56d48f84cf96a55c"; + libraryHaskellDepends = [ base deepseq ]; + testHaskellDepends = [ base deepseq filepath ]; + homepage = "http://hunit.sourceforge.net/"; + description = "A unit testing framework for Haskell"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "HUnit-Diff" = callPackage ({ mkDerivation, ansi-terminal, base, Diff, groom, HUnit }: mkDerivation { @@ -9407,8 +9421,8 @@ self: { }: mkDerivation { pname = "JuicyPixels"; - version = "3.2.6"; - sha256 = "f99e82c84d8eeff23ba57332ed4b89530bc1a739c3a8f4b670b07ac33bfc9a46"; + version = "3.2.6.1"; + sha256 = "8ca8a8ba99c3edc0d565dd2f5974888c79823e38f8e5a7a8ebf1fd32aa35d213"; libraryHaskellDepends = [ base binary bytestring containers deepseq mtl primitive transformers vector zlib @@ -10565,6 +10579,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "MicrosoftTranslator" = callPackage + ({ mkDerivation, aeson, base, bytestring, datetime, exceptions + , http-client, lens, text, transformers, url, wreq, xml + }: + mkDerivation { + pname = "MicrosoftTranslator"; + version = "0.1.0.1"; + sha256 = "0855cf30d5a70c5cc908c8c84e17e2c325cbc669fe678d074ae88253d23d3120"; + libraryHaskellDepends = [ + aeson base bytestring datetime exceptions http-client lens text + transformers url wreq xml + ]; + jailbreak = true; + description = "Interface for Microsoft Translator"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "MiniAgda" = callPackage ({ mkDerivation, alex, array, base, containers, happy , haskell-src-exts, mtl, pretty @@ -11804,8 +11835,8 @@ self: { }: mkDerivation { pname = "OpenAL"; - version = "1.7.0.0"; - sha256 = "5c427a07c1b26eaaa372dcc526a2c9d593b80021be5e81af75dea6d13f3a3984"; + version = "1.7.0.1"; + sha256 = "671987cb52152317e6bed01b20e09c031a20066ff3f76aa450965ec162971750"; libraryHaskellDepends = [ base ObjectName OpenGL StateVar transformers ]; @@ -11865,8 +11896,8 @@ self: { }: mkDerivation { pname = "OpenGL"; - version = "2.12.0.1"; - sha256 = "8b7cfc07cb4cc4a6c45910eeb9fdfe114be1f64090fa0705c3e550794c588ed5"; + version = "2.13.0.0"; + sha256 = "0f3b4d4dbe8630f405dcbddda3989cfe3811bf547b6e1cf6f8bcd45655ab9182"; libraryHaskellDepends = [ base bytestring GLURaw ObjectName OpenGLRaw StateVar text transformers @@ -11894,8 +11925,8 @@ self: { ({ mkDerivation, base, mesa, transformers }: mkDerivation { pname = "OpenGLRaw"; - version = "2.5.1.0"; - sha256 = "33a4100bd89c762658263dc6e5725dd214761d16d5d73907ad42a4d72b11d8cd"; + version = "2.5.2.1"; + sha256 = "08c3302e4b543ebed9a8dd92bb2a16550ca7b224b7ddcc3df59135d32aacb845"; libraryHaskellDepends = [ base transformers ]; librarySystemDepends = [ mesa ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; @@ -14554,26 +14585,27 @@ self: { "Spock" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring - , 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 - , transformers-base, unordered-containers, vault, wai, wai-extra - , warp + , case-insensitive, containers, crypto-random, 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, transformers-base, unordered-containers, vault, wai + , wai-extra, warp }: mkDerivation { pname = "Spock"; - version = "0.8.1.0"; - sha256 = "d9e62dba8c757b9877010c4ecbc2e79de519cf14a54c919fc99eda3a1c2e70d6"; + version = "0.9.0.0"; + sha256 = "f12419a63f9d0324c0338b05b3f44f0ec6c8790c3b21bfaff7c1ad154cb8fea6"; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive containers - 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 + crypto-random 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 ]; testHaskellDepends = [ - base bytestring hspec hspec-wai http-types reroute stm text wai + base bytestring hspec hspec-wai http-types reroute stm text + unordered-containers wai wai-extra ]; homepage = "http://www.spock.li"; description = "Another Haskell web framework for rapid development"; @@ -14600,8 +14632,8 @@ self: { }: mkDerivation { pname = "Spock-digestive"; - version = "0.1.0.1"; - sha256 = "d453585fb08777a67e80ae25f1c6e390097e2f4827e0510f6c550ee2cb36e68c"; + version = "0.2.0.0"; + sha256 = "e5571d88d7b9dcafc7f5c364c8499a1d8d698d1698f2615b5f26698c85080260"; libraryHaskellDepends = [ base digestive-functors http-types mtl Spock text unordered-containers wai @@ -15125,11 +15157,12 @@ self: { pname = "TestExplode"; version = "0.1.0.0"; sha256 = "4133d9f69e7df366ac374ccb42bd9801ae66c0cd29f9f20ab849d1d8f8e79664"; + revision = "1"; + editedCabalFile = "ea885fd1fbb40a306229b73181330b31510c155257499b442dd94fa8b54bf3fc"; libraryHaskellDepends = [ base containers directory fgl graphviz interpolatedstring-perl6 mtl process text ]; - jailbreak = true; homepage = "https://github.com/testexplode/testexplode"; description = "Generates testcases from program-snippets"; license = stdenv.lib.licenses.gpl3; @@ -17344,8 +17377,8 @@ self: { }: mkDerivation { pname = "acid-state"; - version = "0.12.4"; - sha256 = "4d2db186740e8d33fab5c6fd7ef2364e0f6bc39bdf58be845fb0a57893b86255"; + version = "0.13.0"; + sha256 = "127adb9833be5b1cb6eb25f21d48dd976a0e39a4b5919095b6d03af314b85637"; libraryHaskellDepends = [ array base bytestring cereal containers directory extensible-exceptions filepath mtl network safecopy stm @@ -17356,6 +17389,27 @@ self: { license = stdenv.lib.licenses.publicDomain; }) {}; + "acid-state-dist" = callPackage + ({ mkDerivation, acid-state, base, bytestring, cereal + , concurrent-extra, containers, directory, filepath, mtl, random + , safe, safecopy, semigroups, stm, transformers, zeromq4-haskell + }: + mkDerivation { + pname = "acid-state-dist"; + version = "0.1.0.1"; + sha256 = "868d3c28720d6757609ee8247634a04d49884cf0a049b1fca8fe542ddcc69eab"; + libraryHaskellDepends = [ + acid-state base bytestring cereal concurrent-extra containers + filepath mtl safe safecopy semigroups stm transformers + zeromq4-haskell + ]; + testHaskellDepends = [ + acid-state base directory mtl random safecopy + ]; + description = "A replication backend for acid-state"; + license = stdenv.lib.licenses.mit; + }) {}; + "acid-state-tls" = callPackage ({ mkDerivation, acid-state, base, directory, HsOpenSSL, network , safecopy @@ -19492,20 +19546,20 @@ self: { "amazonka" = callPackage ({ mkDerivation, amazonka-core, base, bytestring, conduit - , conduit-extra, directory, exceptions, free, http-client - , http-conduit, ini, lens, mmorph, monad-control, mtl, resourcet - , retry, tasty, tasty-hunit, text, time, transformers - , transformers-base, transformers-compat + , conduit-extra, directory, exceptions, http-client, http-conduit + , ini, lens, mmorph, monad-control, mtl, resourcet, retry, tasty + , tasty-hunit, text, time, transformers, transformers-base + , transformers-compat }: mkDerivation { pname = "amazonka"; - version = "1.0.1"; - sha256 = "36583da0607497b69668bc9100373031d24cc64eb467e06676b409358d4c061a"; + version = "1.1.0"; + sha256 = "60a65271453aedff93b9789e52f258ea6b6fe315a26f361710a50a825167a2c3"; libraryHaskellDepends = [ amazonka-core base bytestring conduit conduit-extra directory - exceptions free http-client http-conduit ini lens mmorph - monad-control mtl resourcet retry text time transformers - transformers-base transformers-compat + exceptions http-client http-conduit ini lens mmorph monad-control + mtl resourcet retry text time transformers transformers-base + transformers-compat ]; testHaskellDepends = [ base tasty tasty-hunit ]; homepage = "https://github.com/brendanhay/amazonka"; @@ -19519,8 +19573,8 @@ self: { }: mkDerivation { pname = "amazonka-autoscaling"; - version = "1.0.1"; - sha256 = "a74e6157a99285f556edb546ea1876507b197b1392bebcdf5f7d0ac4e418d702"; + version = "1.1.0"; + sha256 = "0ed84582688b21076214a24ba5d31a3f25f3ee7765ed0c18d44fe0459d4101ca"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19539,8 +19593,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudformation"; - version = "1.0.1"; - sha256 = "b09f594282e3e5fc13b0de3cd4f562ba9c9bfec96973d5aeba334f32a5f88fe6"; + version = "1.1.0"; + sha256 = "70d06d56987589915ac6011badf3c1f5d336814f99c09cd99424f3af312b9bf2"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19559,8 +19613,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudfront"; - version = "1.0.1"; - sha256 = "82e0d72534717397395a2109af59725b86bb9361610b1143e7bac58b7ff1c948"; + version = "1.1.0"; + sha256 = "c931a4e78ffa1e81023dc1b306c4f2195be09b0246ef7b8022311421ef78c01c"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19579,8 +19633,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudhsm"; - version = "1.0.1"; - sha256 = "88be89b5bacd848704f28ecf0544e6d9dfffa05f67e3f9317d64b17ec2caaac9"; + version = "1.1.0"; + sha256 = "b9f6ad65225dfd1eb0560a2a71a52991560ef4e69654b0053f37414c22080875"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19599,8 +19653,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudsearch"; - version = "1.0.1"; - sha256 = "9476d436b0ea895edc0aa3b0ee36458cfeea35faaee8e5b9fcc653ee5c47f027"; + version = "1.1.0"; + sha256 = "3e22407422a823f86eeff6685ccc71a4b775ed8962522d70ec49092f09c8b8ae"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19619,8 +19673,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudsearch-domains"; - version = "1.0.1"; - sha256 = "b2dd61ab239b00e884be45b305f5587ec66dbe031c4d65f93d00f297eb4400c5"; + version = "1.1.0"; + sha256 = "8f6f6ce4ce0194d0f51c6b9ed9a71a0e270c5385a4c3dd63589c6d66cfdf6872"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19639,8 +19693,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudtrail"; - version = "1.0.1"; - sha256 = "c4aedc71e6d8d18befcd90573c664a859d6a5952711512b57eba596726ddcff9"; + version = "1.1.0"; + sha256 = "a10e4dfbbef7058f8e21c5afb3f3b8108880c26bf163b8cfb048fa91ef47a4ea"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19659,8 +19713,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudwatch"; - version = "1.0.1"; - sha256 = "5562fb8ffbd5485091b7f0a8a1b6d4ab533371804341dd352c6de97fe8297233"; + version = "1.1.0"; + sha256 = "6f9d2ac648899c775daeac0ed2a80e83c16876497762b8a99afc600e6f4546e9"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19679,8 +19733,8 @@ self: { }: mkDerivation { pname = "amazonka-cloudwatch-logs"; - version = "1.0.1"; - sha256 = "c8d16042fb42fe562a754467d3f3be13ab1dc7c862d5dd6467864fd9cdc5b551"; + version = "1.1.0"; + sha256 = "8c3c9553f43f1312881f22da35a34ad404101f3b790d2734590abd4ce5dbcfb7"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19699,8 +19753,8 @@ self: { }: mkDerivation { pname = "amazonka-codecommit"; - version = "1.0.1"; - sha256 = "a930435da46193d2a8a648fbe0d741f009b3c524127a60989740cb46e692013e"; + version = "1.1.0"; + sha256 = "abe54fee07ff52883343780cade09238da0e41d23ecc95fa9c1e3f9a8743b78a"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19719,8 +19773,8 @@ self: { }: mkDerivation { pname = "amazonka-codedeploy"; - version = "1.0.1"; - sha256 = "77be78235ebefc1f1f08a7db8b800bcd06a7dafe37c5f69413543f08926628c1"; + version = "1.1.0"; + sha256 = "0b5832f433693ea1238a0391c19765d975b24425c378ae6688ba358849ed758c"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19739,8 +19793,8 @@ self: { }: mkDerivation { pname = "amazonka-codepipeline"; - version = "1.0.1"; - sha256 = "6f573007d05e22f6afda550b8d0f61bde15ddfbe8e700779207fd78c7546b819"; + version = "1.1.0"; + sha256 = "8b892d604355caea388c8680712b8e03cee1fd85c9275cb118009cbf4f1ee7e0"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19759,8 +19813,8 @@ self: { }: mkDerivation { pname = "amazonka-cognito-identity"; - version = "1.0.1"; - sha256 = "87fe6bdcdb3f6056180c48e5b9c1d57ff64aa953e5763e93d8b28cd2d5ffe2f7"; + version = "1.1.0"; + sha256 = "a154b6645d58211b3ebeb9407a4683ae85f6a1069d9c4027da664a34b471910e"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19779,8 +19833,8 @@ self: { }: mkDerivation { pname = "amazonka-cognito-sync"; - version = "1.0.1"; - sha256 = "7dc187fc5269bba71ac05e0bdae22c08d9fd0e1988263e0828fe7f9cec4e614d"; + version = "1.1.0"; + sha256 = "0a831859befa66f52636384f3e70217e0a804d9267135010034bc047ba2c5f75"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19799,8 +19853,8 @@ self: { }: mkDerivation { pname = "amazonka-config"; - version = "1.0.1"; - sha256 = "317ed1ec7dc99e06068fb600f21be98b05dd61a73dd0d140ed644774fb81d33a"; + version = "1.1.0"; + sha256 = "960c9381c50aa26bcf5bb05704ede000ef9614488ea9f428f7d1ae6eba7c886b"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19824,8 +19878,8 @@ self: { }: mkDerivation { pname = "amazonka-core"; - version = "1.0.1"; - sha256 = "e432d7b5510685dd37688a632e3a17a8968cb3b1e08537257c054fa8f9eda946"; + version = "1.1.0"; + sha256 = "fe4b3185f61ad56e3dfddcd5050d3cfa41a997fd3c5b74ec8ed24404dada2cb6"; libraryHaskellDepends = [ aeson attoparsec base bifunctors bytestring case-insensitive conduit conduit-extra cryptonite exceptions hashable http-client @@ -19849,8 +19903,8 @@ self: { }: mkDerivation { pname = "amazonka-datapipeline"; - version = "1.0.1"; - sha256 = "d8b88c9a51eab9110650ea9e40f09950e8df2c20264cbc629b8a29c50b252dc2"; + version = "1.1.0"; + sha256 = "8c72a767f8b3546dd0e895035edfcc3a6e0fe060a2398e973938addfca7b4ce5"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19869,8 +19923,8 @@ self: { }: mkDerivation { pname = "amazonka-devicefarm"; - version = "1.0.1"; - sha256 = "9b23b6c2853b073635c8e6e76026ffa2cccd705bd7d958fa6dd2c4785a887297"; + version = "1.1.0"; + sha256 = "3c99376995534299985d2163d8cf55938d925f08c3e214b5f3567a26f4515ab1"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19889,8 +19943,8 @@ self: { }: mkDerivation { pname = "amazonka-directconnect"; - version = "1.0.1"; - sha256 = "8fc02b3ade3970117e13b2b133235c006a21914e91269cb42d63d712501d013a"; + version = "1.1.0"; + sha256 = "5ec6240b4fe226859b51e325f44f566c21a93ff91d628b6d9eafeb823152e74b"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19909,8 +19963,8 @@ self: { }: mkDerivation { pname = "amazonka-ds"; - version = "1.0.1"; - sha256 = "523f0fb329f502115aed6b1aafc7efd96ac8233d56de05379465fe3c3b7ddbf1"; + version = "1.1.0"; + sha256 = "19de365fedf51d8da57c5099e04e6d827b3c3b4b3f9aacc7e78d7bf7a9def542"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19929,8 +19983,8 @@ self: { }: mkDerivation { pname = "amazonka-dynamodb"; - version = "1.0.1"; - sha256 = "85194e782b7a44ff914af01cdc8d5c3e8285031f0b23a07ef37020c0798c9bfb"; + version = "1.1.0"; + sha256 = "b4cc74ff79ab032a06cbf7245db1d8734cf9946625a9bf00fe4974dcb8628f45"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19949,8 +20003,8 @@ self: { }: mkDerivation { pname = "amazonka-dynamodb-streams"; - version = "1.0.1"; - sha256 = "edfcfc6e4281012cbec96f2b96416cf8c3e0e2313388d677e78f4ff8e51d94f7"; + version = "1.1.0"; + sha256 = "04e4eb5b332a455d4ac40824a60a07b47c8bc73aa89d82ce85bb944b0f2cde11"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19969,8 +20023,8 @@ self: { }: mkDerivation { pname = "amazonka-ec2"; - version = "1.0.1"; - sha256 = "fd0ec9d15a97195472be403b9d8c03cdcd2f70daf4beec326c360083479d37ec"; + version = "1.1.0"; + sha256 = "c715cd05ee79755de37df834d5315041c5d582004720d7e3b18c2fa2ff28deb7"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -19989,8 +20043,8 @@ self: { }: mkDerivation { pname = "amazonka-ecs"; - version = "1.0.1"; - sha256 = "77e78bf43efd1c3fb77b0d2a6cbab5140ffe13c7e8fcc22cbe7e509d73f978e8"; + version = "1.1.0"; + sha256 = "82eb9b0a963885a6c2d846e2497cf39519c8f6a07315a6cb8d07cd88246376d6"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20009,8 +20063,8 @@ self: { }: mkDerivation { pname = "amazonka-efs"; - version = "1.0.1"; - sha256 = "9ff36087cc77bf044b515e6a8fc11f4067ab76372e02b3cb7b8dadfb3ad697a2"; + version = "1.1.0"; + sha256 = "daf42240c49d66cbc715bcc2cace1f430e81b3cc78ce0e2455475f9706e4ae42"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20029,8 +20083,8 @@ self: { }: mkDerivation { pname = "amazonka-elasticache"; - version = "1.0.1"; - sha256 = "638d40a60b59e020cad3dac813563be07b5f698fd9b602784f3ac344c013ca15"; + version = "1.1.0"; + sha256 = "edc2f2e5a67c1b409b93b60862dd7b1303201d2b59b3e19931e8bde9a948e277"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20049,8 +20103,8 @@ self: { }: mkDerivation { pname = "amazonka-elasticbeanstalk"; - version = "1.0.1"; - sha256 = "43dc5564b2183011340d9751b7c4a1cf8197b215b9b857c78d68c70a35c050cb"; + version = "1.1.0"; + sha256 = "d45f9ebdda89b89f461948438e1c2d0e4eb1e7a0ab2fed229203fc29d027ed35"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20069,8 +20123,8 @@ self: { }: mkDerivation { pname = "amazonka-elastictranscoder"; - version = "1.0.1"; - sha256 = "5bac9e2c04f4c775ee7018a2073f5141fa5f062467f4eeba91e9a64e03525298"; + version = "1.1.0"; + sha256 = "f5ea457def994de22b4bc8c471ecf2355c4acf80d44c022e34d92ffdd8606500"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20089,8 +20143,8 @@ self: { }: mkDerivation { pname = "amazonka-elb"; - version = "1.0.1"; - sha256 = "4c9a033830f09147953ffc7c58c39856e1a7c62d600267029bdfce7acf786b52"; + version = "1.1.0"; + sha256 = "2f3e4a8971545bf39bedf5a75854c21733a797598318e076f2a468d8f5647a96"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20109,8 +20163,8 @@ self: { }: mkDerivation { pname = "amazonka-emr"; - version = "1.0.1"; - sha256 = "e1f289ca504d4220d1a28f055ba01cbf2e87ce42ce3ff6525a6dc1f4adaa6b96"; + version = "1.1.0"; + sha256 = "29f4c25ff4cdcd83809afa9fdc5e70a8bf89c6b1e4bcdfc7367faade023566bc"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20129,8 +20183,8 @@ self: { }: mkDerivation { pname = "amazonka-glacier"; - version = "1.0.1"; - sha256 = "4a6d67f4ac6b34316281810d10b46b46e34fd6869bbf463ef6fa6c8257da28ad"; + version = "1.1.0"; + sha256 = "61f954b805f51ca436a01f42e9068674540c3828b269e6c1547aedd976516b91"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20149,8 +20203,8 @@ self: { }: mkDerivation { pname = "amazonka-iam"; - version = "1.0.1"; - sha256 = "63d8091722baa876de7a04e92387f4b3015e7194fed25a0e0da9f6ec7ecdb441"; + version = "1.1.0"; + sha256 = "9b52ae4b69126b24be8e7dac78aab91c7b14b0ab1c162fe2e8b8e831f5e41991"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20169,8 +20223,8 @@ self: { }: mkDerivation { pname = "amazonka-importexport"; - version = "1.0.1"; - sha256 = "281e37c37bdc5d175723ba8b428c63be3a1a543d2e66ace7f8f288e7419e82fc"; + version = "1.1.0"; + sha256 = "7682771e6a51a96a69c8a5c8176b33a944b598d84a353884287b8b3183b2a5a9"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20189,8 +20243,8 @@ self: { }: mkDerivation { pname = "amazonka-kinesis"; - version = "1.0.1"; - sha256 = "f942f5a7c13d1dccd98ec52529d24e7cc26bf87d729271c00ea752255e22cd40"; + version = "1.1.0"; + sha256 = "0103f032d0ebbd562a7e510897cb50f5bed8383fbbc7ac7868564ab57fa7a0e7"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20209,8 +20263,8 @@ self: { }: mkDerivation { pname = "amazonka-kms"; - version = "1.0.1"; - sha256 = "9fc90213cb962c1fe6d49b188bb4e3c4b08db7a9820d25bdda2600b4fc0e9681"; + version = "1.1.0"; + sha256 = "0c9f0d02cc5fdf1ef64b0446d82718277c3570f761b0644504ee90d842f78b9a"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20229,8 +20283,8 @@ self: { }: mkDerivation { pname = "amazonka-lambda"; - version = "1.0.1"; - sha256 = "09b29ce0649e01ce74717f0ba9379dbf98993b217652bb310e7136c288c1b8f9"; + version = "1.1.0"; + sha256 = "07d43e6d4585a09139006708e831c7e713c1b33dbc711cc08fd6c723ace589f3"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20249,8 +20303,8 @@ self: { }: mkDerivation { pname = "amazonka-ml"; - version = "1.0.1"; - sha256 = "6a670ff312be363929409768d3172a28bf7cd549764038f1aa71fd31e2930436"; + version = "1.1.0"; + sha256 = "ef09c86c1ccf257d4dd53627a75213015482e2ce18d1c5a85b4017bb215563dc"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20269,8 +20323,8 @@ self: { }: mkDerivation { pname = "amazonka-opsworks"; - version = "1.0.1"; - sha256 = "998f65d4b6dc4a43959f7c1f2380af5e5f4fa588bc181a793eb4f3eadee5078d"; + version = "1.1.0"; + sha256 = "9ac85226c177d59135f7fde294202951b5415e9a0afbe1b7a2b2c7f57f2531c0"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20289,8 +20343,8 @@ self: { }: mkDerivation { pname = "amazonka-rds"; - version = "1.0.1"; - sha256 = "f10aa66616746f3ef5728fe50f6ce9506b13a0d9e0dab95edd4aeeb2b6a3eca0"; + version = "1.1.0"; + sha256 = "8081408044b167cde41e466073d4acd8e4732b2586c0fa637a5a323e84447b02"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20309,8 +20363,8 @@ self: { }: mkDerivation { pname = "amazonka-redshift"; - version = "1.0.1"; - sha256 = "2a10e70b53d5fc8e723660a595d521e6e4b7f0acd16430cf9a63e2199ab86e9c"; + version = "1.1.0"; + sha256 = "688e017fd663b915a80d37954bd3b48deccc5d9e90b18770ff91af46ddd9c01b"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20329,8 +20383,8 @@ self: { }: mkDerivation { pname = "amazonka-route53"; - version = "1.0.1"; - sha256 = "e559cce14249db7d13282bc376b9a5c42719d795da20cfc420c3b95afcfa26a9"; + version = "1.1.0"; + sha256 = "dde78c3ff32eb00e3342d89426ec9f6792e3ecb40af378525e74141b415c0436"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20349,8 +20403,8 @@ self: { }: mkDerivation { pname = "amazonka-route53-domains"; - version = "1.0.1"; - sha256 = "fa4e85bbe0ccf8875cd08b601b69db8fba038046c66e9b65219fecd6b3105fc3"; + version = "1.1.0"; + sha256 = "cc4e138341b187146ac10d52430abebcf1780846ace4482d838b3f1053abb9b2"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20369,8 +20423,8 @@ self: { }: mkDerivation { pname = "amazonka-s3"; - version = "1.0.1"; - sha256 = "2ba4b833b1ccb7d3ca4ac46ae88cf522951972b428987e78328e14766f77f5c4"; + version = "1.1.0"; + sha256 = "7cdb79c15c0f1152e40a464d7fd1cc6edf1526d40ca1e7f8d33d0968acdc6e71"; libraryHaskellDepends = [ amazonka-core base lens text ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20389,8 +20443,8 @@ self: { }: mkDerivation { pname = "amazonka-sdb"; - version = "1.0.1"; - sha256 = "dad868bcae8795c9e8e0719ae18bb99514d7a8bd4ee373e194531a0120e4061c"; + version = "1.1.0"; + sha256 = "fe6b9a82edc028b2895e14a5ed2f4d4efdd6c13328a87d18c1215fc2baa35cb7"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20409,8 +20463,8 @@ self: { }: mkDerivation { pname = "amazonka-ses"; - version = "1.0.1"; - sha256 = "d6ded081d5dded1b58b46d49255773e633bceb7d7526960e06dc40f0ea60bfce"; + version = "1.1.0"; + sha256 = "39b2031ca579c11992f093c9c6915133e4b182105434adb44823f3d0a56aeafd"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20429,8 +20483,8 @@ self: { }: mkDerivation { pname = "amazonka-sns"; - version = "1.0.1"; - sha256 = "eccab0209ca98f037e1e21abff164c4f6f29836e57b06bf307a97eab465bbbd7"; + version = "1.1.0"; + sha256 = "be2609584bb6e0af18af5b3a25c1281a0f665d993d8b8c14b310aba56287a3cf"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20449,8 +20503,8 @@ self: { }: mkDerivation { pname = "amazonka-sqs"; - version = "1.0.1"; - sha256 = "abf01ab527d589cc0f30d0ded41b88fb522cb003130063c1f56a8e92e1315161"; + version = "1.1.0"; + sha256 = "9bfb0cf6d07f1019bcfeeb4169c0a6dd6147e1eb9132b04f4cf256bbc8b7bcfd"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20469,8 +20523,8 @@ self: { }: mkDerivation { pname = "amazonka-ssm"; - version = "1.0.1"; - sha256 = "2aa03de9ff893045894c9873ef466100d2449e0ea5f7af3549559807a8209193"; + version = "1.1.0"; + sha256 = "3be89223c0c1110778bfeb32aeb3ed0b4fcdf85aedfce8c0a67ece34f1619f18"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20489,8 +20543,8 @@ self: { }: mkDerivation { pname = "amazonka-storagegateway"; - version = "1.0.1"; - sha256 = "676e938699d2ec73abab356c0a0a358067710ce3bf7bb210970afe90f01fd26e"; + version = "1.1.0"; + sha256 = "d3a8cd4205254d65e482ed96114cb98d233deb26d25a04a5f45b82dab01a6e0a"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20509,8 +20563,8 @@ self: { }: mkDerivation { pname = "amazonka-sts"; - version = "1.0.1"; - sha256 = "ee7f9e97fc8da24440781513995fbc5afded54a4ecc465a3d46511c22f2bd9a6"; + version = "1.1.0"; + sha256 = "566b295c705d94a91f479f82414cd3487e8e5872e1287d45d0d686670c024fb5"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20529,8 +20583,8 @@ self: { }: mkDerivation { pname = "amazonka-support"; - version = "1.0.1"; - sha256 = "4510faae1b970b48cd35519504edaa9f6f43c49ad97003c1893f34346d4483f6"; + version = "1.1.0"; + sha256 = "fd16936656d8d49b35c965945a886659c3f996fd4234843dfba7fb15152eb58f"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20549,8 +20603,8 @@ self: { }: mkDerivation { pname = "amazonka-swf"; - version = "1.0.1"; - sha256 = "84b940ed61beb7744807eb613fe8a9897f51ef609efed8f568f5d2b02e534c48"; + version = "1.1.0"; + sha256 = "85184fd03d9e0181f7f2ba7b4c1ad14b2ce46235fc5814659e3bee8e5437d323"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20569,8 +20623,8 @@ self: { }: mkDerivation { pname = "amazonka-workspaces"; - version = "1.0.1"; - sha256 = "1d110c2d674a53be3266d1c480d7adba18bd12706fb78bb81b9e26acc56cb53c"; + version = "1.1.0"; + sha256 = "0e7b0cc339022a304245f054d04e153671eaff927ad1e13c0f632bad7746ac56"; libraryHaskellDepends = [ amazonka-core base ]; testHaskellDepends = [ amazonka-core amazonka-test base bytestring lens tasty tasty-hunit @@ -20885,8 +20939,8 @@ self: { ({ mkDerivation, base, unix }: mkDerivation { pname = "ansi-terminal"; - version = "0.6.2.1"; - sha256 = "965a38671ddd195b243af9d0284faedb52b852eace5f7cced11e6fcf2e47b7f6"; + version = "0.6.2.2"; + sha256 = "da082cfcbd7f65b808adea6c9915ad58643b8a22c7bcd21d3dbaf091828dd4bf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base unix ]; @@ -21162,22 +21216,21 @@ self: { "api-builder" = callPackage ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal - , containers, hspec, HTTP, http-client, http-client-tls - , http-conduit, http-types, text, transformers + , containers, hspec, HTTP, http-client, http-client-tls, http-types + , text, transformers }: mkDerivation { pname = "api-builder"; - version = "0.10.0.0"; - sha256 = "3bf1e59d1f1b60c646898e99465cfddd3ee97fd75d2f1620222cdb9a1fb8eb5f"; + version = "0.11.0.0"; + sha256 = "d8df94d14ffa9f0e60c88cf75eb221281c89251af67ac0a2068b3f774a0916c7"; libraryHaskellDepends = [ aeson base bifunctors bytestring HTTP http-client http-client-tls http-types text transformers ]; testHaskellDepends = [ - aeson base bytestring Cabal containers hspec http-conduit text + aeson base bytestring Cabal containers hspec http-client text transformers ]; - jailbreak = true; homepage = "https://github.com/intolerable/api-builder"; description = "Library for easily building REST API wrappers in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -21703,6 +21756,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "apportionment" = callPackage + ({ mkDerivation, base, containers, utility-ht }: + mkDerivation { + pname = "apportionment"; + version = "0.0.0.2"; + sha256 = "352d9564ffdb01d3312a1087f8badc544b3478185cbc27d4ca29fc1f18c9f82b"; + libraryHaskellDepends = [ base containers utility-ht ]; + homepage = "http://hub.darcs.net/thielema/apportionment"; + description = "Round a set of numbers while maintaining its sum"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "approx-rand-test" = callPackage ({ mkDerivation, base, Chart, Chart-diagrams, colour, conduit , containers, data-default, data-default-class, filepath, HUnit @@ -23645,8 +23710,8 @@ self: { }: mkDerivation { pname = "avers"; - version = "0.0.9"; - sha256 = "75a6040f0713f683ec4271c257514ed6a9a9f62315fb5471156f6f2016c18f7d"; + version = "0.0.12"; + sha256 = "fa8c71676e1400b94d38b5af8a8f0aa0335db1b867f1d22cc857b835aa61b90a"; libraryHaskellDepends = [ aeson attoparsec base base16-bytestring bytestring clock containers cryptohash filepath inflections MonadRandom mtl network network-uri @@ -23685,9 +23750,10 @@ self: { ({ mkDerivation, base, dependent-sum, mtl, process, shake }: mkDerivation { pname = "avr-shake"; - version = "0.0.1.1"; - sha256 = "f606330fbadb7f18fd6dd04585f2290ff601b76613853aff3b0c9ca95b4c722b"; + version = "0.0.1.2"; + sha256 = "60102786473f189ea0f97d97b91d9de5a2867dde466b96386c28afbe22e056cc"; libraryHaskellDepends = [ base dependent-sum mtl process shake ]; + jailbreak = true; homepage = "https://github.com/mokus0/avr-shake"; description = "AVR Crosspack actions for shake build systems"; license = stdenv.lib.licenses.publicDomain; @@ -24834,10 +24900,9 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "base-noprelude"; - version = "4.8.0.0"; - sha256 = "f4038cc4d2f47dc9c296e868e27a3087ced1cd865c65929e41be6e4ea19ab74f"; + version = "4.8.1.0"; + sha256 = "bd524ee4d4b9fb433a4f10eedf8605de3baccc9c2c533d1ab57ee6941ade4014"; libraryHaskellDepends = [ base ]; - jailbreak = true; homepage = "https://github.com/hvr/base-noprelude"; description = "\"base\" package sans \"Prelude\" module"; license = stdenv.lib.licenses.bsd3; @@ -26972,8 +27037,8 @@ self: { ({ mkDerivation, base, gmp, yices }: mkDerivation { pname = "bindings-yices"; - version = "0.2"; - sha256 = "c9a9ac5080030ee4a0c360af469745a2d96fb223946d9f64c4a9c83c4d87ce8f"; + version = "0.3.0.2"; + sha256 = "247eb63716c11cdda9275e2e726153cf19dd1a4bbd457170a2384cc55d4d18b5"; libraryHaskellDepends = [ base ]; librarySystemDepends = [ gmp yices ]; description = "Bindings to the Yices theorem prover"; @@ -27645,24 +27710,25 @@ self: { }) {}; "bitx-bitcoin" = callPackage - ({ mkDerivation, aeson, base, bytestring, hspec, http-conduit - , http-types, microlens, microlens-th, network, scientific, split - , text, time + ({ mkDerivation, aeson, base, bytestring, directory, hspec + , http-conduit, http-types, microlens, microlens-th, network + , pretty-show, scientific, split, text, time }: mkDerivation { pname = "bitx-bitcoin"; - version = "0.4.0.0"; - sha256 = "6c04902ab1ce6600373ba1f477878a17c6cfe00c3417596a3c96f22dbbfe492f"; + version = "0.4.0.1"; + sha256 = "2aa641c5e02e19814c707d8aa8b262411288e7db403afbee04b909507a6f8187"; libraryHaskellDepends = [ aeson base bytestring http-conduit http-types microlens microlens-th network scientific split text time ]; testHaskellDepends = [ - aeson base bytestring hspec microlens time + aeson base bytestring directory hspec microlens pretty-show text + time ]; homepage = "https://github.com/tebello-thejane/bitx-haskell"; description = "A Haskell library for working with the BitX bitcoin exchange"; - license = stdenv.lib.licenses.publicDomain; + license = stdenv.lib.licenses.bsd3; }) {}; "bk-tree" = callPackage @@ -27885,10 +27951,9 @@ self: { ({ mkDerivation, base, blaze-html, text }: mkDerivation { pname = "blaze-bootstrap"; - version = "0.1.0.0"; - sha256 = "3cdf5395b78914b273b989956ab53b83c8e36dbe6dd24c3305e2ba8e9ee42fe0"; + version = "0.1.0.1"; + sha256 = "53b54c0b55ae7a436ec7e5d4e29d50fceb1ccd459ef715236358a3c661d05163"; libraryHaskellDepends = [ base blaze-html text ]; - jailbreak = true; homepage = "http://github.com/agrafix/blaze-bootstrap"; description = "Blaze helper functions for bootstrap pages"; license = stdenv.lib.licenses.mit; @@ -28242,6 +28307,7 @@ self: { quickcheck-properties semigroups text time unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/bitemyapp/bloodhound"; description = "ElasticSearch client library for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -28606,6 +28672,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "both" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "both"; + version = "0.1.0.0"; + sha256 = "f30b3c55ade901bd6d15d4e359d7a58e5a44b44e4891d0c766731fd6879314fe"; + libraryHaskellDepends = [ base ]; + homepage = "https://github.com/barrucadu/both"; + description = "Like Maybe, but with a different Monoid instance"; + license = stdenv.lib.licenses.mit; + }) {}; + "botpp" = callPackage ({ mkDerivation, base, bytestring }: mkDerivation { @@ -28828,20 +28906,22 @@ self: { "brick" = callPackage ({ mkDerivation, base, containers, contravariant, data-default - , Diff, lens, template-haskell, text, text-zipper, transformers - , vector, vty + , deepseq, Diff, lens, template-haskell, text, text-zipper + , transformers, vector, vty }: mkDerivation { pname = "brick"; - version = "0.1"; - sha256 = "b81c5276709795fd9fe14f2b456b36ee0f4ee399abaa2f738948492baf2fb230"; + version = "0.2"; + sha256 = "2bc36fd17d7dd465b370fc0b3ca49afd9cf78bc851bebd5341175a826dba9c97"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers contravariant data-default Diff lens + base containers contravariant data-default deepseq Diff lens template-haskell text text-zipper transformers vector vty ]; - executableHaskellDepends = [ base data-default lens text vty ]; + executableHaskellDepends = [ + base data-default lens text vector vty + ]; homepage = "https://github.com/jtdaugherty/brick/"; description = "A declarative terminal user interface library"; license = stdenv.lib.licenses.bsd3; @@ -29984,13 +30064,15 @@ self: { }: mkDerivation { pname = "cabal-bounds"; - version = "0.9.5"; - sha256 = "f053206ce48080c7166ede1053da9332ed73ffc8192f38e87dcfaa588e049a50"; + version = "1.0.1"; + sha256 = "07ece2976aaf2a496043039120889d1904efbb8c439581b099c70cc56d9d1720"; + revision = "1"; + editedCabalFile = "0bea75835dec3439d69a0c176bcc9aa5c82866e7293dcb60e49c7168800bd8eb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base Cabal cabal-lenses cmdargs either lens strict transformers - unordered-containers + base Cabal cabal-lenses cmdargs directory either filepath lens + strict transformers unordered-containers ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -30008,8 +30090,8 @@ self: { }: mkDerivation { pname = "cabal-cargs"; - version = "0.7.7"; - sha256 = "9f5ac25b0efcb8d9d41096c4e32c9c0ebae81cdef2be4e5d999348a9dd75c321"; + version = "0.7.8"; + sha256 = "0a13469b3077b242cc758f5b3b645d7fe4fca950d82c4b564ea616e7bd92e251"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -30070,8 +30152,8 @@ self: { }: mkDerivation { pname = "cabal-debian"; - version = "4.30.2"; - sha256 = "bca7aae4e601e8bd72cee931cd8081331a7298f07db2260fbb3a5a0103ee4eed"; + version = "4.31.4"; + sha256 = "f700f3fef9d6ec3e95468cfe65c7b77b4ec560668ec876aeed01d833804c18bd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -30085,8 +30167,8 @@ self: { base Cabal debian lens mtl pretty Unixutils ]; testHaskellDepends = [ - base Cabal containers debian Diff filepath hsemail HUnit lens - pretty process text + base Cabal containers debian Diff directory filepath hsemail HUnit + lens pretty process text ]; homepage = "https://github.com/ddssff/cabal-debian"; description = "Create a Debianization for a Cabal package"; @@ -30217,8 +30299,8 @@ self: { }: mkDerivation { pname = "cabal-helper"; - version = "0.5.1.0"; - sha256 = "563773491cc8245c3d265c2e7847f95198aad74adcbc16a91622e7e4abef4e45"; + version = "0.5.2.0"; + sha256 = "e4328860abef0a6ff97357810f6f067018e40e0e28fa9df3b51efbc7421f689f"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -30367,12 +30449,17 @@ self: { }) {}; "cabal-lenses" = callPackage - ({ mkDerivation, base, Cabal, lens, unordered-containers }: + ({ mkDerivation, base, Cabal, either, lens, strict, system-fileio + , system-filepath, text, transformers, unordered-containers + }: mkDerivation { pname = "cabal-lenses"; - version = "0.4.5"; - sha256 = "b668afea6a4d1e26384c4e7ce19cb14a54ce717c9e045661585f15a82ab109ec"; - libraryHaskellDepends = [ base Cabal lens unordered-containers ]; + version = "0.4.6"; + sha256 = "1fdb9c5e82cd1b82c0aff5392375baa339261684e8260c77308334433ea52dac"; + libraryHaskellDepends = [ + base Cabal either lens strict system-fileio system-filepath text + transformers unordered-containers + ]; jailbreak = true; description = "Lenses and traversals for the Cabal library"; license = stdenv.lib.licenses.bsd3; @@ -33057,8 +33144,8 @@ self: { pname = "chunked-data"; version = "0.2.0"; sha256 = "9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272"; - revision = "1"; - editedCabalFile = "ba9fa66cf9c9995dfec2c5735692d6f52343a48d6c9cae4242ec399e0f421fdc"; + revision = "2"; + editedCabalFile = "8e667f090de9d53e254c511c8658c15f3c097b7652611b4f65bfabd5151319d0"; libraryHaskellDepends = [ base blaze-builder bytestring containers mono-traversable semigroups text transformers vector @@ -33731,8 +33818,8 @@ self: { }: mkDerivation { pname = "classy-prelude"; - version = "0.12.1.1"; - sha256 = "670a85ffd10ff467e5eec1164462932c00bb6282cda2987a2b92c82f09ac3d13"; + version = "0.12.3"; + sha256 = "fd7b6e97c8e462844598f76f9aef4c4f445cd833e3b72eebcc94e8c20a7d3a24"; libraryHaskellDepends = [ base basic-prelude bifunctors bytestring chunked-data containers dlist enclosed-exceptions exceptions ghc-prim hashable lifted-base @@ -33755,8 +33842,8 @@ self: { }: mkDerivation { pname = "classy-prelude-conduit"; - version = "0.12.0.1"; - sha256 = "b12758b3ebe429268ca5a0f18a61ffc9429d6cdc00b4362742ea0717460462f7"; + version = "0.12.3"; + sha256 = "d86127153f9a69a2ed87777a0a93d8174c7ff136cbefb470879982b3b4875970"; libraryHaskellDepends = [ base bytestring classy-prelude conduit conduit-combinators monad-control resourcet transformers void @@ -33776,8 +33863,8 @@ self: { }: mkDerivation { pname = "classy-prelude-yesod"; - version = "0.12.0.1"; - sha256 = "220f42a881672837513de5a425fa060fa545436b99baa02c6d5faaa697a6ff02"; + version = "0.12.3"; + sha256 = "ddc03c6e473e3355f5c5efa3cd1eecf15605ef3a109038d0350eb5890b6a3c9d"; libraryHaskellDepends = [ aeson base classy-prelude classy-prelude-conduit data-default http-conduit http-types persistent yesod yesod-newsfeed @@ -33836,6 +33923,7 @@ self: { ]; librarySystemDepends = [ openssl ]; libraryToolDepends = [ hsx2hs ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "A secure, reliable content management system (CMS) and blogging platform"; license = stdenv.lib.licenses.bsd3; @@ -33855,6 +33943,7 @@ self: { executableHaskellDepends = [ acid-state base clckwrks haskeline mtl network parsec ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "a command-line interface for adminstrating some aspects of clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -33930,6 +34019,7 @@ self: { safecopy text web-plugins web-routes web-routes-th ]; libraryToolDepends = [ hsx2hs ]; + jailbreak = true; homepage = "http://clckwrks.com/"; description = "ircbot plugin for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -33954,6 +34044,7 @@ self: { web-routes-th ]; libraryToolDepends = [ hsx2hs ]; + jailbreak = true; homepage = "http://clckwrks.com/"; description = "media plugin for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -33980,6 +34071,7 @@ self: { web-plugins web-routes web-routes-happstack web-routes-th ]; libraryToolDepends = [ hsx2hs ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "support for CMS/Blogging in clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -34011,8 +34103,8 @@ self: { }: mkDerivation { pname = "clckwrks-theme-clckwrks"; - version = "0.5.0"; - sha256 = "1b72c96e2c6a2d04c3ec53727b72ab3454f82192f5f77f83ca672a56cfc55f1b"; + version = "0.5.1"; + sha256 = "93540dc0dafbf1e9bc6863c215391905201bc4653133fd01c0f0c6a9bacd6858"; libraryHaskellDepends = [ base clckwrks containers happstack-authenticate hsp hsx2hs mtl text web-plugins @@ -34543,8 +34635,8 @@ self: { ({ mkDerivation, base, bytestring, HUnit, text }: mkDerivation { pname = "cmark"; - version = "0.4.0.1"; - sha256 = "638328b59c2bb8bdcd0f3042c4554f2b2b7c6deac7770dbc8bc2813c865a35ce"; + version = "0.4.1"; + sha256 = "22f006ba36620476916c605b92de8e1f325eb2b5ebec6b30c12aee6220262330"; libraryHaskellDepends = [ base bytestring text ]; testHaskellDepends = [ base HUnit text ]; homepage = "https://github.com/jgm/commonmark-hs"; @@ -36085,8 +36177,8 @@ self: { }: mkDerivation { pname = "concurrent-machines"; - version = "0.1.0.0"; - sha256 = "846fd1bcb15551750da36f525050fc0a5f03c752ccd421fb90dfc92f595a9de6"; + version = "0.1.0.1"; + sha256 = "d3db20a02c415f8aa68832212738a09d5847b31549270529c69cc4c2bd2a832e"; libraryHaskellDepends = [ async base containers lifted-async machines monad-control semigroups time transformers transformers-base @@ -36313,10 +36405,8 @@ self: { ({ mkDerivation, base, conduit, vector }: mkDerivation { pname = "conduit-audio"; - version = "0.1"; - sha256 = "8bfabae0f9e9322ffd91e1cd8afbe6a5eb716d46c0035876ab7368c44fb6bdf6"; - revision = "1"; - editedCabalFile = "bf853ba8300deda982d278245bd268e91f444ca42185bd0d57eb9feae5ab066c"; + version = "0.2"; + sha256 = "8cabe59479eb5b02cea6d64c177181eba19affe6dfb1335ae437e992417b9d55"; libraryHaskellDepends = [ base conduit vector ]; homepage = "http://github.com/mtolly/conduit-audio"; description = "Combinators to efficiently slice and dice audio streams"; @@ -36331,8 +36421,8 @@ self: { pname = "conduit-audio-lame"; version = "0.1"; sha256 = "3c85eec27bb2dbfa5f625624d1dc8ccabf22a4f62508d50a9d940be7c9aa9644"; - revision = "1"; - editedCabalFile = "34e31416cde87ad1d75570612f3e95d8f54cbeac0539a6f85b93aebaf3979c1a"; + revision = "2"; + editedCabalFile = "515e004751c00e38b2d55e549fc2c1fd73cbf86a113e9b35b2a681fcc80a546d"; libraryHaskellDepends = [ base bytestring conduit conduit-audio resourcet transformers vector ]; @@ -36351,8 +36441,8 @@ self: { pname = "conduit-audio-samplerate"; version = "0.1"; sha256 = "4f7781a30e57f6fd38f35d565ca4a94640e5b9ed62b821e7a3723d6d41a34513"; - revision = "1"; - editedCabalFile = "c3601c344d95841d594827a61b1a7ad05042dec6f62ce9952e88b3d0fe814a63"; + revision = "2"; + editedCabalFile = "6a1b8fd7fe0e3bda31d7e02eddfbf9ad569f74a130a2985b55cf09334ee0fd76"; libraryHaskellDepends = [ base conduit conduit-audio resourcet transformers vector ]; @@ -36371,8 +36461,8 @@ self: { pname = "conduit-audio-sndfile"; version = "0.1"; sha256 = "6d35ed7b38479ce2b6946d661abe11aa69c1db6821b14b52618e273604fb1b6c"; - revision = "1"; - editedCabalFile = "f753b66e55fc5332463bc54a7077b9c503439cd03c7c1c799cd60751ab954a87"; + revision = "2"; + editedCabalFile = "2a067b3ffad200da8d993ba8c57f53580b3505d912b9c9dfb160674e642f749a"; libraryHaskellDepends = [ base conduit conduit-audio hsndfile hsndfile-vector resourcet transformers @@ -37953,12 +38043,15 @@ self: { }: mkDerivation { pname = "courier"; - version = "0.1.0.15"; - sha256 = "5b14d1d5d2bd4efb563a8e5111cd23c5892034b6bfcd2e34ead8c9c3b35549aa"; + version = "0.1.1.1"; + sha256 = "950216558b5729d592c2bfd9b230ab25fe0403cd5cfa6825ec9b6123fc330ad6"; + isLibrary = true; + isExecutable = true; libraryHaskellDepends = [ async base bytestring cereal containers hslogger network stm text uuid ]; + executableHaskellDepends = [ base cereal ]; testHaskellDepends = [ async base cereal containers directory hslogger HUnit network stm test-framework test-framework-hunit @@ -37989,6 +38082,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "coverage" = callPackage + ({ mkDerivation, base, hspec, QuickCheck }: + mkDerivation { + pname = "coverage"; + version = "0.1.0.2"; + sha256 = "ba99dccf43de1021322a870e03fc74b9a46bc5bdffde302859f19870065e6df0"; + libraryHaskellDepends = [ base ]; + testHaskellDepends = [ base hspec QuickCheck ]; + jailbreak = true; + homepage = "https://github.com/nicodelpiano/coverage"; + description = "Exhaustivity Checking Library"; + license = stdenv.lib.licenses.mit; + }) {}; + "cpio-conduit" = callPackage ({ mkDerivation, base, base16-bytestring, binary, bytestring , conduit, conduit-extra, resourcet @@ -38034,8 +38141,8 @@ self: { }: mkDerivation { pname = "cpphs"; - version = "1.19.2"; - sha256 = "bb45b22d8b00605942bc2f675c43ba826e9a861cfe1474f1aad9d427e16690a4"; + version = "1.19.3"; + sha256 = "e2546aa382e9c22942c5c2849631edc6b1d8cbea2c50762f66b740755faf57da"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -38089,8 +38196,8 @@ self: { ({ mkDerivation, array, base, containers, parallel }: mkDerivation { pname = "cpsa"; - version = "2.5.2"; - sha256 = "05b32a60a1ec193beafa4e9009b210bb81933cdf30a798611e64aa13a4e2a27e"; + version = "2.5.3"; + sha256 = "c7f2d323f0b558e8a39a387f21d7f93b8449f25082d7e8515cc7f805d2a31919"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ array base containers parallel ]; @@ -39340,8 +39447,8 @@ self: { }: mkDerivation { pname = "css-syntax"; - version = "0.0.2"; - sha256 = "9ee149c46c3f76d46943bf7b374be79535aaec393b3a5dc2f176636c76382115"; + version = "0.0.4"; + sha256 = "9b9254e3471b7be615f8546a5f46b1a338d81be0f2724aa107311c3ee6ee6bd9"; libraryHaskellDepends = [ attoparsec base bytestring scientific text ]; @@ -41333,11 +41440,13 @@ self: { pname = "data-reify"; version = "0.6.1"; sha256 = "61350a1e96cb1276c2b6b8b13fa1bade5d4e63c702509a3f5e90bbc19ad9b202"; + revision = "1"; + editedCabalFile = "f7f3a5b2f482a67eb77f4ba32e15f91bcfa4c220cdda9dde22cd9d9ff18ab447"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base ]; - homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools/IOReification"; + homepage = "http://ku-fpg.github.io/software/data-reify/"; description = "Reify a recursive data structure into an explicit graph"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -42296,6 +42405,32 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "dead-code-detection" = callPackage + ({ mkDerivation, base, containers, directory, filepath + , getopt-generics, ghc, ghc-paths, gitrev, Glob, graph-wrapper + , hspec, interpolate, mockery, silently, string-conversions + , uniplate + }: + mkDerivation { + pname = "dead-code-detection"; + version = "0.1.1"; + sha256 = "45bc29a1b21001d9b5524f6fe808581d1871cb97e330637ba6fe4e06aef66351"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base containers getopt-generics ghc ghc-paths gitrev Glob + graph-wrapper silently string-conversions uniplate + ]; + testHaskellDepends = [ + base containers directory filepath getopt-generics ghc ghc-paths + gitrev Glob graph-wrapper hspec interpolate mockery silently + string-conversions uniplate + ]; + homepage = "https://github.com/soenkehahn/dead-code-detection#readme"; + description = "detect dead code in haskell projects"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "dead-simple-json" = callPackage ({ mkDerivation, base, containers, parsec, template-haskell , transformers, vector @@ -42322,8 +42457,8 @@ self: { }: mkDerivation { pname = "debian"; - version = "3.87.2"; - sha256 = "2994078f24cc7467bf8ffbd14cd8838aebaceb659856f77fb91d59bbbe06ae8c"; + version = "3.88"; + sha256 = "9b347387432ca20fb4bba123cdb4de8e4ae05d49a4433d1609f37215620e6e56"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -42492,14 +42627,14 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "deepseq_1_4_1_1" = callPackage + "deepseq_1_4_1_2" = callPackage ({ mkDerivation, array, base, HUnit, test-framework , test-framework-hunit }: mkDerivation { pname = "deepseq"; - version = "1.4.1.1"; - sha256 = "908158eb30ac6abe2fb32d9c07cc2c3dae886867520b5529c09b5e87db32b3bf"; + version = "1.4.1.2"; + sha256 = "3b7cfa5ff5eb169b3f97285be978f030d664c6e3e84a2525b2fafca4f7380651"; libraryHaskellDepends = [ array base ]; testHaskellDepends = [ array base HUnit test-framework test-framework-hunit @@ -42917,8 +43052,8 @@ self: { ({ mkDerivation, base, containers, dependent-sum }: mkDerivation { pname = "dependent-map"; - version = "0.1.1.3"; - sha256 = "44dd913868dddfaa104c27794cbf852e8c4783fe78f49b3b2dd635b4731ec8af"; + version = "0.2.0.1"; + sha256 = "645c5c519d5cb6393ee826dfca183736be84fda87e980f0daecd7be207bb8f50"; libraryHaskellDepends = [ base containers dependent-sum ]; homepage = "https://github.com/mokus0/dependent-map"; description = "Dependent finite maps (partial dependent products)"; @@ -42929,8 +43064,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "dependent-sum"; - version = "0.2.1.0"; - sha256 = "835e799c9749822f2818dd5c7dc1e887d4c5b5a6bb37c7e4c0661a2060d6dcc0"; + version = "0.3.2.1"; + sha256 = "b91338c9d18b8977114c3ef962dc224b6a7ff12b0861c536f560260429b6a42f"; libraryHaskellDepends = [ base ]; homepage = "https://github.com/mokus0/dependent-sum"; description = "Dependent sum type"; @@ -43245,6 +43380,7 @@ self: { sha256 = "3adffba07d4fdca79909331ec0029e09cf7895cadada5613f3e359d777c8bcc1"; libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base hspec ]; + jailbreak = true; homepage = "https://github.com/TGOlson/deterministic-game-engine"; description = "Simple deterministic game engine"; license = stdenv.lib.licenses.mit; @@ -44025,13 +44161,12 @@ self: { }: mkDerivation { pname = "digestive-bootstrap"; - version = "0.1.0.0"; - sha256 = "ffcf11ad8a5692569df86fdc967ce3ccaafa9b1d973f92893091e924e8683030"; + version = "0.1.0.1"; + sha256 = "eb7d7586903f07c4519c4ff862923344e912268f686394cb4f550bd9ef0418f7"; libraryHaskellDepends = [ base blaze-bootstrap blaze-html digestive-functors digestive-functors-blaze http-types text ]; - jailbreak = true; description = "Speed up form designing using digestive functors and bootstrap"; license = stdenv.lib.licenses.mit; }) {}; @@ -44374,6 +44509,31 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "diplomacy-server" = callPackage + ({ mkDerivation, aeson, async, base, bytestring, containers + , deepseq, diplomacy, filepath, hourglass, json-schema, mtl + , optparse-applicative, parsec, random, rest-core, rest-wai, stm + , Stream, text, transformers, transformers-compat, TypeNat, wai + , warp, warp-tls + }: + mkDerivation { + pname = "diplomacy-server"; + version = "0.1.0.0"; + sha256 = "36de8e6754843331fa36f1da296dd467dc6267a80bce3d907e4f73f4f2e4dcf6"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + aeson async base bytestring containers deepseq diplomacy filepath + hourglass json-schema mtl optparse-applicative parsec random + rest-core rest-wai stm Stream text transformers transformers-compat + TypeNat wai warp warp-tls + ]; + jailbreak = true; + homepage = "https://github.com/avieth/diplomacy-server"; + description = "Play Diplomacy over HTTP"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "direct-binary-files" = callPackage ({ mkDerivation, base, bytestring, mtl }: mkDerivation { @@ -45291,8 +45451,8 @@ self: { ({ mkDerivation, base, Cabal, deepseq, QuickCheck }: mkDerivation { pname = "dlist"; - version = "0.7.1.1"; - sha256 = "08b07f28e01f4a7e17239c33b37fbef0bf6073712337a97a145a583577df5efd"; + version = "0.7.1.2"; + sha256 = "332d21f16fd30d2534b6ab96c98830a14266d8f368cff21f6a47469fb3493783"; libraryHaskellDepends = [ base deepseq ]; testHaskellDepends = [ base Cabal QuickCheck ]; homepage = "https://github.com/spl/dlist"; @@ -46376,21 +46536,20 @@ self: { }) {}; "dtab" = callPackage - ({ mkDerivation, array, base, binary, bytestring, containers - , data-binary-ieee754, pretty, transformers + ({ mkDerivation, alex, array, base, binary, bytestring, containers + , data-binary-ieee754, happy, pretty, transformers }: mkDerivation { pname = "dtab"; - version = "1.0"; - sha256 = "43067c07ec8dd6bedcaa985a51df834987172ba2153d089e5edf7729e99da5ff"; - revision = "2"; - editedCabalFile = "50fe31cffb6f7eab4428bf547fd0c7e7804a0f20c604692a18b213d4a54a0a7a"; + version = "1.0.0.1"; + sha256 = "d696fd2a9019c9b4916831f88217f92f809dc4341b5ffc506f8e786d91bbe069"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ array base binary bytestring containers data-binary-ieee754 pretty transformers ]; + libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ base bytestring ]; description = "Harmonix (Guitar Hero, Rock Band) DTA/DTB metadata library"; license = "GPL"; @@ -48721,8 +48880,8 @@ self: { ({ mkDerivation, base, containers, hspec }: mkDerivation { pname = "envparse"; - version = "0.2.1"; - sha256 = "8f71913f13df34dc5092ae4d5808c086e7b7d84a0696d6891bf4727254a37dde"; + version = "0.2.2"; + sha256 = "72bbac6a4c6755c6f1f0b68a68475afb71cd6763e8fb90c88411457ff16f4a03"; libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec ]; homepage = "https://supki.github.io/envparse"; @@ -48745,6 +48904,7 @@ self: { base bytestring hspec mtl QuickCheck quickcheck-instances text time transformers ]; + jailbreak = true; description = "An environmentally friendly way to deal with environment variables"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -49516,6 +49676,7 @@ self: { base directory hlint hspec process regex-posix xml ]; testToolDepends = [ happy ]; + jailbreak = true; homepage = "https://github.com/decomputed/euler"; description = "Mathematics utilities for Haskell"; license = stdenv.lib.licenses.mit; @@ -49737,8 +49898,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "exact-pi"; - version = "0.2.1.1"; - sha256 = "6ff443ecd07f8727089202b881125c85ef21818594ffa910dfa41eaa54eb14b9"; + version = "0.2.1.2"; + sha256 = "a6a6239cf13b18409996bad40c487b80fdf03b87fea48bb0309e32e47243ee38"; libraryHaskellDepends = [ base ]; homepage = "https://github.com/dmcclean/exact-pi"; description = "Exact rational multiples of pi (and integer powers of pi)"; @@ -50643,6 +50804,7 @@ self: { sha256 = "c6bde8e127af0dbb2b6e426ef34eb3fafe32ccb32358b8482774e6fc4ab91e7f"; libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring hspec QuickCheck ]; + jailbreak = true; homepage = "https://github.com/abhinav/farmhash"; description = "Fast hash functions"; license = stdenv.lib.licenses.bsd3; @@ -50689,6 +50851,8 @@ self: { pname = "fast-logger"; version = "2.4.1"; sha256 = "e51218b5a00b8b5746fcbd1666262f9ae77b9daea5c4e351459a321c0c0a534e"; + revision = "1"; + editedCabalFile = "d33a479d4e18cae6671cd21fa47d3a62cd5674b2f234e35403bb3a8c7a56ae11"; libraryHaskellDepends = [ array auto-update base bytestring bytestring-builder directory filepath text @@ -51568,6 +51732,7 @@ self: { array base containers deepseq transformers ]; testHaskellDepends = [ base containers hspec QuickCheck ]; + jailbreak = true; description = "Martin Erwig's Functional Graph Library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -51580,6 +51745,7 @@ self: { sha256 = "840db22168432e752f9eaf7a2564afd20a0442342b61cea1ec63b21832612684"; libraryHaskellDepends = [ base fgl QuickCheck ]; testHaskellDepends = [ base containers fgl hspec QuickCheck ]; + jailbreak = true; description = "QuickCheck support for fgl"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -53002,6 +53168,7 @@ self: { sha256 = "ab4af7e815cfa2345cdf17c0e765da575f66c0b9b978c8234d620fcf933800db"; libraryHaskellDepends = [ base data-default stm stm-delay time ]; testHaskellDepends = [ base hspec stm time ]; + jailbreak = true; homepage = "https://github.com/debug-ito/fold-debounce"; description = "Fold multiple events that happen in a given period of time"; license = stdenv.lib.licenses.bsd3; @@ -53022,6 +53189,7 @@ self: { testHaskellDepends = [ base conduit hspec resourcet stm transformers ]; + jailbreak = true; homepage = "https://github.com/debug-ito/fold-debounce-conduit"; description = "Regulate input traffic from conduit Source with Control.FoldDebounce"; license = stdenv.lib.licenses.bsd3; @@ -53391,6 +53559,7 @@ self: { base bytestring data-default-class double-conversion hspec HUnit lens old-locale QuickCheck text time ]; + jailbreak = true; homepage = "https://github.com/Soostone/formattable"; description = "Business-quality formatting of numbers, dates, and other things"; license = stdenv.lib.licenses.bsd3; @@ -54108,8 +54277,8 @@ self: { ({ mkDerivation, base, containers, mtl, transformers }: mkDerivation { pname = "frpnow"; - version = "0.13"; - sha256 = "192b41e9c307dedc7004ff0e2bb50c4025a26de932dc7fa8ba6c7ffe83f3bb8d"; + version = "0.17"; + sha256 = "93da2b38fd2a597b2338e7fa132b207c690ad8c3edd26f1dda2fdcac29908b35"; libraryHaskellDepends = [ base containers mtl transformers ]; homepage = "https://github.com/atzeus/FRPNow"; description = "Principled practical FRP"; @@ -56188,8 +56357,8 @@ self: { ({ mkDerivation, base, cpphs, ghc, happy }: mkDerivation { pname = "ghc-parser"; - version = "0.1.7.0"; - sha256 = "e3e085bd656c8865d80994ad909960de448719394d1d033b75b4c6fc756a6031"; + version = "0.1.8.0"; + sha256 = "494e9df73942c5e77e01c331eaee94438c15c711d78f48c1d1c4d8977ffb5152"; libraryHaskellDepends = [ base ghc ]; libraryToolDepends = [ cpphs happy ]; homepage = "https://github.com/gibiansky/IHaskell"; @@ -57116,12 +57285,19 @@ self: { }) {}; "github-types" = callPackage - ({ mkDerivation, aeson, base, text }: + ({ mkDerivation, aeson, aeson-pretty, base, hspec, hspec-smallcheck + , http-conduit, smallcheck, text, time, unordered-containers + , vector + }: mkDerivation { pname = "github-types"; - version = "0.1.0.5"; - sha256 = "f1a4b62882d6b2f263cb411047d947ff0555be338a3699338816f20cd45bd553"; - libraryHaskellDepends = [ aeson base text ]; + version = "0.2.0"; + sha256 = "3f3675dff4076ddc64021bb5cbe89e5b609c65d2f08463a3d12d760b779ee4d8"; + libraryHaskellDepends = [ aeson base text time ]; + testHaskellDepends = [ + aeson aeson-pretty base hspec hspec-smallcheck http-conduit + smallcheck text time unordered-containers vector + ]; description = "Type definitions for objects used by the GitHub v3 API"; license = "unknown"; }) {}; @@ -57203,22 +57379,23 @@ self: { }: mkDerivation { pname = "gitit"; - version = "0.11.1.1"; - sha256 = "bc8a5662a8e262a3ebaba270f54781db28407acd2fb441fbadc6df019d7a8ec4"; + version = "0.12.0.1"; + sha256 = "552996f2624ed08cd21a73303d666292f08a1294416d2811f9d57293c9e89506"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base filepath ghc ghc-paths pandoc pandoc-types safe - ]; - executableHaskellDepends = [ aeson base base64-bytestring blaze-html bytestring ConfigFile containers directory feed filepath filestore ghc ghc-paths happstack-server highlighting-kate hoauth2 hslogger HStringTemplate HTTP http-client-tls http-conduit json mtl network network-uri old-locale old-time pandoc pandoc-types parsec pretty process - random recaptcha SHA split syb tagsoup text time uri url + random recaptcha safe SHA split syb tagsoup text time uri url utf8-string uuid xhtml xml xss-sanitize zlib ]; + executableHaskellDepends = [ + base bytestring directory filepath hslogger HTTP mtl network + network-uri syb url utf8-string + ]; homepage = "http://gitit.net"; description = "Wiki using happstack, git or darcs, and pandoc"; license = "GPL"; @@ -57725,6 +57902,7 @@ self: { libraryHaskellDepends = [ base bmp bytestring containers ghc-prim gloss-rendering GLUT OpenGL ]; + jailbreak = true; homepage = "http://gloss.ouroborus.net"; description = "Painless 2D vector graphics, animations and simulations"; license = stdenv.lib.licenses.mit; @@ -57875,6 +58053,7 @@ self: { libraryHaskellDepends = [ base bmp bytestring containers GLUT OpenGL ]; + jailbreak = true; description = "Gloss picture data types and rendering functions"; license = stdenv.lib.licenses.mit; }) {}; @@ -57912,8 +58091,8 @@ self: { }: mkDerivation { pname = "glue"; - version = "0.1.2"; - sha256 = "55a2bee39073ad16ddfd2879ec91c8eb9dd78cd2e25498ef39ad6f8dc1f6ae45"; + version = "0.1.3"; + sha256 = "4668671d2ebeb32c567c8fa6f2ca46f352695e63f17fb45162837b5889f1dde7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -59196,8 +59375,8 @@ self: { pname = "groundhog"; version = "0.7.0.3"; sha256 = "39713e7b3423ea34a5ac803d4a563d7f9674bbf72700e263a00c7bc70328ac58"; - revision = "1"; - editedCabalFile = "dcf9bbeaf0fd7e7ac0809902a54779097e8935a07b1e7e43c404bc683c17e7f0"; + revision = "2"; + editedCabalFile = "b4a2f7876feaaf6ad8d4589989902d4452468910c0f3f01a04827a001036f3ff"; libraryHaskellDepends = [ aeson attoparsec base base64-bytestring blaze-builder bytestring containers monad-control monad-logger mtl scientific text time @@ -59846,8 +60025,8 @@ self: { }: mkDerivation { pname = "gtk3"; - version = "0.14.0"; - sha256 = "ec548d8a63caabf449ada2c3f2589c6b15e741572affb8362161fd2ab7e4d6c8"; + version = "0.14.1"; + sha256 = "4ebbb02611cbbc2a0ff592afb8cf37ffc6c10ec716464975872f46853c38c5a7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -60969,13 +61148,14 @@ self: { pname = "hackage-diff"; version = "0.1.0.0"; sha256 = "bf8010479ba75032c6750444edc7979a65c6ce4c919a629562ddd81aa03aac4d"; + revision = "1"; + editedCabalFile = "eddc65fed41375eaa4ce2aa729bd35364d558d7e33b23fcafca58dd6ce3cff1c"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ ansi-terminal async attoparsec base Cabal cpphs directory filepath haskell-src-exts HTTP mtl process text ]; - jailbreak = true; homepage = "https://github.com/blitzcode/hackage-diff"; description = "Compare the public API of different versions of a Hackage library"; license = stdenv.lib.licenses.mit; @@ -61058,6 +61238,61 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hackage-repo-tool" = callPackage + ({ mkDerivation, base, bytestring, Cabal, directory, filepath + , hackage-security, network, network-uri, optparse-applicative, tar + , time, unix, zlib + }: + mkDerivation { + pname = "hackage-repo-tool"; + version = "0.1.0.0"; + sha256 = "421eed1316a7f54d5e5d5895ff70129a7efaf0d4d2e10b27bc293ba3786c496b"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base bytestring Cabal directory filepath hackage-security network + network-uri optparse-applicative tar time unix zlib + ]; + homepage = "http://github.com/well-typed/hackage-security/"; + description = "Utility to manage secure file-based package repositories"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "hackage-security" = callPackage + ({ mkDerivation, base, base64-bytestring, bytestring, Cabal + , containers, cryptohash, directory, ed25519, filepath, ghc-prim + , mtl, network, network-uri, parsec, tar, template-haskell, time + , transformers, zlib + }: + mkDerivation { + pname = "hackage-security"; + version = "0.2.0.0"; + sha256 = "db1abeb34db8ecabc4e70db7a71f49789a0a1839b78dbc813f09d25973aea8d4"; + libraryHaskellDepends = [ + base base64-bytestring bytestring Cabal containers cryptohash + directory ed25519 filepath ghc-prim mtl network network-uri parsec + tar template-haskell time transformers zlib + ]; + description = "Hackage security library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "hackage-security-HTTP" = callPackage + ({ mkDerivation, base, bytestring, hackage-security, HTTP, mtl + , network, network-uri, zlib + }: + mkDerivation { + pname = "hackage-security-HTTP"; + version = "0.1.0.1"; + sha256 = "56b526b2ed23201474f111f3b7ad6d77fa5359acd27498ab4a95b451617612fa"; + libraryHaskellDepends = [ + base bytestring hackage-security HTTP mtl network network-uri zlib + ]; + homepage = "http://github.com/well-typed/hackage-security/"; + description = "Hackage security bindings against the HTTP library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hackage-server" = callPackage ({ mkDerivation, acid-state, aeson, alex, array, async, attoparsec , base, base16-bytestring, base64-bytestring, binary, blaze-builder @@ -61198,6 +61433,27 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "hackmanager" = callPackage + ({ mkDerivation, base, bytestring, Cabal, directory, file-embed + , Glob, hastache, http-client, http-client-tls, http-types, mtl + , optparse-applicative, process, text + }: + mkDerivation { + pname = "hackmanager"; + version = "0.1.0.0"; + sha256 = "8a5cebf772c8f99b2e56deb9f64a90344ded1528ac1a9967eab2776d72053546"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring Cabal directory file-embed Glob hastache + http-client http-client-tls http-types mtl process text + ]; + executableHaskellDepends = [ base optparse-applicative text ]; + homepage = "http://github.com/agrafix/hackmanager"; + description = "Generate useful files for Haskell projects"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hackport" = callPackage ({ mkDerivation, array, base, bytestring, containers, deepseq , directory, extensible-exceptions, filepath, HTTP, HUnit, MissingH @@ -61880,6 +62136,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hakyll-sass" = callPackage + ({ mkDerivation, base, data-default-class, hakyll, hsass }: + mkDerivation { + pname = "hakyll-sass"; + version = "0.1.0"; + sha256 = "b127379ebf20f96f5974a9f8212aa3aeed04b9e22788bc29cc9994f6f69e926c"; + libraryHaskellDepends = [ base data-default-class hakyll hsass ]; + homepage = "https://github.com/meoblast001/hakyll-sass"; + description = "Hakyll SASS compiler over hsass"; + license = stdenv.lib.licenses.mit; + }) {}; + "halberd" = callPackage ({ mkDerivation, base, Cabal, containers, haskell-names , haskell-packages, haskell-src-exts, HUnit, mtl, safe, split, syb @@ -62225,17 +62493,17 @@ self: { "hans" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, bytestring, cereal , containers, fingertree, HTTP, monadLib, network, old-locale - , random, time, unix + , random, stm, time, unix }: mkDerivation { pname = "hans"; - version = "2.5.0.0"; - sha256 = "17f018763926d55ab8cc0cb763526a99399003ecaba37a7dd52157c62ce7f5a7"; + version = "2.6.0.0"; + sha256 = "2853847c2d8823e43904ddcd2fa4ad1e1b15178a18e703293459866601c057a5"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base bytestring cereal containers fingertree monadLib random time - unix + base bytestring cereal containers fingertree monadLib random stm + time unix ]; executableHaskellDepends = [ base blaze-html blaze-markup bytestring cereal containers HTTP @@ -62646,6 +62914,7 @@ self: { monad-control mtl reform reform-happstack reform-hsp safecopy text web-routes web-routes-happstack web-routes-hsp web-routes-th ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Glue code for using Happstack with acid-state, web-routes, reform, and HSP"; license = stdenv.lib.licenses.bsd3; @@ -63134,8 +63403,8 @@ self: { }: mkDerivation { pname = "harmony"; - version = "0.1.0.3"; - sha256 = "c4d91ca6923e9d04d72590eb309020e6937aa3097b3b649db6803e527eb4c092"; + version = "0.1.1.0"; + sha256 = "453e3a4db149729e19bcbd6970abf0ed9d3c25dfffeac2c3cb5be3dcfdddc5dd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -65111,15 +65380,15 @@ self: { "haskmon" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, http-streams - , io-streams, old-locale, time, vector + , io-streams, time, vector }: mkDerivation { pname = "haskmon"; - version = "0.1.1.0"; - sha256 = "e4543d24662764a8c646b9552129ffd36a06c58c6df8f8889f2b177b9a0457f7"; + version = "0.2.1.0"; + sha256 = "69ac7e21a62f20c2fce94db01c373dbd66876a0cb016ab25a99a9dedc4f62677"; libraryHaskellDepends = [ - aeson base bytestring containers http-streams io-streams old-locale - time vector + aeson base bytestring containers http-streams io-streams time + vector ]; jailbreak = true; description = "A haskell wrapper for PokeAPI.co (www.pokeapi.co)"; @@ -66191,8 +66460,8 @@ self: { }: mkDerivation { pname = "hbro"; - version = "1.4.0.1"; - sha256 = "aafda5f16e1bc86dec50dde8ff18dbcb086987faba87cbe425225e59d107318a"; + version = "1.5.0.0"; + sha256 = "8f66263f288dba0e90cce6d6b9d2682b71acc46c2790128cba78b984c7990d6f"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -66217,8 +66486,8 @@ self: { }: mkDerivation { pname = "hbro-contrib"; - version = "1.4.0.0"; - sha256 = "425fbad68bd203ed4094d3c6b96d3e2d46818ec1ea6a950da8852978c3ebf86c"; + version = "1.5.0.0"; + sha256 = "0331c2024f52cfbefba781095e8309fd20cd32082a9a8887c3fcb4f52fc76fbc"; libraryHaskellDepends = [ aeson aeson-pretty base bytestring classy-prelude containers directory glib gtk3 hbro lens monad-control mtl network-uri pango @@ -67767,12 +68036,12 @@ self: { }: mkDerivation { pname = "hexpat-lens"; - version = "0.1.3"; - sha256 = "d96d6048d8f7f6773ad8322c8ba94b8852e8408ac64cd240d94af720fffd0309"; + version = "0.1.4"; + sha256 = "35783e1bb8654ac74866b7910f7f58385a78d0005d05c26bc7efd36ca9827978"; libraryHaskellDepends = [ base bytestring deepseq hexpat hexpat-tagsoup lens ]; - jailbreak = true; + homepage = "https://github.com/tel/hexpat-lens"; description = "Lenses for Hexpat"; license = stdenv.lib.licenses.mit; }) {}; @@ -69709,18 +69978,19 @@ self: { }) { inherit (pkgs) openssl;}; "hlibsass" = callPackage - ({ mkDerivation, base, hspec, sass }: + ({ mkDerivation, base, hspec, libsass }: mkDerivation { pname = "hlibsass"; version = "0.1.4.0"; sha256 = "2673ff4a4189bdfda61e5b936e1e91c4de29ede91db40055511a835ccbd35818"; + configureFlags = [ "-fexternallibsass" ]; libraryHaskellDepends = [ base ]; - librarySystemDepends = [ sass ]; + librarySystemDepends = [ libsass ]; testHaskellDepends = [ base hspec ]; homepage = "https://github.com/jakubfijalkowski/hlibsass"; description = "Low-level bindings to Libsass"; license = stdenv.lib.licenses.mit; - }) { sass = null;}; + }) { inherit (pkgs) libsass;}; "hlint" = callPackage ({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs @@ -70692,8 +70962,8 @@ self: { }: mkDerivation { pname = "holy-project"; - version = "0.2.0.0"; - sha256 = "4f8feb2326214304a0326843383b3cf8e35862fb372f279c148f103ebbd09616"; + version = "0.2.0.1"; + sha256 = "b0f60f48377986212ee45a7ab360f4ef32578d4fa4b65cc21132f9c1e90a2814"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -71223,23 +71493,23 @@ self: { , base, base16-bytestring, binary, binary-conduit, bytestring , conduit, conduit-extra, containers, crypto-pubkey, cryptohash , directory, errors, fgl, graphviz, happy, hOpenPGP, ixset-typed - , lens, monad-loops, old-locale, openpgp-asciiarmor - , optparse-applicative, resourcet, text, time, transformers + , lens, monad-loops, openpgp-asciiarmor, optparse-applicative + , resourcet, text, time, time-locale-compat, transformers , unordered-containers, wl-pprint-extras, yaml }: mkDerivation { pname = "hopenpgp-tools"; - version = "0.16.2"; - sha256 = "6f491a68846e60635e0e2dbc9c95cf245d88619a19c0abf83dd51b58e48f6588"; + version = "0.16.3"; + sha256 = "8ecdffae493b7ceaf3520f28883d9e12c6cdaaf444e3230c1c8c876d4cc9d25f"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson ansi-wl-pprint array attoparsec base base16-bytestring binary binary-conduit bytestring conduit conduit-extra containers crypto-pubkey cryptohash directory errors fgl graphviz hOpenPGP - ixset-typed lens monad-loops old-locale openpgp-asciiarmor - optparse-applicative resourcet text time transformers - unordered-containers wl-pprint-extras yaml + ixset-typed lens monad-loops openpgp-asciiarmor + optparse-applicative resourcet text time time-locale-compat + transformers unordered-containers wl-pprint-extras yaml ]; executableToolDepends = [ alex happy ]; homepage = "http://floss.scru.org/hopenpgp-tools"; @@ -72188,8 +72458,8 @@ self: { }: mkDerivation { pname = "hruby"; - version = "0.3.1.5"; - sha256 = "aacbd1a8b4b8a10b6f144d6bb714817d164fae2a23abd922a2c4cc39581e32f5"; + version = "0.3.1.6"; + sha256 = "f1ca9df8c55a7b97749d1252ccb236d93432d125a55a2b4b26f5812f86dc22a8"; libraryHaskellDepends = [ aeson attoparsec base bytestring scientific stm text unordered-containers vector @@ -74294,8 +74564,8 @@ self: { }: mkDerivation { pname = "hspec"; - version = "2.1.10"; - sha256 = "f8fad4636ac0c89373c1b82e77fed8702ac84278597107ba9407052b9453a154"; + version = "2.2.0"; + sha256 = "0e733942f2b0c87b62ea43627ca3c90c7e638adb390efff48e5f2f6a7fd7117f"; libraryHaskellDepends = [ base hspec-core hspec-discover hspec-expectations HUnit QuickCheck transformers @@ -74360,8 +74630,8 @@ self: { }: mkDerivation { pname = "hspec-core"; - version = "2.1.10"; - sha256 = "682e7e77e6f6256caefa6c0582d89dbee8efd864ac14a98cfba4707a9eb20ee0"; + version = "2.2.0"; + sha256 = "44e9c15cca1639ccc24fcd925cd53f92f96322f691ed6903724a8a626629edf1"; libraryHaskellDepends = [ ansi-terminal async base deepseq hspec-expectations HUnit QuickCheck quickcheck-io random setenv tf-random time transformers @@ -74380,8 +74650,8 @@ self: { ({ mkDerivation, base, directory, filepath, hspec-meta }: mkDerivation { pname = "hspec-discover"; - version = "2.1.10"; - sha256 = "efb14e44b9beef570d55c2db4904002bf61e7744cd00a3a5fc8c236b8f071a0b"; + version = "2.2.0"; + sha256 = "fd5f7535f31b202cfe0bc4e00a97488f32e66850b867993bc4903849d7e76a70"; isLibrary = true; isExecutable = true; executableHaskellDepends = [ base directory filepath ]; @@ -74395,8 +74665,8 @@ self: { ({ mkDerivation, base, HUnit }: mkDerivation { pname = "hspec-expectations"; - version = "0.7.1"; - sha256 = "afcac6b3492a2db618e0e85e83cb106ba555fd966a3b045ee4aa30ccf199a258"; + version = "0.7.2"; + sha256 = "371a176b22ebdbc94b7bba55e0bda2296b44c11af01d20b23e4350ef7094a6f0"; libraryHaskellDepends = [ base HUnit ]; homepage = "https://github.com/sol/hspec-expectations#readme"; description = "Catchy combinators for HUnit"; @@ -74451,6 +74721,24 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "hspec-expectations-pretty-diff" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, Diff, haskell-src-exts + , hindent, hscolour, hspec, HUnit, text + }: + mkDerivation { + pname = "hspec-expectations-pretty-diff"; + version = "0.7.2.2"; + sha256 = "00c1ac7ceb6bed18c8c2ab7ac35342b024731e3fadf2c6304e549dc42d39ff38"; + libraryHaskellDepends = [ + ansi-terminal base Diff haskell-src-exts hindent hscolour HUnit + text + ]; + testHaskellDepends = [ aeson base hspec HUnit text ]; + homepage = "https://github.com/myfreeweb/hspec-expectations-pretty-diff#readme"; + description = "Catchy combinators for HUnit"; + license = stdenv.lib.licenses.mit; + }) {}; + "hspec-experimental" = callPackage ({ mkDerivation, base, hspec, hspec-meta, HUnit, QuickCheck }: mkDerivation { @@ -74496,8 +74784,8 @@ self: { }: mkDerivation { pname = "hspec-meta"; - version = "2.1.7"; - sha256 = "ffe41373ac24ff3e3c8d9ae5dfaf33c126c48ab16bc08c43ab91a58292f3097a"; + version = "2.2.0"; + sha256 = "bfa8fb7708368d063eab0c005addbb0b2f3227d76af55e61676584fbf3abb8ba"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -74556,13 +74844,15 @@ self: { }) {}; "hspec-smallcheck" = callPackage - ({ mkDerivation, base, hspec, QuickCheck, smallcheck }: + ({ mkDerivation, base, hspec, hspec-core, QuickCheck, smallcheck }: mkDerivation { pname = "hspec-smallcheck"; - version = "0.3.0"; - sha256 = "bcb7e3e8f978177decafa7547da18717adf57228085ae49830db01b956f6cbfb"; - libraryHaskellDepends = [ base hspec smallcheck ]; - testHaskellDepends = [ base hspec QuickCheck smallcheck ]; + version = "0.4.1"; + sha256 = "c5ddd014ad58679554d2726a4442a124d7a3a9fad04c928c610cdc46773fc0f5"; + libraryHaskellDepends = [ base hspec-core smallcheck ]; + testHaskellDepends = [ + base hspec hspec-core QuickCheck smallcheck + ]; homepage = "http://hspec.github.io/"; description = "SmallCheck support for the Hspec testing framework"; license = stdenv.lib.licenses.mit; @@ -74586,6 +74876,7 @@ self: { HandsomeSoup hspec hspec-core hxt lens mtl snap snap-core text transformers ]; + jailbreak = true; homepage = "https://github.com/dbp/hspec-snap"; description = "A library for testing with Hspec and the Snap Web Framework"; license = stdenv.lib.licenses.bsd3; @@ -74683,8 +74974,8 @@ self: { }: mkDerivation { pname = "hspec-webdriver"; - version = "1.0.2"; - sha256 = "2c3508c9c185c08fcd27f7e2fde69e212eecf4488a0411fc72ab679544d86df2"; + version = "1.0.3"; + sha256 = "24b736db0703acff84dfa7ed8cbccaf8b8d1884e4f609249b7461cd1b0959ff7"; libraryHaskellDepends = [ base data-default hashable hspec hspec-core HUnit lifted-base stm text transformers unordered-containers webdriver @@ -76102,15 +76393,17 @@ self: { }) {}; "http-link-header" = callPackage - ({ mkDerivation, attoparsec, base, bytestring-conversion, errors - , hspec, hspec-attoparsec, network-uri, QuickCheck, text + ({ mkDerivation, attoparsec, base, bytestring + , bytestring-conversion, errors, hspec, hspec-attoparsec + , network-uri, QuickCheck, text }: mkDerivation { pname = "http-link-header"; - version = "0.2.0"; - sha256 = "0c46155da7d411ba590b9d9d0eb735962bb9454b16bee61c455adf7b3858b56d"; + version = "1.0.1"; + sha256 = "908bb3356d3fe24615f5498c6dca1075f76f01e034838538a3c4b0ccc342e9b7"; libraryHaskellDepends = [ - attoparsec base bytestring-conversion errors network-uri text + attoparsec base bytestring bytestring-conversion errors network-uri + text ]; testHaskellDepends = [ base hspec hspec-attoparsec QuickCheck text @@ -76647,6 +76940,29 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hunch" = callPackage + ({ mkDerivation, base, containers, directory, filepath + , optparse-applicative, parsec, QuickCheck, split + }: + mkDerivation { + pname = "hunch"; + version = "0.1.1"; + sha256 = "2b959733b68066abcb8bddfb982c859b772070c2a16f27d183f1c61028817bae"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base containers directory filepath optparse-applicative parsec + split + ]; + testHaskellDepends = [ + base containers directory filepath optparse-applicative parsec + QuickCheck split + ]; + homepage = "https://github.com/loganbraga/hunch"; + description = "CSS-like syntax for file system manipulation"; + license = stdenv.lib.licenses.mit; + }) {}; + "hunit-gui" = callPackage ({ mkDerivation, base, cairo, gtk, haskell98, HUnit }: mkDerivation { @@ -76925,8 +77241,8 @@ self: { ({ mkDerivation, base, HTF }: mkDerivation { pname = "hvect"; - version = "0.2.0.0"; - sha256 = "310fa7a975673fa99eaace924c0ec3b600d6d21d4f94625c855e97caadcc2a06"; + version = "0.3.0.0"; + sha256 = "b2931f7c3bca66b7b6fbfa46bacaf0fc6f8a6c75dc29c0567c3f682764407ebc"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base HTF ]; homepage = "https://github.com/agrafix/hvect"; @@ -78432,6 +78748,26 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { ige-mac-integration = null;}; + "ignore" = callPackage + ({ mkDerivation, base, directory, Glob, HTF, mtl, path, pcre-heavy + , text + }: + mkDerivation { + pname = "ignore"; + version = "0.1.1.0"; + sha256 = "aaf481fdab8bdc5a506e4726eadf56697726f82086a3cd0439526b9442c73575"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base directory Glob mtl path pcre-heavy text + ]; + executableHaskellDepends = [ base directory path ]; + testHaskellDepends = [ base HTF text ]; + homepage = "http://github.com/agrafix/ignore"; + description = "Handle ignore files of different VCSes"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "igraph" = callPackage ({ mkDerivation, base, c2hs, containers, hashable, igraph , unordered-containers @@ -78477,8 +78813,8 @@ self: { }: mkDerivation { pname = "ihaskell"; - version = "0.6.4.1"; - sha256 = "524cf3836857ba1762f895379b533352cf25a532ad8825f93f9842d9f235adbe"; + version = "0.6.5.0"; + sha256 = "e634513efa47aa3e369c3d7fb0ad038b1cba308186d4c50268641a97a727ddbb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -78501,8 +78837,7 @@ self: { setenv shelly split stm strict system-argv0 text transformers unix unordered-containers utf8-string uuid vector ]; - jailbreak = true; - homepage = "http://gibiansky.github.io/IHaskell/"; + homepage = "http://github.com/gibiansky/IHaskell"; description = "A Haskell backend kernel for the IPython project"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -80596,27 +80931,25 @@ self: { ({ mkDerivation, array, attoparsec, base, base64-bytestring , bytestring, config-value, connection, containers , data-default-class, deepseq, directory, filepath, free - , haskell-lexer, lens, network, old-locale, split, stm, text, time - , tls, transformers, vty, x509, x509-store, x509-system + , haskell-lexer, lens, network, old-locale, regex-tdfa, split, stm + , text, time, tls, transformers, vty, x509, x509-store, x509-system , x509-validation }: mkDerivation { pname = "irc-core"; - version = "1.1.0.1"; - sha256 = "a788848f0d60068ed173c394bf28ad637a85df4f3007daebe502126c1907c106"; - revision = "5"; - editedCabalFile = "8971a294711aaae3c327c2fe4f1f53eaed33a57b986585c934df43fa69e8f914"; + version = "1.1.1"; + sha256 = "9f8e78db1aacf1e74df042e951335277be5bf25e01d1206d119470b451dcd2eb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ array attoparsec base base64-bytestring bytestring containers free - lens text time transformers + lens regex-tdfa text time transformers ]; executableHaskellDepends = [ array base bytestring config-value connection containers data-default-class deepseq directory filepath haskell-lexer lens - network old-locale split stm text time tls transformers vty x509 - x509-store x509-system x509-validation + network old-locale regex-tdfa split stm text time tls transformers + vty x509 x509-store x509-system x509-validation ]; homepage = "https://github.com/glguy/irc-core"; description = "An IRC client library and text client"; @@ -81556,6 +81889,8 @@ self: { pname = "jammittools"; version = "0.5.0.1"; sha256 = "fd01f32dc319f7088791ce696d0421215a624bc7a2923bb8a39e4d102148cae1"; + revision = "1"; + editedCabalFile = "723bbb15b1cdc91151255c89977d67e330f4795c35dc330c5cc324d7784d53b6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -82273,6 +82608,20 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "json-litobj" = callPackage + ({ mkDerivation, base, hspec, json, QuickCheck }: + mkDerivation { + pname = "json-litobj"; + version = "0.1.0.0"; + sha256 = "4ac4bd3cc6a559d48445577763497f24b0fdd748bab81d241c1392abd8a41ce6"; + libraryHaskellDepends = [ base json ]; + testHaskellDepends = [ base hspec json QuickCheck ]; + jailbreak = true; + homepage = "https://github.com/jonathankochems/json-litobj"; + description = "Extends Text.JSON to handle literal JS objects."; + license = stdenv.lib.licenses.bsd3; + }) {}; + "json-python" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, pureMD5 , python, template-haskell @@ -82932,17 +83281,12 @@ self: { }) {}; "kansas-lava-shake" = callPackage - ({ mkDerivation, base, containers, directory, filepath, hastache - , kansas-lava, shake, temporary, text - }: + ({ mkDerivation, base, hastache, kansas-lava, shake, text }: mkDerivation { pname = "kansas-lava-shake"; - version = "0.1.2"; - sha256 = "a799b6707aa7cf898d1bfb5d9273390b15a04b7d81fcd76a2bf834224ecdb303"; - libraryHaskellDepends = [ - base containers directory filepath hastache kansas-lava shake - temporary text - ]; + version = "0.2.0"; + sha256 = "34837e499a3007fb9eeb84e7c0bfd7c3c3d53e9cb84a8a8851e98b1c84f4f6a4"; + libraryHaskellDepends = [ base hastache kansas-lava shake text ]; description = "Shake rules for building Kansas Lava projects"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -83442,8 +83786,8 @@ self: { ({ mkDerivation, base, containers }: mkDerivation { pname = "keycode"; - version = "0.1"; - sha256 = "fb2efe1e2b85a638f784c6739533aaf5f52a6ad61f6ab6468d4fe1feab4992b3"; + version = "0.1.1"; + sha256 = "7db8ed3fb0ccfbf9cb98124a3585e883a65a93c320e2573df6bd28089276435e"; libraryHaskellDepends = [ base containers ]; homepage = "https://github.com/RyanGlScott/keycode"; description = "Maps web browser keycodes to their corresponding keyboard keys"; @@ -84328,6 +84672,7 @@ self: { template-haskell time transformers transformers-base unix utf8-string zlib ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/Lambdabot"; description = "Lambdabot core functionality"; license = "GPL"; @@ -85187,6 +85532,31 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "language-nix" = callPackage + ({ mkDerivation, base, containers, doctest, hspec, HUnit, mtl + , parsec, QuickCheck, transformers + }: + mkDerivation { + pname = "language-nix"; + version = "1.0"; + sha256 = "6088471a2b9b270404b7e5f8dcd47f6cdf2fe0be459c7bc36c2b1caef95af6b5"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers mtl parsec QuickCheck transformers + ]; + executableHaskellDepends = [ + base containers mtl parsec QuickCheck transformers + ]; + testHaskellDepends = [ + base containers doctest hspec HUnit mtl parsec QuickCheck + transformers + ]; + homepage = "https://github.com/peti/language-nix"; + description = "Haskell AST and Parsers for the Nix language"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "language-objc" = callPackage ({ mkDerivation, alex, array, base, bytestring, containers , directory, filepath, happy, newtype, pretty, process, syb @@ -85299,6 +85669,7 @@ self: { array base containers monads-tf pretty transformers utf8-string ]; libraryToolDepends = [ alex happy ]; + jailbreak = true; homepage = "http://github.com/bjpop/language-python"; description = "Parsing and pretty printing of Python code"; license = stdenv.lib.licenses.bsd3; @@ -85446,8 +85817,8 @@ self: { ({ mkDerivation, base, pretty }: mkDerivation { pname = "language-vhdl"; - version = "0.1.0.0"; - sha256 = "ca55cb762f8b6225df178280dd5a0a3bf9fde2ac0ab942cdabd6239e8dedba33"; + version = "0.1.0.2"; + sha256 = "8fe8729b350bc5577ef1c4a9228769ff8a3c4341c5b4b548f963933b034ad59e"; libraryHaskellDepends = [ base pretty ]; homepage = "https://github.com/markus-git/language-vhdl"; description = "VHDL AST and pretty printer in Haskell"; @@ -85973,8 +86344,8 @@ self: { }: mkDerivation { pname = "leksah"; - version = "0.15.1.3"; - sha256 = "de00aa714ba2e60b7450e0fb7a382bdb88cc8ed9589ef10833e93782630488cf"; + version = "0.15.1.4"; + sha256 = "85f60091febd593f996c90cb9fa0e2f2dd1bff1f18a443244be1111540ea30ad"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -86012,8 +86383,8 @@ self: { }: mkDerivation { pname = "leksah-server"; - version = "0.15.0.7"; - sha256 = "8d98649f6227f0fc3ad9aa169c74f435ec825a1333c57445860b9f8ff1ffc79d"; + version = "0.15.0.8"; + sha256 = "4367cdcbec1066dc0ef3c171f4345a495e67b68016cc90d2bceee652162b743f"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -86787,8 +87158,8 @@ self: { }: mkDerivation { pname = "libjenkins"; - version = "0.8.1"; - sha256 = "bfa08eb1f4b2e7c750fffcc0fbd0356b32c086a45af045364b7a2ca3ffe70402"; + version = "0.8.2"; + sha256 = "206f7e82ee6496f408347dc0828aea8018b0e7269cae02fcfa7504c750f79ec9"; libraryHaskellDepends = [ async attoparsec base bytestring conduit containers free http-client http-conduit http-types monad-control mtl network @@ -86870,8 +87241,8 @@ self: { }: mkDerivation { pname = "libmpd"; - version = "0.9.0.2"; - sha256 = "5fb64d0196204a29bfb655118891c19310969e452599fda2667f7ff7d265d4e0"; + version = "0.9.0.3"; + sha256 = "3f0c520f19520dae35bf0d6aebf2fffef067964ace91047193b330a6dfaaa3d6"; libraryHaskellDepends = [ attoparsec base bytestring containers data-default-class filepath mtl network old-locale text time utf8-string @@ -87560,6 +87931,7 @@ self: { libraryHaskellDepends = [ base distributive lens linear OpenGL OpenGLRaw tagged ]; + jailbreak = true; homepage = "http://www.github.com/bgamari/linear-opengl"; description = "Isomorphisms between linear and OpenGL types"; license = stdenv.lib.licenses.bsd3; @@ -88178,6 +88550,7 @@ self: { testHaskellDepends = [ attoparsec base-prelude either hspec list-t list-t-text text ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/list-t-attoparsec"; description = "An \"attoparsec\" adapter for \"list-t\""; license = stdenv.lib.licenses.mit; @@ -88202,6 +88575,7 @@ self: { base-prelude conversion conversion-text either hspec html-tokenizer list-t-attoparsec list-t-text text xml-types ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/list-t-html-parser"; description = "Streaming HTML parser"; license = stdenv.lib.licenses.mit; @@ -88256,6 +88630,7 @@ self: { base base-prelude bytestring hspec list-t QuickCheck quickcheck-instances text transformers ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/list-t-text"; description = "A streaming text codec"; license = stdenv.lib.licenses.mit; @@ -89563,8 +89938,8 @@ self: { }: mkDerivation { pname = "ltk"; - version = "0.15.0.3"; - sha256 = "86e0ed96110ad0b2be8d63828e4ab8429893e4c269b28a95f4e1d70c73bc05c2"; + version = "0.15.0.4"; + sha256 = "6d39540a1aa73516d9390d8d49f1f9b8ec5f9cf15bede8cd51a25810ec345193"; libraryHaskellDepends = [ base Cabal containers filepath ghc glib gtk3 mtl parsec pretty text transformers @@ -89916,8 +90291,8 @@ self: { }: mkDerivation { pname = "lzma"; - version = "0.0.0.0"; - sha256 = "ba6bd66b58d0b378d5f95bb0436257c2862a77352f24ae7c459b82646b6e81c9"; + version = "0.0.0.1"; + sha256 = "576583fa5ac2110ca62f24dea62a1bb6effeba51c31b9fe06862dcfa8f7a38ac"; libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ lzma ]; testHaskellDepends = [ @@ -89928,6 +90303,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) lzma;}; + "lzma-clib" = callPackage + ({ mkDerivation, only-buildable-on-windows }: + mkDerivation { + pname = "lzma-clib"; + version = "5.2.1"; + sha256 = "51f0e8ea4679f80d3c22b6fbf022062b7ac12b4d6b1e6b0f938194ca9a88adcc"; + libraryHaskellDepends = [ only-buildable-on-windows ]; + jailbreak = true; + description = "liblzma C library and headers for use by LZMA bindings"; + license = stdenv.lib.licenses.publicDomain; + broken = true; + }) { only-buildable-on-windows = null;}; + "lzma-conduit" = callPackage ({ mkDerivation, base, bindings-DSL, bytestring, conduit, HUnit , lzma, QuickCheck, resourcet, test-framework, test-framework-hunit @@ -90226,14 +90614,13 @@ self: { ({ mkDerivation, base, hmatrix, transformers, utility-ht }: mkDerivation { pname = "magico"; - version = "0.0.0.1"; - sha256 = "97f4f606544bbc741b593d96167bcd4e80d2f5f98face9460a1c6ab1dab12c38"; + version = "0.0.1.1"; + sha256 = "149e482d11268d45fb6da03cfa45a0947ea7cacc259c27959314a029c06c2633"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base hmatrix transformers utility-ht ]; - jailbreak = true; homepage = "http://hub.darcs.net/thielema/magico"; description = "Compute solutions for Magico puzzle"; license = stdenv.lib.licenses.bsd3; @@ -91986,6 +92373,7 @@ self: { testHaskellDepends = [ base bytestring data-default-class hspec HUnit network process ]; + jailbreak = true; homepage = "https://github.com/philopon/memcached-binary"; description = "memcached client using binary protocol"; license = stdenv.lib.licenses.mit; @@ -92353,29 +92741,34 @@ self: { }) {}; "microformats2-parser" = callPackage - ({ mkDerivation, base, blaze-html, blaze-markup, containers - , data-default, either, hspec, html-conduit, microformats2-types - , network, options, pcre-heavy, raw-strings-qq, safe, scotty - , streaming-commons, stringable, template-haskell, text, time - , wai-extra, warp, xml-lens, xss-sanitize + ({ mkDerivation, aeson, aeson-pretty, aeson-qq, base, blaze-html + , blaze-markup, bytestring, containers, data-default, either, hspec + , hspec-expectations-pretty-diff, html-conduit, lens-aeson, mtl + , network, network-uri, options, pcre-heavy, raw-strings-qq, safe + , scotty, streaming-commons, stringable, template-haskell, text + , time, transformers, unordered-containers, vector, wai-extra, warp + , xml-lens, xss-sanitize }: mkDerivation { pname = "microformats2-parser"; - version = "0.1.1"; - sha256 = "a5506e71b8ab918964c3d26982fea093f173db15ce388641dc4909aebea78c58"; + version = "1.0.1.1"; + sha256 = "281212dd0fb8d61af7c4eaf4b0fa57d31b0267c8e8e1dea12cede8a6efc1a2e9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base blaze-markup containers data-default either html-conduit - microformats2-types pcre-heavy safe text time xml-lens xss-sanitize + aeson aeson-qq base blaze-markup bytestring containers data-default + either html-conduit lens-aeson network-uri pcre-heavy safe text + time transformers unordered-containers vector xml-lens xss-sanitize ]; executableHaskellDepends = [ - base blaze-html blaze-markup microformats2-types network options - scotty streaming-commons stringable text wai-extra warp + aeson aeson-pretty base blaze-html blaze-markup data-default + network network-uri options scotty streaming-commons stringable + text wai-extra warp ]; testHaskellDepends = [ - base data-default hspec html-conduit microformats2-types - raw-strings-qq template-haskell time xml-lens + aeson-qq base bytestring data-default hspec + hspec-expectations-pretty-diff html-conduit mtl network-uri + raw-strings-qq template-haskell text time xml-lens ]; homepage = "https://github.com/myfreeweb/microformats2-parser"; description = "A Microformats 2 parser"; @@ -92403,8 +92796,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "microlens"; - version = "0.3.1.0"; - sha256 = "6c822ad2697798b5073f2d04a8951392b6cead80ede5713ad415aa4213b565ee"; + version = "0.3.2.0"; + sha256 = "a20e1082261e08b258e964484b2df4557a135832f18cd424eb8c030fbe62d402"; libraryHaskellDepends = [ base ]; homepage = "http://github.com/aelve/microlens"; description = "A tiny part of the lens library which you can depend upon"; @@ -92460,8 +92853,8 @@ self: { }: mkDerivation { pname = "microlens-platform"; - version = "0.1.1.0"; - sha256 = "73511b2b66b356a1231d7a3a7b2da9021ad5f03c9ab61cfa659483fa03166ad6"; + version = "0.1.2.0"; + sha256 = "5a44b16b764fae1de9b29a114784abbb7aaa75270c2c4a21a026656ab1e24471"; libraryHaskellDepends = [ base hashable microlens microlens-ghc microlens-mtl microlens-th text unordered-containers vector @@ -92475,8 +92868,8 @@ self: { ({ mkDerivation, base, containers, microlens, template-haskell }: mkDerivation { pname = "microlens-th"; - version = "0.2.1.1"; - sha256 = "e38ef1cc80a44aadb9e6ffbea6647eceb84971b05a00f64bdd3fde4e2a4a7277"; + version = "0.2.1.2"; + sha256 = "ea17fb111790953667cd75e1e29823107eb2123ce41c27a77a71d5c7102a39f9"; libraryHaskellDepends = [ base containers microlens template-haskell ]; @@ -93538,8 +93931,8 @@ self: { }: mkDerivation { pname = "moesocks"; - version = "0.1.0.20"; - sha256 = "06cb6e29dde04f62c9519fa295551e4130f596a96e74fceb9c2e36552d9de52e"; + version = "0.1.0.24"; + sha256 = "0a95707996c4c6f68a222063fa22008b038865ea8a8cb57bcbedd9a5bba72ba6"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -94642,17 +95035,17 @@ self: { "mono-traversable" = callPackage ({ mkDerivation, base, bytestring, comonad, containers, dlist , dlist-instances, foldl, hashable, hspec, HUnit, QuickCheck - , semigroupoids, semigroups, text, transformers + , semigroupoids, semigroups, split, text, transformers , unordered-containers, vector, vector-algorithms, vector-instances }: mkDerivation { pname = "mono-traversable"; - version = "0.9.2.1"; - sha256 = "34c3827b49e47e83bdbed647ae6ca27e049be8887904007b57b03dc006b542ef"; + version = "0.9.3"; + sha256 = "d73b495b65cdc3951e2407d07e46b3cb5b3ab074b474c0742687b616f4e7e4db"; libraryHaskellDepends = [ base bytestring comonad containers dlist dlist-instances hashable - semigroupoids semigroups text transformers unordered-containers - vector vector-algorithms vector-instances + semigroupoids semigroups split text transformers + unordered-containers vector vector-algorithms vector-instances ]; testHaskellDepends = [ base bytestring containers foldl hspec HUnit QuickCheck semigroups @@ -95552,6 +95945,7 @@ self: { http-conduit http-types process random snap-core snap-server stm text transformers ]; + jailbreak = true; description = "Continuous deployment server for use with GitHub"; license = "unknown"; hydraPlatforms = stdenv.lib.platforms.none; @@ -95684,8 +96078,8 @@ self: { }: mkDerivation { pname = "multihash"; - version = "0.1.1"; - sha256 = "2f2c507fdd1492bbcdca737d6c0f8abdd4a0a9941f1661fd04c6b606f9c9d227"; + version = "0.1.2"; + sha256 = "dd2b0511c900d83794dec151008b0bec07be676dc0cbb073ce11d5b754c47538"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -97285,8 +97679,8 @@ self: { }: mkDerivation { pname = "neil"; - version = "0.9"; - sha256 = "3385ec7c186bd4e51630015a0d1a2425e43b56c41c5a34571d2da02e16e9e431"; + version = "0.10"; + sha256 = "7bf2215903836e058bdbbc0c884e773f081c03f79cfa99964e620969e03a139f"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -99772,8 +100166,10 @@ self: { }: mkDerivation { pname = "nurbs"; - version = "0.1.0.0"; - sha256 = "91879fb8840fc1bc907c63df125880a367ec5b52d544806be1306b235103afe7"; + version = "0.1.1.0"; + sha256 = "42459775e2b1c419343402da693465f3db61c5ab6e5666f44d810b568cf33054"; + revision = "1"; + editedCabalFile = "17ee68339f33b5fa8ccc3ddf788ee5cb3ab3f40170b93175925a1b97534afdbc"; libraryHaskellDepends = [ base base-unicode-symbols lens linear mtl ]; @@ -99796,8 +100192,8 @@ self: { }: mkDerivation { pname = "nvim-hs"; - version = "0.0.3"; - sha256 = "e5768324a22d0e282f2e9e839fbe32b0943f120aa851499f1db9388612bddcb1"; + version = "0.0.5"; + sha256 = "46474d2b4ff86a79a94af581f556a527bfc97cddea5c00d7d3cfaaa94fedc6ef"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -99836,6 +100232,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "nylas" = callPackage + ({ mkDerivation, aeson, base, bytestring, lens, lens-aeson, pipes + , pipes-aeson, pipes-bytestring, pipes-http, pipes-parse, text + , time, wreq + }: + mkDerivation { + pname = "nylas"; + version = "0.1.1"; + sha256 = "a78d4e6d4841049f447b110df0ad22a0af764d845a19791b54a8f5d29e29d6b0"; + libraryHaskellDepends = [ + aeson base bytestring lens lens-aeson pipes pipes-aeson + pipes-bytestring pipes-http pipes-parse text time wreq + ]; + homepage = "https://github.com/bts/nylas-hs"; + description = "Client for the Nylas API"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "nymphaea" = callPackage ({ mkDerivation, base, cairo, containers, glade, glib, gtk, mtl , parsec, random @@ -101718,8 +102132,8 @@ self: { }: mkDerivation { pname = "packdeps"; - version = "0.4.0.3"; - sha256 = "172e351d24db1934e2507b5f516c9575c65705a0c7e8e6091f0d11f2b84d5621"; + version = "0.4.1"; + sha256 = "c43f878515ecf1e972f683a2671ed941e4389fab4920e68527f8015572a04e36"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -102064,8 +102478,8 @@ self: { }: mkDerivation { pname = "pandoc-crossref"; - version = "0.1.3.0"; - sha256 = "f3cdb3988ac223111dc7ccb3a28aa8a4db91ace098475f5e8e0c8f8bcfe6b8bd"; + version = "0.1.4.0"; + sha256 = "730cfde295f11c0c328bab8f5ad505743ad42017b899e599245cf7e2db760b23"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -103267,15 +103681,15 @@ self: { }: mkDerivation { pname = "pcre-heavy"; - version = "0.2.2"; - sha256 = "834ba945e545983a96d7aa960b86cbbbd8cf5861e367f7919ff2e2e2ea369b21"; + version = "0.2.5"; + sha256 = "01b599e8a3629795b4afb2bbb9e65bb114ddbccd867ca8806d75aa56e3bacde7"; libraryHaskellDepends = [ base bytestring pcre-light stringable template-haskell ]; testHaskellDepends = [ base doctest Glob ]; homepage = "https://github.com/myfreeweb/pcre-heavy"; description = "A regexp library on top of pcre-light you can actually use"; - license = "unknown"; + license = stdenv.lib.licenses.publicDomain; }) {}; "pcre-less" = callPackage @@ -103337,8 +103751,8 @@ self: { }: mkDerivation { pname = "pdf-toolbox-content"; - version = "0.0.3.3"; - sha256 = "2ccd016046b37ef99fc5d21876cfd9b241e0e85671a54718648fbc65edb87e0e"; + version = "0.0.4.0"; + sha256 = "de615950a445022afc2950765d5be9cc7cf16c90bbcc3b4eeded8f491e9afd54"; libraryHaskellDepends = [ attoparsec base base16-bytestring bytestring containers io-streams pdf-toolbox-core text @@ -103355,13 +103769,12 @@ self: { }: mkDerivation { pname = "pdf-toolbox-core"; - version = "0.0.3.3"; - sha256 = "1599278af33e5a053ff1f6b88d6a2db45f841988300a1723a02423bcd9b9ce00"; + version = "0.0.4.0"; + sha256 = "72760da19e24bea4f2bee3114ce702437d413c531347c8fd544fcae717c83e95"; libraryHaskellDepends = [ attoparsec base bytestring containers errors io-streams scientific transformers zlib-bindings ]; - jailbreak = true; homepage = "https://github.com/Yuras/pdf-toolbox"; description = "A collection of tools for processing PDF files"; license = stdenv.lib.licenses.bsd3; @@ -103375,8 +103788,8 @@ self: { }: mkDerivation { pname = "pdf-toolbox-document"; - version = "0.0.5.1"; - sha256 = "9a7bc1725a725340b4b290669cffbf32596ff8c1078ee5f9f549e6dd61839661"; + version = "0.0.6.0"; + sha256 = "ce5f7e1622c73ecfa24e8ec590dad12c3ca27db6bdac20738bff5f0bdce01231"; libraryHaskellDepends = [ base bytestring cipher-aes cipher-rc4 containers crypto-api cryptohash io-streams pdf-toolbox-content pdf-toolbox-core text @@ -103395,8 +103808,8 @@ self: { }: mkDerivation { pname = "pdf-toolbox-viewer"; - version = "0.0.3.3"; - sha256 = "e24b4573520eb1bc27cd8cccc06c036196f514aead62d952b45cd0d2d6eed60a"; + version = "0.0.4.0"; + sha256 = "cd7d565349c7ff1c6d3fd04e7f9523732fb03dc000a37cdb07f45ae14f93b05c"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -105217,14 +105630,17 @@ self: { }) {}; "pipes-group" = callPackage - ({ mkDerivation, base, free, pipes, pipes-parse, transformers }: + ({ mkDerivation, base, doctest, free, lens-family-core, pipes + , pipes-parse, transformers + }: mkDerivation { pname = "pipes-group"; - version = "1.0.2"; - sha256 = "e056ab94a9211698505491a7958c56aa52b682b4bdc32fa0a369bc7c16906106"; + version = "1.0.3"; + sha256 = "f0f20cc29410d84faeae1fe055d3d1041a205c27403d627bd865489c7f7ec200"; libraryHaskellDepends = [ base free pipes pipes-parse transformers ]; + testHaskellDepends = [ base doctest lens-family-core ]; description = "Group streams into substreams"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -106247,10 +106663,8 @@ self: { }: mkDerivation { pname = "poly-arity"; - version = "0.0.4.1"; - sha256 = "975b761a7c81144c2455fd6c05bb7d1891782659d4fc0a01e57941c57145d497"; - revision = "2"; - editedCabalFile = "0bce1ff7388433830c7824530bb9c4fe3f4545bad44683dec2a5780028d870af"; + version = "0.0.5"; + sha256 = "d0787fa2a151080e2138b64dd4adc4dc8e41857e22fa494703f9f876e6cd25bb"; libraryHaskellDepends = [ base constraints HList ]; testHaskellDepends = [ base hspec QuickCheck quickcheck-instances @@ -106927,18 +107341,19 @@ self: { , postgresql-simple, QuickCheck, quickcheck-assertions , quickcheck-instances, resource-pool, semigroups, tasty , tasty-hunit, tasty-quickcheck, tasty-th, template-haskell, text - , time, transformers, transformers-base, transformers-compat + , th-lift, th-lift-instances, time, transformers, transformers-base + , transformers-compat }: mkDerivation { pname = "postgresql-query"; - version = "1.4.0"; - sha256 = "593bae5989407891835faffd572ee8fdfd474ff5c1e9a14395db55c9a8d6452d"; + version = "2.0.0"; + sha256 = "09b0d4c664ab4965ab61f3c30cb303d03ca18b58dfb76654d733b02572966046"; libraryHaskellDepends = [ aeson attoparsec base blaze-builder bytestring containers data-default either exceptions file-embed haskell-src-meta hreader hset monad-control monad-logger mtl postgresql-simple resource-pool - semigroups template-haskell text time transformers - transformers-base transformers-compat + semigroups template-haskell text th-lift th-lift-instances time + transformers transformers-base transformers-compat ]; testHaskellDepends = [ attoparsec base QuickCheck quickcheck-assertions @@ -110129,9 +110544,10 @@ self: { ({ mkDerivation, base, HUnit, QuickCheck }: mkDerivation { pname = "quickcheck-io"; - version = "0.1.1"; - sha256 = "a23a6e011aafd211c2521ddb9f61ffb5d256837148b5f5c35a152bdb37d6039b"; + version = "0.1.2"; + sha256 = "50275e5253dcf0c838e340fa19eb841804deb634aeedbf33f0b46a97b89bc1cd"; libraryHaskellDepends = [ base HUnit QuickCheck ]; + homepage = "https://github.com/hspec/quickcheck-io#readme"; description = "Use HUnit assertions as QuickCheck properties"; license = stdenv.lib.licenses.mit; }) {}; @@ -111376,8 +111792,8 @@ self: { ({ mkDerivation, aeson, base, deepseq, mtl, text }: mkDerivation { pname = "react-flux"; - version = "0.9.0"; - sha256 = "6da5232f92bd5667a0ff2b6c3bbe9139ba412e82a8f619cfd05f2c056b907209"; + version = "0.9.1"; + sha256 = "704b253c655442c03eb90e1c4b36660dc6416745c041c590362c3f6762cc9615"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base deepseq mtl text ]; @@ -111942,23 +112358,23 @@ self: { "reddit" = callPackage ({ mkDerivation, aeson, api-builder, base, bytestring, Cabal - , data-default, hspec, http-conduit, http-types, network, stm, text - , time, transformers, unordered-containers, vector + , data-default-class, free, hspec, http-client, http-client-tls + , http-types, network, text, time, transformers + , unordered-containers, vector }: mkDerivation { pname = "reddit"; - version = "0.1.1.0"; - sha256 = "f3bcada2af55e8b70fffabd918ac1f4fa51cd81765e8cc8a5e4495461b579aba"; + version = "0.2.0.0"; + sha256 = "1969dea9612d12611b73f209466e6567e46a2706b59f2f243234d47bf2749ec0"; libraryHaskellDepends = [ - aeson api-builder base bytestring data-default http-conduit - http-types network stm text time transformers unordered-containers - vector + aeson api-builder base bytestring data-default-class free + http-client http-client-tls http-types network text time + transformers unordered-containers vector ]; testHaskellDepends = [ - api-builder base bytestring Cabal hspec http-conduit text time - transformers + aeson api-builder base bytestring Cabal hspec http-client + http-client-tls text time transformers ]; - jailbreak = true; homepage = "https://github.com/intolerable/reddit"; description = "Library for interfacing with Reddit's API"; license = stdenv.lib.licenses.bsd2; @@ -112317,6 +112733,7 @@ self: { testHaskellDepends = [ base containers dependent-map MemoTrie mtl ref-tf ]; + jailbreak = true; homepage = "https://github.com/ryantrinkle/reflex"; description = "Higher-order Functional Reactive Programming"; license = stdenv.lib.licenses.bsd3; @@ -112379,6 +112796,7 @@ self: { libraryHaskellDepends = [ base dependent-sum gloss reflex transformers ]; + jailbreak = true; homepage = "https://github.com/reflex-frp/reflex-gloss"; description = "An reflex interface for gloss"; license = stdenv.lib.licenses.bsd3; @@ -112699,6 +113117,36 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "regex-tdfa-pipes" = callPackage + ({ mkDerivation, array, base, lens, monads-tf, pipes, regex-base + , regex-tdfa + }: + mkDerivation { + pname = "regex-tdfa-pipes"; + version = "0.1.0.0"; + sha256 = "221369b630ea479034bf959e936a71646ec9d13db13035d817cc7c10eb1d3098"; + libraryHaskellDepends = [ + array base lens monads-tf pipes regex-base regex-tdfa + ]; + jailbreak = true; + homepage = "http://github.com/erisco/regex-tdfa-pipes"; + description = "Parse with regular expressions on Producers"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "regex-tdfa-quasiquoter" = callPackage + ({ mkDerivation, base, regex-tdfa, template-haskell }: + mkDerivation { + pname = "regex-tdfa-quasiquoter"; + version = "0.1.0.0"; + sha256 = "acafaa4c7a536483cc75952cdb9a8e7ae0bc1b76deb5170f405c0194e64859fc"; + libraryHaskellDepends = [ base regex-tdfa template-haskell ]; + jailbreak = true; + homepage = "http://github.com/erisco/regex-tdfa-quasiquoter"; + description = "Quasi-quoter for TDFA (extended POSIX) regular expressions"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "regex-tdfa-rc" = callPackage ({ mkDerivation, array, base, bytestring, containers, ghc-prim, mtl , parsec, regex-base @@ -112719,10 +113167,8 @@ self: { ({ mkDerivation, array, base, regex-base, regex-tdfa, text }: mkDerivation { pname = "regex-tdfa-text"; - version = "1.0.0.2"; - sha256 = "cdad83b2c3b871e00404eb8649b056465c5f27c494634f6324a77521c7ee27dc"; - revision = "2"; - editedCabalFile = "4b0e54f79540143c88adb071ea8e0aa3734a625db026a6a44ca2ef45b870b07c"; + version = "1.0.0.3"; + sha256 = "38d77a0d225c306c52c6d4eed12d11d05a4bc4194d547cb9a7a9b6f5a8792001"; libraryHaskellDepends = [ array base regex-base regex-tdfa text ]; description = "Text interface for regex-tdfa"; license = stdenv.lib.licenses.bsd3; @@ -113931,14 +114377,13 @@ self: { ({ mkDerivation, base, hmatrix, transformers, utility-ht }: mkDerivation { pname = "resistor-cube"; - version = "0.0"; - sha256 = "6c1eeaf029f0990b141dcdb7ba930bd3a16eb6b670a3d60cf83c0b37c65db269"; + version = "0.0.0.2"; + sha256 = "0592c448a0dcfc583ca8c6217cc4a89c5bf6875c0ec176db4490cdca8c480220"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base hmatrix transformers utility-ht ]; - jailbreak = true; homepage = "http://hub.darcs.net/thielema/resistor-cube"; description = "Compute total resistance of a cube of resistors"; license = stdenv.lib.licenses.bsd3; @@ -114358,8 +114803,8 @@ self: { }: mkDerivation { pname = "rethinkdb"; - version = "2.0.0.0"; - sha256 = "cdc4aa7a96ffeb2804ee644aee58013915388de5a21979adaa7a27456c7bb125"; + version = "2.1.0.1"; + sha256 = "3d8a61d33361e8fd90d3ac3f63f57d1f660f9102c09b406b2ac2ff571711a5cb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -114371,7 +114816,7 @@ self: { testHaskellDepends = [ base doctest ]; jailbreak = true; homepage = "http://github.com/atnnn/haskell-rethinkdb"; - description = "A driver for RethinkDB 2.0"; + description = "A driver for RethinkDB 2.1"; license = stdenv.lib.licenses.asl20; }) {}; @@ -114383,8 +114828,8 @@ self: { }: mkDerivation { pname = "rethinkdb-client-driver"; - version = "0.0.19"; - sha256 = "d1db41828f7290919cb25be67b86c8f5834266ab52485ffc6f638447ddf5f57b"; + version = "0.0.20"; + sha256 = "9cd46fed35bfb1b09283e9109e6da5d848b6e50794e4debe4819f3654d4b8381"; libraryHaskellDepends = [ aeson base binary bytestring hashable mtl network old-locale scientific template-haskell text time unordered-containers vector @@ -114515,8 +114960,8 @@ self: { }: mkDerivation { pname = "reverse-geocoding"; - version = "0.2.1"; - sha256 = "1a05a7be8baff090de7f58f0a970ad9dc1a12cb76d050ead76f6c317b60b3721"; + version = "0.2.2.1"; + sha256 = "0c63a52ef6bd4f62b9b9fe0c16e279d3cf91326847da0f3c778a8e867c059b7c"; libraryHaskellDepends = [ aeson base iso3166-country-codes lens lens-aeson text wreq ]; @@ -115623,8 +116068,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "rspp"; - version = "0.1.0.0"; - sha256 = "ec2e950158f8fdb0c9ba78778e2637a07a47b17b51d4cac5b3f2a0c43f349de6"; + version = "0.1.0.1"; + sha256 = "3e6771df48c5949c27d020d325295dbc322e0a1427db7f70bccf2552d73d5a8c"; libraryHaskellDepends = [ base ]; jailbreak = true; homepage = "http://github.com/AJChapman/rspp"; @@ -116593,8 +117038,8 @@ self: { }: mkDerivation { pname = "satchmo"; - version = "2.9.9"; - sha256 = "7c4930eab38145ddd9e086e14b8061267e3d56358884a206e9b06d775a17918c"; + version = "2.9.9.1"; + sha256 = "3414dcc5184cd34bce55eb041ff84f8985672964c64786d146b9520237ee13e2"; libraryHaskellDepends = [ array async base bytestring containers deepseq directory hashable lens memoize minisat mtl process transformers @@ -117398,6 +117843,30 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "scotty-rest" = callPackage + ({ mkDerivation, base, base-prelude, bytestring, convertible + , data-default-class, hspec, hspec-wai, http-date, http-media + , http-types, mtl, QuickCheck, scotty, string-conversions, text + , time, transformers, wai, wai-extra + }: + mkDerivation { + pname = "scotty-rest"; + version = "0.1.0.0"; + sha256 = "4012c5bf50c1512e7053027fd0068df817b7710f294f24bb6563a4a0b73b1dfc"; + libraryHaskellDepends = [ + base base-prelude bytestring convertible data-default-class + http-date http-media http-types mtl scotty string-conversions text + time transformers wai wai-extra + ]; + testHaskellDepends = [ + base bytestring hspec hspec-wai mtl QuickCheck scotty + string-conversions text wai + ]; + homepage = "http://github.com/ehamberg/scotty-rest"; + description = "Webmachine-style REST library for scotty"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "scotty-session" = callPackage ({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring , crypto-api, http-types, scotty, stm, text, time, transformers @@ -117808,8 +118277,8 @@ self: { }: mkDerivation { pname = "second-transfer"; - version = "0.6.0.0"; - sha256 = "fcfcf1aa3ac621abd651d9213b070d66ab638e2dfdaaf22e8bdaa0bf1c36e2f0"; + version = "0.6.1.0"; + sha256 = "fd57241ab24d7f752326573ea74240b168b1ff6168cf20b35af9d764368c5c72"; libraryHaskellDepends = [ attoparsec base base16-bytestring binary bytestring clock conduit containers deepseq exceptions hashable hashtables hslogger http2 @@ -118071,14 +118540,13 @@ self: { }: mkDerivation { pname = "semigroupoids"; - version = "5.0.0.3"; - sha256 = "17dc07085806c6b8c79863f489f0ad534713578a529935b081691830bab4d292"; + version = "5.0.0.4"; + sha256 = "cde047e36c4072dd32fcda5846155a3dd4e844f441e4c651b886ee069d95c7c9"; libraryHaskellDepends = [ base base-orphans bifunctors comonad containers contravariant distributive semigroups tagged transformers transformers-compat ]; testHaskellDepends = [ base directory doctest filepath ]; - jailbreak = true; homepage = "http://github.com/ekmett/semigroupoids"; description = "Semigroupoids: Category sans id"; license = stdenv.lib.licenses.bsd3; @@ -118900,6 +119368,7 @@ self: { acid-state base containers hspec mtl safecopy serversession unordered-containers ]; + jailbreak = true; homepage = "https://github.com/yesodweb/serversession"; description = "Storage backend for serversession using acid-state"; license = stdenv.lib.licenses.mit; @@ -119087,12 +119556,12 @@ self: { ({ mkDerivation, base, containers, utility-ht }: mkDerivation { pname = "set-cover"; - version = "0.0.4"; - sha256 = "7200a1908e0097d2336023404f16a5493bbb67d3afe3aef9508a9569a5a0430c"; + version = "0.0.5"; + sha256 = "a3a4b4f2099780fe5652036346d7dae2bf1db4a56e77e663ca6964312dec7c99"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers utility-ht ]; - homepage = "http://code.haskell.org/~thielema/set-cover/"; + homepage = "http://hub.darcs.net/thielema/set-cover/"; description = "Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -121521,23 +121990,25 @@ self: { }) {}; "sloane" = callPackage - ({ mkDerivation, ansi-terminal, base, bytestring, cereal - , containers, directory, download-curl, filepath, HTTP, network - , optparse-applicative, stringsearch, terminal-size, text, zlib + ({ mkDerivation, aeson, ansi-terminal, attoparsec, base + , bloomfilter, bytestring, conduit, conduit-extra, containers + , directory, filepath, http-conduit, http-types + , optparse-applicative, stringsearch, terminal-size, text + , transformers }: mkDerivation { pname = "sloane"; - version = "2.0.5"; - sha256 = "29225cd58923e0b595e6920ba035f359766f588747d9d7f4022c4d610bf7b6ca"; + version = "4.0.1"; + sha256 = "015cc227cab7e205c0684821138f36d4d38a9fee893fbf23d13add0e27ec19e9"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - ansi-terminal base bytestring cereal containers directory - download-curl filepath HTTP network optparse-applicative - stringsearch terminal-size text zlib + aeson ansi-terminal attoparsec base bloomfilter bytestring conduit + conduit-extra containers directory filepath http-conduit http-types + optparse-applicative stringsearch terminal-size text transformers ]; homepage = "http://github.com/akc/sloane"; - description = "A command line interface to Sloane's On-Line Encyclopedia of Integer Sequences"; + description = "A command line interface to Sloane's OEIS"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -121812,6 +122283,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "smsaero" = callPackage + ({ mkDerivation, aeson, base, either, servant, servant-client, text + , time + }: + mkDerivation { + pname = "smsaero"; + version = "0.1.1"; + sha256 = "d6d37cae946a2bdea1f4e5d05b3bcde56ee12362c72f490bf138ca3b8d9446d3"; + libraryHaskellDepends = [ + aeson base either servant servant-client text time + ]; + homepage = "https://github.com/GetShopTV/smsaero"; + description = "SMSAero API and HTTP client based on servant library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "smt-lib" = callPackage ({ mkDerivation, array, base, directory, polyparse }: mkDerivation { @@ -122071,10 +122558,8 @@ self: { }: mkDerivation { pname = "snap-core"; - version = "0.9.7.2"; - sha256 = "526a8ebb758c8da5e966a37449fdb072af333275c1b7726ab6317ac93875f651"; - revision = "1"; - editedCabalFile = "d39520edcc970d9d1f683af9631ccbcad39536b9f88040b93efb66cbe7aefc55"; + version = "0.9.8.0"; + sha256 = "47310fcd9c347883f5985c27c1fbcfac8c5783472a01afcc720bcc850622d2db"; libraryHaskellDepends = [ attoparsec attoparsec-enumerator base blaze-builder blaze-builder-enumerator bytestring bytestring-mmap @@ -122322,6 +122807,7 @@ self: { libraryHaskellDepends = [ acid-state base mtl snap text transformers ]; + jailbreak = true; homepage = "https://github.com/mightybyte/snaplet-acid-state"; description = "acid-state snaplet for Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -122736,10 +123222,8 @@ self: { }: mkDerivation { pname = "snaplet-postgresql-simple"; - version = "0.6.0.2"; - sha256 = "b792889664db48fda8bafe5dbf306bf060ffbf0837daac4ef3ddec59534fa677"; - revision = "2"; - editedCabalFile = "cfc56ee20478bf05a650bdcb457b606a640daa71b84a3a2a3bdb8930dcbbeb7b"; + version = "0.6.0.3"; + sha256 = "0f4c86c9d94560a1e12af151a7ab9bb7e21f10c70ddb5403ae8503dd1a0cf866"; libraryHaskellDepends = [ base bytestring clientsession configurator errors lens MonadCatchIO-transformers mtl postgresql-simple @@ -126487,12 +126971,12 @@ self: { }) {}; "streaming" = callPackage - ({ mkDerivation, base, ghc-prim, mmorph, mtl, transformers }: + ({ mkDerivation, base, mmorph, mtl, transformers }: mkDerivation { pname = "streaming"; - version = "0.1.0.6"; - sha256 = "604014b7d23181e7906b81a9bca1829f8e63b8e3dc690709a7d5c348d0ff3af9"; - libraryHaskellDepends = [ base ghc-prim mmorph mtl transformers ]; + version = "0.1.0.7"; + sha256 = "67f6aed768c1a6537fcf7587d1f5ab0fcec4ab9e4489ce6802aae483f67c9362"; + libraryHaskellDepends = [ base mmorph mtl transformers ]; homepage = "https://github.com/michaelt/streaming"; description = "A free monad transformer optimized for streaming applications"; license = stdenv.lib.licenses.bsd3; @@ -126924,6 +127408,7 @@ self: { aeson base bytestring either HsOpenSSL hspec http-streams random text time transformers ]; + jailbreak = true; homepage = "https://github.com/dmjio/stripe"; description = "Stripe API for Haskell"; license = stdenv.lib.licenses.mit; @@ -129436,18 +129921,18 @@ self: { }) {}; "tasty-hspec" = callPackage - ({ mkDerivation, base, hspec, hspec-core, QuickCheck, random, tasty - , tasty-quickcheck, tasty-smallcheck + ({ mkDerivation, base, hspec, hspec-core, QuickCheck, random + , tagged, tasty, tasty-quickcheck, tasty-smallcheck }: mkDerivation { pname = "tasty-hspec"; - version = "1.1"; - sha256 = "260ae081474e173e957fc268455520aba320536a0495656609acbd499c349e96"; + version = "1.1.2"; + sha256 = "69c5409e70694e8ba5791aaeb272e34af37cd28665c6d1c1f742cc7f053fab67"; libraryHaskellDepends = [ - base hspec hspec-core QuickCheck random tasty tasty-quickcheck - tasty-smallcheck + base hspec hspec-core QuickCheck random tagged tasty + tasty-quickcheck tasty-smallcheck ]; - homepage = "http://github.com/mitchellwrosen/tasty-hspec"; + homepage = "https://github.com/mitchellwrosen/tasty-hspec"; description = "Hspec support for the Tasty test framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -129626,6 +130111,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "tasty-tap" = callPackage + ({ mkDerivation, base, containers, directory, stm, tasty + , tasty-golden, tasty-hunit + }: + mkDerivation { + pname = "tasty-tap"; + version = "0.0.1"; + sha256 = "c751cea8c7a33e8ec159a661ced1642aa29c2038d876ad1d95c27121848a00c8"; + libraryHaskellDepends = [ base containers stm tasty ]; + testHaskellDepends = [ + base directory tasty tasty-golden tasty-hunit + ]; + homepage = "https://github.com/michaelxavier/tasty-tap"; + description = "TAP (Test Anything Protocol) Version 13 formatter for tasty"; + license = stdenv.lib.licenses.mit; + }) {}; + "tasty-th" = callPackage ({ mkDerivation, base, language-haskell-extract, tasty , template-haskell @@ -130360,6 +130862,8 @@ self: { pname = "test-framework-hunit"; version = "0.3.0.1"; sha256 = "d3f9fd8e5e7251fa2f4727feb1397d80d9e979a4b086ee962dc239e3662910c0"; + revision = "1"; + editedCabalFile = "ef6155a767dc221d6f4dd2740fc79f5f4525b67e4cbb5c0ef3e5503d69594b29"; libraryHaskellDepends = [ base extensible-exceptions HUnit test-framework ]; @@ -131706,6 +132210,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "th-traced" = callPackage + ({ mkDerivation, base, containers, mtl, template-haskell }: + mkDerivation { + pname = "th-traced"; + version = "0.0.1.0"; + sha256 = "e267a20fa11bd42a4c4018cc428051089225514f11e38ad1821842f03abbb0c2"; + libraryHaskellDepends = [ base containers mtl template-haskell ]; + homepage = "https://github.com/konn/th-traced"; + description = "Tracing Q monad computation"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "th-typegraph" = callPackage ({ mkDerivation, array, base, base-compat, bytestring, containers , data-default, deepseq, ghc-prim, haskell-src-exts, hspec @@ -133070,19 +133586,19 @@ self: { }) {}; "tls" = callPackage - ({ mkDerivation, asn1-encoding, asn1-types, async, base, byteable - , bytestring, cereal, cryptonite, data-default-class, hourglass - , memory, mtl, network, QuickCheck, tasty, tasty-quickcheck - , transformers, x509, x509-store, x509-validation + ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring + , cereal, cryptonite, data-default-class, hourglass, memory, mtl + , network, QuickCheck, tasty, tasty-quickcheck, transformers, x509 + , x509-store, x509-validation }: mkDerivation { pname = "tls"; - version = "1.3.1"; - sha256 = "747f840677115d077ef548b4da54acb479253ce3cb58ad3a03275fe2b452d5d0"; + version = "1.3.2"; + sha256 = "e9f2d3685b4731cb865a1d9ea9a2ddd5dce5393c49d8fd89dd9e00e8b0e06ce4"; libraryHaskellDepends = [ - asn1-encoding asn1-types async base byteable bytestring cereal - cryptonite data-default-class memory mtl network transformers x509 - x509-store x509-validation + asn1-encoding asn1-types async base bytestring cereal cryptonite + data-default-class memory mtl network transformers x509 x509-store + x509-validation ]; testHaskellDepends = [ base bytestring cereal cryptonite data-default-class hourglass mtl @@ -133875,6 +134391,29 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "transient" = callPackage + ({ mkDerivation, base, containers, directory, filepath, HTTP, mtl + , network, network-info, process, random, stm, transformers + }: + mkDerivation { + pname = "transient"; + version = "0.1.0.4"; + sha256 = "d12bf8fdbe05966d67ba0966bcf9eff6b637dce128b18424c1b250108cf86468"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers directory filepath HTTP mtl network network-info + process random stm transformers + ]; + executableHaskellDepends = [ + base containers directory filepath HTTP mtl network random stm + transformers + ]; + homepage = "http://www.fpcomplete.com/user/agocorona"; + description = "A monad for extensible effects and primitives for unrestricted composability of applications"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "translatable-intset" = callPackage ({ mkDerivation, base, fingertree }: mkDerivation { @@ -137149,6 +137688,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "uom-plugin" = callPackage + ({ mkDerivation, base, containers, ghc, ghc-tcplugins-extra, tasty + , tasty-hunit, template-haskell, units-parser + }: + mkDerivation { + pname = "uom-plugin"; + version = "0.1.0.0"; + sha256 = "34c00b7e48152e654ae0dfeaf74a12c9fd037549489f2a13e7e9534994bb3a38"; + libraryHaskellDepends = [ + base containers ghc ghc-tcplugins-extra template-haskell + units-parser + ]; + testHaskellDepends = [ base tasty tasty-hunit ]; + homepage = "https://github.com/adamgundry/uom-plugin"; + description = "Units of measure as a GHC typechecker plugin"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "up" = callPackage ({ mkDerivation, base, directory, filepath, lambda-options, mtl , split @@ -137795,8 +138352,8 @@ self: { ({ mkDerivation, base, bytestring }: mkDerivation { pname = "utf8-string"; - version = "1"; - sha256 = "79f388d3f089e0c483c1dc1afad524b06f1abb6e288ed9029f934cffb3b2ba08"; + version = "1.0.1.1"; + sha256 = "fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140"; libraryHaskellDepends = [ base bytestring ]; homepage = "http://github.com/glguy/utf8-string/"; description = "Support for reading and writing UTF8 Strings"; @@ -137807,8 +138364,8 @@ self: { ({ mkDerivation, base, QuickCheck }: mkDerivation { pname = "utility-ht"; - version = "0.0.10"; - sha256 = "ad8399180f495e6bb30e416a67a43d1bf82a7dd99293badd6e0d7674c1facd9f"; + version = "0.0.11"; + sha256 = "5cdcc5c1eab4029d18f1712472d69b61265c2d543a8065e1e9762b1ddc235812"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Various small helper functions for Lists, Maybes, Tuples, Functions"; @@ -138854,11 +139411,10 @@ self: { ({ mkDerivation, base, fftw, primitive, storable-complex, vector }: mkDerivation { pname = "vector-fftw"; - version = "0.1.3.2"; - sha256 = "a0bab8a9466856583b59fd40337337d2cd57995aeb3d89d3e2e4f2e80dcadb65"; + version = "0.1.3.3"; + sha256 = "131d88fa9ea17e7e46a6d886f37e77282e8e95f2022ccefd2cf11adeca0b9172"; libraryHaskellDepends = [ base primitive storable-complex vector ]; librarySystemDepends = [ fftw ]; - jailbreak = true; homepage = "http://hackage.haskell.org/package/vector-fftw"; description = "A binding to the fftw library for one-dimensional vectors"; license = stdenv.lib.licenses.bsd3; @@ -140464,17 +141020,17 @@ self: { }) {}; "wai-middleware-throttle" = callPackage - ({ mkDerivation, base, bytestring, containers, hlint, hspec - , http-types, HUnit, network, stm, token-bucket, transformers, wai - , wai-extra + ({ mkDerivation, base, bytestring, containers, hashable, hlint + , hspec, http-types, HUnit, network, stm, token-bucket + , transformers, wai, wai-extra }: mkDerivation { pname = "wai-middleware-throttle"; - version = "0.2.0.1"; - sha256 = "56b55cdb8e081693c35b35791a59b155a91a628e205c9645cbe9d160176b1d23"; + version = "0.2.0.2"; + sha256 = "b38b28d2a2dcda631cf12ff066343539986028106867594dbf07efe40e81d712"; libraryHaskellDepends = [ - base containers http-types network stm token-bucket transformers - wai + base containers hashable http-types network stm token-bucket + transformers wai ]; testHaskellDepends = [ base bytestring hlint hspec http-types HUnit stm transformers wai @@ -140570,18 +141126,25 @@ self: { }) {}; "wai-routes" = callPackage - ({ mkDerivation, aeson, base, blaze-builder, bytestring, containers - , http-types, monad-loops, mtl, path-pieces, random + ({ mkDerivation, aeson, base, blaze-builder, bytestring + , case-insensitive, containers, cookie, data-default-class + , filepath, hspec, hspec-wai, hspec-wai-json, http-types + , mime-types, monad-loops, mtl, path-pieces, random , template-haskell, text, wai }: mkDerivation { pname = "wai-routes"; - version = "0.7.3"; - sha256 = "92d694a9b63b8f34e1e62f5f29b65cb85566eeb9cad90b7dd34689bc296b139b"; + version = "0.8.0"; + sha256 = "3b0b8ccb5853d830c0feaad5cbb5db8e7f3499af18b027e052e169199b89959d"; libraryHaskellDepends = [ - aeson base blaze-builder bytestring containers http-types + aeson base blaze-builder bytestring case-insensitive containers + cookie data-default-class filepath http-types mime-types monad-loops mtl path-pieces random template-haskell text wai ]; + testHaskellDepends = [ + aeson base hspec hspec-wai hspec-wai-json wai + ]; + jailbreak = true; homepage = "https://ajnsit.github.io/wai-routes/"; description = "Typesafe URLs for Wai applications"; license = stdenv.lib.licenses.mit; @@ -140915,8 +141478,8 @@ self: { }: mkDerivation { pname = "warp-tls"; - version = "3.1.1"; - sha256 = "5e9a75cc877f52053c5e1ceb15427ac28bf9937750336af0f71569b4e9e213bd"; + version = "3.1.2"; + sha256 = "3940708b273b195eefdeeb63448fcb121ead5a010cad04f1c3ab4bd7470e34a2"; libraryHaskellDepends = [ base bytestring cprng-aes data-default-class network streaming-commons tls wai warp @@ -142037,8 +142600,8 @@ self: { }: mkDerivation { pname = "wiring"; - version = "0.3.0"; - sha256 = "1d99c9604d179b61687f2bec82c97dd6665fba4ea024271806abae82bb79fd30"; + version = "0.4.1"; + sha256 = "b2a6e2ac3299d109244432dbdce4094d9967f10916c31a3df5a7bf6fbcc67b01"; libraryHaskellDepends = [ base mtl template-haskell transformers ]; testHaskellDepends = [ base hspec mtl QuickCheck template-haskell transformers @@ -143127,8 +143690,8 @@ self: { }: mkDerivation { pname = "xcffib"; - version = "0.3.5"; - sha256 = "9e5a1c67a4879bbb4a2fbe2232d4ab508db34810e6ebec063e4621a817032566"; + version = "0.3.6"; + sha256 = "69941191e5be3671555670f1894cdd30a44e8e9b303561fee87c5f84f9bbe251"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -143714,12 +144277,11 @@ self: { ({ mkDerivation, base, mtl, safe, transformers, xml }: mkDerivation { pname = "xml-extractors"; - version = "0.4.0.0"; - sha256 = "98c34b3ae23141a8eda870418297615a21db8d48024821a919a7ee4f52076808"; + version = "0.4.0.1"; + sha256 = "38ffa6ab354dcaddbdd1ca4c187418715fd7d7de77abc4861c9840c88bce1e79"; libraryHaskellDepends = [ base mtl safe transformers xml ]; - jailbreak = true; homepage = "https://github.com/holmisen/xml-extractors"; - description = "Wrapper over xml to extract data from parsed xml"; + description = "Extension to the xml package to extract data from parsed xml"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -144306,8 +144868,8 @@ self: { ({ mkDerivation, base, magic, mtl, random, unix, xmonad }: mkDerivation { pname = "xmonad-wallpaper"; - version = "0.0.1.1"; - sha256 = "a720bd9f3ba17835373e4093b64b7d7f522d095281a853447943be16502fac4c"; + version = "0.0.1.2"; + sha256 = "b02e1c7a524dd9cf28d5cff6933194fe245fa4e9247f701ec87195a20a8cf265"; libraryHaskellDepends = [ base magic mtl random unix xmonad ]; description = "xmonad wallpaper extension"; license = stdenv.lib.licenses.gpl3; @@ -145071,6 +145633,26 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) libdevil;}; + "yate" = callPackage + ({ mkDerivation, aeson, attoparsec, base, hspec, mtl, scientific + , template-haskell, text, unordered-containers, vector + }: + mkDerivation { + pname = "yate"; + version = "0.1.0.0"; + sha256 = "20275bafdb52ce74f3c3cecb6cbb8925c7d9f40bea74d6872145ff93df49d85d"; + libraryHaskellDepends = [ + aeson attoparsec base mtl scientific template-haskell text + unordered-containers vector + ]; + testHaskellDepends = [ + attoparsec base hspec mtl unordered-containers vector + ]; + jailbreak = true; + description = "Yet Another Template Engine"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "yavie" = callPackage ({ mkDerivation, base, Cabal, directory, event-driven, filepath , monads-tf, process, regexpr @@ -145446,12 +146028,11 @@ self: { }: mkDerivation { pname = "yesod-auth-ldap-mediocre"; - version = "0.1.0.0"; - sha256 = "509eb2cc3a4895f9fe797f152b3f3511fbae7b765730016c3a93a6888290f10e"; + version = "0.1.1"; + sha256 = "ecf280a3e185d9864a9924681856fa92e5fe441d02e0f29164c3bc4d9eef430b"; libraryHaskellDepends = [ aeson base LDAP text yesod-auth yesod-core yesod-form ]; - jailbreak = true; description = "Very simlple LDAP auth for yesod"; license = stdenv.lib.licenses.mit; }) {}; @@ -145562,8 +146143,8 @@ self: { }: mkDerivation { pname = "yesod-bin"; - version = "1.4.13.3"; - sha256 = "cc84e0c8f081211c01a6c8d58544b9b7fe5c5c180d8a2edcb30a79edbe198e61"; + version = "1.4.14"; + sha256 = "6ed15a3ac5084926073c92fa7fd3ad2efa5ff8b4dc17fa4e6b1c109d57717a0c"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -145646,8 +146227,8 @@ self: { "yesod-core" = callPackage ({ mkDerivation, aeson, async, auto-update, base, blaze-builder - , blaze-html, blaze-markup, bytestring, case-insensitive, cereal - , clientsession, conduit, conduit-extra, containers, cookie + , 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 @@ -145659,11 +146240,11 @@ self: { }: mkDerivation { pname = "yesod-core"; - version = "1.4.13"; - sha256 = "219bf0858977468d9aa74ab5f2d330e46bbbe95d700c989b3565be5d99d319da"; + version = "1.4.15"; + sha256 = "b9878ee01f66346967a157c597d284735c66db61a18a93c319b85233500050b4"; libraryHaskellDepends = [ aeson auto-update base blaze-builder blaze-html blaze-markup - bytestring case-insensitive cereal clientsession conduit + 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 @@ -146534,6 +147115,7 @@ self: { base bytestring hamlet hspec HUnit shakespeare template-haskell text yesod-core yesod-static yesod-test ]; + jailbreak = true; homepage = "https://bitbucket.org/wuzzeb/yesod-static-angular"; description = "Yesod generators for embedding AngularJs code into yesod-static at compile time"; license = stdenv.lib.licenses.mit; @@ -146545,8 +147127,8 @@ self: { }: mkDerivation { pname = "yesod-table"; - version = "1.0.5"; - sha256 = "873cb5ae68d3726678ce4f254a5342f56244f86e88c731ca6849691df30f85df"; + version = "1.0.6"; + sha256 = "69d4f11c31d9928551c7de3b1fc12a470e29ead58729f1b752b773be862e3b30"; libraryHaskellDepends = [ base bytestring containers contravariant text yesod-core ]; @@ -146576,8 +147158,8 @@ self: { }: mkDerivation { pname = "yesod-test"; - version = "1.4.3.1"; - sha256 = "a29e0173b31aacaa4a0235bfdcc8c7809b8685a9069a1f5b6083f204d1fd1394"; + version = "1.5"; + sha256 = "437a76419c94030c3c3d8b8a88a52f0ff9c416d56894bc4b825c62faa9a1be07"; libraryHaskellDepends = [ attoparsec base blaze-builder blaze-html blaze-markup bytestring case-insensitive containers cookie hspec-core html-conduit @@ -146655,8 +147237,8 @@ self: { }: mkDerivation { pname = "yesod-transloadit"; - version = "0.3.0.0"; - sha256 = "95c485106e4aa6d30e3b3d981ef67fafbbd2fb23597aae7780d45106d4bf565c"; + version = "0.4.0.0"; + sha256 = "a50270b5829c45c7b72a82137abf94046343f60532bcab0a8a6ef0fd9974745a"; libraryHaskellDepends = [ aeson base byteable bytestring cryptohash lens lens-aeson old-locale shakespeare text time transformers unordered-containers @@ -147756,10 +148338,10 @@ self: { ({ mkDerivation, base, binary, bytestring, containers }: mkDerivation { pname = "zmidi-core"; - version = "0.7.0"; - sha256 = "3455f95bd3451f667e224d278aae4c474e8d4efe0d44a9f76d2c1b9297671f6d"; + version = "0.8.0"; + sha256 = "aa8e7f0d0068f75f38347beb85de7716811018e8fa5b42fb5a1a3c9a11fbbada"; libraryHaskellDepends = [ base binary bytestring containers ]; - homepage = "http://code.google.com/p/copperbox/"; + homepage = "https://github.com/stephentetley/zmidi-core"; description = "Read and write MIDI files"; license = stdenv.lib.licenses.bsd3; }) {};