From dfea5f25a6a3b67fdde561d3921d4791425e1752 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 25 Jun 2015 13:31:25 +0200 Subject: [PATCH] hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-files/commit/77076157d19d39cebf9fabdf6ca00dc9b3b5e6d9 with hackage2nix revision 4a9eb87332b3005c00d9b695b1365e675b614e65 --- .../haskell-modules/hackage-packages.nix | 2030 +++++++++++------ 1 file changed, 1362 insertions(+), 668 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 2bf10c605af3..a8e23065aeff 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1547,6 +1547,7 @@ self: { hscolour lens mtl pandoc pandoc-citeproc pandoc-types parsec process split strict temporary transformers ]; + jailbreak = true; homepage = "http://byorgey.wordpress.com/blogliterately/"; description = "A tool for posting Haskelly articles to blogs"; license = "GPL"; @@ -1567,6 +1568,7 @@ self: { base BlogLiterately containers diagrams-builder diagrams-lib diagrams-rasterific directory filepath JuicyPixels pandoc safe ]; + jailbreak = true; description = "Include images in blog posts with inline diagrams code"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -2300,13 +2302,12 @@ self: { }: mkDerivation { pname = "Chart"; - version = "1.4"; - sha256 = "1pcrbsxv9n9285ihvir62znm2rqfjk913fiv1q5c8ijgjzicfnl2"; + version = "1.5"; + sha256 = "1h40322g9nj8hlya6iw9dgvvgzbq816v36vm2vz0lii586j0nqyx"; buildDepends = [ 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; @@ -2318,34 +2319,33 @@ self: { }: mkDerivation { pname = "Chart-cairo"; - version = "1.4"; - sha256 = "1s407l8mnczkah708ajpp9mvra3yp2ajyczl0gf8bgd9fq23dp4f"; + version = "1.5"; + sha256 = "19p4fg12r91jhhifwlda6rqm2bm0x6bz2fv3dqr2ni1y3cz7v56c"; buildDepends = [ array base cairo Chart colour data-default-class lens mtl old-locale operational time ]; - jailbreak = true; homepage = "https://github.com/timbod7/haskell-chart/wiki"; description = "Cairo backend for Charts"; license = stdenv.lib.licenses.bsd3; }) {}; "Chart-diagrams" = callPackage - ({ mkDerivation, base, blaze-svg, bytestring, Chart, colour + ({ mkDerivation, base, blaze-markup, bytestring, Chart, colour , containers, data-default-class, diagrams-core, diagrams-lib - , diagrams-postscript, diagrams-svg, lens, mtl, old-locale - , operational, SVGFonts, text, time + , diagrams-postscript, diagrams-svg, lens, lucid-svg, mtl + , old-locale, operational, SVGFonts, text, time }: mkDerivation { pname = "Chart-diagrams"; - version = "1.4"; - sha256 = "0qg8kva68394zdd8h0p8zkyjwnl2i6avl2ybr96kqr76iyh3x28k"; + version = "1.5"; + sha256 = "1i6l6gvy4vlw98b2r5wr5c7dzp01jwca6c5y0pgq663fnp1pwjph"; buildDepends = [ - base blaze-svg bytestring Chart colour containers + base blaze-markup bytestring Chart colour containers data-default-class diagrams-core diagrams-lib diagrams-postscript - diagrams-svg lens mtl old-locale operational SVGFonts text time + diagrams-svg lens lucid-svg mtl old-locale operational SVGFonts + text time ]; - jailbreak = true; homepage = "https://github.com/timbod7/haskell-chart/wiki"; description = "Diagrams backend for Charts"; license = stdenv.lib.licenses.bsd3; @@ -2358,8 +2358,8 @@ self: { }: mkDerivation { pname = "Chart-gtk"; - version = "1.4"; - sha256 = "1ig132jv3djwnd7lnizbxkwj3f1ngaj775j10vbb1dbq8x8bi2hy"; + version = "1.5"; + sha256 = "1iwr31ri4f24yxnmg101y30sg3a03nrmp5nr2id2r471c0f4x2gy"; buildDepends = [ array base cairo Chart Chart-cairo colour data-default-class gtk mtl old-locale time @@ -2524,14 +2524,17 @@ self: { }) {}; "ClustalParser" = callPackage - ({ mkDerivation, base, cmdargs, parsec }: + ({ mkDerivation, base, cmdargs, either-unwrap, hspec, parsec + , vector + }: mkDerivation { pname = "ClustalParser"; - version = "1.0.3"; - sha256 = "148ibig9nlv6n4qqwch2hqikbhwhkhi2hw4f0xwkvmj3vd3ag8s2"; + version = "1.1.2"; + sha256 = "03bkhffbzypcrcssa8hhy23rwxjg5b3qf0j1xwssqar34lp465vi"; isLibrary = true; isExecutable = true; - buildDepends = [ base cmdargs parsec ]; + buildDepends = [ base cmdargs either-unwrap parsec vector ]; + testDepends = [ base hspec parsec ]; description = "Libary for parsing Clustal tools output"; license = "GPL"; }) {}; @@ -3089,6 +3092,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "DCFL" = callPackage + ({ mkDerivation, base, HUnit, random }: + mkDerivation { + pname = "DCFL"; + version = "0.1.0.0"; + sha256 = "0nq2nihvgn84ijd9y41a42wl05wwqb70k1r63yfbm6qbmlzw6vns"; + buildDepends = [ base HUnit random ]; + jailbreak = true; + homepage = "https://github.com/Poincare/DCFL"; + description = "Communication Free Learning-based constraint solver"; + license = stdenv.lib.licenses.mit; + }) {}; + "DMuCheck" = callPackage ({ mkDerivation, base, binary, directory, distributed-process , distributed-process-simplelocalnet, hint, MuCheck @@ -3979,16 +3995,16 @@ self: { }) {}; "Earley" = callPackage - ({ mkDerivation, base, containers, ListLike, tasty, tasty-hunit + ({ mkDerivation, base, ListLike, tasty, tasty-hunit , tasty-quickcheck, unordered-containers }: mkDerivation { pname = "Earley"; - version = "0.8.1"; - sha256 = "0bzm6pwim3fv0d1fv6k3078661vlpc0pcrds4ywsqvgc4hd91myk"; + version = "0.8.3"; + sha256 = "0czdpgyxw3n0603hmd8kl8dnz9800df1lnkkf8a95cjd8nx3k8fv"; isLibrary = true; isExecutable = true; - buildDepends = [ base containers ListLike unordered-containers ]; + buildDepends = [ base ListLike unordered-containers ]; testDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Parsing all context-free grammars using Earley's algorithm"; license = stdenv.lib.licenses.bsd3; @@ -4923,6 +4939,24 @@ self: { license = "LGPL"; }) {}; + "Frames" = callPackage + ({ mkDerivation, base, ghc-prim, pipes, primitive, readable + , template-haskell, text, transformers, vector, vinyl + }: + mkDerivation { + pname = "Frames"; + version = "0.1.0.0"; + sha256 = "1c154mv72nc81qghz3fmcymh2zlixpqhafibdmh0vl4srf0jzqcr"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base ghc-prim pipes primitive readable template-haskell text + transformers vector vinyl + ]; + description = "Data frames For working with tabular data files"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "Frank" = callPackage ({ mkDerivation, base, mtl, newtype, she, void }: mkDerivation { @@ -5483,8 +5517,8 @@ self: { ({ mkDerivation, base, directory, extra, old-time, process }: mkDerivation { pname = "GiveYouAHead"; - version = "0.2.2.0"; - sha256 = "0qq2kiv9rbch4ps9hsxic9ip0c8z92i0v7hq6vc49hmizdj136ch"; + version = "0.2.2.3"; + sha256 = "10f9yl62gwnjmb0mbfffdzhwscpwpvq9gj52zsrz8w6z6sbkijbf"; buildDepends = [ base directory extra old-time process ]; homepage = "https://github.com/Qinka/GiveYouAHead/"; description = "to auto-do somethings"; @@ -8631,18 +8665,17 @@ self: { }: mkDerivation { pname = "IPv6Addr"; - version = "0.6.0.1"; - sha256 = "199pgv4y3932i585ak4sa78zvy1w49699lcs18836brvy10b2ch0"; + version = "0.6.0.2"; + sha256 = "0qzrida38n92ngrrnmjpdg3vinjjscijz8fsfr7lyffaw55k6pld"; buildDepends = [ attoparsec base iproute network network-info random text ]; testDepends = [ base HUnit test-framework test-framework-hunit text ]; - jailbreak = true; homepage = "https://github.com/MichelBoucey/IPv6Addr"; description = "Library to deal with IPv6 address text representations"; - license = stdenv.lib.licenses.gpl3; + license = stdenv.lib.licenses.bsd3; }) {}; "IcoGrid" = callPackage @@ -13380,10 +13413,8 @@ self: { }: mkDerivation { pname = "SciFlow"; - version = "0.1.0"; - revision = "2"; - sha256 = "0r87hzdpzbmwmh9dg0pnfrbnr1g3x67mgh9f2l96n8mjq7r0sipd"; - editedCabalFile = "52e1139eb94d0223f664010e71f334a9c04a3e94c4bfbbd7c66069dc931242da"; + version = "0.2.0"; + sha256 = "1cvh5c5mj5jy02ky2hjkf7bkjy9wx2187dmf9d71wby9ymklg8ng"; buildDepends = [ base bytestring data-default-class mtl shelly template-haskell text unordered-containers yaml @@ -13922,23 +13953,25 @@ self: { "Spock" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring , case-insensitive, containers, directory, hashable, hspec - , hspec-wai, http-types, monad-control, mtl, old-locale - , path-pieces, random, reroute, resource-pool, resourcet, stm, text - , time, transformers, transformers-base, unordered-containers - , vault, wai, wai-extra, warp + , hspec-wai, http-types, 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.7.9.0"; - sha256 = "1dlpirivgiqihj9fxvm8yry7d3yiprjn85fbl1w6dqvq4fdsjv9x"; + version = "0.7.10.0"; + sha256 = "0agis3cy6ijynbzgwyc2wd08db16yz0qhcjj41l6d7a6804ns8nj"; buildDepends = [ aeson base base64-bytestring bytestring case-insensitive containers - directory hashable http-types monad-control mtl old-locale - path-pieces random reroute resource-pool resourcet stm text time - transformers transformers-base unordered-containers vault wai - wai-extra warp + directory hashable http-types 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 + ]; + testDepends = [ + base hspec hspec-wai http-types reroute stm text wai ]; - testDepends = [ base hspec hspec-wai http-types reroute text wai ]; homepage = "http://www.spock.li"; description = "Another Haskell web framework for rapid development"; license = stdenv.lib.licenses.bsd3; @@ -15140,14 +15173,13 @@ self: { }) {}; "ViennaRNAParser" = callPackage - ({ mkDerivation, base, parsec }: + ({ mkDerivation, base, hspec, parsec, process }: mkDerivation { pname = "ViennaRNAParser"; - version = "1.0.1"; - revision = "2"; - sha256 = "0j4vcbbw0f1khrqna33b1dfs4fadfk53arsj8ndjzcwp0za58ji0"; - editedCabalFile = "312de9a09fbd46cd8785a4761d369ddd022b2589096b857cafa0b4ee610426e0"; - buildDepends = [ base parsec ]; + version = "1.2.2"; + sha256 = "19ck0rgf4zxvk11zhfd0sbvjqln11cg4bzfp5z8zbqdnywhiqinw"; + buildDepends = [ base parsec process ]; + testDepends = [ base hspec parsec ]; description = "Libary for parsing ViennaRNA package output"; license = "GPL"; }) {}; @@ -15978,6 +16010,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "Yampa-core" = callPackage + ({ mkDerivation, base, deepseq, random, vector-space }: + mkDerivation { + pname = "Yampa-core"; + version = "0.2.0"; + sha256 = "06mgmnj8zsnfzg3li3nw4a5lmiz0jkc4hxzilwhh1r84qiki72xp"; + isLibrary = true; + isExecutable = true; + buildDepends = [ base deepseq random vector-space ]; + testDepends = [ base ]; + homepage = "https://github.com/ony/Yampa-core"; + description = "Library for programming hybrid systems"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "YampaSynth" = callPackage ({ mkDerivation, array, base, bytestring, containers, HCodecs , Yampa @@ -16202,8 +16249,8 @@ self: { ({ mkDerivation, base, parsec, prettify, process, semigroups }: mkDerivation { pname = "abcnotation"; - version = "1.8.1"; - sha256 = "18qb8qdlfi3r8vv8aagsz65iv2clyj9lzn0q29m4gpvzgncsn22n"; + version = "1.9.0"; + sha256 = "0vmpgdqasnhj0fbb5wl7ikxmp6kzrlnbixp2yj4x93mh8vrrsk40"; buildDepends = [ base parsec prettify process semigroups ]; description = "Haskell representation and parser for ABC notation"; license = stdenv.lib.licenses.bsd3; @@ -16734,6 +16781,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "acme-flipping-tables" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "acme-flipping-tables"; + version = "0"; + sha256 = "1xl5gwc67acg47fdkgrn7sjvvvnc4sjf5vifph0jb3c7gv93n757"; + buildDepends = [ base ]; + homepage = "http://github.com/jystic/acme-flipping-tables"; + description = "Stop execution with rage"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "acme-hq9plus" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -17943,8 +18002,8 @@ self: { ({ mkDerivation, array, base, containers, mtl, random, vector }: mkDerivation { pname = "aivika"; - version = "4.1"; - sha256 = "1w7xj3yjhdgldd1x1cfz7allsxycq0kcdpx46idl665dss2mvj5r"; + version = "4.1.1"; + sha256 = "1sxrd9qip3vwq0sxbbm1f5fa5g41xj0raszzv2agag80qyph3ayj"; buildDepends = [ array base containers mtl random vector ]; homepage = "http://github.com/dsorokin/aivika"; description = "A multi-paradigm simulation library"; @@ -18062,8 +18121,8 @@ self: { ({ mkDerivation, base, c2hs, mtl, openal }: mkDerivation { pname = "al"; - version = "0.1.3.2"; - sha256 = "0hjxcgblzcx4nfckyr7p0lfxr5csx5d96gcrbrmh0fbdddz1nqpc"; + version = "0.1.4"; + sha256 = "1jr707fhsl1jvjidaznxj7xsi6br2v7gzckfhvcrmicd4i98yg1q"; buildDepends = [ base mtl ]; buildTools = [ c2hs ]; pkgconfigDepends = [ openal ]; @@ -19429,6 +19488,29 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "android-lint-summary" = callPackage + ({ mkDerivation, base, basic-prelude, data-default, directory + , filemanip, hspec, hxt, lens, mtl, optparse-applicative + , QuickCheck, rainbow, stringable, terminal-size, text + }: + mkDerivation { + pname = "android-lint-summary"; + version = "0.2.1"; + sha256 = "1sk2mfxfbj6bbsff89jch1x7rhag2yv5331qhal50qf1q7fvzgx1"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base basic-prelude data-default directory filemanip hxt lens mtl + optparse-applicative rainbow stringable terminal-size text + ]; + testDepends = [ + base basic-prelude directory hspec hxt QuickCheck stringable + ]; + homepage = "https://github.com/passy/android-lint-summary"; + description = "A pretty printer for Android Lint errors"; + license = stdenv.lib.licenses.asl20; + }) {}; + "angel" = callPackage ({ mkDerivation, base, configurator, containers, hspec, mtl , old-locale, optparse-applicative, process, stm, text, time @@ -19437,7 +19519,9 @@ self: { mkDerivation { pname = "angel"; version = "0.6.1"; + revision = "1"; sha256 = "1wkllv4ziggj3smhghdk5qsgccds9d69rhx1gi079ph7z533w2dc"; + editedCabalFile = "05dc467ec31281499d5902a77b957243d03ff87e0e4b51aaaa78306049560f28"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -20062,6 +20146,7 @@ self: { apiary base bytestring data-default-class filepath Glob parsec purescript text transformers types-compat unordered-containers ]; + jailbreak = true; homepage = "https://github.com/philopon/apiary"; description = "purescript compiler for apiary web framework"; license = stdenv.lib.licenses.mit; @@ -20153,9 +20238,9 @@ self: { mkDerivation { pname = "app-lens"; version = "0.1.0.0"; - revision = "1"; + revision = "2"; sha256 = "0gizjnc7x1ggryfrm4d87xiyjz9yw6c5y3zp23x40bgmw49zl318"; - editedCabalFile = "a143bd5aec7a06285e0ef56e76f31e0d8b69f277da57ce4d88a7688355ca86a6"; + editedCabalFile = "29d9e8cabf54f27b1ccf007530fe698c0895c0bb6a2a6da50b71fafd4c27bd6d"; buildDepends = [ base containers lens mtl ]; jailbreak = true; homepage = "https://bitbucket.org/kztk/app-lens"; @@ -20668,18 +20753,18 @@ self: { }) {}; "arithmoi" = callPackage - ({ mkDerivation, array, base, containers, ghc-prim, integer-gmp - , mtl, random + ({ mkDerivation, array, base, containers, ghc-prim, hspec + , integer-gmp, mtl, random }: mkDerivation { pname = "arithmoi"; - version = "0.4.1.2"; - sha256 = "0i0cndldf426cc8dv6swqfnljv9lgba9vp1ac4xk0vdbmbwqan9m"; + version = "0.4.1.3"; + sha256 = "1j8k0hqg5ddglw9lpbp3qg81s1g01sil1grizlrqfgwx0wj3jqif"; buildDepends = [ array base containers ghc-prim integer-gmp mtl random ]; + testDepends = [ base hspec ]; configureFlags = [ "-f-llvm" ]; - jailbreak = true; homepage = "https://github.com/cartazio/arithmoi"; description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms."; license = stdenv.lib.licenses.mit; @@ -22055,18 +22140,19 @@ self: { }) {}; "autonix-deps" = callPackage - ({ mkDerivation, base, bytestring, conduit, containers, errors - , filepath, lens, libarchive-conduit, mtl, optparse-applicative - , process, regex-tdfa, resourcet, transformers, xml + ({ mkDerivation, aeson, aeson-pretty, base, bytestring, conduit + , containers, errors, filepath, lens, libarchive-conduit, mtl + , optparse-applicative, process, regex-tdfa, resourcet, semigroups + , text, transformers, xml }: mkDerivation { pname = "autonix-deps"; - version = "0.2.0.0"; - sha256 = "067q10wdzzv2xv2yak15bxysc935ghgrsm5nq90pfmzmwcv3323a"; + version = "0.3.0.0"; + sha256 = "0mp2v6wdm4nlagg3z9xmxd9dfkchazgvbgdphm1nfqzkg8w7ralv"; buildDepends = [ - base bytestring conduit containers errors filepath lens - libarchive-conduit mtl optparse-applicative process regex-tdfa - resourcet transformers xml + aeson aeson-pretty base bytestring conduit containers errors + filepath lens libarchive-conduit mtl optparse-applicative process + regex-tdfa resourcet semigroups text transformers xml ]; description = "Library for Nix expression dependency generation"; license = stdenv.lib.licenses.bsd3; @@ -22074,17 +22160,17 @@ self: { "autonix-deps-kf5" = callPackage ({ mkDerivation, autonix-deps, base, bytestring, conduit - , containers, filepath, lens, mtl, transformers + , containers, filepath, lens, mtl, text, transformers }: mkDerivation { pname = "autonix-deps-kf5"; - version = "0.2.0.1"; - sha256 = "11azj8cl5g8fz0bzdh1z1alv9ljdzhgvkb8qr5y0dfsjbbyhz5v0"; + version = "0.3.0.0"; + sha256 = "0njmgx2x6018ca1r2xvbi3pq0rigqm4fjkk33q5kzacvmv5ni461"; isLibrary = true; isExecutable = true; buildDepends = [ autonix-deps base bytestring conduit containers filepath lens mtl - transformers + text transformers ]; description = "Generate dependencies for KDE 5 Nix expressions"; license = stdenv.lib.licenses.bsd3; @@ -22121,10 +22207,11 @@ self: { ({ mkDerivation, base, semigroups, vector-space }: mkDerivation { pname = "average"; - version = "0.6"; - sha256 = "0ag2jxhxap8wzdlb23zvly5y09k6kh134rwdxq6dqxlqwfwhsyc9"; + version = "0.6.1"; + revision = "1"; + sha256 = "13qkgkwdcb09s69wzhd3b6dl1nm66lv2hqb51gmr4s64ylgf0a9h"; + editedCabalFile = "90c8c1d4ece76a1f1b43f1a6bef7ba15340a2bec8e2efbb465884d6b50b5d174"; buildDepends = [ base semigroups vector-space ]; - jailbreak = true; description = "An average (arithmetic mean) monoid"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -22152,6 +22239,7 @@ self: { rethinkdb-client-driver scrypt stm text time unordered-containers vector ]; + jailbreak = true; description = "empty"; license = stdenv.lib.licenses.gpl3; hydraPlatforms = stdenv.lib.platforms.none; @@ -22308,8 +22396,8 @@ self: { }: mkDerivation { pname = "aws-dynamodb-conduit"; - version = "0.1.0.5"; - sha256 = "1s1dxk0489vnb0v6kr0b74265cc0ih84pm80ajg8111blabx8kgf"; + version = "0.1.0.6"; + sha256 = "15svx7c8nld8bgwqwy5mwkbniz4c1ifw2rw427gwk7y2py1hq38p"; buildDepends = [ aeson attoparsec-trans aws base bytestring conduit containers http-conduit http-types json-togo resourcet text transformers @@ -23298,8 +23386,8 @@ self: { ({ mkDerivation, base, ghc-prim, hspec }: mkDerivation { pname = "base-orphans"; - version = "0.3.3"; - sha256 = "1z1xjlk056lfs4na430zw8ckc3b0k5hfn1i0i46i8ny40w8r85pk"; + version = "0.4.0"; + sha256 = "06knj296mkhbmfr0b12pfvhzr0bk8p1avabh1llwmx67nnn41r5i"; buildDepends = [ base ghc-prim ]; testDepends = [ base hspec ]; homepage = "https://github.com/haskell-compat/base-orphans#readme"; @@ -26417,8 +26505,8 @@ self: { }: mkDerivation { pname = "blaze-textual"; - version = "0.2.0.9"; - sha256 = "1gwy1pjnc2ikxfxn9c751rnydry1hmlfk13k29xnns9vwglf81f0"; + version = "0.2.1.0"; + sha256 = "0bbcykkrlgdb6jaz72njriq9if6bzsx52jn26k093f5sn1d7jhhh"; buildDepends = [ base blaze-builder bytestring ghc-prim integer-gmp old-locale text time vector @@ -26604,6 +26692,45 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "blubber" = callPackage + ({ mkDerivation, base, blubber-server, bytestring, cereal + , containers, gloss, network, unix + }: + mkDerivation { + pname = "blubber"; + version = "0.0.1"; + sha256 = "0bc30pw6gvw7i6gh58hhkgx2j432zlh2wh4d41abnkjqygifsxsd"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + base blubber-server bytestring cereal containers gloss network unix + ]; + homepage = "https://secure.plaimi.net/games/blubber.html"; + description = "The blubber client; connects to the blubber server"; + license = stdenv.lib.licenses.gpl3; + }) {}; + + "blubber-server" = callPackage + ({ mkDerivation, base, Cabal, cereal, containers + , data-default-class, network, pandoc, process, random, scotty + , text, transformers, unix + }: + mkDerivation { + pname = "blubber-server"; + version = "0.0.1"; + sha256 = "12f594sl2c2hrxr95bpv911x0bdfpmaflp29mhw2yln2vh64nhj5"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base Cabal cereal containers data-default-class network pandoc + process random scotty text transformers unix + ]; + jailbreak = true; + homepage = "https://secure.plaimi.net/games/blubber.html"; + description = "The blubber server, serves blubber clients"; + license = stdenv.lib.licenses.agpl3; + }) {}; + "bluetile" = callPackage ({ mkDerivation, base, ConfigFile, containers, directory, filepath , glade, gtk, mtl, process, random, regex-compat, unix, utf8-string @@ -27564,8 +27691,8 @@ self: { }: mkDerivation { pname = "bustle"; - version = "0.5.0"; - sha256 = "0wj3abvkpalr40zyqwxi2bwgrfzmnjjg7y577qj2fzv8l5bl2mn0"; + version = "0.5.1"; + sha256 = "1mj8zxwjbp35pdslnssb9hz6mr3wapslfr3g265s5gk9kn8iqq06"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -29658,8 +29785,8 @@ self: { }: mkDerivation { pname = "casadi-bindings"; - version = "2.3.0.0"; - sha256 = "0znzn73c6cc7jyj460djlhzydkw9jqxhjm62kiz5pv2j7bvpv7aw"; + version = "2.3.0.1"; + sha256 = "1a1644lwzarfcjgnhzyi7lp0xhxmzm80h6nini6bcgkm4g4c9h4q"; buildDepends = [ base binary casadi-bindings-core casadi-bindings-internal cereal containers linear vector vector-binary-instances @@ -29693,8 +29820,8 @@ self: { ({ mkDerivation, base, casadi, casadi-bindings-internal, vector }: mkDerivation { pname = "casadi-bindings-core"; - version = "2.3.0.0"; - sha256 = "1n892agqknwjs2paszafp6b1xgiz8zfmlxqb2wm0d99487175lcv"; + version = "2.3.0.1"; + sha256 = "0agzm3bqb3fii626m40684g7hahj2mhv60xx0smhw78z978cqw57"; buildDepends = [ base casadi-bindings-internal vector ]; pkgconfigDepends = [ casadi ]; description = "autogenerated low level bindings to casadi"; @@ -30136,8 +30263,8 @@ self: { }: mkDerivation { pname = "cblrepo"; - version = "0.17.0"; - sha256 = "1q9x31aahm8sr8lnrcdavy2lzi46qh12q3k10hprq7lr3w41ls7d"; + version = "0.17.1"; + sha256 = "0yp2z0dpw19r6av71ghlp1pzal7276wlywsmjz5xmkggy04v1xnj"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -30577,21 +30704,20 @@ self: { "cgrep" = callPackage ({ mkDerivation, ansi-terminal, array, base, bytestring, cmdargs , containers, directory, dlist, either, filepath, ghc-prim, mtl - , regex-posix, safe, split, stm, stringsearch, unix + , regex-posix, safe, split, stm, stringsearch, unix-compat , unordered-containers }: mkDerivation { pname = "cgrep"; - version = "6.4.12"; - sha256 = "1iaq554dx21zdphmry9iarakfispv16sa7fp7pf3n764q4jznq47"; + version = "6.4.15"; + sha256 = "1i01a4d835yqry9xz10ch4b0522avd1cwp18gf2capmcx49rllvq"; isLibrary = false; isExecutable = true; buildDepends = [ ansi-terminal array base bytestring cmdargs containers directory dlist either filepath ghc-prim mtl regex-posix safe split stm - stringsearch unix unordered-containers + stringsearch unix-compat unordered-containers ]; - jailbreak = true; homepage = "http://awgn.github.io/cgrep/"; description = "Command line tool"; license = stdenv.lib.licenses.gpl2; @@ -30764,6 +30890,7 @@ self: { version = "1.0.0"; sha256 = "130jbbbb1spkbqapxys0bqr0spq6c03x1m259alg5wxnl8xnn4w5"; buildDepends = [ base Chart ]; + jailbreak = true; description = "Easily render histograms with Chart"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -31645,8 +31772,8 @@ self: { }: mkDerivation { pname = "clash-ghc"; - version = "0.5.7"; - sha256 = "0bia1yqww40prj2n6x4chvfkx05la73056mlpsgilakxwqsab2m7"; + version = "0.5.9"; + sha256 = "0rrxql03bdkpna0i8giz1yyq7cr829gchnijlci243aldh8jwwkb"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -31672,8 +31799,8 @@ self: { }: mkDerivation { pname = "clash-lib"; - version = "0.5.6"; - sha256 = "1dgcnxzk7l7hywv1p268xrm2dfbgfgcvjs5w14vmsfxv1rfzkad0"; + version = "0.5.8"; + sha256 = "1cb48q96sx2zr35brc6cywv76wj3vsk24yy5j64k16j1743gh45k"; buildDepends = [ aeson attoparsec base bytestring clash-prelude concurrent-supply containers deepseq directory errors fgl filepath hashable lens mtl @@ -31686,17 +31813,17 @@ self: { }) {}; "clash-prelude" = callPackage - ({ mkDerivation, base, data-default, doctest, ghc-prim + ({ mkDerivation, array, base, data-default, doctest, ghc-prim , ghc-typelits-natnormalise, Glob, integer-gmp, lens, QuickCheck , singletons, template-haskell, th-lift }: mkDerivation { pname = "clash-prelude"; - version = "0.8.1"; - sha256 = "1xxjahk78a73jbavd4fwgljdsb23s44z0jdv29n6mdi86bzsn24h"; + version = "0.9.1"; + sha256 = "00d4ap4jfw1298g59sfywkjza33s5p5p4n2nc69anwc31lxqnss8"; buildDepends = [ - base data-default ghc-prim ghc-typelits-natnormalise integer-gmp - lens QuickCheck singletons template-haskell th-lift + array base data-default ghc-prim ghc-typelits-natnormalise + integer-gmp lens QuickCheck singletons template-haskell th-lift ]; testDepends = [ base doctest Glob ]; homepage = "http://www.clash-lang.org/"; @@ -31724,8 +31851,8 @@ self: { }: mkDerivation { pname = "clash-systemverilog"; - version = "0.5.5"; - sha256 = "1dks6saxp24xm478bgx2bkzx4qq6yv79f92z8kw6a2y29c3bjfrg"; + version = "0.5.7"; + sha256 = "0s8yqs4h5abamfrawfw95q9p0h8ni98pwyqr76nkvkrybxwykam5"; buildDepends = [ base clash-lib clash-prelude fgl lens mtl text unordered-containers wl-pprint-text @@ -31742,8 +31869,8 @@ self: { }: mkDerivation { pname = "clash-verilog"; - version = "0.5.5"; - sha256 = "0wjnjdl9slcrxnd0vz7m6y5jhs6gcaij7f9jjrgfcljq4wmk05rf"; + version = "0.5.7"; + sha256 = "04wa7y108hk2bn453dwrr1x71bvxx48hivdpqxsx0gyhya14143j"; buildDepends = [ base clash-lib clash-prelude fgl lens mtl text unordered-containers wl-pprint-text @@ -31759,8 +31886,8 @@ self: { }: mkDerivation { pname = "clash-vhdl"; - version = "0.5.6"; - sha256 = "02pjy1l3irn67jaqy6sp2a8cjy2sw100kssyd0nxsz9k0imjzizy"; + version = "0.5.7.1"; + sha256 = "1p1lmy07hfzj4wb7f68y03zvih2i8skb2sca9pqj64d6yszqmll8"; buildDepends = [ base clash-lib clash-prelude fgl lens mtl text unordered-containers wl-pprint-text @@ -31808,8 +31935,8 @@ self: { }: mkDerivation { pname = "classy-prelude"; - version = "0.12.0.1"; - sha256 = "0ny5cxkzbjhhsmypsp4sjm7nm0jv2l2kysgcphm6j1l3dr0ck6il"; + version = "0.12.1.1"; + sha256 = "04rxmh4jzj4j5dx9i8ndh9ibn01cjdi485n1xvjngx0gs7zqa2k7"; buildDepends = [ base basic-prelude bifunctors bytestring chunked-data containers dlist enclosed-exceptions exceptions ghc-prim hashable lifted-base @@ -31832,8 +31959,8 @@ self: { }: mkDerivation { pname = "classy-prelude-conduit"; - version = "0.12.0"; - sha256 = "0sby5lbk16f7q3dd3qisv67m1bsgx9v99iwb95crbql3ghi99za1"; + version = "0.12.0.1"; + sha256 = "1xv20i31f1za88kkdd00vin9shn9zxhqmwd0ln62cag4xfrmh9xi"; buildDepends = [ base bytestring classy-prelude conduit conduit-combinators monad-control resourcet transformers void @@ -31853,8 +31980,8 @@ self: { }: mkDerivation { pname = "classy-prelude-yesod"; - version = "0.12.0"; - sha256 = "00w932g8pcv76qd16fjr93vaipnr02p3m5j8zhyqy1w9frc6pnqx"; + version = "0.12.0.1"; + sha256 = "00pzlsbsdajzdlna1flrdd1lb98g0vx2b9757m8kfa37h6l443r2"; buildDepends = [ aeson base classy-prelude classy-prelude-conduit data-default http-conduit http-types persistent yesod yesod-newsfeed @@ -32337,12 +32464,13 @@ self: { }) {}; "clock" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, tasty, tasty-quickcheck }: mkDerivation { pname = "clock"; - version = "0.4.6.0"; - sha256 = "0xrkw13dixj5pv79l10bl0z51kmplbkg30rhbykzx2imvv9rxixr"; + version = "0.5.1"; + sha256 = "1ncph7vi2q6ywwc8ysxl1ibw6i5dwfvln88ssfazk8jgpj4iyykw"; buildDepends = [ base ]; + testDepends = [ base tasty tasty-quickcheck ]; homepage = "https://github.com/corsis/clock"; description = "High-resolution clock functions: monotonic, realtime, cputime"; license = stdenv.lib.licenses.bsd3; @@ -32535,8 +32663,8 @@ self: { }: mkDerivation { pname = "clustering"; - version = "0.2.0"; - sha256 = "0w4glyq1f5ksdjbicq8b0vy0dvnxz6h44dp5iza6gignmxi703as"; + version = "0.2.1"; + sha256 = "1jxrgb13zm8bqcsx39fp31lrpna3y0pn7ckcf9q6gljz327c4y2h"; buildDepends = [ base binary containers matrices mwc-random parallel primitive vector @@ -33015,23 +33143,24 @@ self: { "coinbase-exchange" = callPackage ({ mkDerivation, aeson, aeson-casing, base, base64-bytestring , byteable, bytestring, conduit, conduit-extra, cryptohash, deepseq - , hashable, http-client, http-client-tls, http-conduit, http-types - , mtl, network, old-locale, resourcet, scientific, tasty - , tasty-hunit, tasty-quickcheck, tasty-th, text, time, transformers - , transformers-base, uuid, uuid-aeson, vector, websockets, wuss + , exceptions, hashable, http-client, http-client-tls, http-conduit + , http-types, mtl, network, old-locale, resourcet, scientific + , tasty, tasty-hunit, tasty-quickcheck, tasty-th, text, time + , transformers, transformers-base, uuid, uuid-aeson, vector + , websockets, wuss }: mkDerivation { pname = "coinbase-exchange"; - version = "0.2.0.0"; - sha256 = "1x9cgdj38z1zhrx464rj3qhh8rxqs98mfpqfsnn5yill037p1ig8"; + version = "0.2.0.2"; + sha256 = "0mh95pfzdvfqy1frwsqi9fi1wgs1nk1xkzijh1pyjm2paqxzynn2"; isLibrary = true; isExecutable = true; buildDepends = [ aeson aeson-casing base base64-bytestring byteable bytestring - conduit conduit-extra cryptohash deepseq hashable http-client - http-client-tls http-conduit http-types mtl network old-locale - resourcet scientific text time transformers transformers-base uuid - uuid-aeson vector websockets wuss + conduit conduit-extra cryptohash deepseq exceptions hashable + http-client http-client-tls http-conduit http-types mtl network + old-locale resourcet scientific text time transformers + transformers-base uuid uuid-aeson vector websockets wuss ]; testDepends = [ base bytestring http-client-tls http-conduit old-locale tasty @@ -33779,8 +33908,8 @@ self: { ({ mkDerivation, base, contravariant }: mkDerivation { pname = "composition-extra"; - version = "1.0.0.1"; - sha256 = "0i7jzn3grc23nhnp1i4ppbh30nq8pvfn35vz2vdfsivmaa5fnp5v"; + version = "1.1.0"; + sha256 = "1mkm0m08g9q6d8vfz33kj5lz0gnwlkmsnj4r5ar4p3slf2kaybz1"; buildDepends = [ base contravariant ]; description = "Combinators for unorthodox structure composition"; license = stdenv.lib.licenses.bsd3; @@ -35875,10 +36004,9 @@ self: { ({ mkDerivation, base, containers }: mkDerivation { pname = "counter"; - version = "0.1.0.0"; - sha256 = "1wqbk40izzb6wfwk1qprnqgm5f9mhs2xm7pl1ks8ajv4hdpkrnik"; + version = "0.1.0.1"; + sha256 = "0pfg34ph6b7qb3wscvvnqdkqqzkjdjc8wynv35ikgf295bsf3kaz"; buildDepends = [ base containers ]; - jailbreak = true; homepage = "https://github.com/wei2912/counter"; description = "An object frequency counter"; license = stdenv.lib.licenses.mit; @@ -36118,8 +36246,8 @@ self: { }: mkDerivation { pname = "cql-io"; - version = "0.14.2"; - sha256 = "093x4fdvc4rcklcaar49p2c9yghyr6lmmddakfbadzz18aksnq8m"; + version = "0.14.3"; + sha256 = "1yg1w4lbfjdj3hfsg8zvr4ajq5v0byvysmwl50355jppmxvgacrn"; buildDepends = [ async auto-update base bytestring containers cql cryptohash data-default-class exceptions hashable iproute lens monad-control @@ -36128,7 +36256,7 @@ self: { ]; homepage = "https://github.com/twittner/cql-io/"; description = "Cassandra CQL client"; - license = "unknown"; + license = stdenv.lib.licenses.mpl20; }) {}; "cqrs" = callPackage @@ -38491,6 +38619,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "data-cell" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "data-cell"; + version = "1.0.0.1"; + sha256 = "0x8laijzcglgg5rxk4516f8qiy6825djkxjwyyk35w44ikwv1gxj"; + buildDepends = [ base ]; + homepage = "https://github.com/zadarnowski/data-cell"; + description = "Generic cellular data representation library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "data-checked" = callPackage ({ mkDerivation, base, deepseq }: mkDerivation { @@ -40955,7 +41095,9 @@ self: { mkDerivation { pname = "descriptive"; version = "0.0.2"; + revision = "3"; sha256 = "0jh0l4assmqsmq9ajsbdl7vn8k6srl0z27kpxwzg1v0nmkkcl48p"; + editedCabalFile = "0aeae1dd5ab8c21ade57c1e036600b8162cd790823618a9c5894417ba68e2ea2"; buildDepends = [ aeson base bifunctors containers mtl text transformers ]; @@ -40970,8 +41112,8 @@ self: { }: mkDerivation { pname = "descriptive"; - version = "0.9.3"; - sha256 = "1kb6fca7fsg82ij6zlc85p9mfaxr3l5z45sjjcx6zvli1lknmqz0"; + version = "0.9.4"; + sha256 = "0bxskc4q6jzpvifnhh6zl77xic0fbni8abf9lipfr1xzarbwcpkr"; buildDepends = [ aeson base bifunctors containers mtl scientific text transformers vector @@ -40995,6 +41137,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "deterministic-game-engine" = callPackage + ({ mkDerivation, base, hspec }: + mkDerivation { + pname = "deterministic-game-engine"; + version = "0.1.0.0"; + sha256 = "0kapl7s59ma8dmip3rd9cvcd4d8gvq0b7r9sflqs8nchs09njhr2"; + buildDepends = [ base ]; + testDepends = [ base hspec ]; + homepage = "https://github.com/TGOlson/deterministic-game-engine"; + description = "Simple deterministic game engine"; + license = stdenv.lib.licenses.mit; + }) {}; + "detrospector" = callPackage ({ mkDerivation, base, binary, bytestring, cmdargs, containers , hashable, mwc-random, text, unordered-containers, zlib @@ -41181,6 +41336,7 @@ 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; @@ -41874,10 +42030,9 @@ self: { ({ mkDerivation, base, digestive-functors, lucid, text }: mkDerivation { pname = "digestive-functors-lucid"; - version = "0.0.0.2"; - sha256 = "0ijpfcvsfgb67faqh4nbjvfab8kwc70xcp27a4rdzy9rvkvvhh82"; + version = "0.0.0.3"; + sha256 = "1f9vlyh20b4qr7q324mxpkn7wbfp3h80il79rwqd5s5n1xx8ryhm"; buildDepends = [ base digestive-functors lucid text ]; - jailbreak = true; homepage = "http://github.com/jaspervdj/digestive-functors"; description = "Lucid frontend for the digestive-functors library"; license = stdenv.lib.licenses.bsd3; @@ -41938,8 +42093,8 @@ self: { }: mkDerivation { pname = "digitalocean-kzs"; - version = "0.1.0.0"; - sha256 = "0y6n5s285aywjiwq6haxw0siy45crmkv3jj43gfx5svhgs72wfma"; + version = "0.1.0.3"; + sha256 = "0w1gbh84sbaab4gn9avjqmwd29rzv0b2dyxqqg22vq1da8g3bzng"; buildDepends = [ aeson base bytestring HTTP http-conduit http-types text transformers @@ -43183,6 +43338,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "dockerfile" = callPackage + ({ mkDerivation, base, hspec }: + mkDerivation { + pname = "dockerfile"; + version = "0.1.0.1"; + sha256 = "0980w0fh5xb7azknnmph6rmnzswsjw360ga5ymds2valq2vc0ji9"; + buildDepends = [ base ]; + testDepends = [ base hspec ]; + description = "A simple DSL for describing and generating Dockerfile containers in Haskell"; + license = stdenv.lib.licenses.mit; + }) {}; + "docopt" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers , parsec, split, template-haskell, th-lift @@ -45003,19 +45170,19 @@ self: { "egison" = callPackage ({ mkDerivation, array, base, containers, directory, filepath, ghc - , ghc-paths, Glob, haskeline, HUnit, mtl, parsec, random - , regex-posix, strict-io, test-framework, test-framework-hunit - , text, transformers, unordered-containers + , ghc-paths, Glob, haskeline, HUnit, mtl, parsec, process, random + , regex-tdfa, test-framework, test-framework-hunit, text + , transformers, unordered-containers }: mkDerivation { pname = "egison"; - version = "3.5.6"; - sha256 = "12czzd8ncpyq13d26syb9z9qz9112irwzymja80kgahy2j55vwly"; + version = "3.5.9"; + sha256 = "16d3c4r72f6hv8v7zbcqwjjc1c53895kxjn1m61d2fhz8gmb8yq0"; isLibrary = true; isExecutable = true; buildDepends = [ array base containers directory filepath ghc ghc-paths haskeline - mtl parsec random regex-posix strict-io text transformers + mtl parsec process random regex-tdfa text transformers unordered-containers ]; testDepends = [ @@ -45023,7 +45190,7 @@ self: { transformers ]; homepage = "http://www.egison.org"; - description = "Programming language with non-linear pattern-matching against unfree data"; + description = "Programming language with non-linear pattern-matching against non-free data"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -45044,17 +45211,17 @@ self: { "egison-tutorial" = callPackage ({ mkDerivation, array, base, bytestring, containers, directory , egison, filepath, ghc, ghc-paths, haskeline, mtl, parsec - , regex-posix, strict-io, transformers, unordered-containers + , regex-posix, transformers, unordered-containers }: mkDerivation { pname = "egison-tutorial"; - version = "3.5.1"; - sha256 = "1an7rlk5gf80n38h29akwrnhh6d2hzvg5l2ig13rr3i2n51gjybx"; + version = "3.5.9"; + sha256 = "1ay9m7ibl2z19yq9pd3fwghbyki6cawg3w9x42dllncjrwxwlh4m"; isLibrary = false; isExecutable = true; buildDepends = [ array base bytestring containers directory egison filepath ghc - ghc-paths haskeline mtl parsec regex-posix strict-io transformers + ghc-paths haskeline mtl parsec regex-posix transformers unordered-containers ]; homepage = "http://www.egison.org"; @@ -45907,8 +46074,8 @@ self: { }: mkDerivation { pname = "engine-io"; - version = "1.2.7"; - sha256 = "0giqsx1wknhp5a1dg72wl48j56h38jzc3pw6w8pfhngpc0spl3gf"; + version = "1.2.9"; + sha256 = "0ral95ywkni205gmn2q58fpibaf4a1y5dxawkc5rq5j0wnmh465j"; buildDepends = [ aeson async attoparsec base base64-bytestring bytestring either free monad-loops mwc-random stm stm-delay text transformers @@ -46168,6 +46335,25 @@ self: { license = stdenv.lib.licenses.bsd2; }) {}; + "envy" = callPackage + ({ mkDerivation, base, bytestring, containers, hspec, mtl + , QuickCheck, quickcheck-instances, text, time, transformers + }: + mkDerivation { + pname = "envy"; + version = "0.2.0.0"; + sha256 = "0hi9nlrr2g32f4cp3ibmdvmqmqhbyps5d9f0v7612fbxhimqrkbq"; + buildDepends = [ + base bytestring containers mtl text time transformers + ]; + testDepends = [ + base bytestring hspec mtl QuickCheck quickcheck-instances text time + transformers + ]; + description = "An environmentally friendly way to deal with environment variables"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "epanet-haskell" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -46691,8 +46877,8 @@ self: { }: mkDerivation { pname = "esqueleto"; - version = "2.2.6"; - sha256 = "079yiq5idkwvcmjc75m24smyf4f0cvmy2f537v0dx8dgi6nqpr62"; + version = "2.2.7"; + sha256 = "1i5gm1riirz8wq2zr2a2fxlnxa7c5rrvywyigbx2gla9xi07dzs6"; buildDepends = [ base conduit monad-logger persistent resourcet tagged text transformers unordered-containers @@ -46773,8 +46959,10 @@ self: { }: mkDerivation { pname = "etcd"; - version = "1.0.4"; - sha256 = "0s08gryqhvcjvyq3swp2p753xqny3swgni17a2pbdjq300krx8kn"; + version = "1.0.5"; + revision = "1"; + sha256 = "0bqz678mnpw2jpywz2m76923cyq864xn537a9zsqhm6c80gc0vwi"; + editedCabalFile = "5cdbbc8d2aedc68e82e7c4d0cface390c3c68fb7ee7fb162d8123e42351f98fa"; buildDepends = [ aeson base bytestring http-conduit text time ]; testDepends = [ async base hspec MonadRandom mtl text ]; description = "Client for etcd, a highly-available key value store"; @@ -47185,8 +47373,10 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "exceptional"; - version = "0.1.4.3"; - sha256 = "0rhcqnpw97b9sy87nq7dqwiw8vl91h8yyix68d9sz10s9bi1xnlv"; + version = "0.1.5.1"; + revision = "1"; + sha256 = "1fkz90d776z8fj8p3123ssqwxy9nmz4bgh9gn4nvg0xnvwzc069c"; + editedCabalFile = "a79514b512d8776f9ae66a80aeb3f604ac9ae1d4c5c98fdd9ea2acc8c312adda"; buildDepends = [ base ]; homepage = "https://github.com/pharpend/exceptional"; description = "Essentially the Maybe type with error messages"; @@ -47218,8 +47408,8 @@ self: { }: mkDerivation { pname = "executable-hash"; - version = "0.2.0.0"; - sha256 = "0g733akm65rjdl5mncfyhnqncan985n02vzn0z02689aq8dnav4p"; + version = "0.2.0.2"; + sha256 = "103s0095bb71wz3axhzw2w2nm5wfr01r9ypkdvbp22zhmq3xr1bj"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -47304,15 +47494,17 @@ self: { }) {}; "exp-pairs" = callPackage - ({ mkDerivation, base, ghc-prim, matrix, memoize, QuickCheck - , random, smallcheck, tasty, tasty-hunit, tasty-quickcheck - , tasty-smallcheck + ({ mkDerivation, base, deepseq, generic-deriving, ghc-prim, matrix + , memoize, QuickCheck, random, smallcheck, tasty, tasty-hunit + , tasty-quickcheck, tasty-smallcheck, wl-pprint }: mkDerivation { pname = "exp-pairs"; - version = "0.1.2.0"; - sha256 = "0iz22m8m4pk87xnpdgklw9d6ycf8s3sblyz8g78ykyvf0bf347zs"; - buildDepends = [ base ghc-prim memoize ]; + version = "0.1.3.0"; + sha256 = "033sdkfg94m33qrkw0l3lbs6dm8ssxfdj3jg3p39w63q7va2c0hr"; + buildDepends = [ + base deepseq generic-deriving ghc-prim memoize wl-pprint + ]; testDepends = [ base matrix memoize QuickCheck random smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck @@ -48104,8 +48296,8 @@ self: { }: mkDerivation { pname = "fay"; - version = "0.23.1.6"; - sha256 = "02c4lxqmgac95nr00qwwxmq5a0lf46fxjiq4nqc3r6giz2m7i9ik"; + version = "0.23.1.7"; + sha256 = "1yjpbbxxjz8hrqb3arcn74i9s936kr44zg2v27kxmhrin4lnrw4b"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -48916,6 +49108,7 @@ self: { version = "0.1.1.9"; sha256 = "06bcj143j85p8m519zn88z6qn4bg5ifrw5pv5yva5x49gc3jq6gc"; buildDepends = [ base bytestring clock directory zip-archive ]; + jailbreak = true; homepage = "https://github.com/joelwilliamson/file-collection"; description = "Provide a uniform interface over file archives and directories"; license = stdenv.lib.licenses.bsd3; @@ -48956,15 +49149,15 @@ self: { }) {}; "file-location" = callPackage - ({ mkDerivation, base, containers, lifted-base, process + ({ mkDerivation, base, containers, HUnit, lifted-base, process , template-haskell, th-orphans, transformers }: mkDerivation { pname = "file-location"; - version = "0.4.7.1"; - sha256 = "0p4fj7jjsssn3bdn2z984q2wyngc6cfygbgprzndcw0bxqi78jl4"; + version = "0.4.9"; + sha256 = "1p0lz02pvlvq2781542ims3x5vcck35dw4g58bv16y96qarxwady"; buildDepends = [ - base containers lifted-base template-haskell th-orphans + base containers HUnit lifted-base template-haskell th-orphans transformers ]; testDepends = [ base lifted-base process ]; @@ -49879,6 +50072,7 @@ self: { testDepends = [ base ]; description = "Conversions between floating and integral values"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "floatshow" = callPackage @@ -49949,14 +50143,13 @@ self: { }: mkDerivation { pname = "flowdock"; - version = "0.3.0.0"; - sha256 = "199n32q64gw6i381kn70x5avrh3r2al1nj3f90nibivpip886zgc"; + version = "0.3.0.1"; + sha256 = "1az9wwdng7i3jrjwizzz3690506b3vk1m8h2b96wf59r51qnpr6i"; buildDepends = [ aeson base base64-bytestring bytestring http-client http-client-tls lens lens-action mtl network pipes pipes-aeson pipes-http pipes-parse template-haskell text unordered-containers uuid ]; - jailbreak = true; homepage = "https://github.com/brewtown/hs-flowdock"; description = "Flowdock client library for Haskell"; license = stdenv.lib.licenses.mit; @@ -50071,8 +50264,8 @@ self: { }: mkDerivation { pname = "fluent-logger"; - version = "0.2.3.0"; - sha256 = "1zmkb36ki30chvjfabm1vn4xzixf8dk2y5ryy72as5c9n6xnkkkq"; + version = "0.2.3.1"; + sha256 = "0m97hljfrs5mh5pjbwvnw7b581y7w96qfyjr3d9p1aqbj6nsa6dp"; buildDepends = [ base bytestring cereal containers messagepack network network-socket-options random stm text time vector @@ -50296,6 +50489,7 @@ self: { homepage = "http://github.com/joom/foma.hs"; description = "Simple Haskell bindings for Foma"; license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; }) { foma = null;}; "font-opengl-basic4x6" = callPackage @@ -51558,11 +51752,11 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "functor-infix"; - version = "0.0.1"; - sha256 = "1f8m4nxlr2il9j0ilgw91fhp6mmz5xqlhylavncqwvbcq82362dc"; + version = "0.0.3"; + sha256 = "1hpk1q58kwxdpva57hylpqj4ywk6grsi4ks2cqg6lspprqfi60gy"; buildDepends = [ base template-haskell ]; homepage = "https://github.com/fmap/functor-infix"; - description = "Compositions of functors"; + description = "Infix operators for mapping over compositions of functors. Lots of them."; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -51833,6 +52027,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "game-of-life" = callPackage + ({ mkDerivation, array, base, hscurses, random, text }: + mkDerivation { + pname = "game-of-life"; + version = "0.1.0.4"; + sha256 = "1d2hy2bb3dgzf3bj0p97hchsznzckirgws8cjm9qh5ba5mk0wl2z"; + isLibrary = false; + isExecutable = true; + buildDepends = [ array base hscurses random text ]; + jailbreak = true; + homepage = "http://github.com/marcusbuffett/game-of-life"; + description = "Conway's Game of Life"; + license = stdenv.lib.licenses.mit; + }) {}; + "game-probability" = callPackage ({ mkDerivation, base, containers, probability, random }: mkDerivation { @@ -52151,6 +52360,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "genders" = callPackage + ({ mkDerivation, base, bytestring, filepath, genders, hspec + , network, vector + }: + mkDerivation { + pname = "genders"; + version = "0.1.0.1"; + sha256 = "0jl1sqj9syp31qcn3x6c0pjwj5ligirsc67ahzw2chgpf09bwh8g"; + buildDepends = [ base bytestring filepath vector ]; + testDepends = [ base bytestring hspec network vector ]; + extraLibraries = [ genders ]; + description = "Bindings to libgenders"; + license = stdenv.lib.licenses.mit; + }) { genders = null;}; + "general-prelude" = callPackage ({ mkDerivation, base, lens, pointless-fun, strict, system-filepath }: @@ -52212,8 +52436,8 @@ self: { }: mkDerivation { pname = "generic-aeson"; - version = "0.2.0.6"; - sha256 = "13jlr9dq3d0v9f7hjxq5qxs8llhj8mbnja14xjkxc28vdbnzv62l"; + version = "0.2.0.7"; + sha256 = "06qczarf6vzd9wr9ad685v69hvd88zfv5lhry0zkka2bcdqc5wqz"; buildDepends = [ aeson attoparsec base generic-deriving mtl tagged text unordered-containers vector @@ -52265,8 +52489,8 @@ self: { ({ mkDerivation, base, ghc-prim, template-haskell }: mkDerivation { pname = "generic-deriving"; - version = "1.7.0"; - sha256 = "145bixg4jr0hhw32jznrvl4qjjk7bgjbxlfznqra1s1rnmcyr5v6"; + version = "1.8.0"; + sha256 = "1kc6lhdanls6kgpk8xv5xi14lz1sngcd8xn930hkf7ilq4kxkcr6"; buildDepends = [ base ghc-prim template-haskell ]; description = "Generic programming library for generalised deriving"; license = stdenv.lib.licenses.bsd3; @@ -52391,8 +52615,8 @@ self: { }: mkDerivation { pname = "generic-xmlpickler"; - version = "0.1.0.2"; - sha256 = "1nc7gi54y144ivgbv9qbyg143s4rvn4w514lgcb6z05sx7cyiajn"; + version = "0.1.0.3"; + sha256 = "11vbfsws5agqiv9x6pfh0z6kbvjx6i27wnp5dcjh40z4bz6bjdgy"; buildDepends = [ base generic-deriving hxt text ]; testDepends = [ base hxt hxt-pickle-utils tasty tasty-hunit tasty-th @@ -52666,20 +52890,20 @@ self: { "geojson" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, doctest - , filepath, hlint, lens, QuickCheck, semigroups, text, transformers - , validation, vector + , filepath, hlint, lens, QuickCheck, semigroups, template-haskell + , text, transformers, validation, vector }: mkDerivation { pname = "geojson"; - version = "1.2.0"; - sha256 = "1i6fyqxqksq657nd3m19qk690l74j4frvsvwhbdyjs07rc0xvbli"; + version = "1.3.0"; + sha256 = "18fr5n3nmxlr97b7s9a5x1dx91fcg2fjfhlpxpcglkpwpkhabnqs"; buildDepends = [ aeson base lens semigroups text transformers validation vector ]; testDepends = [ base bytestring directory doctest filepath hlint QuickCheck + template-haskell ]; - jailbreak = true; homepage = "https://github.com/domdere/hs-geojson"; description = "A thin GeoJSON Layer above the aeson library"; license = stdenv.lib.licenses.bsd3; @@ -52738,8 +52962,8 @@ self: { }: mkDerivation { pname = "getopt-generics"; - version = "0.7.1"; - sha256 = "0jrnasd9lw7ffim0ski5b1mdislvs27n0i37lcbv51rgsl5wm458"; + version = "0.7.1.1"; + sha256 = "1zhglg3h6a6sx3chq9h6j2r279f2753j026mz8kb9v4lajj5vcn0"; buildDepends = [ base base-compat base-orphans generics-sop tagged ]; @@ -52766,31 +52990,34 @@ self: { "gf" = callPackage ({ mkDerivation, alex, array, base, bytestring, Cabal, cgi - , containers, directory, filepath, fst, happy, haskeline, HTF - , httpd-shed, HUnit, json, lifted-base, mtl, network, old-locale - , parallel, pretty, process, random, time, time-compat, unix - , utf8-string + , containers, directory, exceptions, filepath, happy, haskeline + , HTF, httpd-shed, HUnit, json, lifted-base, mtl, network + , network-uri, old-locale, parallel, pretty, process, random + , terminfo, time, time-compat, unix, utf8-string }: mkDerivation { pname = "gf"; - version = "3.6"; - revision = "2"; - sha256 = "10s8vgca36jz7b9sbd3n1in13xifwc7h42qwd58yq1lvk3j1fizx"; - editedCabalFile = "ad294ebcd390005a243fe6d2203ec51f7ca2ab87a7f2fa7e7e080f0d416cb6a8"; + version = "3.7"; + sha256 = "13y01s94pq466jjzb3czxr93bdfh43mvypqp176n0zfp2v9496nb"; isLibrary = true; isExecutable = true; buildDepends = [ - array base bytestring cgi containers directory filepath fst - haskeline httpd-shed json lifted-base mtl network old-locale - parallel pretty process random time time-compat unix utf8-string + array base bytestring cgi containers directory exceptions filepath + haskeline httpd-shed json lifted-base mtl network network-uri + old-locale parallel pretty process random terminfo time time-compat + unix utf8-string ]; testDepends = [ base Cabal directory filepath HTF HUnit process ]; buildTools = [ alex happy ]; - jailbreak = true; + doCheck = false; + postPatch = '' + sed -i "s|\"-s\"|\"\"|" ./Setup.hs + sed -i "s|numJobs (bf bi)++||" ./Setup.hs + ''; + preBuild = ''export LD_LIBRARY_PATH=`pwd`/dist/build:$LD_LIBRARY_PATH''; homepage = "http://www.grammaticalframework.org/"; description = "Grammatical Framework"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "ggtsTC" = callPackage @@ -52832,14 +53059,14 @@ self: { }: mkDerivation { pname = "ghc-core-html"; - version = "0.1.2"; - sha256 = "1yhyi99cbnfk2a65j9v6hinp0rpmc341z55dvqvli1wx5c9i7gf6"; + version = "0.1.4"; + sha256 = "1yx22p9572zg2nvmlilbmraqjmws2x47hmin2l9xd0dnck5qhy35"; isLibrary = false; isExecutable = true; buildDepends = [ base blaze-html bytestring containers mtl parsec process ]; - homepage = "http://github.com/vincenthz/ghc-core-html"; + homepage = "https://github.com/vincenthz/ghc-core-html"; description = "Core to HTML display"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -54134,8 +54361,8 @@ self: { }: mkDerivation { pname = "gitit"; - version = "0.10.7"; - sha256 = "1gj94z2c2jpdm9bkfnc6wbyhipgbss0j70ql26hn8g3fh1ykcpbj"; + version = "0.11"; + sha256 = "1833rxx3c28rvjz1h1nnm0h838zl941zr51r3dp89zn59rs72hn9"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -54816,8 +55043,8 @@ self: { }: mkDerivation { pname = "glue"; - version = "0.1.0.0"; - sha256 = "1msdvm4a5arw4msp6km667sbvw830wsirvb0pxnjxrhnmy0h03gl"; + version = "0.1.1.1"; + sha256 = "1p93cv8c52dbw0lz48yjpfbrj48giyxrwmc9bymfpgjmynda4zab"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -56837,8 +57064,8 @@ self: { ({ mkDerivation, base, extra, GiveYouAHead }: mkDerivation { pname = "gyah-bin"; - version = "0.2.2.0"; - sha256 = "16yzkrn5q21nal07jlvzn84maxx94fyrn1lyljd7hazj2lkpcxvw"; + version = "0.2.2.3"; + sha256 = "19r2vsi5v43a3wq2vbfh2wfscmbzvcbyd1lqc2xdg4bbla9pf648"; isLibrary = false; isExecutable = true; buildDepends = [ base extra GiveYouAHead ]; @@ -58509,6 +58736,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 text time ]; + jailbreak = true; homepage = "http://jaspervdj.be/hakyll"; description = "A static website compiler library"; license = stdenv.lib.licenses.bsd3; @@ -58707,19 +58935,19 @@ self: { }) {}; "halive" = callPackage - ({ mkDerivation, base, bin-package-db, directory, filepath - , foreign-store, fsnotify, ghc, ghc-paths, system-filepath - , transformers + ({ mkDerivation, base, bin-package-db, containers, directory + , filepath, foreign-store, fsnotify, ghc, ghc-paths + , system-filepath, transformers }: mkDerivation { pname = "halive"; - version = "0.1.0.3"; - sha256 = "1m2x50cpxffiywii26vl37lfi77yl7an5ln2h5anmkb3pmajdabc"; + version = "0.1.0.5"; + sha256 = "0rxcklxmfk6z9f3alvzszq7g5wik7x9nj43m4vvf6iw1nsjvk580"; isLibrary = true; isExecutable = true; buildDepends = [ - base bin-package-db directory filepath foreign-store fsnotify ghc - ghc-paths system-filepath transformers + base bin-package-db containers directory filepath foreign-store + fsnotify ghc ghc-paths system-filepath transformers ]; homepage = "https://github.com/lukexi/halive"; description = "A live recompiler"; @@ -60024,8 +60252,8 @@ self: { }: mkDerivation { pname = "hashable"; - version = "1.2.3.2"; - sha256 = "0h9295pv2sgbaqlwpwbx2bap6nngm0jcdhkqham1wpjwyxqgqrlc"; + version = "1.2.3.3"; + sha256 = "0kp4aj0x1iicz9qirpqxxqd8x5g1njbapxk1d90n406w3xykz4pw"; buildDepends = [ base bytestring ghc-prim integer-gmp text ]; testDepends = [ base bytestring ghc-prim HUnit QuickCheck random test-framework @@ -60048,6 +60276,7 @@ self: { base bifunctors bytestring generic-deriving hashable transformers ]; testDepends = [ base directory doctest filepath ]; + jailbreak = true; homepage = "http://github.com/analytics/hashable-extras/"; description = "Higher-rank Hashable"; license = stdenv.lib.licenses.bsd3; @@ -60739,8 +60968,8 @@ self: { }: mkDerivation { pname = "haskell-names"; - version = "0.5.2"; - sha256 = "0dxv33facklxyy6x9a3xxwv5avfzn6jbigl7zdd2zkvrr6rnz9zf"; + version = "0.5.3"; + sha256 = "066mh4qgldh8nspinm97695zdhw5hkpz9mmrnc2a0y0wblggq5sm"; buildDepends = [ aeson base bytestring Cabal containers data-lens-light filepath haskell-packages haskell-src-exts hse-cpp mtl tagged transformers @@ -63296,8 +63525,8 @@ self: { }: mkDerivation { pname = "hdocs"; - version = "0.4.2.1"; - sha256 = "01pc60nc009ww52kwjx9chjx1vpr4y120dnci61vhr2ylxls1hd4"; + version = "0.4.3.0"; + sha256 = "10z4aq9f3gy6cqkhz0dxp0q3rr9625hka3c4w4cbczad2qgciiil"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -64048,8 +64277,8 @@ self: { ({ mkDerivation, base, hspec, network-uri, text }: mkDerivation { pname = "heroku"; - version = "0.1.2.2"; - sha256 = "0ixsdjxp3vpgsnx2cibyk80h7yjz7cgkcd3y8ggv8789s9bc4i77"; + version = "0.1.2.3"; + sha256 = "1gldsdpnmj7ljrmyvjfwqdmhhml2yp27icl2qqj9pz42pllq4x2k"; buildDepends = [ base network-uri text ]; testDepends = [ base hspec network-uri text ]; homepage = "https://github.com/gregwebs/haskell-heroku"; @@ -64402,6 +64631,39 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "heyefi" = callPackage + ({ mkDerivation, base, bytestring, case-insensitive, configurator + , containers, directory, errors, exceptions, filemanip, filepath + , HandsomeSoup, hspec, HTTP, http-types, hxt, iso8601-time + , MissingH, mtl, multipart, old-locale, random, silently, stm, tar + , temporary, text, time, transformers, unix, unordered-containers + , utf8-string, wai, warp + }: + mkDerivation { + pname = "heyefi"; + version = "0.1.0.2"; + sha256 = "0zjhdhigkfh3wrhwynpcqimasifs3qxkv8x2w7bl1ly8amlz7hf4"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + base bytestring case-insensitive configurator directory errors + exceptions filemanip filepath HandsomeSoup HTTP http-types hxt + iso8601-time MissingH mtl multipart old-locale random stm tar + temporary text time transformers unix unordered-containers + utf8-string wai warp + ]; + testDepends = [ + base bytestring case-insensitive configurator containers directory + errors exceptions filemanip filepath HandsomeSoup hspec HTTP + http-types hxt iso8601-time MissingH mtl multipart old-locale + random silently stm tar temporary text time transformers unix + unordered-containers utf8-string wai warp + ]; + homepage = "https://github.com/ryantm/heyefi"; + description = "A server for Eye-Fi SD cards"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "hfann" = callPackage ({ mkDerivation, base, doublefann, fann }: mkDerivation { @@ -66691,7 +66953,9 @@ self: { mkDerivation { pname = "hnix"; version = "0.2.0"; + revision = "1"; sha256 = "02aygnc0hhg3gsj9z323pq6i6v9ijjj5r6i8g1zx1cnwd51dw1aj"; + editedCabalFile = "8267f50b3b3fc9736bb1e942fbe425a1a4ef2b96a6b906dff18496ce1e0578d6"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -66736,6 +67000,20 @@ self: { license = stdenv.lib.licenses.unfree; }) {}; + "ho-rewriting" = callPackage + ({ mkDerivation, base, compdata, containers, mtl, patch-combinators + }: + mkDerivation { + pname = "ho-rewriting"; + version = "0.1"; + sha256 = "1hmnqck385mhk140kgf8882lfa91bmip4pxbjnfpf62dwh0z39a3"; + buildDepends = [ base compdata containers mtl patch-combinators ]; + testDepends = [ base compdata patch-combinators ]; + homepage = "https://github.com/emilaxelsson/ho-rewriting"; + description = "Generic rewrite rules with safe treatment of variables and binders"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hoauth" = callPackage ({ mkDerivation, base, binary, bytestring, crypto-pubkey-types , curl, dataenc, entropy, mtl, old-locale, random, RSA, SHA, time @@ -67896,27 +68174,25 @@ self: { }) {}; "hpack" = callPackage - ({ mkDerivation, aeson, base, base-compat, deepseq, directory - , filepath, hspec, interpolate, mockery, text, unordered-containers - , yaml + ({ mkDerivation, aeson, aeson-qq, base, base-compat, deepseq + , directory, filepath, hspec, interpolate, mockery, text + , unordered-containers, yaml }: mkDerivation { pname = "hpack"; - version = "0.3.2"; - revision = "1"; - sha256 = "1y29d7bd297yy1j0cl17q98ibdr26gksvd6fwbwgpx43y5mpq08x"; - editedCabalFile = "d622462298731362fa33e09dd6b559cf1d6ba676c78864d4da2c1275dca11bae"; - isLibrary = false; + version = "0.4.0"; + sha256 = "01wqf30zdcgra5vj7d3378lmjh26z1g3z9qp746ly45yz0rpryz2"; + isLibrary = true; isExecutable = true; buildDepends = [ aeson base base-compat deepseq directory filepath text unordered-containers yaml ]; testDepends = [ - aeson base base-compat deepseq directory filepath hspec interpolate - mockery text unordered-containers yaml + aeson aeson-qq base base-compat deepseq directory filepath hspec + interpolate mockery text unordered-containers yaml ]; - homepage = "https://github.com/haskell-tinc/hpack#readme"; + homepage = "https://github.com/sol/hpack#readme"; description = "An alternative format for Haskell packages"; license = stdenv.lib.licenses.mit; }) {}; @@ -68196,8 +68472,8 @@ self: { }: mkDerivation { pname = "hprotoc"; - version = "2.0.17"; - sha256 = "1mfmbggjnpmdpv6a9yhwyplf4g1n45s089qjwhvy1p6drn4mk3hp"; + version = "2.1.0"; + sha256 = "18a4wc22yqbqx2n62935q3i9y4kkcxk8r5kcphhbqmzcxf20x7gr"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -68206,7 +68482,7 @@ self: { protocol-buffers-descriptor utf8-string ]; buildTools = [ alex ]; - homepage = "http://code.haskell.org/protocol-buffers/"; + homepage = "https://github.com/k-bx/protocol-buffers"; description = "Parse Google Protocol Buffer specifications"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -68391,6 +68667,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hreader" = callPackage + ({ mkDerivation, base, exceptions, hset, mmorph, monad-control, mtl + , transformers-base + }: + mkDerivation { + pname = "hreader"; + version = "0.1.0"; + sha256 = "102i17879ha49yh87i9k5lxrlrjd1fxcb8k8adidqwghbn55dyjc"; + buildDepends = [ + base exceptions hset mmorph monad-control mtl transformers-base + ]; + homepage = "https://bitbucket.org/s9gf4ult/hreader"; + description = "Generalization of MonadReader and ReaderT"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hricket" = callPackage ({ mkDerivation, base, containers }: mkDerivation { @@ -69577,15 +69869,19 @@ self: { }) {}; "hscrtmpl" = callPackage - ({ mkDerivation, base, directory, old-locale, process, time }: + ({ mkDerivation, base, directory, process, regex-compat, time + , time-locale-compat + }: mkDerivation { pname = "hscrtmpl"; - version = "1.2"; - sha256 = "1ipk44lc2bdh9yhn30b2hkkymyp2srgsqgfdsy8xbxa8frlabhhg"; + version = "1.4"; + sha256 = "1az51cv6wqjdkw0fqgi5s75rmfka3sly85022rhvk44w1vd45iii"; isLibrary = false; isExecutable = true; - buildDepends = [ base directory old-locale process time ]; - homepage = "http://ui3.info/darcs/hscrtmpl/"; + buildDepends = [ + base directory process regex-compat time time-locale-compat + ]; + homepage = "http://hub.darcs.net/dino/hscrtmpl"; description = "Haskell shell script template"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -69812,12 +70108,13 @@ self: { }) {}; "hset" = callPackage - ({ mkDerivation, base, mtl }: + ({ mkDerivation, base, HUnit, mtl }: mkDerivation { pname = "hset"; - version = "0.0.2"; - sha256 = "13jq033g20mzvc424g6p1rixhw0gl681dpbc0dlrdpnpk2pm1m7l"; + version = "1.0.0"; + sha256 = "16180gzms34fh5s2byp5disazi2bww022dln4q7lv523css3mrcf"; buildDepends = [ base mtl ]; + testDepends = [ base HUnit mtl ]; homepage = "https://bitbucket.org/s9gf4ult/hset"; description = "Primitive heterogenous read-only set"; license = stdenv.lib.licenses.bsd3; @@ -69829,15 +70126,14 @@ self: { }: mkDerivation { pname = "hsexif"; - version = "0.6.0.1"; - sha256 = "17vxm7vh8l7bnf5kcw4igkrjwwfzn0byjamaim70095al0ndvrjy"; + version = "0.6.0.2"; + sha256 = "1a67cyzfiriyhyacihs47d0427yll91fmbs56fhk82k3mdi74a60"; buildDepends = [ base binary bytestring containers iconv text time ]; testDepends = [ base binary bytestring containers hspec HUnit iconv text time ]; - jailbreak = true; homepage = "https://github.com/emmanueltouzery/hsexif"; description = "EXIF handling library in pure Haskell"; license = stdenv.lib.licenses.bsd3; @@ -70199,17 +70495,15 @@ self: { "hsmisc" = callPackage ({ mkDerivation, base, containers, HUnit, mtl, old-locale, parsec - , regex-compat, time + , time }: mkDerivation { pname = "hsmisc"; - version = "1.1"; - sha256 = "1n340agvf103g84xndc9fbhq4rhywx611iykmkk10wxi364dv7wg"; - buildDepends = [ - base containers mtl old-locale parsec regex-compat time - ]; - testDepends = [ base containers HUnit mtl regex-compat ]; - homepage = "http://foo/bar/baz.html"; + version = "1.2"; + sha256 = "1n2na14a5qaph0f457zvkjwr2zkbgh3mfli2ir5wkm7m1bm671aj"; + buildDepends = [ base containers mtl old-locale parsec time ]; + testDepends = [ base containers HUnit mtl ]; + homepage = "http://hub.darcs.net/dino/hsmisc"; description = "A collection of miscellaneous modules"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -70459,8 +70753,8 @@ self: { }: mkDerivation { pname = "hspec"; - version = "2.1.7"; - sha256 = "096rfq7ss5hvy1wcc9fdb4svnfiy96p79xh7vj3h7radh2wggfwv"; + version = "2.1.8"; + sha256 = "0nfg9pmlvp8gnllfx01sfslhznjs5xa432ag9s2q2r7c17bxfnwf"; buildDepends = [ base hspec-core hspec-discover hspec-expectations HUnit QuickCheck transformers @@ -70530,8 +70824,8 @@ self: { }: mkDerivation { pname = "hspec-core"; - version = "2.1.7"; - sha256 = "1ifwsqa8ay8f8l96k37rawxjya0qs72bcifxfr5hlz3gagg4a02b"; + version = "2.1.8"; + sha256 = "07jhiw0492xcgiidpyizqwaqjja23m35179s12vb54gw4xbh7b6q"; buildDepends = [ ansi-terminal async base deepseq hspec-expectations HUnit QuickCheck quickcheck-io random setenv tf-random time transformers @@ -70550,8 +70844,8 @@ self: { ({ mkDerivation, base, directory, filepath, hspec-meta }: mkDerivation { pname = "hspec-discover"; - version = "2.1.7"; - sha256 = "0gh9kn9ds50xl0zin5vbablf4dpfiabi96sz2a4xsxlskfjflhl0"; + version = "2.1.8"; + sha256 = "1pyk901rngv1yv4p502qcbbhhw6sgdsdmdwxk1f5r1s7gkvbd9n4"; isLibrary = true; isExecutable = true; buildDepends = [ base directory filepath ]; @@ -70562,13 +70856,12 @@ self: { }) {}; "hspec-expectations" = callPackage - ({ mkDerivation, base, hspec, HUnit, markdown-unlit, silently }: + ({ mkDerivation, base, HUnit }: mkDerivation { pname = "hspec-expectations"; - version = "0.6.1.1"; - sha256 = "0f36b2cp2ipbqz9g6lp43nvx8dykkw196wg97kgb07mmnq6gakix"; + version = "0.7.0"; + sha256 = "1gzjnmhi6ia2p5i5jlnj4586rkml5af8f7ijgipzs6fczpx7ds4l"; buildDepends = [ base HUnit ]; - testDepends = [ base hspec HUnit markdown-unlit silently ]; homepage = "https://github.com/sol/hspec-expectations#readme"; description = "Catchy combinators for HUnit"; license = stdenv.lib.licenses.mit; @@ -71593,17 +71886,16 @@ self: { "html-email-validate" = callPackage ({ mkDerivation, attoparsec, base, hspec, QuickCheck - , regex-pcre-builtin, text, text-show + , regex-pcre-builtin, text }: mkDerivation { pname = "html-email-validate"; - version = "0.1.0.0"; - sha256 = "076xiv1r9yzaxr84v211kib6xy9aggal0vgyz565vgwqpfm2hif4"; - buildDepends = [ attoparsec base text text-show ]; + version = "0.2.0.0"; + sha256 = "1bvdmaamxbldb8nndi5f330msj1d0mrj8lapvxqyr333bg3kwaix"; + buildDepends = [ attoparsec base text ]; testDepends = [ attoparsec base hspec QuickCheck regex-pcre-builtin text ]; - jailbreak = true; description = "Validating an email address against HTML standard"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -71697,20 +71989,20 @@ self: { }) {}; "html2hamlet" = callPackage - ({ mkDerivation, ascii, base, blaze-builder, bytestring, cmdargs - , hamlet, http-enumerator, network, text, xmlhtml + ({ mkDerivation, base, bytestring, containers, hamlet, html-conduit + , http-conduit, mtl, optparse-declarative, regex-tdfa, text + , wl-pprint-text, xml-conduit }: mkDerivation { pname = "html2hamlet"; - version = "0.1.0"; - sha256 = "1nh6whpc9xdlmkw4n3lfi8xgfbgvb0lz7dry25j5fgxgvpsa0g9d"; + version = "0.3.0"; + sha256 = "1n49dz59nlkvb4ax1h9cfq7nqcwlxcrm372x4373ig6xdzbckdmz"; isLibrary = false; isExecutable = true; buildDepends = [ - ascii base blaze-builder bytestring cmdargs hamlet http-enumerator - network text xmlhtml + base bytestring containers hamlet html-conduit http-conduit mtl + optparse-declarative regex-tdfa text wl-pprint-text xml-conduit ]; - jailbreak = true; homepage = "http://github.com/tanakh/html2hamlet"; description = "HTML to Hamlet converter"; license = stdenv.lib.licenses.bsd3; @@ -71892,8 +72184,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.4.13"; - sha256 = "1vxjcvwlqp9n8r2lp21mxxklq1ia4bvzl778b7digzhdhpn405mi"; + version = "0.4.15"; + sha256 = "0k3ag3ia76s9dyhafaprspbsrbzpl5amyw7cnxv6l76v778ksrrf"; buildDepends = [ array base base64-bytestring blaze-builder bytestring case-insensitive containers cookie data-default-class deepseq @@ -72067,8 +72359,8 @@ self: { }: mkDerivation { pname = "http-conduit"; - version = "2.1.5"; - sha256 = "0vk2an6h3h7a5klk9xrf3apfm6xdmqm418yrr7pb56b7w5sfq003"; + version = "2.1.5.1"; + sha256 = "1rpp830319hqqazf1gh28jh239a67qksmx2ki3p91h9nsa8lh6w2"; buildDepends = [ base bytestring conduit http-client http-client-tls http-types lifted-base monad-control mtl resourcet transformers @@ -72315,7 +72607,9 @@ self: { mkDerivation { pname = "http-reverse-proxy"; version = "0.4.2"; + revision = "1"; sha256 = "10cd6h1n1fp55jpwcp4nnk64yslxy2cnm7rhzd25xvi5fkhfl61i"; + editedCabalFile = "3b7a6c0b55cd7eb98d3f020ac08cec7ca052b8ec716f76cfabdcbaef27645db7"; buildDepends = [ async base blaze-builder bytestring case-insensitive conduit conduit-extra containers data-default-class http-client http-types @@ -73060,6 +73354,18 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "hwsl2-reducers" = callPackage + ({ mkDerivation, base, bytestring, hwsl2, reducers, semigroups }: + mkDerivation { + pname = "hwsl2-reducers"; + version = "0.1.0.0"; + sha256 = "1q7phb2v11gfwlvm0f0jrsm7gc7ga9awd9cp0kkxm2k20mggrg7x"; + buildDepends = [ base bytestring hwsl2 reducers semigroups ]; + homepage = "https://github.com/srijs/hwsl2-reducers"; + description = "Semigroup and Reducer instances for Data.Hash.SL2"; + license = stdenv.lib.licenses.mit; + }) {}; + "hx" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -73450,10 +73756,10 @@ self: { ({ mkDerivation, base, deepseq, primitive, vector }: mkDerivation { pname = "hybrid-vectors"; - version = "0.1.2.1"; + version = "0.2"; revision = "1"; - sha256 = "0xh6yvv7jyahzrqihc13g1nlv81v0mzxvaxib5fcyr1njwbcwv59"; - editedCabalFile = "9adcfe7dc98b64c7a1506a58c7a771bbc244874790b68f8bc7e1c859207632d7"; + sha256 = "0xdrna6jgn4l0idhv0bn6ic8m7g8pps23ky2f75zwgpqrkflnb41"; + editedCabalFile = "43a2c8cd2fa6abe7dc526dd99ef9d296394922a3d92ced8138072250fe75eb35"; buildDepends = [ base deepseq primitive vector ]; homepage = "http://github.com/ekmett/hybrid-vectors"; description = "Hybrid vectors e.g. Mixed Boxed/Unboxed vectors"; @@ -73805,6 +74111,7 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; + jailbreak = true; homepage = "http://github.com/analytics/hyperloglog"; description = "An approximate streaming (constant space) unique object counter"; license = stdenv.lib.licenses.bsd3; @@ -75438,24 +75745,26 @@ self: { "inline-c" = callPackage ({ mkDerivation, ansi-wl-pprint, base, binary, bytestring - , containers, cryptohash, directory, filepath, gsl, gslcblas, hspec - , mtl, parsec, parsers, QuickCheck, raw-strings-qq, regex-posix - , template-haskell, transformers, unordered-containers, vector + , containers, cryptohash, directory, filepath, gsl, gslcblas + , hashable, hspec, mtl, parsec, parsers, QuickCheck, raw-strings-qq + , regex-posix, template-haskell, transformers, unordered-containers + , vector }: mkDerivation { pname = "inline-c"; - version = "0.5.3.4"; - sha256 = "1hn1diaxvg0658j9wy9nsa4fhjzjk4g9f161gb26n5cfymsjnnc3"; + version = "0.5.4.2"; + sha256 = "1s38ncb59zr8295k3vr52cmirb9kw2dfpfjbb8hh5c27z1vcmmrz"; isLibrary = true; isExecutable = true; buildDepends = [ ansi-wl-pprint base binary bytestring containers cryptohash - directory filepath mtl parsec parsers QuickCheck template-haskell - transformers unordered-containers vector + directory filepath hashable mtl parsec parsers QuickCheck + template-haskell transformers unordered-containers vector ]; testDepends = [ - ansi-wl-pprint base containers hspec parsers QuickCheck - raw-strings-qq regex-posix template-haskell transformers vector + ansi-wl-pprint base containers hashable hspec parsers QuickCheck + raw-strings-qq regex-posix template-haskell transformers + unordered-containers vector ]; extraLibraries = [ gsl gslcblas ]; description = "Write Haskell source files including C code inline. No FFI required."; @@ -75871,8 +76180,8 @@ self: { }: mkDerivation { pname = "intricacy"; - version = "0.5"; - sha256 = "1cy8i6iqgka0696d84nqswg90q3a1yn9s480ffx8s1i2sy7msjyg"; + version = "0.5.5"; + sha256 = "0jlqxd7nwh3yvy5pni3w4a19wvn2xdrhhhfm9xkf4cs2rqnz525q"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -76845,8 +77154,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "ivar-simple"; - version = "0.3"; - sha256 = "13if0mqgnc6lsx1acw6395milygqq18sm5vazfkxdhmppsqb91ch"; + version = "0.3.1"; + sha256 = "1zn3nr0qmrnpr7jnpwgb4sancflbp9xmk2qyahl0d9vw7agqhwlm"; buildDepends = [ base ]; description = "Write once concurrency primitives"; license = stdenv.lib.licenses.mit; @@ -77147,7 +77456,7 @@ self: { "jack" = callPackage ({ mkDerivation, array, base, bytestring, enumset, event-list - , explicit-exception, libjack2, midi, non-negative, transformers, unix + , explicit-exception, jack2, midi, non-negative, transformers, unix }: mkDerivation { pname = "jack"; @@ -77159,25 +77468,25 @@ self: { array base bytestring enumset event-list explicit-exception midi non-negative transformers unix ]; - pkgconfigDepends = [ libjack2 ]; + pkgconfigDepends = [ jack2 ]; homepage = "http://www.haskell.org/haskellwiki/JACK"; description = "Bindings for the JACK Audio Connection Kit"; license = "GPL"; - }) { inherit (pkgs) libjack2;}; + }) { jack2 = null;}; "jack-bindings" = callPackage - ({ mkDerivation, base, c2hs, libjack2, mtl }: + ({ mkDerivation, base, c2hs, jack2, mtl }: mkDerivation { pname = "jack-bindings"; version = "0.1.1"; sha256 = "1gmz2qiz7wzydj0rhswbfhwi0zbdcbps29l1lryzqxm8chfc9mbm"; buildDepends = [ base mtl ]; buildTools = [ c2hs ]; - pkgconfigDepends = [ libjack2 ]; + pkgconfigDepends = [ jack2 ]; description = "DEPRECATED Bindings to the JACK Audio Connection Kit"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; - }) { inherit (pkgs) libjack2;}; + }) { jack2 = null;}; "jackminimix" = callPackage ({ mkDerivation, base, hosc }: @@ -77253,22 +77562,23 @@ self: { }) {}; "jalla" = callPackage - ({ mkDerivation, base, blas, c2hs, cblas, convertible, HUnit - , lapacke, mtl, QuickCheck, random, test-framework + ({ mkDerivation, base, base-orphans, blas, c2hs, cblas, convertible + , HUnit, lapacke, mtl, QuickCheck, random, test-framework , test-framework-hunit, test-framework-quickcheck2 }: mkDerivation { pname = "jalla"; - version = "0.2"; - sha256 = "02n9dfspn648090d3yhk3ngqzjky82ly770qi13d1h13ixbv2lx0"; - buildDepends = [ base convertible mtl QuickCheck random ]; + version = "0.2.0.1"; + sha256 = "122lf1j9hs81yzj6hdv7a7q56846h1ggasbjgvjnk8r34d0xsl40"; + buildDepends = [ + base base-orphans convertible mtl QuickCheck random + ]; testDepends = [ base HUnit QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 ]; buildTools = [ c2hs ]; extraLibraries = [ blas cblas lapacke ]; - jailbreak = true; homepage = "https://github.com/cgo/jalla"; description = "Higher level functions for linear algebra. Wraps BLAS and LAPACKE."; license = "GPL"; @@ -78089,8 +78399,8 @@ self: { }: mkDerivation { pname = "json-schema"; - version = "0.7.3.6"; - sha256 = "0x1aj5scd0k0qapivn784y5np82fhr982sqvb64jw619aql5s6bv"; + version = "0.7.3.7"; + sha256 = "0lrr5zhydb2g36xlpr3mhn0m6bz138gbm0zih3f3qamnsm21mjk5"; buildDepends = [ aeson base containers generic-aeson generic-deriving mtl scientific text time unordered-containers vector @@ -78148,8 +78458,8 @@ self: { }: mkDerivation { pname = "json-togo"; - version = "0.1.0.3"; - sha256 = "0fl71ij0v4gjjvm5d4624x5fm0si75d9baz07c5ck6da24xgbg0l"; + version = "0.1.1.0"; + sha256 = "0aw0dkv1scllj56vj9q07a44vfs88f3k5x1m80y0mivlpz0280l3"; buildDepends = [ aeson attoparsec attoparsec-trans base bytestring scientific text transformers unordered-containers vector @@ -78388,8 +78698,8 @@ self: { }: mkDerivation { pname = "jukebox"; - version = "0.1.3"; - sha256 = "024q90vsphh3ka4p2l0xmyvp874jp5a61s4gwmg985v5b54srzh5"; + version = "0.1.4"; + sha256 = "07galk5i5lq4dx1njd5851c7jz4qwhw8da76ggxd91f9xpvkmf9y"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -78457,6 +78767,25 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "kademlia" = callPackage + ({ mkDerivation, base, bytestring, containers, mtl, network, stm + , transformers, transformers-compat + }: + mkDerivation { + pname = "kademlia"; + version = "1.0.0.0"; + revision = "1"; + sha256 = "0f1kwflpizabzyal3x3p9sra3kxlgm2m14xfxnl4k3bndmj02sdb"; + editedCabalFile = "2553e98d53372b8d4947c115dd696e33f526f0304e9ed39566e6beec276ca641"; + buildDepends = [ + base bytestring containers mtl network stm transformers + transformers-compat + ]; + homepage = "https://github.com/froozen/kademlia"; + description = "An implementation of the Kademlia DHT Protocol"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "kafka-client" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, digest , dlist, hspec, hspec-discover, network, process, QuickCheck @@ -79044,8 +79373,8 @@ self: { }: mkDerivation { pname = "keter"; - version = "1.4.1"; - sha256 = "1pxvddb6mkxq4j7w0l3zgvarlj8kvrd4c75mivsia330wzkhc4ay"; + version = "1.4.2.1"; + sha256 = "1xwnprbmssvvymwyvcgczlsldplr2va53mzdphqs6969xhhpahh3"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -80464,18 +80793,18 @@ self: { }: mkDerivation { pname = "language-c-quote"; - version = "0.10.2.2"; - sha256 = "0y65mlx4zx1n7n6y3gjvzqzr2k8bxbbjn4wsjr8mzpib0gqfqpss"; + version = "0.11"; + sha256 = "1v55pmzrsd7nvxdkik0fh5psbycx9cv4j5zwzlv872lzhfsr3lc7"; buildDepends = [ array base bytestring containers exception-mtl exception-transformers filepath haskell-src-meta mainland-pretty mtl srcloc syb symbol template-haskell ]; testDepends = [ - base HUnit srcloc symbol test-framework test-framework-hunit + base bytestring HUnit mainland-pretty srcloc symbol test-framework + test-framework-hunit ]; buildTools = [ alex happy ]; - jailbreak = true; homepage = "http://www.cs.drexel.edu/~mainland/"; description = "C/CUDA/OpenCL/Objective-C quasiquoting library"; license = stdenv.lib.licenses.bsd3; @@ -82828,13 +83157,12 @@ self: { }: mkDerivation { pname = "lilypond"; - version = "1.8.1"; - sha256 = "0y60i1rsl6rzdvbx2jj3y660bqlsz6dywwxq8nl4q1g6gr2k97fd"; + version = "1.9.0"; + sha256 = "1nb6kkp5gbsbkjbbicyd49ckg2j9dm4a1l9ya4vp38br5j7dn4gw"; buildDepends = [ base data-default music-dynamics-literal music-pitch-literal prettify process semigroups vector-space ]; - jailbreak = true; description = "Bindings to Lilypond"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -84212,7 +84540,6 @@ self: { homepage = "http://github.com/dmbarbour/haskell-lmdb"; description = "Lightning MDB bindings"; license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; }) { lmdb = null;}; "load-env" = callPackage @@ -84393,6 +84720,7 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; + jailbreak = true; homepage = "http://github.com/analytics/log-domain/"; description = "Log-domain arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -85034,23 +85362,24 @@ self: { }) {}; "luautils" = callPackage - ({ mkDerivation, base, containers, custom-prelude, hslua + ({ mkDerivation, base, binary, bytestring, containers, hslua , monad-loops, QuickCheck, quickcheck-instances, test-framework - , test-framework-quickcheck2, test-framework-th, text + , test-framework-quickcheck2, test-framework-th, text, text-binary }: mkDerivation { pname = "luautils"; - version = "0.1.3"; - sha256 = "1y0a70sqykc003kazx6bddjp4l7pc6099iqg6w78k7wigzmkld7y"; + version = "0.1.4"; + sha256 = "176szfrz1ydnin1zi50235j4f4l87j516yjddmqbmd834dzvk20d"; buildDepends = [ - base containers custom-prelude hslua monad-loops text + base binary bytestring containers hslua monad-loops text ]; testDepends = [ - base containers hslua QuickCheck quickcheck-instances + base binary containers hslua QuickCheck quickcheck-instances test-framework test-framework-quickcheck2 test-framework-th text + text-binary ]; description = "Helpers for Haskell integration with Lua"; - license = "GPL"; + license = stdenv.lib.licenses.mit; }) {}; "lub" = callPackage @@ -85404,13 +85733,12 @@ self: { }: mkDerivation { pname = "machinecell"; - version = "1.3.1"; - revision = "1"; - sha256 = "1v4rrjszh6sm2x1nwq33f4xwa41bnls0awhy9qfkap62bpad8fxg"; - editedCabalFile = "5a7ee43c327694ac753228da8f16d681a60d23b4926132726e2a093ecacb4725"; + version = "2.0.1"; + sha256 = "0gl207a97zcs48k6pdr82x9ckg1bc2vn6wachc57gmnspk3j43xd"; buildDepends = [ arrows base free mtl profunctors semigroups ]; - testDepends = [ base hspec mtl profunctors QuickCheck ]; - jailbreak = true; + testDepends = [ + arrows base hspec mtl profunctors QuickCheck semigroups + ]; homepage = "http://github.com/as-capabl/machinecell"; description = "Arrow based stream transducers"; license = stdenv.lib.licenses.bsd3; @@ -85705,8 +86033,8 @@ self: { ({ mkDerivation, base, containers, srcloc, text }: mkDerivation { pname = "mainland-pretty"; - version = "0.3.0.0"; - sha256 = "1fqb03rph3zwl46wkfzbm5hsqhyjn2vvwks506mybabqv3sg24kn"; + version = "0.4.0.0"; + sha256 = "1nym3qiyjgag6jpra1cfm8b722h8ghi0f2dv74y6migzqh768myl"; buildDepends = [ base containers srcloc text ]; homepage = "http://www.cs.drexel.edu/~mainland/"; description = "Pretty printing designed for printing source code"; @@ -86746,7 +87074,9 @@ self: { mkDerivation { pname = "matrices"; version = "0.4.2"; + revision = "1"; sha256 = "1mcv3ihaf15biai6m98jfgv31whgmwbzgagxyj3bfpnilslp98l6"; + editedCabalFile = "6aabde42e016b428562ed0e983444308c23d79837f04453fe57f60a6cbc02fe4"; buildDepends = [ base primitive vector ]; testDepends = [ base tasty tasty-hunit tasty-quickcheck vector ]; description = "native matrix based on vector"; @@ -87408,14 +87738,14 @@ self: { "messagepack-rpc" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, messagepack - , network-simple, text + , network-simple }: mkDerivation { pname = "messagepack-rpc"; - version = "0.1.0.3"; - sha256 = "0g9lj3fb81gng3z4kdikwa9vgz73hjdqygzhcqd8fphcynv8j6m1"; + version = "0.2.0.0"; + sha256 = "0lx0qyv41pylbz2580zvw4qw07pih4l9sbdd2h99gwkqjpjnc8x8"; buildDepends = [ - base bytestring cereal containers messagepack network-simple text + base bytestring cereal containers messagepack network-simple ]; homepage = "http://github.com/rodrigosetti/messagepack-rpc"; description = "Message Pack RPC over TCP"; @@ -88225,16 +88555,15 @@ self: { }) {}; "minisat" = callPackage - ({ mkDerivation, async, base, zlib }: + ({ mkDerivation, async, base }: mkDerivation { pname = "minisat"; - version = "0.1.1"; - sha256 = "1myy23mrhnm7wv6mzyym9jmw8pnlqkfam9dl082i8qll3mxrl83i"; + version = "0.1.2"; + sha256 = "089jam2cbwf4m16sgb9wh4zkgbmpfsg647lng3kyjs5d3m02i5dd"; buildDepends = [ async base ]; - extraLibraries = [ zlib ]; description = "A Haskell bundle of the Minisat SAT solver"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) zlib;}; + }) {}; "ministg" = callPackage ({ mkDerivation, base, containers, directory, filepath, monads-tf @@ -90670,22 +90999,21 @@ self: { "mueval" = callPackage ({ mkDerivation, base, Cabal, containers, directory - , extensible-exceptions, filepath, hint, mtl, process, show - , simple-reflect, unix, utf8-string + , extensible-exceptions, filepath, hint, mtl, process, QuickCheck + , show, simple-reflect, unix }: mkDerivation { pname = "mueval"; - version = "0.9.1.1"; - revision = "2"; - sha256 = "0p9qf8lb3c1y87qpl9b4n6v6bjrb9fw3yfg4p7niqdz31454d2pz"; - editedCabalFile = "26147e2bbac6b9afea949ab81c6072fc89bbff6b7e6678f3ce57c77d26264832"; + version = "0.9.1.1.2"; + revision = "1"; + sha256 = "1h8a0lfbpgx9pjsmb0yld4n12z2nia5kkikjq1qqzk4m8rsknk70"; + editedCabalFile = "5c6cf1e221928e15536f1dfa46942293acf7b470a442c619ef66529b78c59596"; isLibrary = true; isExecutable = true; buildDepends = [ base Cabal containers directory extensible-exceptions filepath hint - mtl process show simple-reflect unix utf8-string + mtl process QuickCheck show simple-reflect unix ]; - jailbreak = true; homepage = "https://github.com/gwern/mueval"; description = "Safely evaluate pure Haskell expressions"; license = stdenv.lib.licenses.bsd3; @@ -90910,8 +91238,8 @@ self: { ({ mkDerivation, base, containers }: mkDerivation { pname = "multiset"; - version = "0.2.2"; - sha256 = "1g14c1zm4rdc8nxvb69k98h542wi24q2lpba1gpqjqspk4d0sjmn"; + version = "0.3.0"; + sha256 = "0wpc2v55q6gwn70nlk2x5xd4dk9a8aw2ivl1gr0xhdp1dnn5dhcb"; buildDepends = [ base containers ]; description = "The Data.MultiSet container type"; license = stdenv.lib.licenses.bsd3; @@ -90947,8 +91275,8 @@ self: { ({ mkDerivation, base, hspec, mtl, tagged, transformers }: mkDerivation { pname = "multistate"; - version = "0.6.0.0"; - sha256 = "17b54qy4dgacj0lwy61nf3hbppd950xk9c1yphjn6i6jcr8z66li"; + version = "0.6.2.0"; + sha256 = "0s8x0gb332724sd3vcp5yimxpbf85kvg327lg3bb77jvy6cfdzvj"; isLibrary = true; isExecutable = true; buildDepends = [ base mtl tagged transformers ]; @@ -91046,8 +91374,8 @@ self: { ({ mkDerivation, average, base, semigroups }: mkDerivation { pname = "music-articulation"; - version = "1.8.1"; - sha256 = "1wmj1265bk4fb1qw3vmm6r7a576i8fc2dshrfh3i7w39vy9ywprr"; + version = "1.9.0"; + sha256 = "0cxbhk25kn3hpkmb6h0brcf03yyi6kaz3i3l3lv2rzgfxv14a2pg"; buildDepends = [ average base semigroups ]; description = "Abstract representation of musical articulation"; license = stdenv.lib.licenses.bsd3; @@ -91069,8 +91397,8 @@ self: { }: mkDerivation { pname = "music-dynamics"; - version = "1.8.1"; - sha256 = "1rdv9kn3i5m6l9xpfmccdwjkdw0smr9qiaw4p0y79fr9gdqrd6a1"; + version = "1.9.0"; + sha256 = "12a11qrdy4p0bczpg2zp8yqw4wdmgfhq5z9ffajlsib2xcs6y8s4"; buildDepends = [ average base music-dynamics-literal semigroups ]; description = "Abstract representation of musical dynamics"; license = stdenv.lib.licenses.bsd3; @@ -91080,8 +91408,8 @@ self: { ({ mkDerivation, base, semigroups }: mkDerivation { pname = "music-dynamics-literal"; - version = "1.8.1"; - sha256 = "1p5r9fj71rvg2hma1r4s4vlxxqzam7iq99hfmn8k92sv7yzjm5na"; + version = "1.9.0"; + sha256 = "19bql45aqjfkhvpkfbvfcsc8p1mzg93n966r1yv5rwps6s2x86d5"; buildDepends = [ base semigroups ]; description = "Overloaded dynamics literals"; license = stdenv.lib.licenses.bsd3; @@ -91106,37 +91434,38 @@ self: { }) {}; "music-parts" = callPackage - ({ mkDerivation, adjunctions, aeson, base, containers, data-default - , lens, music-dynamics, music-pitch, roman-numerals, semigroups + ({ mkDerivation, adjunctions, aeson, base, bytestring, cassava + , containers, data-default, lens, monadplus, music-dynamics + , music-pitch, roman-numerals, semigroups, vector-space + , vector-space-points }: mkDerivation { pname = "music-parts"; - version = "1.8.1"; - sha256 = "1m0grrqmlj21ld5g381zz1y7s25ngkjq0d5sr3wd7z7ssp44xxs2"; + version = "1.9.0"; + sha256 = "1kiz968kcwcyczxg5gl40c7bwgkn86l7qi0ak8p68bm4rmsw9id4"; buildDepends = [ - adjunctions aeson base containers data-default lens music-dynamics - music-pitch roman-numerals semigroups + adjunctions aeson base bytestring cassava containers data-default + lens monadplus music-dynamics music-pitch roman-numerals semigroups + vector-space vector-space-points ]; - jailbreak = true; description = "Musical instruments, parts and playing techniques"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; "music-pitch" = callPackage - ({ mkDerivation, base, containers, data-interval, lens + ({ mkDerivation, aeson, base, containers, data-interval, lens , music-pitch-literal, nats, positive, semigroups, type-unary , vector-space, vector-space-points }: mkDerivation { pname = "music-pitch"; - version = "1.8.1"; - sha256 = "01wrhzyn7mpa4xk1iyg17clfwyy6ggfg1bz45dvr62pz3gl0sd03"; + version = "1.9.0"; + sha256 = "1w5b62il0n8147a3sdvx9ndykfp56nf0kabwpw8khd29cmpff0bz"; buildDepends = [ - base containers data-interval lens music-pitch-literal nats + aeson base containers data-interval lens music-pitch-literal nats positive semigroups type-unary vector-space vector-space-points ]; - jailbreak = true; description = "Musical pitch representation"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -91146,8 +91475,8 @@ self: { ({ mkDerivation, base, semigroups }: mkDerivation { pname = "music-pitch-literal"; - version = "1.8.1"; - sha256 = "11qjsxn10lrl3z7yi8h2likasy1g68ybbfzpnx03d01irl5kyzyf"; + version = "1.9.0"; + sha256 = "0vsvw7c29qvi69z9gy2zzq9bpajmjd5vs1kll7jw0qbsh28jsqql"; buildDepends = [ base semigroups ]; description = "Overloaded pitch literals"; license = stdenv.lib.licenses.bsd3; @@ -91163,8 +91492,8 @@ self: { }: mkDerivation { pname = "music-preludes"; - version = "1.8.1"; - sha256 = "0apqhv3658i7nrh40ksfxzbi21xvfaix1mm2m3bxid2plbm88qav"; + version = "1.9.0"; + sha256 = "1fqw3rz0zrwa5a0l639b0bd6qxiq4zmqcrf0vkrgh03n65r2901q"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -91175,29 +91504,28 @@ self: { vector-space vector-space-points ]; testDepends = [ base process tasty tasty-golden ]; - jailbreak = true; description = "Some useful preludes for the Music Suite"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; "music-score" = callPackage - ({ mkDerivation, adjunctions, aeson, average, base, bifunctors - , colour, comonad, containers, contravariant, distributive, HCodecs - , lens, lilypond, monadplus, mtl, music-dynamics-literal - , music-pitch-literal, musicxml2, nats, NumInstances, parsec - , prettify, process, semigroups, transformers, transformers-compat - , vector-space, vector-space-points + ({ mkDerivation, adjunctions, aeson, average, base, base-orphans + , bifunctors, colour, comonad, containers, contravariant + , distributive, HCodecs, lens, lilypond, monadplus, mtl + , music-dynamics-literal, music-pitch-literal, musicxml2, nats + , NumInstances, parsec, prettify, process, semigroups, transformers + , transformers-compat, vector-space, vector-space-points }: mkDerivation { pname = "music-score"; - version = "1.8.1"; - sha256 = "1bz93g4v69wkwsamjmgbdxwnv77nwrnvrahj180vjkfwj77f88hq"; + version = "1.9.0"; + sha256 = "10cysii04njrjd0qx14fwsjn91ycvfxcs3kvwnb8j24v3svcha10"; buildDepends = [ - adjunctions aeson average base bifunctors colour comonad containers - contravariant distributive HCodecs lens lilypond monadplus mtl - music-dynamics-literal music-pitch-literal musicxml2 nats - NumInstances parsec prettify process semigroups transformers + adjunctions aeson average base base-orphans bifunctors colour + comonad containers contravariant distributive HCodecs lens lilypond + monadplus mtl music-dynamics-literal music-pitch-literal musicxml2 + nats NumInstances parsec prettify process semigroups transformers transformers-compat vector-space vector-space-points ]; jailbreak = true; @@ -91208,18 +91536,19 @@ self: { "music-sibelius" = callPackage ({ mkDerivation, aeson, base, bytestring, lens, monadplus + , music-articulation, music-dynamics, music-parts, music-pitch , music-pitch-literal, music-preludes, music-score, semigroups , unordered-containers }: mkDerivation { pname = "music-sibelius"; - version = "1.8.1"; - sha256 = "0g36m4fym11kw2qwciv93zxbxklikmkxbvxlmgi6l9nkjd0n5q9v"; + version = "1.9.0"; + sha256 = "1yahz8z81ggcg303i2syzf6bsxq8dmzzzqs3fj89r5kq766275kz"; buildDepends = [ - aeson base bytestring lens monadplus music-pitch-literal + aeson base bytestring lens monadplus music-articulation + music-dynamics music-parts music-pitch music-pitch-literal music-preludes music-score semigroups unordered-containers ]; - jailbreak = true; description = "Interaction with Sibelius"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -91232,8 +91561,8 @@ self: { }: mkDerivation { pname = "music-suite"; - version = "1.8.1"; - sha256 = "14hhzmsq5m2h0qq3220xv1gg90sn69whmiysj3y0mw6rcm0zia0f"; + version = "1.9.0"; + sha256 = "1nss12cad2vjq2whz5kxsr1r63iwc4pnza0nnf2h2zai3gxzsnn6"; buildDepends = [ abcnotation lilypond music-articulation music-dynamics music-dynamics-literal music-parts music-pitch music-pitch-literal @@ -91317,8 +91646,8 @@ self: { }: mkDerivation { pname = "musicxml2"; - version = "1.8.1"; - sha256 = "096vm73a4ngl1yc27x7z226difh97zjm5386cy5vw58ndmf1fws7"; + version = "1.9.0"; + sha256 = "07axlifkqf0dcqnxfb62x829ygc2y7didsh60x081zw429853fy8"; buildDepends = [ base data-default music-dynamics-literal music-pitch-literal nats reverse-apply semigroups type-unary xml @@ -91732,6 +92061,29 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "nagios-plugin-ekg" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, hspec, HUnit + , lens, nagios-check, optparse-applicative, text, transformers + , unordered-containers, wreq + }: + mkDerivation { + pname = "nagios-plugin-ekg"; + version = "0.1.1.0"; + sha256 = "1rk6sphxn93kmayjs0y386g1llhgbw8jpwhfkhlrbv9c395gxkrh"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + aeson base bytestring containers lens nagios-check + optparse-applicative text transformers unordered-containers wreq + ]; + testDepends = [ + base bytestring hspec HUnit nagios-check text transformers + ]; + homepage = "https://github.com/fractalcat/nagios-plugin-ekg"; + description = "Monitor ekg metrics via Nagios"; + license = stdenv.lib.licenses.mit; + }) {}; + "named-formlet" = callPackage ({ mkDerivation, base, blaze-html, bytestring, containers, mtl , text, transformers @@ -91967,6 +92319,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "nationstates" = callPackage + ({ mkDerivation, base, bytestring, clock, containers, http-client + , http-client-tls, http-types, multiset, split, transformers, xml + }: + mkDerivation { + pname = "nationstates"; + version = "0.1.0.1"; + sha256 = "0hnn4b94aj29j07jbhb7m7nn7l3wpkkcv76ngn1a5dnamagrwdpd"; + buildDepends = [ + base bytestring clock containers http-client http-client-tls + http-types multiset split transformers xml + ]; + homepage = "https://github.com/lfairy/nationstates"; + description = "NationStates API client"; + license = stdenv.lib.licenses.asl20; + }) {}; + "nats" = callPackage ({ mkDerivation }: mkDerivation { @@ -92205,8 +92574,8 @@ self: { }: mkDerivation { pname = "neet"; - version = "0.3.0.0"; - sha256 = "1zbpnm0hlcga54x9jbxg748my9s1k2nj97p4haq6pkhbayskz1zi"; + version = "0.4.0.0"; + sha256 = "1x0l6cpjc9pjirjndh47asmva8jx5wc6gq8vab1ik2090ph0w1v5"; buildDepends = [ base cereal containers graphviz MonadRandom multimap parallel random transformers @@ -92382,8 +92751,8 @@ self: { }: mkDerivation { pname = "nested-routes"; - version = "2.2.0"; - sha256 = "01daa0hhwgpp33sq1nlgnbkmn15ca8861qf6d7j5ypb9f48c6jr1"; + version = "3.1.0"; + sha256 = "128i669x31c4jagnamzlsv3z584rpijpmc832hr96004qkwr692n"; buildDepends = [ aeson attoparsec base blaze-html bytestring clay composition constraints containers http-media http-types lucid mtl poly-arity @@ -92929,7 +93298,9 @@ self: { mkDerivation { pname = "network-carbon"; version = "1.0.3"; + revision = "1"; sha256 = "0wk3rds1d2c6nr9gdz9qgpqhmkqkdkk0rqxzj3rznv0n9m9sylcr"; + editedCabalFile = "6500f60c0b037a1e680ef3356ce43e27f145efe2cf85f63cb2e670cb344a926d"; buildDepends = [ base bytestring network text time vector ]; homepage = "http://github.com/ocharles/network-carbon"; description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)"; @@ -93076,8 +93447,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "network-info"; - version = "0.2.0.6"; - sha256 = "1ymi2cw3914wvinw0wssmq8m2j4g92q1sd5vi9dxfyb7lrj1gga7"; + version = "0.2.0.7"; + sha256 = "0pa0051ji3sr8ax8z1gfgj8x0wvvr20i1zkxs28hq4hdsv1y4dpg"; buildDepends = [ base ]; homepage = "http://github.com/jystic/network-info"; description = "Access the local computer's basic network configuration"; @@ -93405,7 +93776,9 @@ self: { mkDerivation { pname = "network-transport-amqp"; version = "0.1.0.0"; + revision = "2"; sha256 = "1165xl5g8m423y4nvzwpihzrv6nc9y2dyr6dm4sqp6n1bw4dqqdq"; + editedCabalFile = "724410b5035d55d170110908838d023a675306faf5fc056ed2a8d68beeb112d4"; buildDepends = [ amqp async base bytestring cereal containers exceptions lens-family lens-family-th network-transport stm stm-chans string-conv text @@ -93420,6 +93793,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "network-transport-inmemory" = callPackage + ({ mkDerivation, base, bytestring, containers, data-accessor + , network-transport, network-transport-tests, stm + }: + mkDerivation { + pname = "network-transport-inmemory"; + version = "0.5.0"; + sha256 = "1znc4xk6arzi6vr8pfv2vyvak377jpxzzq82r17kz4csdrbnbfw6"; + buildDepends = [ + base bytestring containers data-accessor network-transport stm + ]; + testDepends = [ base network-transport network-transport-tests ]; + homepage = "http://haskell-distributed.github.com"; + description = "In-memory instantiation of Network.Transport"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "network-transport-tcp" = callPackage ({ mkDerivation, base, bytestring, containers, data-accessor , network, network-transport, network-transport-tests @@ -94792,8 +95182,8 @@ self: { ({ mkDerivation, base, containers }: mkDerivation { pname = "observable-sharing"; - version = "0.2.1.0"; - sha256 = "11k6wzk3k39d87zbxminz1ga7nw6r96lf5kki40y673n500i4vdc"; + version = "0.2.1.2"; + sha256 = "0f2da4bxid9ap21p0l6vf8czg84ifnzq1ljj1h4qy95ydv2bc0za"; buildDepends = [ base containers ]; homepage = "https://github.com/atzeus/observable-sharing"; description = "Simple observable sharing"; @@ -94990,8 +95380,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "old-version"; - version = "1.1.0"; - sha256 = "1vlh6wz9khcamlb5pv5gy5bss7bws7b92j8kkyqf6cp22x4dxdlc"; + version = "1.3.1"; + sha256 = "19rra617l1rfixpc7s29q1frjk6zlbmp06gzcv03g3hv3f7c4hcf"; buildDepends = [ base ]; jailbreak = true; description = "Basic versioning library"; @@ -95006,7 +95396,9 @@ self: { mkDerivation { pname = "olwrapper"; version = "0.4.1"; + revision = "1"; sha256 = "0cnkanaxsrsshk2y37sbvyyzc40k61r57zb0c3jarz583h3yzlai"; + editedCabalFile = "44d11ed6751baf0383e968d36adca3c1ab49450cb0e147c1496feba468087e90"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -96540,7 +96932,9 @@ self: { mkDerivation { pname = "pagerduty"; version = "0.0.3.2"; + revision = "1"; sha256 = "0cdn5xmqpfl85nair2ns3dv690wgyfiapks0lnc3aqi8nnly7bws"; + editedCabalFile = "016fff9ce8abfc6dec19a84ed7043a2d6f6692f2b0f20a845e98a347a1bc48ba"; buildDepends = [ aeson base bifunctors bytestring bytestring-conversion conduit data-default-class exceptions generics-sop http-client http-types @@ -96632,7 +97026,7 @@ self: { "pandoc" = callPackage ({ mkDerivation, aeson, alex, ansi-terminal, array, base , base64-bytestring, binary, blaze-html, blaze-markup, bytestring - , cmark, containers, css-text, data-default, deepseq-generics, Diff + , cmark, containers, data-default, deepseq-generics, Diff , directory, executable-path, extensible-exceptions, filemanip , filepath, haddock-library, happy, highlighting-kate, hslua, HTTP , http-client, http-client-tls, http-types, HUnit, JuicyPixels, mtl @@ -96644,13 +97038,13 @@ self: { }: mkDerivation { pname = "pandoc"; - version = "1.14.0.4"; - sha256 = "1pzs4ysf7q3sxd8vyydzi5r4n8gjnkvjs3p1phmw4zir3zxmp581"; + version = "1.15.0.4"; + sha256 = "1mq7vdcxa7ia0s0l22ysqxpjsib4wvphh4849asswswgywscaq2n"; isLibrary = true; isExecutable = true; buildDepends = [ aeson alex array base base64-bytestring binary blaze-html - blaze-markup bytestring cmark containers css-text data-default + blaze-markup bytestring cmark containers data-default deepseq-generics directory extensible-exceptions filemanip filepath haddock-library happy highlighting-kate hslua HTTP http-client http-client-tls http-types JuicyPixels mtl network network-uri @@ -96665,7 +97059,7 @@ self: { test-framework-quickcheck2 text zip-archive ]; configureFlags = [ "-fhttps" "-fmake-pandoc-man-pages" ]; - homepage = "http://johnmacfarlane.net/pandoc"; + homepage = "http://pandoc.org"; description = "Conversion between markup formats"; license = "GPL"; }) {}; @@ -96715,6 +97109,7 @@ self: { base bytestring containers data-default hspec mtl pandoc pandoc-types process yaml ]; + jailbreak = true; description = "Pandoc filter for cross-references"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -99020,8 +99415,8 @@ self: { }: mkDerivation { pname = "phash"; - version = "0.0.4"; - sha256 = "1bfikigj8bxgqwqz0lxi35s8sck41kjkz2ww1s10bim867h97si0"; + version = "0.0.5"; + sha256 = "1bndzncy52swvfk2p1imvxlbiv01qx9qi5mb68jmc22b1d99s6bv"; buildDepends = [ base ]; testDepends = [ base doctest HUnit pHash smallcheck tasty tasty-hunit @@ -99087,8 +99482,8 @@ self: { }: mkDerivation { pname = "photoname"; - version = "3.0.1"; - sha256 = "171vxmjzzwjzb4ixqnkwkg5d1zhswv5377hx79zj8sw68gm1h6b9"; + version = "3.1"; + sha256 = "0d44fzflpyw94rfyn9nw9pqklm01vw6nczava2kfj68sq12m94rp"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -99098,8 +99493,8 @@ self: { base directory exif filepath HUnit mtl old-locale parsec process regex-posix time unix ]; - homepage = "http://ui3.info/d/proj/photoname.html"; - description = "Rename JPEG photo files based on shoot date"; + homepage = "http://hub.darcs.net/dino/photoname"; + description = "Rename photo image files based on EXIF shoot date"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -99325,8 +99720,8 @@ self: { ({ mkDerivation, base, enumerator, pipes, transformers }: mkDerivation { pname = "pipe-enumerator"; - version = "0.3.0.0"; - sha256 = "0ralmrhyz88dmnlggmw7kq2gfw5xdb5xypjmmmlgs478z7f2qyd8"; + version = "0.3.0.1"; + sha256 = "1nma4pjc472nc9g8b626k7f01rl8z9hsd7j8wsa1ir3r7jb5jpwp"; buildDepends = [ base enumerator pipes transformers ]; homepage = "https://github.com/zadarnowski/pipe-enumerator"; description = "A bidirectional bridge between pipes and iteratees"; @@ -99422,6 +99817,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pipes-bgzf" = callPackage + ({ mkDerivation, base, bytestring, mtl, parallel, pipes + , streaming-commons + }: + mkDerivation { + pname = "pipes-bgzf"; + version = "0.2.0.1"; + sha256 = "04y0wzy8982g64xyxq6rl9xc63n0c8xl8mhyf0x4ivqxnn49iv23"; + buildDepends = [ + base bytestring mtl parallel pipes streaming-commons + ]; + description = "Blocked GZip"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "pipes-binary" = callPackage ({ mkDerivation, base, binary, bytestring, ghc-prim , lens-family-core, pipes, pipes-bytestring, pipes-parse @@ -99625,6 +100035,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pipes-fastx" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, pipes + , pipes-attoparsec, pipes-bytestring + }: + mkDerivation { + pname = "pipes-fastx"; + version = "0.3.0.0"; + sha256 = "0xds11gfacj7m5lz6cssaj4v5z73ycrdmn57f0qxzqdsc2kln9ii"; + buildDepends = [ + attoparsec base bytestring pipes pipes-attoparsec pipes-bytestring + ]; + description = "Streaming parsers for Fasta and Fastq"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "pipes-group" = callPackage ({ mkDerivation, base, free, pipes, pipes-parse, transformers }: mkDerivation { @@ -99651,6 +100076,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pipes-illumina" = callPackage + ({ mkDerivation, base, bytestring, directory, filepath, pipes + , pipes-bgzf + }: + mkDerivation { + pname = "pipes-illumina"; + version = "0.1.0.0"; + sha256 = "19s6rkrfvmni914flq37fkbfs6angzl3c40bzg0ddivn4ada7jvn"; + buildDepends = [ + base bytestring directory filepath pipes pipes-bgzf + ]; + homepage = "http://github.com/rcallahan/pipes-illumina"; + description = "Illumina NGS data processing"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "pipes-interleave" = callPackage ({ mkDerivation, base, containers, pipes }: mkDerivation { @@ -101004,10 +101445,9 @@ self: { ({ mkDerivation, base, nats, semigroups }: mkDerivation { pname = "positive"; - version = "0.4"; - sha256 = "0vj0gd7xln1xihf8dyrr2sm7zh5wg6qvfzy30nslwgvzyn4f14gv"; + version = "0.4.1"; + sha256 = "034vlx889sgwvn7g2s1vl3w0nf1vs0c2c1gc0vn77wd9l1vw0hfg"; buildDepends = [ base nats semigroups ]; - jailbreak = true; description = "Positive integers"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -101242,7 +101682,7 @@ self: { "postgresql-query" = callPackage ({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring , containers, data-default, either, exceptions, file-embed - , haskell-src-meta, monad-control, monad-logger, mtl + , haskell-src-meta, hreader, hset, monad-control, monad-logger, mtl , postgresql-simple, QuickCheck, quickcheck-assertions , quickcheck-instances, resource-pool, semigroups, tasty , tasty-hunit, tasty-quickcheck, tasty-th, template-haskell, text @@ -101250,14 +101690,12 @@ self: { }: mkDerivation { pname = "postgresql-query"; - version = "1.2.1"; - revision = "1"; - sha256 = "0dkbg55y4dmdka0ks2mz5m1dk17r5gdhkhk3bypjwchb4nyjvx1f"; - editedCabalFile = "a751cfcead636156595561698606a6ddb945d763156414c71854a718494768e0"; + version = "1.3.1"; + sha256 = "19lzpxdfvidhrmmay2g3vxdbx9zcnp6r949lind04wbwwy3pbb0c"; buildDepends = [ aeson attoparsec base blaze-builder bytestring containers - data-default either exceptions file-embed haskell-src-meta - monad-control monad-logger mtl postgresql-simple resource-pool + 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 ]; @@ -101271,6 +101709,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "postgresql-schema" = callPackage + ({ mkDerivation, base, base-prelude, formatting, old-locale + , optparse-applicative, shelly, text, time + }: + mkDerivation { + pname = "postgresql-schema"; + version = "0.1.3"; + revision = "1"; + sha256 = "17i4xpal7cf7km3p59p7m1cbc39rgkjwg6dkmhswnr669v40r350"; + editedCabalFile = "48c36bad1c6796bd2c7211e0002d2aafc5bb0c8dedde4ec9f8ece597335096ce"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base base-prelude formatting old-locale optparse-applicative shelly + text time + ]; + jailbreak = true; + homepage = "https://github.com/mfine/postgresql-schema"; + description = "PostgreSQL Schema Management"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "postgresql-simple" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , blaze-builder, blaze-textual, bytestring, case-insensitive @@ -101364,20 +101824,19 @@ self: { "postgresql-typed" = callPackage ({ mkDerivation, aeson, array, attoparsec, base, binary, bytestring , containers, cryptohash, haskell-src-meta, network, old-locale - , parsec, postgresql-binary, scientific, template-haskell, text - , time, utf8-string, uuid + , postgresql-binary, scientific, template-haskell, text, time + , utf8-string, uuid }: mkDerivation { pname = "postgresql-typed"; - version = "0.3.3"; - sha256 = "1fj02d0v9bpdgmzp2xqmz72flhl6pyw7v03kqmwyjhkp9afd4dsh"; + version = "0.4.0"; + sha256 = "0w3fbxwiqsl32g4hmkdxyw821nd14dv3i2pwykpx68c9w6vvlmx9"; buildDepends = [ aeson array attoparsec base binary bytestring containers cryptohash - haskell-src-meta network old-locale parsec postgresql-binary - scientific template-haskell text time utf8-string uuid + haskell-src-meta network old-locale postgresql-binary scientific + template-haskell text time utf8-string uuid ]; - testDepends = [ base network time ]; - jailbreak = true; + testDepends = [ base bytestring network time ]; homepage = "https://github.com/dylex/postgresql-typed"; description = "A PostgreSQL access library with compile-time SQL type inference"; license = stdenv.lib.licenses.bsd3; @@ -102553,10 +103012,8 @@ self: { }: mkDerivation { pname = "product-profunctors"; - version = "0.6.1"; - revision = "3"; - sha256 = "0phwjngndgsggw2f74k6q43cnnw5w4nvfrfrmkwyz6hgah2zv562"; - editedCabalFile = "01edcbebd6228c9fc9dbfbb173651e45cbca28cbd1dc55386a59dd24fb0a6ccd"; + version = "0.6.3"; + sha256 = "0mkir3anyccjzcqjybnmx4ijz2h0qnps48pc5giaszmfs9nv7p18"; buildDepends = [ base contravariant profunctors template-haskell ]; testDepends = [ base profunctors ]; homepage = "https://github.com/tomjaguarpaw/product-profunctors"; @@ -102808,6 +103265,41 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "prometheus-client" = callPackage + ({ mkDerivation, atomic-primops, base, bytestring, containers + , doctest, hspec, mtl, QuickCheck, random-shuffle, stm, time + , transformers, utf8-string + }: + mkDerivation { + pname = "prometheus-client"; + version = "0.1.0.1"; + sha256 = "0bvp40rdlq8f6rh5v75pgqnmiwz85j960sfi22y7s0r5vykbgh5x"; + buildDepends = [ + atomic-primops base bytestring containers mtl stm time transformers + utf8-string + ]; + testDepends = [ + atomic-primops base bytestring containers doctest hspec mtl + QuickCheck random-shuffle stm time transformers utf8-string + ]; + homepage = "https://github.com/fimad/prometheus-haskell"; + description = "Haskell client library for http://prometheus.io."; + license = stdenv.lib.licenses.asl20; + }) {}; + + "prometheus-metrics-ghc" = callPackage + ({ mkDerivation, base, doctest, prometheus-client, utf8-string }: + mkDerivation { + pname = "prometheus-metrics-ghc"; + version = "0.1.0.1"; + sha256 = "15a7hli2fsjmgjnvhdsv1572nqj3i214b0r9bygdang4cjrjv10p"; + buildDepends = [ base prometheus-client utf8-string ]; + testDepends = [ base doctest prometheus-client ]; + homepage = "https://github.com/fimad/prometheus-haskell"; + description = "Metrics exposing GHC runtime information for use with prometheus-client"; + license = stdenv.lib.licenses.asl20; + }) {}; + "promise" = callPackage ({ mkDerivation, async, base }: mkDerivation { @@ -102833,6 +103325,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "prompt" = callPackage + ({ mkDerivation, base, mtl, transformers, transformers-compat }: + mkDerivation { + pname = "prompt"; + version = "0.1.0.0"; + revision = "3"; + sha256 = "16gnd5spccfjl6q6ybxciy9am5bkrzssi13dxl73zyklj37nf9hq"; + editedCabalFile = "dc64376a5e4f99f5ef13edbcac5d80610d73f78d4362b9acf75cf90af485f3f9"; + buildDepends = [ base mtl transformers transformers-compat ]; + homepage = "https://github.com/mstksg/prompt"; + description = "Monad (and transformer) for deferred-effect pure prompt-response queries"; + license = stdenv.lib.licenses.mit; + }) {}; + "propane" = callPackage ({ mkDerivation, base, colour, containers, directory, filepath , repa, repa-devil, spawn @@ -103015,13 +103521,13 @@ self: { }: mkDerivation { pname = "protocol-buffers"; - version = "2.0.17"; - sha256 = "12aky44ssgdj6vsjg0yvr8350cym7n6kn7gdaax0nxzpfxrjfy1v"; + version = "2.1.0"; + sha256 = "11shs04gv2b9xx13izc6bkgqvvs7gv8k05vviyhscj5rpiihl9zi"; buildDepends = [ array base binary bytestring containers directory filepath mtl parsec syb utf8-string ]; - homepage = "http://code.haskell.org/protocol-buffers/"; + homepage = "https://github.com/k-bx/protocol-buffers"; description = "Parse Google Protocol Buffer specifications"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -103031,10 +103537,10 @@ self: { ({ mkDerivation, base, bytestring, containers, protocol-buffers }: mkDerivation { pname = "protocol-buffers-descriptor"; - version = "2.0.17"; - sha256 = "0jl041645d83iqqiw891d2k760jql6djvi2mmjh9lnmp48lwjy3p"; + version = "2.1.0"; + sha256 = "1id9pz8mxn7c6z433zib55fkx0s46316y6n2wpjk9zld21a2z5hy"; buildDepends = [ base bytestring containers protocol-buffers ]; - homepage = "http://code.haskell.org/protocol-buffers/"; + homepage = "https://github.com/k-bx/protocol-buffers"; description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -103615,24 +104121,32 @@ self: { }) {}; "purescript" = callPackage - ({ mkDerivation, base, boxes, containers, directory, file-embed - , filepath, haskeline, mtl, nodejs, optparse-applicative, parsec - , pattern-arrows, process, time, transformers, unordered-containers - , utf8-string + ({ mkDerivation, aeson, aeson-better-errors, ansi-wl-pprint, base + , bower-json, boxes, bytestring, containers, directory, dlist + , filepath, Glob, haskeline, HUnit, language-javascript, mtl + , nodejs, optparse-applicative, parsec, pattern-arrows, process + , safe, semigroups, split, syb, text, time, transformers + , transformers-compat, unordered-containers, utf8-string, vector }: mkDerivation { pname = "purescript"; - version = "0.6.9.5"; - sha256 = "196iq0jaryna4cgg7f07axccbnl5h82fvrjlry6839q05ndl83vf"; + version = "0.7.0.0"; + revision = "1"; + sha256 = "02kb8xk2c3lzm8bdph7q93chgdpjz00mhk76kpr1hjfwr6kniw91"; + editedCabalFile = "0ec2a8e9a05aab3ca9b407ea66b8501f2bf067f7dfa9e408ff200819e63ff31f"; isLibrary = true; isExecutable = true; buildDepends = [ - base boxes containers directory file-embed filepath haskeline mtl - optparse-applicative parsec pattern-arrows process time - transformers unordered-containers utf8-string + aeson aeson-better-errors ansi-wl-pprint base bower-json boxes + bytestring containers directory dlist filepath Glob haskeline + language-javascript mtl optparse-applicative parsec pattern-arrows + process safe semigroups split syb text time transformers + transformers-compat unordered-containers utf8-string vector ]; testDepends = [ - base containers directory filepath mtl parsec process transformers + base containers directory filepath Glob haskeline HUnit mtl + optparse-applicative parsec process time transformers + transformers-compat ]; buildTools = [ nodejs ]; jailbreak = true; @@ -105909,18 +106423,20 @@ self: { "redis-io" = callPackage ({ mkDerivation, async, attoparsec, auto-update, base, bytestring - , bytestring-conversion, containers, exceptions, monad-control, mtl - , network, operational, redis-resp, resource-pool, tasty - , tasty-hunit, time, tinylog, transformers, transformers-base + , bytestring-conversion, containers, exceptions, iproute + , monad-control, mtl, network, operational, redis-resp + , resource-pool, semigroups, stm, tasty, tasty-hunit, time, tinylog + , transformers, transformers-base }: mkDerivation { pname = "redis-io"; - version = "0.4.1"; - sha256 = "0xd0dwkh8l7m75fp7sla8wf07hlgjlgqkpsj9cnwfg4g1gyx2yy2"; + version = "0.5.1"; + sha256 = "13zj3d89drqdfq8202y982l7jp0nc3mmnmhwpxxfap0pb69n2s5m"; buildDepends = [ attoparsec auto-update base bytestring containers exceptions - monad-control mtl network operational redis-resp resource-pool time - tinylog transformers transformers-base + iproute monad-control mtl network operational redis-resp + resource-pool semigroups stm time tinylog transformers + transformers-base ]; testDepends = [ async base bytestring bytestring-conversion containers redis-resp @@ -105928,7 +106444,7 @@ self: { ]; homepage = "https://github.com/twittner/redis-io/"; description = "Yet another redis client"; - license = "unknown"; + license = stdenv.lib.licenses.mpl20; }) {}; "redis-resp" = callPackage @@ -105939,9 +106455,9 @@ self: { mkDerivation { pname = "redis-resp"; version = "0.3.2"; - revision = "1"; + revision = "2"; sha256 = "07lvgq2l2fahhc9z3hjjjpx3n4rzdxl2l2ww9brxnv23432xpz97"; - editedCabalFile = "74f97af6250dcf3b26d424e5a53a4a9bdcda5de4f7f4d5fc4d6b686f60f6d931"; + editedCabalFile = "6375e871f3ad78efa6e4780c4e5c026fa4694f27e32f3837679fff42f488877f"; buildDepends = [ attoparsec base bytestring bytestring-conversion containers dlist double-conversion operational semigroups split transformers @@ -106305,8 +106821,8 @@ self: { }: mkDerivation { pname = "regex-applicative"; - version = "0.3.1"; - sha256 = "1klmi101zfpngf8c7fp2ch48kadbw6xs5lg0h00x7wi0zfrdbf0y"; + version = "0.3.2.1"; + sha256 = "19swnf6mqjxg7d1wxr4h9drjm51af4hj4ax712n8702xfvfb4jmz"; buildDepends = [ base containers transformers ]; testDepends = [ base containers smallcheck tasty tasty-hunit tasty-smallcheck @@ -106968,8 +107484,8 @@ self: { }: mkDerivation { pname = "relational-query"; - version = "0.5.0.3"; - sha256 = "0kqhlnyl6gn1mm7ixz284xk78xrk1j80id6s0znpa6lpck2bszfz"; + version = "0.5.1.0"; + sha256 = "03n0jg79zirbq2rbp4gpbnr4lrmcv38pv7887d8qi2bm692z5qg5"; buildDepends = [ array base bytestring containers dlist names-th persistable-record sql-words template-haskell text time time-locale-compat @@ -107503,13 +108019,14 @@ self: { }) {}; "repline" = callPackage - ({ mkDerivation, base, containers, haskeline, mtl }: + ({ mkDerivation, base, containers, haskeline, mtl, process }: mkDerivation { pname = "repline"; - version = "0.1.3.0"; - sha256 = "0cdbsmcvgrizpkfkzalfzw2lxfh8hcm62h1h1gcly41y0acb5ka5"; - buildDepends = [ base containers haskeline mtl ]; - jailbreak = true; + version = "0.1.4.0"; + sha256 = "16qi3lpgymn61nssv9k21v889xszycimp6i5602llnry6ks77bij"; + isLibrary = true; + isExecutable = true; + buildDepends = [ base containers haskeline mtl process ]; description = "Haskeline wrapper for GHCi-like REPL interfaces"; license = stdenv.lib.licenses.mit; }) {}; @@ -107917,8 +108434,8 @@ self: { }: mkDerivation { pname = "rest-gen"; - version = "0.17.0.6"; - sha256 = "0pkqpycvsdbz2kk6lsq226rkgfrbwh49jky1wcik36yh3s9hfxdq"; + version = "0.17.1"; + sha256 = "0rblnqdqajlqkrf5dp03bj16y9nw0kkdjy8ry7j7f6mvkrdccbwl"; buildDepends = [ aeson base blaze-html Cabal code-builder directory fclabels filepath hashable haskell-src-exts HStringTemplate hxt json-schema @@ -108114,8 +108631,8 @@ self: { }: mkDerivation { pname = "rethinkdb-client-driver"; - version = "0.0.18"; - sha256 = "1zj9b0k9v1pi66m8j36zv2i6dc2r8njlsjalfiifch3knpfadl4z"; + version = "0.0.19"; + sha256 = "0yzmypflg133dzy5yj2jmdk450zmr237prjvnaf9343jiy143nyi"; buildDepends = [ aeson base binary bytestring hashable mtl network old-locale scientific template-haskell text time unordered-containers vector @@ -108377,23 +108894,23 @@ self: { "riak" = callPackage ({ mkDerivation, aeson, attoparsec, base, binary, blaze-builder - , bytestring, containers, monad-control, network + , bytestring, containers, HUnit, monad-control, network , protocol-buffers-fork, pureMD5, QuickCheck, random, resource-pool - , riak-protobuf, test-framework, test-framework-quickcheck2, text - , time + , riak-protobuf, test-framework, test-framework-hunit + , test-framework-quickcheck2, text, time }: mkDerivation { pname = "riak"; - version = "0.7.2.1"; - sha256 = "0i7lq6difvl6pskk6j4ajm3q3nliv802h4c74hkmkpqwf5n3pwa7"; + version = "0.8.0.0"; + sha256 = "16ncq22vhg62p1v1ch1jc1z3xds1qsr536fg3awvp7a0a8vyq528"; buildDepends = [ aeson attoparsec base binary blaze-builder bytestring containers monad-control network protocol-buffers-fork pureMD5 random resource-pool riak-protobuf text time ]; testDepends = [ - base bytestring QuickCheck test-framework - test-framework-quickcheck2 + base bytestring containers HUnit QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 text ]; homepage = "http://github.com/markhibberd/riak-haskell-client"; description = "A Haskell client for the Riak decentralized data store"; @@ -108407,8 +108924,8 @@ self: { }: mkDerivation { pname = "riak-protobuf"; - version = "0.18.0.0"; - sha256 = "0vs8l2czbqhfgx4iyhqldrrnvdjbbq94pab33sw3nqbwij3012hw"; + version = "0.19.0.0"; + sha256 = "1954f8hgibmilqpf72pp2yf8nx9cm60gfk1ypmb99h69lf8d5x1y"; buildDepends = [ array base parsec protocol-buffers-descriptor-fork protocol-buffers-fork @@ -108635,6 +109152,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "rlglue" = callPackage + ({ mkDerivation, base, binary, bytestring, data-binary-ieee754 + , exceptions, network, network-simple, parsec, random, transformers + }: + mkDerivation { + pname = "rlglue"; + version = "0.2.2.0"; + sha256 = "0672j0xjlhyyfq2fbvnfc0gahihpkkcfh7nnbwh1salgy0ykzhq0"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base binary bytestring data-binary-ieee754 exceptions network + network-simple parsec random transformers + ]; + jailbreak = true; + description = "A Haskell codec for RL-Glue"; + license = stdenv.lib.licenses.asl20; + }) {}; + "rmonad" = callPackage ({ mkDerivation, base, containers, HUnit, suitable, test-framework , test-framework-hunit, transformers @@ -108921,8 +109457,8 @@ self: { }: mkDerivation { pname = "rosa"; - version = "0.2.0.0"; - sha256 = "198xzbzkalg7xlngrl52mh1iinipk6b00gnhmh6fnjrj1s61nqq6"; + version = "0.2.1.0"; + sha256 = "0qnvv8vyijjgb51pw5zfcmxy96nnnfrsvbg8xrnmq3p34xc168gb"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -111387,15 +111923,17 @@ self: { }: mkDerivation { pname = "second-transfer"; - version = "0.5.4.0"; - sha256 = "0942z5pdwy4dck3iprx9qafwzv006vkma0626yfarqqw2k5a4jjb"; + version = "0.5.5.0"; + sha256 = "0l973282vvgr65iy2q7xrj608lsny3krdw4mx1ia9mfvga8ybrg8"; buildDepends = [ attoparsec base base16-bytestring binary bytestring conduit containers exceptions hashable hashtables hslogger http2 lens network network-uri text time transformers ]; testDepends = [ - base bytestring conduit http2 HUnit lens transformers + attoparsec base base16-bytestring binary bytestring conduit + containers cpphs exceptions hashable hashtables hslogger http2 + HUnit lens network network-uri text time transformers ]; buildTools = [ cpphs ]; extraLibraries = [ openssl ]; @@ -111880,6 +112418,17 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "seqalign" = callPackage + ({ mkDerivation, base, bytestring, vector }: + mkDerivation { + pname = "seqalign"; + version = "0.2.0.4"; + sha256 = "01a3fhymyp7279hym03zzz6qkh5h47nq5y1xglar0n46imjr98af"; + buildDepends = [ base bytestring vector ]; + description = "Sequence Alignment"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "seqid_0_1_0" = callPackage ({ mkDerivation, base, transformers }: mkDerivation { @@ -111994,8 +112543,8 @@ self: { ({ mkDerivation, base, bytestring, containers, ghc, transformers }: mkDerivation { pname = "sequent-core"; - version = "0.4"; - sha256 = "07lgzdhywdv2jzzijnx01z587n8bb2smd48v15rir9v17fsfp105"; + version = "0.5.0.1"; + sha256 = "1q9rrr0nrnnhdv2jwpwjs1r98g3xdbqi7sfj7zsv1dykzalmc2nd"; isLibrary = true; isExecutable = true; buildDepends = [ base bytestring containers ghc transformers ]; @@ -112267,8 +112816,8 @@ self: { }: mkDerivation { pname = "servant-pandoc"; - version = "0.4.0"; - sha256 = "07cyw1d12hg5amjrbsmk2m2ch52yav16k8c3sh83xf42f2j05avs"; + version = "0.4.1"; + sha256 = "1kfs45z6pja2v4dambivc5cxx8dfr7vrjx38w0cfpmhyi5xz5jdp"; buildDepends = [ base bytestring http-media lens pandoc-types semigroupoids servant-docs text unordered-containers @@ -113481,6 +114030,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "should-not-typecheck" = callPackage + ({ mkDerivation, base, deepseq, hspec, hspec-expectations, HUnit }: + mkDerivation { + pname = "should-not-typecheck"; + version = "2.0"; + sha256 = "0869dgn7xccnzxhzbjl150x0sdwwgppk06nq448i9xlnhhrk6dkc"; + buildDepends = [ base deepseq HUnit ]; + testDepends = [ base deepseq hspec hspec-expectations HUnit ]; + homepage = "http://github.com/CRogers/should-not-typecheck"; + description = "A HUnit/hspec assertion library to verify that an expression does not typecheck"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "show" = callPackage ({ mkDerivation, base, syb }: mkDerivation { @@ -115098,12 +115660,12 @@ self: { }) {}; "smoothie" = callPackage - ({ mkDerivation, base, linear, vector }: + ({ mkDerivation, aeson, base, linear, vector }: mkDerivation { pname = "smoothie"; - version = "0.2.1"; - sha256 = "07n0qhxhy800nyahfja8qdzk5ygvj4d2l7i2nwh3f3mqy5bp5jyz"; - buildDepends = [ base linear vector ]; + version = "0.3.2"; + sha256 = "0al17y15k7y04dwz5v2bsq003lxzhkhqlbdmbljdr1z17yszcjp6"; + buildDepends = [ aeson base linear vector ]; homepage = "https://github.com/phaazon/smoothie"; description = "Smooth curves via several splines and polynomials"; license = stdenv.lib.licenses.bsd3; @@ -115756,13 +116318,18 @@ self: { }) {}; "snaplet-hasql" = callPackage - ({ mkDerivation, base, hasql, hasql-backend, lens, mtl, snap }: + ({ mkDerivation, aeson, base, bytestring, clientsession + , configurator, hasql, hasql-backend, lens, mtl, snap, text, time + }: mkDerivation { pname = "snaplet-hasql"; - version = "0.0.2"; - sha256 = "1argaxdmr1znjgvhyj8cnbnygj98nan66la9n4knmbizaqy0yw3m"; - buildDepends = [ base hasql hasql-backend lens mtl snap ]; - jailbreak = true; + version = "1.0.2"; + sha256 = "08gx096vg0swjc7z10nzlqsnjlr43cp190q4krkf08jb54ln3kcv"; + buildDepends = [ + aeson base bytestring clientsession configurator hasql + hasql-backend lens mtl snap text time + ]; + homepage = "https://github.com/mikeplus64/snaplet-hasql"; description = "A Hasql snaplet"; license = stdenv.lib.licenses.mit; }) {}; @@ -116735,17 +117302,18 @@ self: { }) {}; "som" = callPackage - ({ mkDerivation, base, containers, grid, MonadRandom, QuickCheck - , random, test-framework, test-framework-quickcheck2 + ({ mkDerivation, assert, base, containers, deepseq, grid + , MonadRandom, QuickCheck, random, test-framework + , test-framework-quickcheck2 }: mkDerivation { pname = "som"; - version = "8.0.5"; - sha256 = "1cprlv1mbs722ap3cicgi0haph9xlz2xvcm374857d11ly31wav0"; - buildDepends = [ base containers grid MonadRandom ]; + version = "8.0.6"; + sha256 = "19p62b72xz1yn7fd9k406h98jg8zsyazbscdsljx7fnn0f3v7j9d"; + buildDepends = [ assert base containers deepseq grid MonadRandom ]; testDepends = [ - base containers grid MonadRandom QuickCheck random test-framework - test-framework-quickcheck2 + assert base containers grid MonadRandom QuickCheck random + test-framework test-framework-quickcheck2 ]; homepage = "https://github.com/mhwombat/som"; description = "Self-Organising Maps"; @@ -117069,8 +117637,8 @@ self: { }: mkDerivation { pname = "sparse"; - version = "0.9.1"; - sha256 = "1pa1h21ca710fdjz60b79jg0v2lr0l11avpiynp9n1cw5bz137fk"; + version = "0.9.2"; + sha256 = "0ckjmpnav3rd40ylksrwc0awy4pigv6ngm15z1k6sicw73iyl3pd"; buildDepends = [ base contravariant deepseq hybrid-vectors lens primitive transformers vector vector-algorithms @@ -117187,8 +117755,8 @@ self: { ({ mkDerivation, base, tasty, tasty-quickcheck, transformers }: mkDerivation { pname = "spdx"; - version = "0.0.1.0"; - sha256 = "0k4lpny0fl6yz92m3040dmsqjcyb5gslf0306hlsqbsbn1gzjjmm"; + version = "0.1.2.0"; + sha256 = "0mncj2053w1xsfrsx1472v85ia4spvshw18mp15xp3l6haxq7wxq"; buildDepends = [ base transformers ]; testDepends = [ base tasty tasty-quickcheck ]; homepage = "https://github.com/phadej/spdx"; @@ -118217,9 +118785,9 @@ self: { "stack" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring - , base64-bytestring, bifunctors, binary, bytestring, Cabal, conduit - , conduit-combinators, conduit-extra, containers, cryptohash - , cryptohash-conduit, deepseq, directory, either + , base64-bytestring, bifunctors, binary, blaze-builder, bytestring + , Cabal, conduit, conduit-combinators, conduit-extra, containers + , cryptohash, cryptohash-conduit, deepseq, directory, either , enclosed-exceptions, exceptions, fast-logger, file-embed , filepath, hashable, hspec, http-client, http-client-tls , http-conduit, http-types, lifted-base, monad-control @@ -118233,23 +118801,25 @@ self: { }: mkDerivation { pname = "stack"; - version = "0.1.0.0"; - sha256 = "0ws0d1gran02jag06176w5c2wrc13q5hp82mxdmm9sif93k2cvg6"; + version = "9.9.9"; + revision = "2"; + sha256 = "1kpsza23b22mg970c2qs943khzad38imzsa1xzki2a3xvfiadana"; + editedCabalFile = "e8298be03ed84f7858e9ce16a677a272c3a31b7e5180e094fa9ee120b03c6299"; isLibrary = true; isExecutable = true; buildDepends = [ aeson async attoparsec base base16-bytestring base64-bytestring - bifunctors binary bytestring Cabal conduit conduit-combinators - conduit-extra containers cryptohash cryptohash-conduit deepseq - directory either enclosed-exceptions exceptions fast-logger - file-embed filepath hashable http-client http-client-tls - http-conduit http-types lifted-base monad-control monad-logger - monad-loops mtl old-locale optparse-applicative optparse-simple - path persistent persistent-sqlite persistent-template pretty - process resourcet safe split stm streaming-commons tar - template-haskell temporary text time transformers transformers-base - unix unordered-containers vector vector-binary-instances void word8 - yaml zlib + bifunctors binary blaze-builder bytestring Cabal conduit + conduit-combinators conduit-extra containers cryptohash + cryptohash-conduit deepseq directory either enclosed-exceptions + exceptions fast-logger file-embed filepath hashable http-client + http-client-tls http-conduit http-types lifted-base monad-control + monad-logger monad-loops mtl old-locale optparse-applicative + optparse-simple path persistent persistent-sqlite + persistent-template pretty process resourcet safe split stm + streaming-commons tar template-haskell temporary text time + transformers transformers-base unix unordered-containers vector + vector-binary-instances void word8 yaml zlib ]; testDepends = [ async base bytestring Cabal conduit conduit-extra containers @@ -118257,10 +118827,10 @@ self: { monad-logger path process resourcet temporary text transformers unix-compat ]; + jailbreak = true; homepage = "https://github.com/commercialhaskell/stack"; description = "The Haskell Tool Stack"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "stack-prism" = callPackage @@ -118620,6 +119190,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "stash" = callPackage + ({ mkDerivation, aeson, attoparsec, base, bytestring, directory + , hashable, text, vector + }: + mkDerivation { + pname = "stash"; + version = "0.1"; + sha256 = "01h3s19agw2aa6a0hw8f9k2qibmckqllvnx2yy2w2p1xlw8g9jwm"; + buildDepends = [ + aeson attoparsec base bytestring directory hashable text vector + ]; + description = "To be written"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "state" = callPackage ({ mkDerivation, arrows, base, mtl }: mkDerivation { @@ -120099,8 +120684,8 @@ self: { }: mkDerivation { pname = "structural-induction"; - version = "0.2.0.1"; - sha256 = "0ac5yhx6cbxzcdqy74lp791xwgammsnd8jazx0xy3ngxn4wwf23r"; + version = "0.3"; + sha256 = "1wykd33phjmz2aky2dynsxmrmxqpkh4h41majq57lh3dag87cwax"; buildDepends = [ base containers genifunctors mtl pretty safe ]; testDepends = [ base geniplate language-haskell-extract mtl pretty QuickCheck safe @@ -120267,6 +120852,30 @@ self: { license = "GPL"; }) {}; + "subhask" = callPackage + ({ mkDerivation, approximate, base, bloomfilter, bytes, bytestring + , cassava, containers, deepseq, erf, gamma, ghc-prim, hmatrix + , hyperloglog, lens, monad-primitive, MonadRandom, mtl, parallel + , pipes, primitive, QuickCheck, semigroups, template-haskell + , test-framework, test-framework-quickcheck2, vector + }: + mkDerivation { + pname = "subhask"; + version = "0.1.0.1"; + sha256 = "17r26mccarr9m7wxvax3bmwz94gcaxg732797js1qa12fdnbsn8m"; + buildDepends = [ + approximate base bloomfilter bytes bytestring cassava containers + deepseq erf gamma ghc-prim hmatrix hyperloglog lens monad-primitive + MonadRandom mtl parallel pipes primitive QuickCheck semigroups + template-haskell vector + ]; + testDepends = [ base test-framework test-framework-quickcheck2 ]; + jailbreak = true; + homepage = "http://github.com/mikeizbicki/subhask"; + description = "Type safe interface for programming in subcategories of Hask"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "subnet" = callPackage ({ mkDerivation, base, split }: mkDerivation { @@ -120821,6 +121430,7 @@ self: { jailbreak = true; description = "A simple web server for serving directories, similar to weborf"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "syb" = callPackage @@ -121383,8 +121993,8 @@ self: { }: mkDerivation { pname = "sys-process"; - version = "0.1.5"; - sha256 = "1lpysza901xv4942pixbgccpxh4rc8z9v819fb45zyxfakjcywbj"; + version = "0.1.6"; + sha256 = "04f6mbkc61qx8wjf95kwxhrqhv2qprl2wa73rkgsq8nc18gicf3q"; buildDepends = [ base bifunctors directory filepath lens mtl notzero process semigroupoids semigroups transformers @@ -121874,8 +122484,8 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "tagged"; - version = "0.8.0.1"; - sha256 = "1w1xi107lmp8pfhf9d6hmaji2lp7himx0hqc8gh81w2rpr8g3bjh"; + version = "0.8.1"; + sha256 = "1hc2qzhhz5p1xd8k03sklrdnhcflkwhgpl82k6fam8yckww9ipav"; buildDepends = [ base template-haskell ]; homepage = "http://github.com/ekmett/tagged"; description = "Haskell 98 phantom types to avoid unsafely passing dummy arguments"; @@ -121980,7 +122590,9 @@ self: { mkDerivation { pname = "taggy"; version = "0.2.0"; + revision = "1"; sha256 = "01q2ccf3a8akaifh79ajnfr5yrjsq4xihq0pl7lsz173n7mhnsy3"; + editedCabalFile = "0343ad030ba4e9fd651b383e92c213c6c4a6560ec33f561cfcfa9c5493deb50b"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -123620,6 +124232,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "testing-type-modifiers" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "testing-type-modifiers"; + version = "0.1.0.1"; + sha256 = "1wh2n95n39ivv6kbqn42vbzrj8zagsmk6f2al2qj40bg5kgdl2q5"; + buildDepends = [ base ]; + description = "Data type modifiers for property based testing"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "testloop" = callPackage ({ mkDerivation, base, Cabal, directory, filepath, fsnotify, hint , mtl, system-filepath, time, unix @@ -123719,8 +124342,8 @@ self: { }: mkDerivation { pname = "texmath"; - version = "0.8.2"; - sha256 = "1dqx00ai4cgvrih0pwk46iajcpdq6a2dn8ndy1lficgqld6dvdzr"; + version = "0.8.2.2"; + sha256 = "1wy2rr18wsn9q06arrxibahpsnr8bqrzsimmpgwji6nxpzc95x51"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -124050,23 +124673,25 @@ self: { "text-show" = callPackage ({ mkDerivation, array, base, base-compat, base-orphans, bytestring - , bytestring-builder, ghc-prim, hspec, integer-gmp, nats - , QuickCheck, quickcheck-instances, semigroups, tagged - , template-haskell, text, transformers, transformers-compat, void + , bytestring-builder, containers, generic-deriving, ghc-prim, hspec + , integer-gmp, nats, QuickCheck, quickcheck-instances, semigroups + , tagged, template-haskell, text, transformers, transformers-compat + , void }: mkDerivation { pname = "text-show"; - version = "0.8.1.1"; - sha256 = "130nqg0fgvnzi5zl0c0cwxjm2jppjmxm9z04g0rv498cl783ag45"; + version = "1"; + sha256 = "1ac8pk2nsbzl080r2qqm6jmkq3yq4rx6czfdsfkxydxyklrvi83d"; buildDepends = [ - array base base-compat bytestring bytestring-builder ghc-prim - integer-gmp nats semigroups tagged template-haskell text - transformers void + array base base-compat bytestring bytestring-builder containers + generic-deriving ghc-prim integer-gmp nats semigroups tagged + template-haskell text transformers void ]; testDepends = [ array base base-compat base-orphans bytestring bytestring-builder - ghc-prim hspec nats QuickCheck quickcheck-instances tagged text - transformers transformers-compat void + generic-deriving ghc-prim hspec nats QuickCheck + quickcheck-instances tagged text transformers transformers-compat + void ]; homepage = "https://github.com/RyanGlScott/text-show"; description = "Efficient conversion of values into Text"; @@ -124074,30 +124699,29 @@ self: { }) {}; "text-show-instances" = callPackage - ({ mkDerivation, base, base-compat, binary, bytestring, containers - , directory, haskeline, hoopl, hpc, hspec, old-locale, old-time - , pretty, QuickCheck, quickcheck-instances, random, semigroups - , tagged, template-haskell, terminfo, text, text-show, time - , transformers, transformers-compat, unix, unordered-containers - , utf8-string, vector, xhtml + ({ mkDerivation, base, base-compat, bifunctors, binary, bytestring + , containers, directory, ghc-prim, haskeline, hoopl, hpc, hspec + , old-locale, old-time, pretty, QuickCheck, quickcheck-instances + , random, semigroups, tagged, template-haskell, terminfo, text + , text-show, th-orphans, time, transformers, transformers-compat + , unix, unordered-containers, vector, xhtml }: mkDerivation { pname = "text-show-instances"; - version = "0.4"; - sha256 = "1zk3q11dsr8n15r6r9dhqwyh6irqv6s2q7mkgzlgzw1narvllil2"; + version = "1"; + sha256 = "0503bb8yy952gs5ywndm0qm2v1z5xm1k09vcwrnsxx979irmpksh"; buildDepends = [ - base base-compat binary bytestring containers directory haskeline - hoopl hpc old-locale old-time pretty random semigroups tagged - template-haskell terminfo text text-show time transformers - transformers-compat unix unordered-containers utf8-string vector - xhtml + base base-compat bifunctors binary bytestring containers directory + haskeline hoopl hpc old-locale old-time pretty random semigroups + tagged template-haskell terminfo text text-show time transformers + transformers-compat unix unordered-containers vector xhtml ]; testDepends = [ - base base-compat binary bytestring containers directory haskeline - hoopl hpc hspec old-locale old-time pretty QuickCheck - quickcheck-instances random semigroups tagged template-haskell - terminfo text-show time transformers transformers-compat unix - unordered-containers utf8-string vector xhtml + base base-compat bifunctors binary bytestring containers directory + ghc-prim haskeline hoopl hpc hspec old-locale old-time pretty + QuickCheck quickcheck-instances random semigroups tagged + template-haskell terminfo text-show th-orphans time transformers + transformers-compat unix unordered-containers vector xhtml ]; homepage = "https://github.com/RyanGlScott/text-show-instances"; description = "Additional instances for text-show"; @@ -125587,8 +126211,8 @@ self: { }: mkDerivation { pname = "timeplot"; - version = "1.0.28"; - sha256 = "1bazhm0hlhhkw6vhn34hsk8xk0h3k2dlram5xhpnn51g7z2b9v71"; + version = "1.0.29"; + sha256 = "01px3hyl5hb114jibjr3p6pda6ppvxv2alk31wwc82dywnjp1srx"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -125596,6 +126220,7 @@ self: { containers data-default lens regex-tdfa strptime template-haskell time transformers vcs-revision ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/Timeplot"; description = "A tool for visualizing time series from log files"; license = stdenv.lib.licenses.bsd3; @@ -125603,20 +126228,18 @@ self: { }) {}; "timerep" = callPackage - ({ mkDerivation, attoparsec, base, Cabal, cabal-test-quickcheck - , monoid-subclasses, QuickCheck, text, time, time-locale-compat + ({ mkDerivation, attoparsec, base, monoid-subclasses, QuickCheck + , tasty, tasty-hunit, tasty-quickcheck, text, time }: mkDerivation { pname = "timerep"; - version = "2.0.0"; - sha256 = "1s2m5z36ll4r2xijw6jv0wblva79jpzz6737l607hn3pvq13nbzz"; - buildDepends = [ - attoparsec base monoid-subclasses text time time-locale-compat - ]; + version = "2.0.0.1"; + sha256 = "0rk3svwx7axp77v92j1gpmnni0jlniw3sz55q5hpa6k43d2jr4b8"; + buildDepends = [ attoparsec base monoid-subclasses text time ]; testDepends = [ - base Cabal cabal-test-quickcheck QuickCheck text time - time-locale-compat + base QuickCheck tasty tasty-hunit tasty-quickcheck text time ]; + homepage = "https://github.com/HugoDaniel/timerep"; description = "Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822)"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -125764,7 +126387,9 @@ self: { mkDerivation { pname = "tinylog"; version = "0.12.1"; + revision = "1"; sha256 = "1hh70788d0rd35raybix383s6bb3mnibmmpdxwbqybv2dgmm4jq9"; + editedCabalFile = "b0e1cd3e83f3745355d1183935660d4b02ed152083da7af0ea4f386e155db04d"; buildDepends = [ auto-update base bytestring containers double-conversion fast-logger text transformers unix-time @@ -125892,6 +126517,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "tld" = callPackage + ({ mkDerivation, base, containers, network-uri, template-haskell + , text + }: + mkDerivation { + pname = "tld"; + version = "0.1.0.1"; + sha256 = "1lda1h8ibkmnhxhnkfd1kj6aybk5w4s3hzhh379zrqbckdl0vfxb"; + buildDepends = [ + base containers network-uri template-haskell text + ]; + jailbreak = true; + description = "This project separates subdomains, domains, and top-level-domains from URLs"; + license = stdenv.lib.licenses.mit; + }) {}; + "tls" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, async, base, byteable , bytestring, cereal, cryptonite, data-default-class, hourglass @@ -127080,9 +127721,9 @@ self: { mkDerivation { pname = "ttrie"; version = "0.1.2"; - revision = "1"; + revision = "2"; sha256 = "09nbba623nxnlg1957sgcrrva3ycwb31asxnxihwjh0wxrqhh1k0"; - editedCabalFile = "60673b32699d1b010c285811c892a1aa7b8890733083c82148ecd033b4db1222"; + editedCabalFile = "f517a1ee4ab2eeefe39ec336a793845f84333835c59c3e90f885dd0711f8fbc0"; buildDepends = [ atomic-primops base hashable primitive stm ]; testDepends = [ base containers hashable QuickCheck stm test-framework @@ -127180,6 +127821,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "tuple-generic" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "tuple-generic"; + version = "0.5.0.0"; + sha256 = "0cbmiwmwav0g9di1s0sdry9shijqzpb9zaag9dz95w65wgqkfzbw"; + buildDepends = [ base ]; + homepage = "http://github.com/aelve/tuple-generic"; + description = "Generic operations on tuples"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "tuple-hlist" = callPackage ({ mkDerivation, base, HList, OneTuple }: mkDerivation { @@ -127225,8 +127878,8 @@ self: { ({ mkDerivation, base, containers, template-haskell }: mkDerivation { pname = "tuple-th"; - version = "0.2.4"; - sha256 = "1bhdg1yld8rbkc46fg04l32sk0pxwmbpvp9fmdp2b3snrg8hkvkn"; + version = "0.2.5"; + sha256 = "1mrl4vvxmby7sf1paf7hklzidnr6wq55822i73smqyz0xpf3gsjn"; buildDepends = [ base containers template-haskell ]; description = "Generate (non-recursive) utility functions for tuples of statically known size"; license = stdenv.lib.licenses.bsd3; @@ -127299,6 +127952,7 @@ self: { system-filepath temporary text time transformers unix ]; testDepends = [ base doctest ]; + jailbreak = true; description = "Shell programming, Haskell-style"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -128501,19 +129155,20 @@ self: { "uacpid" = callPackage ({ mkDerivation, base, containers, directory, filepath, hslogger - , mtl, network, old-locale, process, regex-compat, time, unix + , mtl, network, process, regex-compat, time, time-locale-compat + , unix }: mkDerivation { pname = "uacpid"; - version = "1.0.3.0"; - sha256 = "02l88vpjs6qc0rwa4kn438i1gwc376sj8g2h5xqm3pz7adwfv24a"; + version = "1.2"; + sha256 = "1ml02xap95vxvzwqlqp68hfk7yjncf3xc1h13gga0nlhby9rjv14"; isLibrary = false; isExecutable = true; buildDepends = [ - base containers directory filepath hslogger mtl network old-locale - process regex-compat time unix + base containers directory filepath hslogger mtl network process + regex-compat time time-locale-compat unix ]; - homepage = "http://ui3.info/d/proj/uacpid.html"; + homepage = "http://hub.darcs.net/dino/uacpid"; description = "Userspace Advanced Configuration and Power Interface event daemon"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -129899,8 +130554,8 @@ self: { }: mkDerivation { pname = "uri-bytestring"; - version = "0.1.5"; - sha256 = "0pl00n40b1nc3rnvayk8jz9lgv0s1lp33czyg962jdbffwhqgszj"; + version = "0.1.6"; + sha256 = "0wz45jrxrj2mqx26nv39hy962acmzchp97lbf3d2mjna9zcd1ij6"; buildDepends = [ attoparsec base blaze-builder bytestring ]; testDepends = [ attoparsec base blaze-builder bytestring derive HUnit lens @@ -130089,17 +130744,14 @@ self: { }) {}; "urlencoded" = callPackage - ({ mkDerivation, base, mtl, network, split }: + ({ mkDerivation, base, mtl, network, network-uri, split }: mkDerivation { pname = "urlencoded"; - version = "0.4.0"; - revision = "1"; - sha256 = "0idh70apfxx8bkbsxda4xhb0b5xf4x237dwi4v55ildrhxx4b68k"; - editedCabalFile = "50c264958ee35f9fedb8b5e7e9640cb46d802b8f64dacc48802993e280c806a9"; + version = "0.4.1"; + sha256 = "16b7jxkfva8dyvl4fdg337jmv08aicycj041s79ak9r6zh41hhwi"; isLibrary = true; isExecutable = true; - buildDepends = [ base mtl network split ]; - jailbreak = true; + buildDepends = [ base mtl network network-uri split ]; homepage = "https://github.com/pheaver/urlencoded"; description = "Generate or process x-www-urlencoded data"; license = stdenv.lib.licenses.bsd3; @@ -130343,6 +130995,7 @@ self: { attoparsec base bytestring Cabal clock exceptions QuickCheck test-framework test-framework-quickcheck2 text ]; + jailbreak = true; homepage = "https://github.com/lpeterse/haskell-utc"; description = "A pragmatic time and date library"; license = stdenv.lib.licenses.mit; @@ -131104,8 +131757,8 @@ self: { }: mkDerivation { pname = "vcache-trie"; - version = "0.1.1"; - sha256 = "12nfik4fp5snxf8w3kp6r6v327i9izs18aflj90ib0gq267qrlnk"; + version = "0.2.0"; + sha256 = "0d56l8339ak9my6c37j3mykmfzz67405xyb90pl0i5lf35mbff32"; buildDepends = [ array base bytestring bytestring-builder vcache ]; homepage = "http://github.com/dmbarbour/haskell-vcache-trie"; description = "patricia tries modeled above VCache"; @@ -132839,6 +133492,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "wai-middleware-prometheus" = callPackage + ({ mkDerivation, base, bytestring, data-default, doctest + , http-types, prometheus-client, text, time, wai + }: + mkDerivation { + pname = "wai-middleware-prometheus"; + version = "0.1.0.1"; + sha256 = "0drhprxja1pp0mibs2f4asl4mycy91pvyanxa0h364k9v6fwp93d"; + buildDepends = [ + base bytestring data-default http-types prometheus-client text time + wai + ]; + testDepends = [ base doctest prometheus-client ]; + homepage = "https://github.com/fimad/prometheus-haskell"; + description = "WAI middlware for exposing http://prometheus.io metrics."; + license = stdenv.lib.licenses.asl20; + }) {}; + "wai-middleware-route" = callPackage ({ mkDerivation, base, bytestring, http-types, HUnit , test-framework, test-framework-hunit, text, wai, wai-test @@ -133056,8 +133727,8 @@ self: { }: mkDerivation { pname = "wai-session"; - version = "0.3.1"; - sha256 = "1h2z1zahbrlw9r489vd6xjwra7nmy67lmv77gr912zls5fpf9aws"; + version = "0.3.2"; + sha256 = "09l3gj8l127iybr8h4xcjxxcgz5b1mcy5iyyaidixnzi7jlrqww3"; buildDepends = [ base blaze-builder bytestring containers cookie http-types StateVar time transformers vault wai @@ -133845,8 +134516,8 @@ self: { }: mkDerivation { pname = "webdriver"; - version = "0.6.1"; - sha256 = "1464i2hzriimhykgi0sinndyz3r7vajkzpwyp80fc75piq6vr7wi"; + version = "0.6.2"; + sha256 = "1cr668vn51bsdwxk6az4dk8zcsgy1y5vhb7xb9mahhbv1anpnzgr"; buildDepends = [ aeson attoparsec base base64-bytestring bytestring cond data-default directory directory-tree exceptions filepath @@ -134591,6 +135262,7 @@ self: { extraLibraries = [ wlc ]; description = "Haskell bindings for the wlc library"; license = stdenv.lib.licenses.isc; + hydraPlatforms = stdenv.lib.platforms.none; }) { wlc = null;}; "wobsurv" = callPackage @@ -135526,6 +136198,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "xcp" = callPackage + ({ mkDerivation, base, bytestring, containers, mtl, network + , transformers + }: + mkDerivation { + pname = "xcp"; + version = "0.1.0.1"; + sha256 = "1hx9avr6zinrqar0c1zh0l49gy0d61gch8ff12am7zjxk7lbmmzs"; + buildDepends = [ + base bytestring containers mtl network transformers + ]; + description = "Partial implementation of the XCP protocol with ethernet as transport layer"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "xdg-basedir" = callPackage ({ mkDerivation, base, directory, filepath }: mkDerivation { @@ -135814,23 +136501,23 @@ self: { "xlsior" = callPackage ({ mkDerivation, attoparsec, base, blaze-markup, bytestring - , conduit, conduit-extra, data-default, exceptions, mtl, old-locale - , resourcet, scientific, text, time, vector, xml-conduit, xml-types - , zip-archive + , conduit, conduit-extra, data-default, exceptions, mtl, resourcet + , scientific, text, time, time-locale-compat, vector, xml-conduit + , xml-types, zip-archive }: mkDerivation { pname = "xlsior"; - version = "0.1.0.0"; - sha256 = "0gi8dh3iflny70dfylsin88j176i7nplhsrd09c8a6cbz93w1bd6"; + version = "0.1.0.1"; + sha256 = "0dkb3dkc2srvc1951hv6m69z3d7xprsaj7lsdkj9npykqpv6nkgk"; buildDepends = [ attoparsec base blaze-markup bytestring conduit conduit-extra - data-default exceptions mtl old-locale resourcet scientific text - time vector xml-conduit xml-types zip-archive + data-default exceptions mtl resourcet scientific text time + time-locale-compat vector xml-conduit xml-types zip-archive ]; testDepends = [ - base blaze-markup bytestring old-locale text time zip-archive + base blaze-markup bytestring text time time-locale-compat + zip-archive ]; - jailbreak = true; description = "Streaming Excel file generation and parsing"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -136599,10 +137286,10 @@ self: { ({ mkDerivation, base, gtk, xmonad }: mkDerivation { pname = "xmonad-screenshot"; - version = "0.1.1.0"; - sha256 = "1iy6c8dis5jkgamkbbgxvbajz8f03bwhwdwk46l6wvlgmb072wl4"; + version = "0.1.2"; + sha256 = "1m7bmdhc1nlwflli1ymnjlmysg9d54w0shpxq05xwmiycg4jbwr1"; buildDepends = [ base gtk xmonad ]; - homepage = "http://github.com/supki/xmonad-screenshot"; + homepage = "https://github.com/supki/xmonad-screenshot"; description = "Workspaces screenshooting utility for XMonad"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -137257,13 +137944,19 @@ self: { }) {}; "yampa-glut" = callPackage - ({ mkDerivation, base, GLUT, newtype, OpenGL, vector-space, Yampa + ({ mkDerivation, base, GLUT, newtype, OpenGL, vector-space + , vector-space-opengl, Yampa-core }: mkDerivation { pname = "yampa-glut"; - version = "0.1.1"; - sha256 = "0sp4fwi3ibmd32vs7kdak7vrk3i2bayk2flcc617x2ax9250iyhv"; - buildDepends = [ base GLUT newtype OpenGL vector-space Yampa ]; + version = "0.1.1.1"; + sha256 = "0163whn909s4zzmhgnbs0x90ky6kxvr6630g650i69hhqapbihpp"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base GLUT newtype OpenGL vector-space vector-space-opengl + Yampa-core + ]; homepage = "https://github.com/ony/yampa-glut"; description = "Connects Yampa and GLUT"; license = stdenv.lib.licenses.gpl3; @@ -137500,21 +138193,21 @@ self: { , blaze-markup, byteable, bytestring, conduit, conduit-extra , containers, cryptohash, data-default, email-validate, file-embed , http-client, http-conduit, http-types, lifted-base, mime-mail - , network-uri, persistent, persistent-template, random, resourcet - , safe, shakespeare, template-haskell, text, time, transformers - , unordered-containers, wai, yesod-core, yesod-form + , network-uri, nonce, persistent, persistent-template, random + , resourcet, safe, shakespeare, template-haskell, text, time + , transformers, unordered-containers, wai, yesod-core, yesod-form , yesod-persistent }: mkDerivation { pname = "yesod-auth"; - version = "1.4.5.1"; - sha256 = "161gij0r82raih9lvdws4vsknpm36m00ikd17vhhlzz01q9z7l64"; + version = "1.4.6"; + sha256 = "0c0h1pivqk276l0l7nlrwpswvg72x39ikyfzbdnmxgmain878v2x"; buildDepends = [ aeson authenticate base base16-bytestring base64-bytestring binary blaze-builder blaze-html blaze-markup byteable bytestring conduit conduit-extra containers cryptohash data-default email-validate file-embed http-client http-conduit http-types lifted-base - mime-mail network-uri persistent persistent-template random + mime-mail network-uri nonce persistent persistent-template random resourcet safe shakespeare template-haskell text time transformers unordered-containers wai yesod-core yesod-form yesod-persistent ]; @@ -137579,13 +138272,12 @@ self: { }: mkDerivation { pname = "yesod-auth-basic"; - version = "0.1.0.1"; - sha256 = "1q4fb2s71bg7r282327rsgvgcghq911knm8wf5yfq53s0k4dxkki"; + version = "0.1.0.2"; + sha256 = "0b4vyf731wb7idmbqz7n8zm4p7i7y66x94ph7kaxv1jvq05k7bxa"; buildDepends = [ base base64-bytestring bytestring exceptions text wai word8 yesod ]; testDepends = [ base hlint hspec text yesod yesod-test ]; - jailbreak = true; description = "Yesod Middleware for HTTP Basic Authentication"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -137730,8 +138422,8 @@ self: { }: mkDerivation { pname = "yesod-auth-oauth2"; - version = "0.1.1"; - sha256 = "13z3h1x9n414vi7k2aqpwcxr7839lljwcrpxybazlf82zkwl4kj2"; + version = "0.1.2"; + sha256 = "1bprc8n2f591igm5yfrxga7zim5vyib07h413ainhfc7g8pbaky9"; buildDepends = [ aeson authenticate base bytestring hoauth2 http-conduit http-types lifted-base network-uri random text transformers yesod-auth @@ -137811,8 +138503,8 @@ self: { }: mkDerivation { pname = "yesod-bin"; - version = "1.4.10"; - sha256 = "1h55155l7ca664zdwq1x0c6p43gy35p1vvghpgd0ajzip8lsyfq1"; + version = "1.4.11"; + sha256 = "0n9ssbg7iggrgmxn3hb8niqic2rf453a4fqp0g9xx1rz6p323dv2"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -137886,8 +138578,8 @@ self: { }: mkDerivation { pname = "yesod-core"; - version = "1.4.11"; - sha256 = "1lfbpfv43vjxx8r1yf8py64sai14abwwq7395gs45vk059zi5hfs"; + version = "1.4.12"; + sha256 = "1sdp2lg88c9gnwr3ffa8kj2vdd3y2kd7ark4qrm4gab07x2qflq3"; buildDepends = [ aeson auto-update base blaze-builder blaze-html blaze-markup bytestring case-insensitive cereal clientsession conduit @@ -138461,6 +139153,7 @@ self: { mtl purescript regex-tdfa regex-tdfa-text shakespeare system-fileio system-filepath template-haskell text time transformers yesod-core ]; + jailbreak = true; homepage = "https://github.com/mpietrzak/yesod-purescript"; description = "PureScript integration for Yesod"; license = stdenv.lib.licenses.mit; @@ -138696,8 +139389,8 @@ self: { }: mkDerivation { pname = "yesod-table"; - version = "0.1.3"; - sha256 = "1phbjcry1drl98ivv7yjqvwcray134zh9xqj37p1p7ki1850id3p"; + version = "1.0.0"; + sha256 = "0dy1rpwrccp6fcl91wb0f46djdkkzfdh870ylb9339msfgv9zchj"; buildDepends = [ base containers contravariant text yesod-core ]; homepage = "https://github.com/andrewthad/yesod-table"; description = "HTML tables for Yesod"; @@ -139334,8 +140027,8 @@ self: { }: mkDerivation { pname = "yst"; - version = "0.5.0.3"; - sha256 = "15r381vsffqyzvgksipik0y9f41sy8ylsmvzw7hih4nrzp0w32ch"; + version = "0.5.0.4"; + sha256 = "1bnmh7caj9s6sfj2hhfwdnsg75wci1qw8c3pwryqy57knwcwbvkz"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -139430,6 +140123,7 @@ self: { buildDepends = [ base containers mtl ]; testDepends = [ base hspec QuickCheck ]; extraLibraries = [ gomp z3 ]; + preBuild = stdenv.lib.optionalString stdenv.isDarwin "export DYLD_LIBRARY_PATH=${z3}/lib"; homepage = "http://bitbucket.org/iago/z3-haskell"; description = "Bindings for the Z3 Theorem Prover"; license = stdenv.lib.licenses.bsd3;