From b6f581a84863a98f0314b80b9809a2eb0e278c05 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Jul 2015 11:58:47 +0200 Subject: [PATCH] hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-files/commit/2a867ffd9fe07e45bda9d4bb5b6ed6973c0d5318 with hackage2nix revision 3606ad40536a2dae452307184b9bd70a2eff8c89 --- .../haskell-modules/hackage-packages.nix | 1048 +++++++++++------ 1 file changed, 690 insertions(+), 358 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 3d5a00e2d8c..f15a27cec91 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -10851,18 +10851,19 @@ self: { "Network-NineP" = callPackage ({ mkDerivation, base, binary, bytestring, containers, convertible - , monad-loops, mstate, mtl, network, NineP, regex-posix, stateref - , transformers + , exceptions, monad-loops, monad-peel, mstate, mtl, network, NineP + , regex-posix, stateref, transformers }: mkDerivation { pname = "Network-NineP"; - version = "0.3.0"; - sha256 = "02igsbmhkpkaxdpdhkl6vb7kzryhg7p5bb59irykz0dkg095wr89"; + version = "0.4.0"; + sha256 = "1h6p1p16wvsi6pjpz2xdvbljd394bzpqqfiah7aq9d7f7zh7hzid"; isLibrary = true; isExecutable = true; buildDepends = [ - base binary bytestring containers convertible monad-loops mstate - mtl network NineP regex-posix stateref transformers + base binary bytestring containers convertible exceptions + monad-loops monad-peel mstate mtl network NineP regex-posix + stateref transformers ]; description = "High-level abstraction over 9P protocol"; license = "unknown"; @@ -17236,15 +17237,14 @@ self: { }: mkDerivation { pname = "active"; - version = "0.2.0.3"; - sha256 = "18z6gki5bjr4847r90aw89j8gkfs0w9dv1w2na4msd36i3jym3sc"; + version = "0.2.0.4"; + sha256 = "1xm2y8knqhd883c41194h323vchv4hx57wl32l9f64kf7gdglag0"; buildDepends = [ base lens linear semigroupoids semigroups vector ]; testDepends = [ base lens linear QuickCheck semigroupoids semigroups vector ]; - jailbreak = true; description = "Abstractions for animation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -18116,8 +18116,8 @@ self: { ({ mkDerivation, array, base, containers, mtl, random, vector }: mkDerivation { pname = "aivika"; - version = "4.2"; - sha256 = "0pg1wqssqqdjd0cafimsy8ibmxfyjk16w10ibkj13a6ggzfn75j1"; + version = "4.3"; + sha256 = "01vcjc6i040lp92xhxma6sp3iffam9d7nxqch6i64pajvd8cq97j"; buildDepends = [ array base containers mtl random vector ]; homepage = "http://github.com/dsorokin/aivika"; description = "A multi-paradigm simulation library"; @@ -18164,8 +18164,8 @@ self: { }: mkDerivation { pname = "aivika-experiment-chart"; - version = "4.2"; - sha256 = "15aqq8mmjybi7kkrfsmablf7ymi328p9y6nsr8pc7sv144fadaf0"; + version = "4.3"; + sha256 = "01wfjk4li0l2m7lqs9r6gxsv77wg94vdvipa05qynnsd9ldjnsfd"; buildDepends = [ aivika aivika-experiment array base Chart colour containers data-default-class filepath lens mtl split @@ -19452,23 +19452,24 @@ self: { "amqp" = callPackage ({ mkDerivation, base, binary, bytestring, clock, connection , containers, data-binary-ieee754, hspec, hspec-expectations - , monad-control, network, network-uri, split, text, vector, xml + , monad-control, network, network-uri, split, stm, text, vector + , xml }: mkDerivation { pname = "amqp"; - version = "0.12.3"; - sha256 = "17kvhn6s3grv5ygswkk0x8qclr8j4nxgv04z9q6wac9vydjsaz8m"; + version = "0.13.0"; + sha256 = "1qnknyk8xizq5i94s9zv7prqqcpccigc92c6jqqh82y2yqz5xnjj"; isLibrary = true; isExecutable = true; buildDepends = [ base binary bytestring clock connection containers - data-binary-ieee754 monad-control network network-uri split text - vector xml + data-binary-ieee754 monad-control network network-uri split stm + text vector xml ]; testDepends = [ base binary bytestring clock connection containers data-binary-ieee754 hspec hspec-expectations network network-uri - split text vector + split stm text vector ]; homepage = "https://github.com/hreinhardt/amqp"; description = "Client library for AMQP servers (currently only RabbitMQ)"; @@ -19972,15 +19973,15 @@ self: { "api-builder" = callPackage ({ mkDerivation, aeson, attoparsec, base, bifunctors, bytestring - , Cabal, containers, either, hspec, HTTP, http-client, http-conduit + , Cabal, containers, hspec, HTTP, http-client, http-conduit , http-types, text, transformers }: mkDerivation { pname = "api-builder"; - version = "0.7.4.0"; - sha256 = "0af0ld0rlrpvbl4iw3g5n5bjij5z5jq2sbd9fqila5891qkvb30d"; + version = "0.9.1.0"; + sha256 = "1s9qxlinkg80idjcm246kgjg1k43pb4vvs0vd601pgz7im59qb1a"; buildDepends = [ - aeson attoparsec base bifunctors bytestring either HTTP http-client + aeson attoparsec base bifunctors bytestring HTTP http-client http-conduit http-types text transformers ]; testDepends = [ @@ -22116,15 +22117,15 @@ self: { "aur" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, filepath, lens - , lens-aeson, mtl, text, vector, wreq-sb + , lens-aeson, mtl, text, vector, wreq }: mkDerivation { pname = "aur"; - version = "2.0.4"; - sha256 = "1f6j85nz1mb9cn4l4pqv6jcx42m6rp8fj1g4xrfp8k2y9yyx7hjn"; + version = "3.0.0"; + sha256 = "1sf76lysp8xchym78ha4glrw11hxic5g684mm8h6w0n05x1ywxcn"; buildDepends = [ aeson aeson-pretty base filepath lens lens-aeson mtl text vector - wreq-sb + wreq ]; homepage = "https://github.com/fosskers/haskell-aur"; description = "Access metadata from the Arch Linux User Repository"; @@ -23125,8 +23126,8 @@ self: { }: mkDerivation { pname = "bake"; - version = "0.3"; - sha256 = "0h0byqv9m0jp5awbjcad0gggbgp66qqws6qvyfxwzk5jgwdifa0k"; + version = "0.4"; + sha256 = "1xxv78i2q9hiw30vkbcx09nabqv88g3a6k872ckm9wk8isrnw2zz"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -25750,8 +25751,8 @@ self: { }: mkDerivation { pname = "biostockholm"; - version = "0.3.2"; - sha256 = "13rzlb2s3y8vp969s8z1gxmiccvpgrv4yxpim4bjbyc2yblbbnk7"; + version = "0.3.4"; + sha256 = "04k7cl8fjsi2mv60p2qg2nmy86z2adw9gzjnkxffqsc1q85y4lz7"; buildDepends = [ attoparsec attoparsec-conduit base biocore blaze-builder blaze-builder-conduit bytestring conduit containers deepseq @@ -30868,8 +30869,8 @@ self: { }: mkDerivation { pname = "cgrep"; - version = "6.4.16"; - sha256 = "0mvd80gn6z8iyy8y43drjzmq479zh2zsz3swmlmgvmbvsb1kchlb"; + version = "6.4.20"; + sha256 = "1p0nm6gb7hvxvfkgrync1a66zl58s041pgnkly2vx91cpm6yavcm"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -34587,8 +34588,8 @@ self: { }: mkDerivation { pname = "conduit"; - version = "1.2.4.2"; - sha256 = "1shx58xg4lqf0dj50m2svh132xlzasgg6j175hxk8zf8k1v9b1zl"; + version = "1.2.4.3"; + sha256 = "101kbmymsjlpsd9a717fn94y2fjgnxwl9j3cmfrah43g28r45sc8"; buildDepends = [ base exceptions lifted-base mmorph mtl resourcet transformers transformers-base @@ -34685,8 +34686,8 @@ self: { }: mkDerivation { pname = "conduit-combinators"; - version = "1.0.1"; - sha256 = "014n3qhn9flwj43zjp62vagp5df9ll6nkjk1x9qpagni1vf9cbqq"; + version = "1.0.1.1"; + sha256 = "02x0n4yar1s3x73pbaxs6ghd5kihl3wz3svrvvm24xnmwv5j9aaz"; buildDepends = [ base base16-bytestring base64-bytestring bytestring chunked-data conduit conduit-extra filepath monad-control mono-traversable @@ -34732,8 +34733,8 @@ self: { }: mkDerivation { pname = "conduit-extra"; - version = "1.1.9"; - sha256 = "1bs28gs0xfsqywhm8bchap9zr10wxfrlpdphflhzkm8am2bgz55i"; + version = "1.1.9.1"; + sha256 = "18x01yll1jfv1p9kb7529k8gdh0lav4pbqcqkam2qr9jxxdy26rz"; buildDepends = [ attoparsec base blaze-builder bytestring conduit directory filepath monad-control network primitive process resourcet stm @@ -34821,12 +34822,17 @@ self: { }) {}; "conf" = callPackage - ({ mkDerivation, base, haskell-src }: + ({ mkDerivation, base, haskell-src, HUnit, test-framework + , test-framework-hunit, test-framework-th + }: mkDerivation { pname = "conf"; - version = "0.1.0.0"; - sha256 = "15zd72l2izdiw79hldf34pymxc4d9r06db91x6p2mfv2i31wy2n2"; + version = "0.1.1.0"; + sha256 = "1mxrr14188ikizyxb06764qq1iwhnh19g150mz310q8yw6cypbfw"; buildDepends = [ base haskell-src ]; + testDepends = [ + base HUnit test-framework test-framework-hunit test-framework-th + ]; jailbreak = true; description = "Parser for Haskell-based configuration files"; license = stdenv.lib.licenses.bsd3; @@ -38611,8 +38617,8 @@ self: { }: mkDerivation { pname = "dash-haskell"; - version = "1.1.0.1"; - sha256 = "1m82zpr37jdqr06ynqz4bbnvy1s81756frcgfiyk4wvlmmcl2fyk"; + version = "1.1.0.2"; + sha256 = "1h22ay2cl5j2ngm2xi2hyvvprnmz48qcpzxiq9ldkzx8gg3gs36j"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -39212,12 +39218,11 @@ self: { }: mkDerivation { pname = "data-lens"; - version = "2.10.6"; - sha256 = "0pnn84m6xvqvxmqpddsi4db1w65788yrwdkpfm9z1vkkajqixaxj"; + version = "2.10.7"; + sha256 = "0l70jzys2qb31cyq3nci97i01ncadkhizxvc9c3psxcd2n28l69v"; buildDepends = [ base comonad containers semigroupoids transformers ]; - jailbreak = true; homepage = "http://github.com/roconnor/data-lens/"; description = "Used to be Haskell 98 Lenses"; license = stdenv.lib.licenses.bsd3; @@ -39266,10 +39271,9 @@ self: { ({ mkDerivation, base, data-lens, template-haskell }: mkDerivation { pname = "data-lens-template"; - version = "2.1.8"; - sha256 = "0w8x5zn3d98z0q74bqfgkb9s0ca9hd1xc53gjl759s77wm4iwa0q"; + version = "2.1.9"; + sha256 = "0dpj3a1dj5l5jll2f0flj3wss9h2jbsljihrwh68zbb92pcgb56g"; buildDepends = [ base data-lens template-haskell ]; - jailbreak = true; homepage = "http://github.com/roconnor/data-lens-template/"; description = "Utilities for Data.Lens"; license = stdenv.lib.licenses.bsd3; @@ -39877,14 +39881,21 @@ self: { }) {}; "datetime" = callPackage - ({ mkDerivation, base, old-locale, old-time, QuickCheck, time }: + ({ mkDerivation, base, HUnit, old-locale, old-time, QuickCheck + , test-framework, test-framework-hunit, test-framework-quickcheck2 + , time + }: mkDerivation { pname = "datetime"; - version = "0.2.1"; - sha256 = "1yfg3wvi13r725dhfsmcdw4ns3cgl2ayrb5jck0q8b4crk2dlrzg"; - buildDepends = [ base old-locale old-time QuickCheck time ]; - homepage = "http://github.com/esessoms/datetime"; - description = "Utilities to make Data.Time.* easier to use."; + version = "0.3.1"; + sha256 = "0jmxxmv5s9rch84ivfjhqxdqnvqqzvabjs152wyv47h5qmvpag1k"; + buildDepends = [ base old-locale old-time time ]; + testDepends = [ + base HUnit old-locale old-time QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 time + ]; + homepage = "http://github.com/stackbuilders/datetime"; + description = "Utilities to make Data.Time.* easier to use"; license = "GPL"; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -40475,8 +40486,8 @@ self: { }: mkDerivation { pname = "debian-build"; - version = "0.7.1.1"; - sha256 = "0r2f14h0bpbq861jfa0rgp0y87nq142f80dyjzyzzrdwc8szj120"; + version = "0.7.2.1"; + sha256 = "1x3jvrz5y85m9mnp5b8b85f4magbxa4r0yhkw30vgcljph6v7mfm"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -40937,18 +40948,19 @@ self: { }) {}; "delta" = callPackage - ({ mkDerivation, base, containers, directory, filepath, sodium - , time + ({ mkDerivation, base, containers, directory, filepath + , optparse-applicative, process, sodium, time }: mkDerivation { pname = "delta"; - version = "0.1.2.0"; - revision = "1"; - sha256 = "1yk4cb21n4kq0wvsw6lw8s8sc69gnmzfdn9f5zgwsknza0vayi39"; - editedCabalFile = "5f7c4ae62f0d0758b892ac7002bc31eebfc4e4dcbe1ff141f0135daf5788e6e9"; + version = "0.2.1.1"; + sha256 = "06msfi733jmqqgxyx5p4mifjgxrgh0x8ls4j0fkcan5377sydjcv"; isLibrary = true; isExecutable = true; - buildDepends = [ base containers directory filepath sodium time ]; + buildDepends = [ + base containers directory filepath optparse-applicative process + sodium time + ]; homepage = "https://github.com/kryoxide/delta"; description = "A library for detecting file changes"; license = stdenv.lib.licenses.gpl3; @@ -41491,8 +41503,8 @@ self: { }: mkDerivation { pname = "diagrams-builder"; - version = "0.7.1"; - sha256 = "1cfmklds0l2jyn7p2hldq0riq4m01dxfg9cran6sx65a7d82x96d"; + version = "0.7.1.1"; + sha256 = "1klmmh144bdwrg3zs45l6yy1li64r60jygqspxzyzlm8pfgzvgah"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -41502,7 +41514,6 @@ self: { lucid-svg mtl split transformers ]; configureFlags = [ "-fcairo" "-fps" "-frasterific" "-fsvg" ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "hint-based build service for the diagrams graphics EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41517,15 +41528,14 @@ self: { }: mkDerivation { pname = "diagrams-cairo"; - version = "1.3.0.2"; - sha256 = "1ja089hnq24fx5sd5r3r2z76pmwk5w6j93b7hha7m4jylcdjcnpp"; + version = "1.3.0.3"; + sha256 = "0962kz1b45hycjij90yxq88wa5qsdll82h16agzf0pm16j8r4v5s"; buildDepends = [ base bytestring cairo colour containers data-default-class diagrams-core diagrams-lib filepath hashable JuicyPixels lens mtl optparse-applicative pango split statestack transformers unix vector ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Cairo backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41538,14 +41548,13 @@ self: { }: mkDerivation { pname = "diagrams-canvas"; - version = "1.3.0.1"; - sha256 = "0ik2kfgs5fi1a51hn9g5sii0n4j9lb0xd9paydz342b7zizy0w70"; + version = "1.3.0.2"; + sha256 = "1jklgvkmdhg5ari577jh5y7vr54wjdwyz2hql1n1icbfba5d6p0c"; buildDepends = [ base blank-canvas cmdargs containers data-default-class diagrams-core diagrams-lib lens mtl NumInstances optparse-applicative statestack text ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "HTML5 canvas backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41562,8 +41571,8 @@ self: { }: mkDerivation { pname = "diagrams-contrib"; - version = "1.3.0.3"; - sha256 = "0sl99ikghfmiwa51iyacgrma844dqn44iw7c9ahx70r4l8j8is2q"; + version = "1.3.0.4"; + sha256 = "0mr4m4kl028jxrjldn38kq7zsph6vqwzdjhxd0rznzbwpsnvsnkf"; buildDepends = [ base circle-packing colour containers data-default data-default-class diagrams-core diagrams-lib diagrams-solve @@ -41574,7 +41583,6 @@ self: { base containers diagrams-lib HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Collection of user contributions to diagrams EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41587,13 +41595,12 @@ self: { }: mkDerivation { pname = "diagrams-core"; - version = "1.3.0.1"; - sha256 = "1whig632hx03ysiqidaxf29r67xl2skw0pkx454s036gdwl7sqj2"; + version = "1.3.0.2"; + sha256 = "0lrzphpia24dk1mxv33c9f5iy18r5d0lfsw92422nhbs36dslyzm"; buildDepends = [ adjunctions base containers distributive dual-tree lens linear monoid-extras mtl semigroups unordered-containers ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Core libraries for diagrams EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41621,8 +41628,8 @@ self: { }: mkDerivation { pname = "diagrams-haddock"; - version = "0.3.0.5"; - sha256 = "00118bnxkgfg4s4h825bl9v1mdb8cfv27l6licmx8z0dch3all9k"; + version = "0.3.0.6"; + sha256 = "0pa83kd1b1fnj9plwmz8gsi2nm35ghdsxdxi4w4f7shsgc64nhrj"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -41635,7 +41642,6 @@ self: { base containers haskell-src-exts lens parsec QuickCheck tasty tasty-quickcheck ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Preprocessor for embedding diagrams in Haddock documentation"; license = stdenv.lib.licenses.bsd3; @@ -41667,14 +41673,13 @@ self: { }: mkDerivation { pname = "diagrams-html5"; - version = "1.3.0.1"; - sha256 = "1b6qrhqangdd2j3hzgslkq2sgk9wgk9ll9znfcmxpzc9k04aanqc"; + version = "1.3.0.2"; + sha256 = "18ifqv5xkk9cd86d3mir1qka2jy35vj4hqycq44z96hhp50yl29j"; buildDepends = [ base cmdargs containers data-default-class diagrams-core diagrams-lib lens mtl NumInstances optparse-applicative split statestack static-canvas text ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "HTML5 canvas backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41691,8 +41696,8 @@ self: { }: mkDerivation { pname = "diagrams-lib"; - version = "1.3.0.1"; - sha256 = "04s21ms9w521fhm7hralq155lwisjv1pszz4cvpl3hc1jm1vwfa3"; + version = "1.3.0.2"; + sha256 = "1gvvyzpzzdwzvrh452l6r2709qpbdzx1fi1ysvzalywi3gib69ds"; buildDepends = [ active adjunctions array base colour containers data-default-class diagrams-core diagrams-solve directory distributive dual-tree @@ -41701,7 +41706,6 @@ self: { process semigroups system-filepath tagged text transformers unordered-containers ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Embedded domain-specific language for declarative graphics"; license = stdenv.lib.licenses.bsd3; @@ -41755,14 +41759,13 @@ self: { }: mkDerivation { pname = "diagrams-postscript"; - version = "1.3.0.1"; - sha256 = "0w6ck71hjjx0rl930v2wapznjvrg5jq538gnyidp2yshik8xh2rp"; + version = "1.3.0.2"; + sha256 = "0cdhs5ia6jm89h1bxgqm1w9gkjqnw6g0nw13vjasj0fh08nayk7s"; buildDepends = [ base containers data-default-class diagrams-core diagrams-lib dlist filepath hashable lens monoid-extras mtl semigroups split statestack ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Postscript backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41791,14 +41794,13 @@ self: { }: mkDerivation { pname = "diagrams-rasterific"; - version = "1.3.1.2"; - sha256 = "1shkwhi7yv8cmv8697z7qqax0z7brcmjqlc17hldfflzwniiyk81"; + version = "1.3.1.3"; + sha256 = "1gkapj3n2xyy13a819zbckslvv8k5jkdlz7x2dzhcganra9gkcki"; buildDepends = [ base bytestring containers data-default-class diagrams-core diagrams-lib filepath FontyFruity hashable JuicyPixels lens mtl optparse-applicative Rasterific split unix ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Rasterific backend for diagrams"; license = stdenv.lib.licenses.bsd3; @@ -41837,15 +41839,14 @@ self: { }: mkDerivation { pname = "diagrams-svg"; - version = "1.3.1.3"; - sha256 = "0migb5vjlslbxlmbqxl0qdrpsi0ghbiq86rjna57g804r149n7ni"; + version = "1.3.1.4"; + sha256 = "009xn6q9qwgi3l4v0rm79309i91m1s0jbng34bbli29s6vzwgjmz"; buildDepends = [ base base64-bytestring bytestring colour containers diagrams-core diagrams-lib directory filepath hashable JuicyPixels lens lucid-svg monoid-extras mtl old-time optparse-applicative process semigroups split text time ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "SVG backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -44109,6 +44110,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "draw-poker" = callPackage + ({ mkDerivation, base, random-shuffle, safe }: + mkDerivation { + pname = "draw-poker"; + version = "0.1.0.1"; + revision = "1"; + sha256 = "16b17qfj3bah468hqsksk2rhyl33m2vyqw0rrs1wyaz75yq35257"; + editedCabalFile = "62a11039e0b634f0b372c28d87f6fe84f40a33981211c9f2bc077135abcef629"; + isLibrary = true; + isExecutable = true; + buildDepends = [ base random-shuffle safe ]; + testDepends = [ base ]; + homepage = "http://tune.hateblo.jp/entry/2015/05/12/023112"; + description = "playing draw poker"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "drawille" = callPackage ({ mkDerivation, base, containers, hspec, QuickCheck }: mkDerivation { @@ -44403,17 +44421,16 @@ self: { }) {}; "dtw" = callPackage - ({ mkDerivation, base, containers, MemoTrie, QuickCheck - , test-framework, test-framework-quickcheck2, thyme, vector - , vector-space + ({ mkDerivation, base, containers, QuickCheck, test-framework + , test-framework-quickcheck2, thyme, vector, vector-space }: mkDerivation { pname = "dtw"; - version = "1.0.0.0"; - sha256 = "0kcb773sly86lkvnb3ihsswrz432phi3ccizwbf1phzf72kdflzr"; - buildDepends = [ base containers MemoTrie vector vector-space ]; + version = "1.0.1.0"; + sha256 = "15qk8r958pssgwqhxffw45vm5bpvv9wfarv9spaplrnb3sm5bzhk"; + buildDepends = [ base containers vector vector-space ]; testDepends = [ - base containers MemoTrie QuickCheck test-framework + base containers QuickCheck test-framework test-framework-quickcheck2 thyme vector vector-space ]; jailbreak = true; @@ -44433,6 +44450,27 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "dump" = callPackage + ({ mkDerivation, base, haskell-src-meta, hspec + , interpolatedstring-perl6, template-haskell, text + }: + mkDerivation { + pname = "dump"; + version = "0.2.6"; + sha256 = "0rhjx4g83pbm0zfqgz8ykfccaq8wa7wspjc6k1n4d1bgcwkc617y"; + buildDepends = [ + base haskell-src-meta interpolatedstring-perl6 template-haskell + text + ]; + testDepends = [ + base haskell-src-meta hspec interpolatedstring-perl6 + template-haskell text + ]; + homepage = "https://github.com/Wizek/dump"; + description = "Dumps the names and values of expressions to ease debugging"; + license = stdenv.lib.licenses.mit; + }) {}; + "duplo" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base , base64-bytestring, bytestring, containers, directory @@ -44740,8 +44778,8 @@ self: { }: mkDerivation { pname = "dynamic-pp"; - version = "0.1.0"; - sha256 = "1i01k8c75yxdmxz3db4kajpqbgl8lcbfsp9rb9q2kzbk44fc2zpc"; + version = "0.2.0"; + sha256 = "03y9sl3xcnp1ixi4y0i1a7frd2bgfvnb0r4pqjs38bvjkz96bbdd"; buildDepends = [ ansi-terminal base blaze-builder bytestring Cabal hashable unordered-containers utf8-string @@ -45475,16 +45513,21 @@ self: { }) { eibclient = null;}; "eigen" = callPackage - ({ mkDerivation, base, bytestring, primitive, vector }: + ({ mkDerivation, base, binary, bytestring, mtl, primitive + , transformers, vector + }: mkDerivation { pname = "eigen"; - version = "2.1.0"; - sha256 = "14amg4g7gxsi529hz5ilhv8b8nzs8p2ypmxh21hq5x4sfnsl4n07"; - buildDepends = [ base bytestring primitive vector ]; - testDepends = [ base primitive vector ]; - jailbreak = true; + version = "2.1.6"; + sha256 = "0287j907pasjb7w7bwr6snb4qic7j14msxhps445yjfkqa2arzfz"; + buildDepends = [ + base binary bytestring primitive transformers vector + ]; + testDepends = [ + base binary bytestring mtl primitive transformers vector + ]; homepage = "https://github.com/osidorkin/haskell-eigen"; - description = "Eigen C++ library (linear algebra: matrices, vectors, numerical solvers)"; + description = "Eigen C++ library (linear algebra: matrices, sparse matrices, vectors, numerical solvers)"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -45848,17 +45891,17 @@ self: { "elm-init" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers - , directory, file-embed, filepath, text + , directory, file-embed, filepath, text, time }: mkDerivation { pname = "elm-init"; - version = "0.1.2.1"; - sha256 = "0x5p5jwxz07m515421xpcw777lgc3bx40mnl0y9fdw2gz4f3svs2"; + version = "1.0.1.0"; + sha256 = "0jvdln18dhsxly33ysy1vv1740ri1576x44jn10gjva432rp8rwx"; isLibrary = false; isExecutable = true; buildDepends = [ aeson aeson-pretty base bytestring containers directory file-embed - filepath text + filepath text time ]; description = "Set up basic structure for an elm project"; license = stdenv.lib.licenses.mit; @@ -46323,6 +46366,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "engine-io-wai" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, engine-io + , http-types, mtl, text, transformers, unordered-containers, wai + , wai-websockets, websockets + }: + mkDerivation { + pname = "engine-io-wai"; + version = "1.0.0"; + sha256 = "0g9h0r2i1lldmdkpnzlqjhxr7jd0v2s2w4gmsw83k1ahr6ia0dg7"; + buildDepends = [ + attoparsec base bytestring engine-io http-types mtl text + transformers unordered-containers wai wai-websockets websockets + ]; + license = stdenv.lib.licenses.bsd3; + }) {}; + "engine-io-yesod" = callPackage ({ mkDerivation, base, bytestring, conduit, conduit-extra , engine-io, http-types, text, unordered-containers, wai @@ -46615,11 +46674,10 @@ self: { ({ mkDerivation, base, exceptions, mtl }: mkDerivation { pname = "eprocess"; - version = "1.7.0"; - sha256 = "1h4ajq1rraiz7qw7350128n26jnqhzk9iyjzqc3lnbyx87q8j73v"; + version = "1.7.2"; + sha256 = "190qgsqj41dbkphjrgljif7q0zjm9ddp8wawc9wx8qklb897jrvj"; buildDepends = [ base exceptions mtl ]; - jailbreak = true; - description = "*Very* basic Erlang-like process support for Haskell"; + description = "Basic Erlang-like process support for Haskell"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -48094,8 +48152,8 @@ self: { }: mkDerivation { pname = "extra"; - version = "1.3"; - sha256 = "12n67ibj6zk7r8hzk0vn6ijfr926h0g6jkwn5krkp79xzdq82apr"; + version = "1.3.1"; + sha256 = "1yhd4f4p8f4nfj24rka8rfhr8s86mjpj019f3lbqkr9hnl1crj4l"; buildDepends = [ base directory filepath process time unix ]; testDepends = [ base directory filepath QuickCheck time unix ]; homepage = "https://github.com/ndmitchell/extra#readme"; @@ -48513,8 +48571,8 @@ self: { }: mkDerivation { pname = "fay"; - version = "0.23.1.7"; - sha256 = "1yjpbbxxjz8hrqb3arcn74i9s936kr44zg2v27kxmhrin4lnrw4b"; + version = "0.23.1.8"; + sha256 = "1772gdqka5hcgs2bq76bba9pca5xx32q3fg9vvkjqd5249rk5gv6"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -50607,8 +50665,8 @@ self: { }: mkDerivation { pname = "foldl"; - version = "1.1.0"; - sha256 = "184arkpffi2z7dayplc47nvyabzr5sig4zs8hc4lilcklv4q9zn6"; + version = "1.1.1"; + sha256 = "01zqlb3hh5jsq49ax08nkwvysqq4fgkxpz4sdcman9y9fnxgwjgg"; buildDepends = [ base bytestring containers mwc-random primitive profunctors text transformers vector @@ -50786,10 +50844,9 @@ self: { }: mkDerivation { pname = "force-layout"; - version = "0.4.0.1"; - sha256 = "1qchmhn6hp91gzds6yqjn4kssp7n3g7vqhl919wf8d3nn4ykz3av"; + version = "0.4.0.2"; + sha256 = "0lncciqizp55if5ivlcbv5lqj21hlp2vfi40iagjswf2apxi0w0g"; buildDepends = [ base containers data-default-class lens linear ]; - jailbreak = true; description = "Simple force-directed layout"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -52222,13 +52279,15 @@ self: { }: mkDerivation { pname = "fwgl"; - version = "0.1.1.0"; - sha256 = "07ml9f8x4rw7wg6wib63nayh8mpszrkx0zal9zz0cpjh2f85n10a"; + version = "0.1.2.0"; + revision = "1"; + sha256 = "1b18xzxbbrnmmvjgmzhy5r4ww7rvbli76m7vh3li30fb95k1sznr"; + editedCabalFile = "d97edefc7ee59578d181dfc36d85b1a82a6e0c9ed1bb602918655a3439a5eb51"; buildDepends = [ base hashable transformers unordered-containers vector Yampa ]; jailbreak = true; - homepage = "https://github.com/ZioCrocifisso/FWGL"; + homepage = "https://github.com/ziocroc/FWGL"; description = "FRP 2D/3D game engine"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -52239,16 +52298,16 @@ self: { }: mkDerivation { pname = "fwgl-glfw"; - version = "0.1.0.3"; + version = "0.1.0.4"; revision = "1"; - sha256 = "1zmvw7945lkghavik72w096rqh8ivjyb9h6j98yjvlj6xf85bsq0"; - editedCabalFile = "f2a35fcd71bbea225624cf3b6d1f78647e103a1ee1edcc0a7eb9e27b0c4642d8"; + sha256 = "1pph1arlmi905rkcjcn3yf5ypdmk82363vgdmwg26dbrb2sb4cs8"; + editedCabalFile = "26e4026f5ac7fe57292c5df79d35894b736728c31cad845f11641d833f789fb8"; buildDepends = [ base fwgl gl GLFW-b hashable JuicyPixels transformers unordered-containers vector Yampa ]; jailbreak = true; - homepage = "https://github.com/ZioCrocifisso/FWGL"; + homepage = "https://github.com/ziocroc/FWGL"; description = "FWGL GLFW backend"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -52259,13 +52318,13 @@ self: { }: mkDerivation { pname = "fwgl-javascript"; - version = "0.1.0.2"; - sha256 = "1vgc3dqm0pqac8l17w0fi4xv2rx2bik6n405qzarjnjlyp7czqcm"; + version = "0.1.0.4"; + sha256 = "1bwg6dzp2kgny5s6zygdi120pcrdclql22rgp43vhwim5aqkp9d7"; buildDepends = [ base fwgl ghcjs-base hashable unordered-containers Yampa ]; jailbreak = true; - homepage = "https://github.com/ZioCrocifisso/FWGL"; + homepage = "https://github.com/ziocroc/FWGL"; description = "FWGL GHCJS backend"; license = stdenv.lib.licenses.bsd3; broken = true; @@ -56765,8 +56824,8 @@ self: { ({ mkDerivation, base, hierarchical-clustering }: mkDerivation { pname = "gsc-weighting"; - version = "0.2"; - sha256 = "1mdm0n96gy00wf7lv6c0qxk9bi1ahf58vzrgnh3jfiwhzjivcvlj"; + version = "0.2.2"; + sha256 = "0y80j5qk601c965assl8d91k9bpvzijn2z0w64n2ksij9lm6b8p5"; buildDepends = [ base hierarchical-clustering ]; description = "Generic implementation of Gerstein/Sonnhammer/Chothia weighting"; license = stdenv.lib.licenses.bsd3; @@ -56931,20 +56990,20 @@ self: { "gtk-mac-integration" = callPackage ({ mkDerivation, array, base, containers, glib, gtk - , gtk-mac-integration, gtk2hs-buildtools, mtl + , gtk-mac-integration-gtk2, gtk2hs-buildtools, mtl }: mkDerivation { pname = "gtk-mac-integration"; - version = "0.3.0.2"; - sha256 = "05pihi7fc413j8iwwrdb7p1ckxsjzd8cvayk76hhwnqcyykvjlr5"; + version = "0.3.1.1"; + sha256 = "02s5ksr8fkqlbwlq468v93w0is1xa73wswgxahyyvhh51wnqp3ax"; buildDepends = [ array base containers glib gtk mtl ]; buildTools = [ gtk2hs-buildtools ]; - pkgconfigDepends = [ gtk-mac-integration ]; + pkgconfigDepends = [ gtk-mac-integration-gtk2 ]; homepage = "http://www.haskell.org/gtk2hs/"; description = "Bindings for the Gtk/OS X integration library"; license = stdenv.lib.licenses.lgpl21; hydraPlatforms = stdenv.lib.platforms.none; - }) { gtk-mac-integration = null;}; + }) { gtk-mac-integration-gtk2 = null;}; "gtk-serialized-event" = callPackage ({ mkDerivation, array, base, containers, glib, gtk, haskell98, mtl @@ -57189,8 +57248,8 @@ self: { }: mkDerivation { pname = "gtk3-mac-integration"; - version = "0.3.0.3"; - sha256 = "1jzkx10mmmxxv1ys9ywr2sfpy0pxvy8276pbkh0xnypxsyd2sfdn"; + version = "0.3.1.1"; + sha256 = "0j6fpzk1gq1y15cjpkq3k1azkn7xvlqiidn3m0g9czz5iy303adv"; buildDepends = [ array base containers glib gtk3 mtl ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ gtk-mac-integration-gtk3 ]; @@ -58798,8 +58857,8 @@ self: { }: mkDerivation { pname = "hailgun"; - version = "0.4.0.1"; - sha256 = "1jwk8rip8d96ivkv2k3dzmppid8dyvkrhgkjrxawgvwjzavfwwfn"; + version = "0.4.0.3"; + sha256 = "1c4fd116xhkw0hknzfyxyw7v62wjixcdbdidx804rs8g8f3c5p1c"; buildDepends = [ aeson base bytestring email-validate exceptions filepath http-client http-client-tls http-types tagsoup text time @@ -61064,10 +61123,9 @@ self: { ({ mkDerivation, base, process }: mkDerivation { pname = "haskell-coffee"; - version = "0.1.0.1"; - sha256 = "0g95vhqga7hq6w6x993d29wpphcqidmm0vzni93blqka7yfc7ybb"; + version = "0.1.0.2"; + sha256 = "1iz94kyq1xn3v89aay282qglv2sh41b04p8vaygwm22v1g4b4kk7"; buildDepends = [ base process ]; - jailbreak = true; description = "Simple CoffeeScript API"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -61286,8 +61344,8 @@ self: { }: mkDerivation { pname = "haskell-neo4j-client"; - version = "0.3.1.2"; - sha256 = "1qb2m6bxpw24ll1r0hyicmddn9plm55ipdgbykd6yrw1cfrm9qz7"; + version = "0.3.1.3"; + sha256 = "0ws1mlf97b4xbysgvm4b3h15kfvk1mjdcxmcchl09c04wadaz86s"; buildDepends = [ aeson base bytestring containers data-default hashable HTTP http-conduit http-types lifted-base mtl network-uri resourcet @@ -63060,8 +63118,8 @@ self: { }: mkDerivation { pname = "haxr"; - version = "3000.11.1"; - sha256 = "07rz03n0v9nflzid0vx5qh5hc7fmlq9c9kkk35slljv7lwmxw0qh"; + version = "3000.11.1.1"; + sha256 = "0a4ad0h45a6jv1x19ss0p6krhq040164cvvaivf0zba5q4ifmffh"; buildDepends = [ array base base-compat base64-bytestring blaze-builder bytestring HaXml HsOpenSSL http-streams http-types io-streams mtl mtl-compat @@ -63947,8 +64005,8 @@ self: { }: mkDerivation { pname = "hedis"; - version = "0.6.8"; - sha256 = "0n6x7dbdbfrxn3y6q9vp7x6vqgdc9nb3w85xjmim7agdf088zzh6"; + version = "0.6.9"; + sha256 = "0yciwxsnqc8d09356fisfb44nbzsnvi01aad86gbx4vhrdnw7n7a"; buildDepends = [ attoparsec base BoundedChan bytestring bytestring-lexing mtl network resource-pool time vector @@ -64100,14 +64158,15 @@ self: { mkDerivation { pname = "heist"; version = "0.14.1.1"; + revision = "1"; sha256 = "0hwf8d20lw4gn5mal8iqd62npr2859541h3md451hjlbwpjyqd19"; + editedCabalFile = "51f2aa86d7582ba504e26ead511da54db5350cf4bed7f13252c678c0cf19d400"; buildDepends = [ aeson attoparsec base blaze-builder blaze-html bytestring containers directory directory-tree dlist either filepath hashable map-syntax MonadCatchIO-transformers mtl process random text time transformers unordered-containers vector xmlhtml ]; - jailbreak = true; homepage = "http://snapframework.com/"; description = "An Haskell template system supporting both HTML5 and XML"; license = stdenv.lib.licenses.bsd3; @@ -65411,8 +65470,8 @@ self: { }: mkDerivation { pname = "hierarchical-clustering"; - version = "0.4.4"; - sha256 = "1hm47fccji8dn70477ww7s6846mxrmgr5n056c11dh9azz5jl5x2"; + version = "0.4.6"; + sha256 = "1cfcrnxqczqzqgpyipsw9dwfw1j75zd11vpd12i533f3p44pzwbm"; buildDepends = [ array base containers ]; testDepends = [ base hspec HUnit QuickCheck ]; description = "Fast algorithms for single, average/UPGMA and complete linkage clustering"; @@ -65426,8 +65485,8 @@ self: { }: mkDerivation { pname = "hierarchical-clustering-diagrams"; - version = "0.3"; - sha256 = "0yq3sh6xn3p1jzp3w33zv1sx7yhv9v2ddcqd27cl3rm6lhph81jc"; + version = "0.3.2"; + sha256 = "06ncyzhql74ni746a9hzma1v0grw99vas4xglmyvgd6yhdwl08sr"; buildDepends = [ base diagrams-lib hierarchical-clustering ]; testDepends = [ base diagrams-cairo diagrams-lib hierarchical-clustering hspec @@ -65518,6 +65577,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "highjson" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, containers, hashable + , hspec, hvect, scientific, text, unordered-containers, vector + }: + mkDerivation { + pname = "highjson"; + version = "0.1.0.0"; + sha256 = "1j0gcbgawimzr8vvglikmdr8q58zvvak68k8221ljydppanc30k0"; + buildDepends = [ + attoparsec base bytestring containers hashable hvect scientific + text unordered-containers vector + ]; + testDepends = [ base hspec text ]; + homepage = "https://github.com/agrafix/highjson"; + description = "Very fast JSON parsing"; + license = stdenv.lib.licenses.mit; + }) {}; + "highlight-versions" = callPackage ({ mkDerivation, ansi-terminal, base, Cabal, containers, hackage-db }: @@ -65850,10 +65927,9 @@ self: { }: mkDerivation { pname = "hint-server"; - version = "1.4.0"; - sha256 = "0iirk76n9j4iwll44gs4spnssv2kkxrw4ypp228gap5h4pyimvx5"; + version = "1.4.1"; + sha256 = "1b7dzij1c4940m00kbpnmymh6grd54d2xsgsi1d10x22bl7naq7m"; buildDepends = [ base eprocess exceptions hint monad-loops mtl ]; - jailbreak = true; description = "A server process that runs hint"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -67233,10 +67309,8 @@ self: { }: mkDerivation { pname = "hnix"; - version = "0.2.0"; - revision = "1"; - sha256 = "02aygnc0hhg3gsj9z323pq6i6v9ijjj5r6i8g1zx1cnwd51dw1aj"; - editedCabalFile = "8267f50b3b3fc9736bb1e942fbe425a1a4ef2b96a6b906dff18496ce1e0578d6"; + version = "0.2.1"; + sha256 = "1y10w6ylgrdgy271a372f14rqdkvzlmpkjl08d5zg3r84jxhy6ia"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -70219,26 +70293,31 @@ self: { "hsdev" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base - , bytestring, Cabal, containers, deepseq, directory, exceptions - , filepath, ghc, ghc-mod, ghc-paths, haddock-api, haskell-src-exts - , hdocs, HTTP, lens, monad-loops, mtl, network, process - , regex-pcre-builtin, scientific, template-haskell, text, time - , transformers, uniplate, unix, unordered-containers, vector + , bin-package-db, bytestring, Cabal, containers, deepseq, directory + , exceptions, filepath, fsnotify, ghc, ghc-mod, ghc-paths + , haddock-api, haskell-src-exts, hdocs, hlint, HTTP, lens + , monad-loops, MonadCatchIO-transformers, mtl, network, process + , regex-pcre-builtin, scientific, simple-log, system-filepath + , template-haskell, text, time, transformers, uniplate, unix + , unordered-containers, vector }: mkDerivation { pname = "hsdev"; - version = "0.1.3.4"; - sha256 = "1m21wwl93sba113qr733a9qpxc0ljrn6mpd17760gzxpa5vhfjqd"; + version = "0.1.4.0"; + sha256 = "1m7pfrzi23wq7b3bwp4fc885di96gkg453q8xmlwdip37mh2swgz"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson aeson-pretty array attoparsec base bytestring Cabal - containers deepseq directory exceptions filepath ghc ghc-mod - ghc-paths haddock-api haskell-src-exts hdocs HTTP lens monad-loops - mtl network process regex-pcre-builtin scientific template-haskell - text time transformers uniplate unix unordered-containers vector + aeson aeson-pretty array attoparsec base bin-package-db bytestring + Cabal containers deepseq directory exceptions filepath fsnotify ghc + ghc-mod ghc-paths haddock-api haskell-src-exts hdocs hlint HTTP + lens monad-loops MonadCatchIO-transformers mtl network process + regex-pcre-builtin scientific simple-log system-filepath + template-haskell text time transformers uniplate unix + unordered-containers vector ]; testDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/mvoidex/hsdev"; description = "Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc"; license = stdenv.lib.licenses.bsd3; @@ -72471,8 +72550,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.4.16"; - sha256 = "1ghz498h3c0n1wfkxgkh9zd8l6yik650505hihnayp4wcykc1p82"; + version = "0.4.18"; + sha256 = "0skla9kvlak482fsk21gz57jcwc568x3q62nkanxjn1pgxc1jili"; buildDepends = [ array base base64-bytestring blaze-builder bytestring case-insensitive containers cookie data-default-class deepseq @@ -72646,8 +72725,8 @@ self: { }: mkDerivation { pname = "http-conduit"; - version = "2.1.5.1"; - sha256 = "1rpp830319hqqazf1gh28jh239a67qksmx2ki3p91h9nsa8lh6w2"; + version = "2.1.7"; + sha256 = "1qdxd9dbzav7nky8s9ml6ik6i38mxzzg7dwj0pv1sp5prclk0jh1"; buildDepends = [ base bytestring conduit http-client http-client-tls http-types lifted-base monad-control mtl resourcet transformers @@ -73557,12 +73636,12 @@ self: { ({ mkDerivation, base, HTF }: mkDerivation { pname = "hvect"; - version = "0.1.0.0"; - sha256 = "12zwrzz0bk83i42q3iv5cs2dma2a80s8zkjyill0ysxyrjni25wy"; + version = "0.2.0.0"; + sha256 = "01iarjnwm5syhmf6552g3p9dc05nqc74r4nfmagajgv7fnlsf3ri"; buildDepends = [ base ]; testDepends = [ base HTF ]; homepage = "https://github.com/agrafix/hvect"; - description = "Simple heterogeneous lists"; + description = "Simple strict heterogeneous lists"; license = stdenv.lib.licenses.mit; }) {}; @@ -74613,7 +74692,9 @@ self: { mkDerivation { pname = "ib-api"; version = "0.1.0.0"; + revision = "1"; sha256 = "1030bj90myx5x3y297qmlmnzppfnh5d3cmwglqj1s7i6nyrh86k5"; + editedCabalFile = "7cb1fe96767e6253ef55d4997404eb3f4048f1b9bfccfb9e6cca627a734c3bcd"; buildDepends = [ attoparsec base bytestring network ]; jailbreak = true; homepage = "https://github.com/rbermani/ib-api"; @@ -75937,8 +76018,8 @@ self: { }: mkDerivation { pname = "inflections"; - version = "0.1.0.10"; - sha256 = "0v9iz9q4f5cx2hr0afvbzy5ax71kx1klbjrla14bqdfh55hzdhrp"; + version = "0.2.0.0"; + sha256 = "16s2sj2417qmhdlzn7j51yf7fh50f5msgb50fsavw80845602x43"; buildDepends = [ base containers parsec ]; testDepends = [ base containers HUnit parsec QuickCheck test-framework @@ -76026,6 +76107,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "inilist" = callPackage + ({ mkDerivation, base, bifunctors, containers, deepseq, HUnit, safe + , tasty, tasty-hunit, testpack, trifecta + }: + mkDerivation { + pname = "inilist"; + version = "0.1.0.0"; + sha256 = "18f93kvc5x0y1wqcicrh510r3skldf52jn0n6cxyn7fk2271cc1b"; + buildDepends = [ base bifunctors containers safe trifecta ]; + testDepends = [ + base bifunctors containers deepseq HUnit safe tasty tasty-hunit + testpack trifecta + ]; + homepage = "https://chiselapp.com/user/mwm/repository/inilist"; + description = "Processing for .ini files with duplicate sections and options"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "inject" = callPackage ({ mkDerivation, attoparsec, base, hspec, hspec-expectations , process, text @@ -76162,13 +76261,12 @@ self: { }: mkDerivation { pname = "instant-aeson"; - version = "0.1"; - sha256 = "1idxwd0wxy6xziwlwnjwgbv9canpvwbnigrcjn3kvl0j7nld6wvj"; + version = "0.1.0.1"; + sha256 = "18zxvd4sw13j4gn2f7r2xdy6p0xayjv3ks8j97j7vi6cdw9aqw2z"; buildDepends = [ aeson base instant-generics ]; testDepends = [ aeson base instant-generics tasty tasty-quickcheck ]; - jailbreak = true; description = "Generic Aeson instances through instant-generics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76179,13 +76277,12 @@ self: { }: mkDerivation { pname = "instant-bytes"; - version = "0.1"; - sha256 = "0gjj7ix1dxlbk1im2ww3qpfx4m40vg0hl7n9ribnlx2krw53mmm1"; + version = "0.1.0.1"; + sha256 = "1g99yakjychx12amls2b6cfma0fzh0n9w4m2k03wqibk1aagl940"; buildDepends = [ base bytes instant-generics ]; testDepends = [ base bytes instant-generics tasty tasty-quickcheck ]; - jailbreak = true; description = "Generic Serial instances through instant-generics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76194,10 +76291,9 @@ self: { ({ mkDerivation, base, deepseq, instant-generics }: mkDerivation { pname = "instant-deepseq"; - version = "0.1"; - sha256 = "13w4ilnjm6m9idqkxzp0l91f156n097zlhmpny1lamy5brvzpls0"; + version = "0.1.0.1"; + sha256 = "1yv5zqv2fqj8b7qzx2004sa287mrvrswmghl13vsbj2whmdh0kjz"; buildDepends = [ base deepseq instant-generics ]; - jailbreak = true; description = "Generic NFData instances through instant-generics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76219,10 +76315,9 @@ self: { ({ mkDerivation, base, hashable, instant-generics }: mkDerivation { pname = "instant-hashable"; - version = "0.1"; - sha256 = "0bqn9na0pxkkffmwwz6p4rgv11fq2mn724sk4l7nxv44k7vrirz2"; + version = "0.1.0.1"; + sha256 = "1yaf24r68zh5vsp73747hbv2fdk9y9vgswj6lv22s52s8h6f1agj"; buildDepends = [ base hashable instant-generics ]; - jailbreak = true; description = "Generic Hashable instances through instant-generics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76477,13 +76572,13 @@ self: { }: mkDerivation { pname = "interpolatedstring-perl6"; - version = "0.9.0"; - sha256 = "15hzmni3wfdgjl0vyk5mcld61ba99wdax87s7wkz2s8bsyxkbq9n"; + version = "1.0.0"; + sha256 = "1lx125wzadvbicsaml9wrhxxplc4gd0i4wk3f1apb0kl5nnv5q35"; buildDepends = [ base bytestring haskell-src-meta template-haskell text ]; description = "QuasiQuoter for Perl6-style multi-line interpolated strings"; - license = stdenv.lib.licenses.bsd3; + license = stdenv.lib.licenses.publicDomain; }) {}; "interpolatedstring-qq" = callPackage @@ -77115,6 +77210,19 @@ self: { license = "unknown"; }) {}; + "irc-fun-color" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "irc-fun-color"; + version = "0.1.0.0"; + sha256 = "1zb3d3m17049g7cfnpnl8c1ldyhhwvxh99dbfx1xzyadg841i08a"; + buildDepends = [ base ]; + testDepends = [ base ]; + homepage = "http://rel4tion.org/projects/irc-fun-color/"; + description = "Add color and style decorations to IRC messages"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "ircbot" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , irc, mtl, network, parsec, random, SafeSemaphore, stm, time, unix @@ -78432,18 +78540,21 @@ self: { }) {}; "jsaddle" = callPackage - ({ mkDerivation, base, hslogger, lens, template-haskell, text - , transformers + ({ mkDerivation, base, glib, gtk3, hslogger, lens, template-haskell + , text, transformers, webkitgtk3, webkitgtk3-javascriptcore }: mkDerivation { pname = "jsaddle"; - version = "0.2.0.5"; - sha256 = "0avl5gvq3sv2fk524hazfk1xgb9rlyqqqrvnxb63psjds7s6rxp1"; - buildDepends = [ base lens template-haskell text transformers ]; - testDepends = [ - base hslogger lens template-haskell text transformers + version = "0.2.0.6"; + sha256 = "1ggnhv9lgsd330p1k6zvg20dbqb1ysh282nalxramqvn2yhmqsx4"; + buildDepends = [ + base lens template-haskell text transformers webkitgtk3 + webkitgtk3-javascriptcore + ]; + testDepends = [ + base glib gtk3 hslogger lens template-haskell text transformers + webkitgtk3 webkitgtk3-javascriptcore ]; - jailbreak = true; description = "High level interface for webkit-javascriptcore"; license = stdenv.lib.licenses.mit; }) {}; @@ -78747,8 +78858,8 @@ self: { }: mkDerivation { pname = "json-rpc-server"; - version = "0.2.0.0"; - sha256 = "08v2bvswn0a0jhd0gd83f2lxr0n0nirl9xav7zj3y3bjdkxwlkys"; + version = "0.2.1.0"; + sha256 = "1rbm8anj3lg3x7gky5nazxcsdwd5c48b1axphgcqzzy5hn8hsg2r"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -80820,15 +80931,14 @@ self: { }: mkDerivation { pname = "lambdacms-core"; - version = "0.1.0.0"; - sha256 = "0f34158j493ga5zrl1fxqyxvxfj3gzx77vs3p9rb7syn7c1zxa53"; + version = "0.3.0.0"; + sha256 = "069mj7p3996bkl0vyj1bpphb6gs85r234svls9rzg2lgpxfp4gga"; buildDepends = [ base blaze-html bytestring containers data-default esqueleto file-embed friendly-time gravatar lists mime-mail old-locale persistent shakespeare template-haskell text time uuid wai yesod yesod-auth yesod-core yesod-form ]; - jailbreak = true; homepage = "http://lambdacms.org"; description = "LambdaCms Core subsite for Yesod apps"; license = stdenv.lib.licenses.mit; @@ -80841,8 +80951,8 @@ self: { }: mkDerivation { pname = "lambdacms-media"; - version = "0.2.0"; - sha256 = "08c2qdpqv8bw0qkpjk5fcyyqdgpxgp6xivfimai6bh3lxz2yk0gz"; + version = "0.3.0.1"; + sha256 = "074bghfbi3m4ffla34z0yq2qgbw3ps81fq2cm8ibqry3bps511xp"; buildDepends = [ base directory filepath lambdacms-core persistent shakespeare text time yesod yesod-form @@ -82216,8 +82326,8 @@ self: { }: mkDerivation { pname = "leksah"; - version = "0.15.1.0"; - sha256 = "0skvn5n69ir63q91jaj5qdhk8cxvic61g9ar5wck0gwpzdjcfl6w"; + version = "0.15.1.1"; + sha256 = "0gjgaigkd34gzfvqhlxqqxcydh12064prnn0x653kb5ks8bq4qml"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -82251,8 +82361,8 @@ self: { }: mkDerivation { pname = "leksah-server"; - version = "0.15.0.4"; - sha256 = "0zjdzsv9vwhsabkkyf47gfsca4b1yqjgd2vlvb0qm7ca9gymd0ic"; + version = "0.15.0.6"; + sha256 = "1pcf42hipc5q3n61pbd2sdgvhshl2ri261i94myb3fc13kbi90hb"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -82535,8 +82645,8 @@ self: { }: mkDerivation { pname = "lentil"; - version = "0.1.2.6"; - sha256 = "0pn4x75l04qs95h9ca5chvxbivnb29h4d8415n4r2b1gmx4apn0w"; + version = "0.1.2.7"; + sha256 = "1g3if2y41li6wyg7ffvpybqvbywiq8bf5b5fb6pz499hinzahb9d"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -83290,14 +83400,13 @@ self: { }: mkDerivation { pname = "libsystemd-journal"; - version = "1.3.1"; - sha256 = "1i66w6dhycvi3d0vnws91mc0k9v46qr0zpc35yliv1paipm1s51a"; + version = "1.3.3"; + sha256 = "02d1zpmimmisjngkx9l23af51v18pdbc5mh7yljyw81lm39yzvfn"; buildDepends = [ base bytestring hashable hsyslog pipes pipes-safe text transformers uniplate unix-bytestring unordered-containers uuid vector ]; pkgconfigDepends = [ systemd ]; - jailbreak = true; homepage = "http://github.com/ocharles/libsystemd-journal"; description = "Haskell bindings to libsystemd-journal"; license = stdenv.lib.licenses.bsd3; @@ -83570,8 +83679,8 @@ self: { }: mkDerivation { pname = "limp"; - version = "0.3.2.0"; - sha256 = "0shc69jlzmn8b2pxdfav9lk9cbhxpd1cmsr36rwgyvyn5shiijy1"; + version = "0.3.2.1"; + sha256 = "0fx8q7ll47qc06laagiap0z4b5mbp958r3b9mc6qm1h9rhksimjk"; buildDepends = [ base containers ]; testDepends = [ base containers QuickCheck tasty tasty-quickcheck tasty-th @@ -83587,8 +83696,8 @@ self: { ({ mkDerivation, base, c2hs, containers, limp, vector }: mkDerivation { pname = "limp-cbc"; - version = "0.3.2.0"; - sha256 = "10cm2vwbjyzqpq2ras8viza0vy0r0hgrm84landlcgkbhfj71l79"; + version = "0.3.2.1"; + sha256 = "0q4az96nbwvm7jhrwvbjp87vzkb5nlp739jhkya6z0iq340cjxjy"; buildDepends = [ base containers limp vector ]; testDepends = [ base limp ]; buildTools = [ c2hs ]; @@ -83905,13 +84014,12 @@ self: { }: mkDerivation { pname = "linklater"; - version = "3.1.0.0"; - sha256 = "0mvmlq1nl428syc013hif07rssvya7wxkr44rs58rjn2zsxhhlqq"; + version = "3.2.0.0"; + sha256 = "15c6p63yd1g5if2nz9pig6kc0rvqpjixjs6zr2j9m16q0h6kgrfr"; buildDepends = [ aeson base base-prelude bytestring containers http-types text wai wreq ]; - jailbreak = true; homepage = "https://github.com/hlian/linklater"; description = "The fast and fun way to write Slack.com bots"; license = stdenv.lib.licenses.bsd3; @@ -85698,8 +85806,8 @@ self: { }: mkDerivation { pname = "ltk"; - version = "0.15.0.1"; - sha256 = "0qw689ip8kibczjvar6bicns6g8a0zwlb6vdcmpicxxmpr1p7g16"; + version = "0.15.0.2"; + sha256 = "19wnkl9acibs6kcnm0m02jhjxrn19sanf5z2w0kqwjbqlfcrcc4a"; buildDepends = [ base Cabal containers filepath ghc glib gtk3 mtl parsec pretty text transformers @@ -90584,8 +90692,8 @@ self: { }: mkDerivation { pname = "monoid-subclasses"; - version = "0.4.1.1"; - sha256 = "0r2ypb85qz88jz70pr4rgygwsdslaw781s0d3svd6s7xfibi9hww"; + version = "0.4.1.2"; + sha256 = "0j9an1zq3dg02jz8skqkch01kg2ha59zja2729v8lpwxsd4sbi9x"; buildDepends = [ base bytestring containers primes text vector ]; testDepends = [ base bytestring containers primes QuickCheck quickcheck-instances @@ -91035,6 +91143,27 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "ms" = callPackage + ({ mkDerivation, base, contravariant, doctest, edit-distance, lens + , profunctors, semigroupoids, semigroups, tasty, tasty-quickcheck + , vector + }: + mkDerivation { + pname = "ms"; + version = "0.2.1"; + sha256 = "0h70dkgzybbjm48ay9xqbvydf13a6q1zy99ln8kx4qlfdi4gsrnp"; + buildDepends = [ + base contravariant edit-distance lens profunctors semigroupoids + semigroups vector + ]; + testDepends = [ + base doctest profunctors tasty tasty-quickcheck vector + ]; + homepage = "https://github.com/relrod/ms"; + description = "metric spaces"; + license = stdenv.lib.licenses.bsd2; + }) {}; + "msgpack" = callPackage ({ mkDerivation, base, binary, blaze-builder, bytestring , containers, data-binary-ieee754, deepseq, hashable, mtl @@ -93479,10 +93608,9 @@ self: { ({ mkDerivation, base, netwire }: mkDerivation { pname = "netwire-input"; - version = "0.0.3"; - sha256 = "0c6wi1gfr0pxm8hav6ziic444a83cns3yf07kdylxbymgzgq7n7z"; + version = "0.0.4"; + sha256 = "1f0dczgnc1fibq5ypdzi1hgsahmbfmv783bliwh5x4j4vm81k0h6"; buildDepends = [ base netwire ]; - jailbreak = true; homepage = "https://www.github.com/Mokosha/netwire-input"; description = "Input handling abstractions for netwire"; license = stdenv.lib.licenses.mit; @@ -93493,12 +93621,11 @@ self: { }: mkDerivation { pname = "netwire-input-glfw"; - version = "0.0.3"; - sha256 = "04flihwgs4wibhppyjw7x23s2629rbywafbv9dmdcda6bv6d8qm3"; + version = "0.0.4"; + sha256 = "163jd8bb0msy9r51s8qb6ypk25lax46kkbzq9wh2s4kvzribmdlg"; isLibrary = true; isExecutable = true; buildDepends = [ base containers GLFW-b mtl netwire-input stm ]; - jailbreak = true; homepage = "https://www.github.com/Mokosha/netwire-input-glfw"; description = "GLFW instance of netwire-input"; license = stdenv.lib.licenses.mit; @@ -94182,6 +94309,7 @@ self: { amqp base network-transport network-transport-tests tasty tasty-hunit ]; + jailbreak = true; description = "AMQP-based transport layer for distributed-process (aka Cloud Haskell)"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -94880,24 +95008,25 @@ self: { ({ mkDerivation, base, primitive, vector }: mkDerivation { pname = "nonlinear-optimization"; - version = "0.3.7"; - sha256 = "147dbq19n18ixfz6bhx9yi9ppr9j3wnc5dfz8kx5gwihy64b8l1b"; + version = "0.3.10"; + sha256 = "11dq7fvysdb0szkg58f2wmx2vg6sa9qfj9kfv7wv6fl3386dnp7f"; buildDepends = [ base primitive vector ]; - jailbreak = true; description = "Various iterative algorithms for optimization of nonlinear functions"; license = "GPL"; }) {}; "nonlinear-optimization-ad" = callPackage - ({ mkDerivation, ad, base, nonlinear-optimization, primitive + ({ mkDerivation, ad, base, csv, nonlinear-optimization, primitive , reflection, vector }: mkDerivation { pname = "nonlinear-optimization-ad"; - version = "0.2.0"; - sha256 = "1aglqfmvjb7wmxlnlkakkp27lbyq62pjy48k18sqppj6q0qp062m"; + version = "0.2.1"; + sha256 = "0k3iynppdvmm9asy1wddp8n3gmskh40dmcngqv8pgy5qx0bnx8jd"; + isLibrary = true; + isExecutable = true; buildDepends = [ - ad base nonlinear-optimization primitive reflection vector + ad base csv nonlinear-optimization primitive reflection vector ]; homepage = "https://github.com/msakai/nonlinear-optimization-ad"; description = "Wrapper of nonlinear-optimization package for using with AD package"; @@ -94938,8 +95067,8 @@ self: { }: mkDerivation { pname = "not-gloss"; - version = "0.7.4.0"; - sha256 = "11ikk8yia52qbaajcnwc7gq1jwwid12j8vzgn2v18j5d272lzwyc"; + version = "0.7.5.0"; + sha256 = "1r0mycb3ilz2k89vab08c1diz18mp03b5sds4ixmxfb0zqaz68lb"; buildDepends = [ base binary bmp bytestring cereal GLUT OpenGL OpenGLRaw spatial-math time vector vector-binary-instances @@ -95426,6 +95555,42 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "nvim-hs" = callPackage + ({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit + , conduit-extra, containers, data-default, directory, dyre + , filepath, hslogger, hspec, hspec-discover, HUnit, lifted-base + , messagepack, monad-control, mtl, network, optparse-applicative + , parsec, process, QuickCheck, resourcet, stm, streaming-commons + , template-haskell, text, time, transformers, transformers-base + , utf8-string + }: + mkDerivation { + pname = "nvim-hs"; + version = "0.0.1"; + sha256 = "1zma19lb4kzzfiabkx55ffgvdqrycijpm2yz3jszm1m6m58khif5"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base bytestring cereal cereal-conduit conduit conduit-extra + containers data-default directory dyre filepath hslogger + lifted-base messagepack monad-control mtl network + optparse-applicative parsec process resourcet stm streaming-commons + template-haskell text time transformers transformers-base + utf8-string + ]; + testDepends = [ + base bytestring cereal cereal-conduit conduit conduit-extra + containers data-default directory dyre filepath hslogger hspec + hspec-discover HUnit lifted-base messagepack mtl network + optparse-applicative parsec process QuickCheck resourcet stm + streaming-commons template-haskell text time transformers + utf8-string + ]; + homepage = "https://github.com/saep/nvim-hs"; + description = "Haskell plugin backend for neovim"; + license = stdenv.lib.licenses.asl20; + }) {}; + "nyan" = callPackage ({ mkDerivation, base, bytestring, mtl, ncurses, text }: mkDerivation { @@ -99227,6 +99392,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "persist2er" = callPackage + ({ mkDerivation, base, optparse-applicative, persistent, text }: + mkDerivation { + pname = "persist2er"; + version = "0.1.0.1"; + sha256 = "096gjkmw06crywwwydyr67447xmp8x967dwh1gavlr0061skb72p"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base optparse-applicative persistent text ]; + jailbreak = true; + description = "Transforms persist's quasi-quoted syntax into ER format"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "persistable-record" = callPackage ({ mkDerivation, array, base, containers, dlist, names-th , template-haskell, transformers @@ -100339,6 +100518,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pipes-cereal" = callPackage + ({ mkDerivation, base, bytestring, cereal, mtl, pipes + , pipes-bytestring, pipes-parse + }: + mkDerivation { + pname = "pipes-cereal"; + version = "0.1.0.0"; + sha256 = "04f538gyzvwxhqscsj9sywi6hz5k1fabjaga0vf861hlmv9agaa8"; + buildDepends = [ + base bytestring cereal mtl pipes pipes-bytestring pipes-parse + ]; + description = "Encode and decode binary streams using the pipes and cereal libraries"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "pipes-cereal-plus" = callPackage ({ mkDerivation, base, bytestring, cereal-plus, errors, mtl, pipes , pipes-bytestring, text @@ -104715,6 +104909,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "pusher-haskell" = callPackage + ({ mkDerivation, aeson, base, bytestring, hspec, HTTP, MissingH + , mtl, SHA, time + }: + mkDerivation { + pname = "pusher-haskell"; + version = "0.1.0.0"; + sha256 = "0ymj27a3kmaddydd5zshj108fmzhlxasn9i4igzjaj308f1ygki6"; + buildDepends = [ + aeson base bytestring HTTP MissingH mtl SHA time + ]; + testDepends = [ base hspec ]; + jailbreak = true; + homepage = "http://www.github.com/sidraval/pusher-haskell"; + description = "A Pusher.com client written in Haskell"; + license = stdenv.lib.licenses.mit; + }) {}; + "pushme" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, deepseq , hslogger, io-storage, lens, old-locale, optparse-applicative @@ -106051,16 +106263,16 @@ self: { }) {}; "range" = callPackage - ({ mkDerivation, base, Cabal, parsec, QuickCheck, random + ({ mkDerivation, base, Cabal, free, parsec, QuickCheck, random , test-framework, test-framework-quickcheck2 }: mkDerivation { pname = "range"; - version = "0.1.1.1"; - sha256 = "05xcy4r97yyqr72cqpr5rq514zygbwa2hfnhilvgzrh3cmk61n0p"; - buildDepends = [ base parsec ]; + version = "0.1.2.0"; + sha256 = "028bigaq4vk5ykzf04f5hi3g37gxzzp6q24bjcb3gjfzcgy7z6ab"; + buildDepends = [ base free parsec ]; testDepends = [ - base Cabal QuickCheck random test-framework + base Cabal free QuickCheck random test-framework test-framework-quickcheck2 ]; homepage = "https://bitbucket.org/robertmassaioli/range"; @@ -106333,8 +106545,8 @@ self: { }: mkDerivation { pname = "rdf4h"; - version = "1.3.1"; - sha256 = "0mcswyjlvhnv4rvapanfmxf2brsp5b9r1ps22n3rlhpa3mfw72rc"; + version = "1.3.2"; + sha256 = "09ya3d1svg6fj7jdm408gisv0cnn0c2i2c3pn07xggnn882s93bw"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -106343,9 +106555,9 @@ self: { unordered-containers ]; testDepends = [ - base bytestring containers deepseq fgl hashable HTTP HUnit hxt knob - network network-uri parsec QuickCheck test-framework - test-framework-hunit test-framework-quickcheck2 text + base binary bytestring containers deepseq fgl hashable HTTP HUnit + hxt knob network network-uri parsec QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 text text-binary unordered-containers ]; homepage = "https://github.com/robstewart57/rdf4h"; @@ -106411,15 +106623,16 @@ self: { }) {}; "react-haskell" = callPackage - ({ mkDerivation, base, deepseq, haste-compiler, lens-family - , monads-tf, transformers, void + ({ mkDerivation, aeson, base, deepseq, lens-family, monads-tf, text + , transformers, unordered-containers, void }: mkDerivation { pname = "react-haskell"; - version = "1.3.0.0"; - sha256 = "1jq96fiq133ng6ayknzxwcz59f2gxa5f5hhj9n46pixwdp6bf2aa"; + version = "2.0.0"; + sha256 = "016bpbci89b6grkwnq1yqjm5y50di1hmjlf2mkxjc0wyi82c7say"; buildDepends = [ - base deepseq haste-compiler lens-family monads-tf transformers void + aeson base deepseq lens-family monads-tf text transformers + unordered-containers void ]; homepage = "https://github.com/joelburget/react-haskell"; description = "Haskell React bindings"; @@ -106955,6 +107168,31 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "reddit" = callPackage + ({ mkDerivation, aeson, api-builder, base, bytestring, Cabal + , data-default, hspec, http-conduit, http-types, network, stm, text + , time, transformers, unordered-containers, vector + }: + mkDerivation { + pname = "reddit"; + version = "0.1.0.0"; + revision = "1"; + sha256 = "1g18lfl9hvz13f3i5h819pfh724i5lhgqfvyy2r06ni7hjfylzj4"; + editedCabalFile = "84c6e65809dcd5c4fed83d64c71c6465a6ee1fe6e913c637dc2db608c6cc5870"; + buildDepends = [ + aeson api-builder base bytestring data-default http-conduit + http-types network stm text time transformers unordered-containers + vector + ]; + testDepends = [ + api-builder base bytestring Cabal hspec http-conduit text time + transformers + ]; + homepage = "https://github.com/intolerable/reddit"; + description = "Library for interfacing with Reddit's API"; + license = stdenv.lib.licenses.bsd2; + }) {}; + "redis" = callPackage ({ mkDerivation, base, bytestring, concurrent-extra, containers , exceptions, mtl, network, old-time, utf8-string @@ -107150,6 +107388,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "refact" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "refact"; + version = "0.2.0.0"; + sha256 = "1ixbji328bxdz4rblb0s7hp6vbckj4yj03a8a8sa756igj988v8f"; + buildDepends = [ base ]; + description = "Specify refactorings to perform with apply-refact"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "refcount" = callPackage ({ mkDerivation, base, Cabal, hashable, HUnit, QuickCheck , test-framework, test-framework-hunit, test-framework-quickcheck2 @@ -111341,15 +111590,16 @@ self: { "satchmo" = callPackage ({ mkDerivation, array, async, base, bytestring, containers - , directory, minisat, mtl, process + , deepseq, directory, hashable, lens, memoize, minisat, mtl + , process, transformers }: mkDerivation { pname = "satchmo"; - version = "2.9.7.3"; - sha256 = "1gkb3whi0sv51jxb3x4dpam532fv3wbn1dyp9sc2c7mdjnv24kn8"; + version = "2.9.9"; + sha256 = "134i2xd7fvdhx43a51486mb3szi6c604pqc6w3cxsic1ngm30jbw"; buildDepends = [ - array async base bytestring containers directory minisat mtl - process + array async base bytestring containers deepseq directory hashable + lens memoize minisat mtl process transformers ]; testDepends = [ array base ]; homepage = "https://github.com/jwaldmann/satchmo"; @@ -114358,8 +114608,8 @@ self: { }: mkDerivation { pname = "shared-fields"; - version = "0.1.0.0"; - sha256 = "178jpksnxmyc07nc49wdalyh63bxwshddif9fb48p1fzcy2z5aph"; + version = "0.2.0.0"; + sha256 = "107n6w4dn0n4iv7qmfm1d9y04rgj3ab3qc8kyqqddnbnfa44y157"; buildDepends = [ base template-haskell ]; testDepends = [ base Cabal hspec lens text ]; homepage = "http://github.com/intolerable/shared-fields"; @@ -114531,8 +114781,8 @@ self: { }: mkDerivation { pname = "shelly"; - version = "1.6.2.5"; - sha256 = "1dvaf1w1b5y717n24b9c3ri1qnpqppk5syh834h4iqcwfwlkjcvy"; + version = "1.6.3"; + sha256 = "1j9sv0dzhxkqml9v3r9nbwkpnjz1jhn09mlxlrjfakjmf3i9b9vp"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -114857,14 +115107,14 @@ self: { }) {}; "silently" = callPackage - ({ mkDerivation, base, deepseq, directory, nanospec }: + ({ mkDerivation, base, deepseq, directory, nanospec, temporary }: mkDerivation { pname = "silently"; - version = "1.2.4.1"; - sha256 = "035dw3zg680ykyz5rqkkrjn51wkznbc4jb45a8l2gh3vgqzgbf52"; + version = "1.2.5"; + sha256 = "0f9qm3f7y0hpxn6mddhhg51mm1r134qkvd2kr8r6192ka1ijbxnf"; buildDepends = [ base deepseq directory ]; - testDepends = [ base deepseq directory nanospec ]; - homepage = "https://github.com/trystan/silently"; + testDepends = [ base deepseq directory nanospec temporary ]; + homepage = "https://github.com/hspec/silently"; description = "Prevent or capture writing to stdout and other handles"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -116450,7 +116700,7 @@ self: { "snap" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal , clientsession, comonad, configurator, containers, directory - , directory-tree, dlist, errors, filepath, hashable, heist, lens + , directory-tree, dlist, either, filepath, hashable, heist, lens , logict, MonadCatchIO-transformers, mtl, mwc-random, old-time , pwstore-fast, regex-posix, snap-core, snap-server, stm , template-haskell, text, time, transformers, unordered-containers @@ -116458,19 +116708,18 @@ self: { }: mkDerivation { pname = "snap"; - version = "0.14.0.5"; - sha256 = "0wifww6mry2lxj572j9gwjxpjz4z7z9hd9jzhfyfwv2c67b39iyr"; + version = "0.14.0.6"; + sha256 = "05xnil6kfxwrnbvg7sigzh7hl8jsfr8cvbjd41z9ywn6ymxzr7zs"; isLibrary = true; isExecutable = true; buildDepends = [ aeson attoparsec base bytestring cereal clientsession comonad - configurator containers directory directory-tree dlist errors + configurator containers directory directory-tree dlist either filepath hashable heist lens logict MonadCatchIO-transformers mtl mwc-random old-time pwstore-fast regex-posix snap-core snap-server stm template-haskell text time transformers unordered-containers vector vector-algorithms xmlhtml ]; - jailbreak = true; homepage = "http://snapframework.com/"; description = "Top-level package for the Snap Web Framework"; license = stdenv.lib.licenses.bsd3; @@ -116572,7 +116821,9 @@ self: { mkDerivation { pname = "snap-core"; version = "0.9.7.2"; + revision = "1"; sha256 = "0lgnflwcjyiinrm75dy1flr37bvjn3yljx53cvlsb3ccfnxqwsjj"; + editedCabalFile = "d39520edcc970d9d1f683af9631ccbcad39536b9f88040b93efb66cbe7aefc55"; buildDepends = [ attoparsec attoparsec-enumerator base blaze-builder blaze-builder-enumerator bytestring bytestring-mmap @@ -118275,6 +118526,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "spanout" = callPackage + ({ mkDerivation, base, containers, gloss, lens, linear, MonadRandom + , mtl, netwire + }: + mkDerivation { + pname = "spanout"; + version = "0.1"; + sha256 = "0qi1pm46fyrn4vv1b5kcwhd8im59nz5qil6z33r8wq16vv151qb4"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + base containers gloss lens linear MonadRandom mtl netwire + ]; + jailbreak = true; + homepage = "https://github.com/vtan/spanout"; + description = "A breakout clone written in netwire and gloss"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "sparse" = callPackage ({ mkDerivation, base, bytestring, containers, contravariant , deepseq, directory, doctest, filepath, hlint, hybrid-vectors @@ -118376,12 +118646,14 @@ self: { }) {}; "spatial-math" = callPackage - ({ mkDerivation, base, binary, cereal, doctest, ghc-prim, linear }: + ({ mkDerivation, base, binary, cereal, doctest, ghc-prim, lens + , linear + }: mkDerivation { pname = "spatial-math"; - version = "0.2.3.0"; - sha256 = "0170v4wjdpwf5s1bil9jj6magaa3fv05zz8b6zd4s6ca8cgw4lc4"; - buildDepends = [ base binary cereal ghc-prim linear ]; + version = "0.2.4.0"; + sha256 = "0aysc8r9ry7ii76d6522ja4pjwrfl3m212mbrimbdrh20ykirjvv"; + buildDepends = [ base binary cereal ghc-prim lens linear ]; testDepends = [ base doctest ]; description = "3d math including quaternions/euler angles/dcms and utility functions"; license = stdenv.lib.licenses.bsd3; @@ -119606,8 +119878,8 @@ self: { }: mkDerivation { pname = "stackage-curator"; - version = "0.9.0"; - sha256 = "1mp05hv45nfysc43mdcjlhgpwkks4h533m5xf9h86xc1pmc563xf"; + version = "0.10.0"; + sha256 = "0dlsgm9bbib45591m7kj9vai48r4n0zvkwm4vd4c78rj54qhnq9n"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -119728,8 +120000,8 @@ self: { }: mkDerivation { pname = "stackage-types"; - version = "1.0.1.1"; - sha256 = "0zffk8rc611nm5zl53fynz8ly4mzrqx9cjyfwrw07j9mdwi21dsz"; + version = "1.1.0"; + sha256 = "0ynfnkpzvgd54x294w4ga8nyg8lrmcwg3bhlwdlxs2fcffaazi81"; buildDepends = [ aeson base Cabal containers exceptions hashable safe semigroups text time unordered-containers vector @@ -120075,12 +120347,11 @@ self: { }: mkDerivation { pname = "statistics-dirichlet"; - version = "0.6.1"; - sha256 = "1kd9s7m2a8awqiqbsj0z3w585bq236fmj5s5sadsdd698irkkib1"; + version = "0.6.3"; + sha256 = "1sx7hxv5gvzr270h4lb76dihcqcqwgdm6mq2394s407iipb2clbw"; buildDepends = [ base deepseq hmatrix-special nonlinear-optimization vector ]; - jailbreak = true; description = "Functions for working with Dirichlet densities and mixtures on vectors"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -120337,8 +120608,8 @@ self: { }: mkDerivation { pname = "stitch"; - version = "0.3.0.0"; - sha256 = "0h0n6xyi4fi7jcy2j0yzspfla65zmv3c54d88xynv6sw305rd1kz"; + version = "0.3.2.0"; + sha256 = "1h8n7ry8wmzvz4bjfg6vsd7ssy17y54h2pzgjdlfam8yfcly2bb7"; buildDepends = [ base containers text transformers ]; testDepends = [ base Cabal hspec text ]; description = "lightweight CSS DSL"; @@ -120646,8 +120917,8 @@ self: { }: mkDerivation { pname = "stomp-queue"; - version = "0.2.0"; - sha256 = "0xd9sdyjasp8ncb5qyzkx77a3wrybcajxdpvndx0viykma6bfmqr"; + version = "0.2.2"; + sha256 = "1kymwwj7yjdsyykqdqcnvgphbb1ypx7hi5a2wvx1wzv53lrspa9c"; buildDepends = [ attoparsec base bytestring conduit conduit-extra mime mtl network-conduit-tls split stompl time utf8-string @@ -124105,6 +124376,21 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "telegram" = callPackage + ({ mkDerivation, aeson, base, bytestring, data-default + , http-conduit, url, utf8-string + }: + mkDerivation { + pname = "telegram"; + version = "0.1.0.0"; + sha256 = "1ci6606fx5cisb9yrjh0mkd549w2j3h1vzj3zm2zsl9gr7agvh4n"; + buildDepends = [ + aeson base bytestring data-default http-conduit url utf8-string + ]; + description = "Telegram API client"; + license = stdenv.lib.licenses.gpl2; + }) {}; + "tellbot" = callPackage ({ mkDerivation, base, bifunctors, bytestring, containers, errors , http-conduit, mtl, network, regex-posix, split, tagsoup, text @@ -125485,8 +125771,8 @@ self: { ({ mkDerivation, base, text }: mkDerivation { pname = "text-zipper"; - version = "0.1.1"; - sha256 = "0g8w7kyvqmjx4psj0cicv4bxn1ngx0giqyz8fyfhdr6v8wd9r410"; + version = "0.2.1"; + sha256 = "1a4kzn2s0ah1sizbdj6fks8zb4wmsx8cqjml4id9xj94zp4akq2r"; buildDepends = [ base text ]; description = "A text editor zipper library"; license = stdenv.lib.licenses.bsd3; @@ -127647,13 +127933,12 @@ self: { }) {}; "total" = callPackage - ({ mkDerivation, base, ghc-prim, void }: + ({ mkDerivation, base, void }: mkDerivation { pname = "total"; - version = "1.0.3"; - sha256 = "1aqpjpxg4incb03zryp6j66fn9wq1jd7nr5kjvrad8awk7349ggn"; - buildDepends = [ base ghc-prim void ]; - jailbreak = true; + version = "1.0.4"; + sha256 = "0zl02pznpgg719d2639491cy4df2amj7rmwfdy9dz9cksm029pga"; + buildDepends = [ base void ]; description = "Exhaustive pattern matching using lenses, traversals, and prisms"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -128470,8 +128755,8 @@ self: { }: mkDerivation { pname = "tttool"; - version = "1.4.0.2"; - sha256 = "0avn7011868nqibmdz07s27d8g46v9hwps5h04dg57vk9305j70g"; + version = "1.4.0.3"; + sha256 = "0mypgqgqaf2c74vka1pmqzrvz1kwl8pjm1llh4bflizfzrxq3s9d"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -128651,6 +128936,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "turkish-deasciifier" = callPackage + ({ mkDerivation, base, containers, HUnit, vector }: + mkDerivation { + pname = "turkish-deasciifier"; + version = "0.1.0.0"; + sha256 = "0dk63dknwxi7v67jn9b747mkyiz2af4b76a9q1ynn16xva2qsh93"; + isLibrary = true; + isExecutable = true; + buildDepends = [ base containers vector ]; + testDepends = [ base HUnit ]; + homepage = "http://github.com/joom/turkish-deasciifier.hs"; + description = "Haskell port of Deniz Yuret's Turkish deasciifier"; + license = stdenv.lib.licenses.mit; + }) {}; + "turni" = callPackage ({ mkDerivation, base, containers, MonadRandom, random }: mkDerivation { @@ -129017,10 +129317,8 @@ self: { }: mkDerivation { pname = "twitter-conduit"; - version = "0.1.0"; - revision = "2"; - sha256 = "1cymgp3wlswxn5qfdr442cqq2ak48b5w1zcsr67n2g5p1izadwji"; - editedCabalFile = "e70397da5f43d657c6c3bef7419810f61675e78aa0b0da688b1f5939d1e11bf8"; + version = "0.1.1"; + sha256 = "0rair336wjgg5pd0vh3g3nlc64f5sw2sg60jj2sjaxv296jvr3xx"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -129037,7 +129335,6 @@ self: { template-haskell text time transformers transformers-base twitter-types twitter-types-lens ]; - jailbreak = true; homepage = "https://github.com/himura/twitter-conduit"; description = "Twitter API package with conduit interface and Streaming API support"; license = stdenv.lib.licenses.bsd3; @@ -129072,8 +129369,8 @@ self: { }: mkDerivation { pname = "twitter-feed"; - version = "0.1.1.5"; - sha256 = "1205s5a7x8vnv09717x6a2dv7y8rvzcxmmh6hm4cyph6b5p485vz"; + version = "0.2.0.1"; + sha256 = "19j10mbvmmdni136b0sdyr0isdhslxcvgabvdqrd3if6cizpmndn"; buildDepends = [ aeson authenticate-oauth base bytestring http-conduit ]; @@ -133646,8 +133943,8 @@ self: { }: mkDerivation { pname = "wai-app-static"; - version = "3.1.0.1"; - sha256 = "1z542ivy5x4qj9kizkbbvhz5pn54rcxrs6cc52199khxkfc07gdm"; + version = "3.1.1"; + sha256 = "0aiywk7a25fpk9fwm6fmibi4zvg5kynnjs6syfxyzfw4hl1dazjv"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -133759,8 +134056,8 @@ self: { }: mkDerivation { pname = "wai-extra"; - version = "3.0.8.2"; - sha256 = "0j6yvwzw1mpamx0phplgang4gcjv25dhqvngfmzmh5fk76npmxr9"; + version = "3.0.9"; + sha256 = "19rnkqg4x6n2w2313naxbkcp2hyj4bj6d6kx3rwakk8wmdy70r04"; buildDepends = [ ansi-terminal base base64-bytestring blaze-builder bytestring case-insensitive containers cookie data-default-class deepseq @@ -136213,8 +136510,8 @@ self: { }: mkDerivation { pname = "wordpass"; - version = "1.0.0.3"; - sha256 = "1nbgzrc3g3kcc8462sqskdywk0n1m54810r0jsw8ip2xllvkxx9b"; + version = "1.0.0.4"; + sha256 = "0plyggai2mq38bmmgc92gd0n3q4dlsywh44yflradg50aslqw0vv"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -136938,8 +137235,8 @@ self: { }: mkDerivation { pname = "xcffib"; - version = "0.3.2"; - sha256 = "0njsflaxz2l01vbwndsmqmq37i6nl4cfczy776jdpnv7043b1ynv"; + version = "0.3.4"; + sha256 = "03z31c5gnybpfvh3idqimnz90pzbijhrqa8hlikryab148gp1gzn"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -138532,15 +138829,15 @@ self: { }) {}; "yaml" = callPackage - ({ mkDerivation, aeson, aeson-qq, attoparsec, base, bytestring - , conduit, containers, directory, enclosed-exceptions, filepath - , hspec, hspec-expectations, HUnit, resourcet, scientific, text + ({ mkDerivation, aeson, aeson-qq, attoparsec, base, base-compat + , bytestring, conduit, containers, directory, enclosed-exceptions + , filepath, hspec, HUnit, mockery, resourcet, scientific, text , transformers, unordered-containers, vector }: mkDerivation { pname = "yaml"; - version = "0.8.11"; - sha256 = "18ara96wca3gnk436i8rarb5smv80aa3ww4lnlrd5w01rp0p171v"; + version = "0.8.12"; + sha256 = "0nmpc1n80sv2bjqhzq5jdhd0zxzz9vka31y7k54fmdwr2jbg879i"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -138549,9 +138846,8 @@ self: { unordered-containers vector ]; testDepends = [ - aeson aeson-qq base bytestring conduit directory hspec - hspec-expectations HUnit resourcet text transformers - unordered-containers vector + aeson aeson-qq base base-compat bytestring conduit hspec HUnit + mockery resourcet text transformers unordered-containers vector ]; homepage = "http://github.com/snoyberg/yaml/"; description = "Support for parsing and rendering YAML documents"; @@ -139274,8 +139570,8 @@ self: { }: mkDerivation { pname = "yesod-bin"; - version = "1.4.11"; - sha256 = "0n9ssbg7iggrgmxn3hb8niqic2rf453a4fqp0g9xx1rz6p323dv2"; + version = "1.4.12"; + sha256 = "12rvzds8ww2szq7r6pyc9kf287v2i5q8n318wy4x4jr3xhw0szy7"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -139717,6 +140013,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "yesod-media-simple" = callPackage + ({ mkDerivation, base, bytestring, diagrams-cairo, diagrams-core + , diagrams-lib, directory, JuicyPixels, vector, yesod + }: + mkDerivation { + pname = "yesod-media-simple"; + version = "0.1.0.1"; + sha256 = "1ajlrqsq7x83vc67xqb4r3328akwjp0a0vwf7nvqj3bsjqg5af76"; + buildDepends = [ + base bytestring diagrams-cairo diagrams-core diagrams-lib directory + JuicyPixels vector yesod + ]; + homepage = "https://github.com/mgsloan/yesod-media-simple"; + description = "Simple display of media types, served by yesod"; + license = stdenv.lib.licenses.mit; + }) {}; + "yesod-newsfeed" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, bytestring , containers, shakespeare, text, time, xml-conduit, yesod-core @@ -139998,6 +140311,22 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "yesod-routes-flow" = callPackage + ({ mkDerivation, attoparsec, base, classy-prelude, system-fileio + , text, yesod-core + }: + mkDerivation { + pname = "yesod-routes-flow"; + version = "1.0"; + sha256 = "1bb0w1910mnzci4mi6r2zxhjy4wsridi5h2g97nqhd65qncq4km0"; + buildDepends = [ + attoparsec base classy-prelude system-fileio text yesod-core + ]; + homepage = "https://github.com/frontrowed/yesod-routes-flow"; + description = "Generate Flow routes for Yesod"; + license = stdenv.lib.licenses.mit; + }) {}; + "yesod-routes-typescript" = callPackage ({ mkDerivation, attoparsec, base, classy-prelude, system-fileio , text, yesod-core, yesod-routes @@ -140276,21 +140605,23 @@ self: { }) {}; "yesod-transloadit" = callPackage - ({ mkDerivation, aeson, base, byteable, bytestring, cryptohash - , hspec, lens, lens-aeson, old-locale, shakespeare, text, time - , transformers, yesod, yesod-core, yesod-form, yesod-test + ({ mkDerivation, aeson, base, byteable, bytestring, containers + , cryptohash, hspec, lens, lens-aeson, old-locale, shakespeare + , text, time, transformers, unordered-containers, yesod, yesod-core + , yesod-form, yesod-test }: mkDerivation { pname = "yesod-transloadit"; - version = "0.2.1.0"; - sha256 = "1x4sbjzlx5kxwcsywb90milk5s7shgggsqjsq7zrys28w079y00k"; + version = "0.3.0.0"; + sha256 = "0p2npza0clflh1vswyjr4gxx5fxggzv1x61x7c7d79jadq88bi4m"; buildDepends = [ aeson base byteable bytestring cryptohash lens lens-aeson - old-locale shakespeare text time transformers yesod yesod-core - yesod-form + old-locale shakespeare text time transformers unordered-containers + yesod yesod-core yesod-form ]; testDepends = [ - base hspec old-locale text time yesod yesod-form yesod-test + aeson base containers hspec lens old-locale text time yesod + yesod-form yesod-test ]; description = "Transloadit support for Yesod"; license = stdenv.lib.licenses.mit; @@ -140318,16 +140649,17 @@ self: { }) {}; "yesod-websockets" = callPackage - ({ mkDerivation, async, base, conduit, monad-control, transformers - , wai, wai-websockets, websockets, yesod-core + ({ mkDerivation, async, base, conduit, enclosed-exceptions + , monad-control, transformers, wai, wai-websockets, websockets + , yesod-core }: mkDerivation { pname = "yesod-websockets"; - version = "0.2.1.1"; - sha256 = "0ksmyag5h5i78jb7bdvsvq0wkyb82k8i4y5d2m6czvhf3i1zw6da"; + version = "0.2.2"; + sha256 = "1qs7rxf9maa6mgyhqqkbbcg1ab55xkixpyn3216bhbbwq730kfp5"; buildDepends = [ - async base conduit monad-control transformers wai wai-websockets - websockets yesod-core + async base conduit enclosed-exceptions monad-control transformers + wai wai-websockets websockets yesod-core ]; homepage = "https://github.com/yesodweb/yesod"; description = "WebSockets support for Yesod"; @@ -140902,8 +141234,8 @@ self: { }: mkDerivation { pname = "z3"; - version = "4.0.0"; - sha256 = "1axn3kzy6hsrnq5mcgf2n1sv63q3pqkhznvvhlj13k6jc3h2jzhl"; + version = "4.1.0"; + sha256 = "1vpmwizxcab1mlz7vp3hp72ddla7805jn0lq60fmkjgmj95ryvq9"; isLibrary = true; isExecutable = true; buildDepends = [ base containers mtl ];