diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index a0793d3c5020..445083ba62b5 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -393,8 +393,8 @@ self: { ({ mkDerivation, alut, base, OpenAL, OpenGL }: mkDerivation { pname = "ALUT"; - version = "2.3.0.1"; - sha256 = "0riylbbcnpc2lnjfj9ky1srs0svl2bny2scg6p3v8gmp27linlgr"; + version = "2.3.0.2"; + sha256 = "02kfyb4g7sfjfzqlddxqbjffrj4a0gfrzkisdpbj2lw67j1gq5dp"; buildDepends = [ base OpenAL OpenGL ]; extraLibraries = [ alut ]; configureFlags = [ "-fusenativewindowslibraries" ]; @@ -2976,14 +2976,13 @@ self: { "Deadpan-DDP" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring , containers, doctest, hashable, haskeline, lens, mtl, network - , network-uri, process, QuickCheck, random, safe, scientific, stm - , text, time, transformers, unordered-containers, vector - , websockets + , network-uri, QuickCheck, random, safe, scientific, stm, text + , time, transformers, unordered-containers, vector, websockets }: mkDerivation { pname = "Deadpan-DDP"; - version = "0.6.0.1"; - sha256 = "0lj81144hsd5c7d0bf1az81l9j5z883p79378pinnkrnz33z8758"; + version = "0.7.0.0"; + sha256 = "12y1kr2qkw6j3y1rbqh9xmaxy266h3bkfc0hjwvjwd3agzwkj4zf"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -2991,7 +2990,7 @@ self: { haskeline lens mtl network network-uri random safe scientific stm text time transformers unordered-containers vector websockets ]; - testDepends = [ base doctest process QuickCheck ]; + testDepends = [ base doctest QuickCheck ]; homepage = "http://github.com/sordina/Deadpan-DDP"; description = "Write clients for Meteor's DDP Protocol"; license = stdenv.lib.licenses.mit; @@ -4275,8 +4274,8 @@ self: { }: mkDerivation { pname = "FontyFruity"; - version = "0.4"; - sha256 = "0nrlsiwav1mwbmp555vwnc24250yn166yr5fjazjg9g7a0ikkivf"; + version = "0.4.1"; + sha256 = "1rvb7if434lj7hb4ji0idarg2rmz4vn6l5k39nglv1lr7v9kz1y0"; buildDepends = [ base binary bytestring containers deepseq directory filepath text vector @@ -4534,8 +4533,8 @@ self: { ({ mkDerivation, base, freeglut, mesa, OpenGLRaw }: mkDerivation { pname = "GLURaw"; - version = "1.4.0.1"; - sha256 = "1k0f1vbbrsfc7jb4qbif4w4q87lsis5gvq7jd2n8zzslxd5n8mcn"; + version = "1.4.0.2"; + sha256 = "10sy0zag1wfrrq137azv3xazcgs21zb6bp84xzh518qbhiiycjhg"; buildDepends = [ base OpenGLRaw ]; extraLibraries = [ freeglut mesa ]; configureFlags = [ "-fusenativewindowslibraries" ]; @@ -4550,8 +4549,8 @@ self: { }: mkDerivation { pname = "GLUT"; - version = "2.5.1.1"; - sha256 = "0n9dkdjmpnbcjg0ll0ny7mw21xwwix0gxy0hq6yagmgaakhpg0aa"; + version = "2.6.0.0"; + sha256 = "1j298vs4wly29d972w106l0ra44gsbpjwrrjhk3qm5ql25i12pvh"; buildDepends = [ array base containers OpenGL OpenGLRaw ]; extraLibraries = [ freeglut libICE libSM libXi libXmu mesa ]; configureFlags = [ "-fusenativewindowslibraries" ]; @@ -6391,22 +6390,19 @@ self: { "HSmarty" = callPackage ({ mkDerivation, aeson, attoparsec, attoparsec-expr, base, HTF - , HTTP, mtl, text, unordered-containers, vector + , HTTP, mtl, scientific, text, unordered-containers, vector }: mkDerivation { pname = "HSmarty"; - version = "0.2.0.2"; - sha256 = "1b3mg99yhbv8drnqizndyvpy760na58fwzsnfhgbi0a77126wdlr"; + version = "0.2.0.3"; + sha256 = "07m7xpwv565cf78qyqkd6babpl2b7jnq88psv55jclzdqlsvv0rq"; buildDepends = [ - aeson attoparsec attoparsec-expr base HTF HTTP mtl text - unordered-containers vector - ]; - testDepends = [ - aeson attoparsec attoparsec-expr base HTF HTTP mtl text + aeson attoparsec attoparsec-expr base HTTP mtl scientific text unordered-containers vector ]; + testDepends = [ aeson attoparsec base HTF text ]; homepage = "https://github.com/agrafix/HSmarty"; - description = "Haskell implementation of a subset of the PHP-Smarty template language"; + description = "Small template engine"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8105,8 +8101,8 @@ self: { }: mkDerivation { pname = "JuicyPixels"; - version = "3.2.1"; - sha256 = "0aq0km5dbrbwgk9ps461b9222xigc4f89jgvrss1yjni5m36x5rh"; + version = "3.2.2"; + sha256 = "145d47gh7i73blibbw5ka7ii0hahrdksyj8hr4lgkv7f92rmhf8z"; buildDepends = [ base binary bytestring containers deepseq mtl primitive transformers vector zlib @@ -10086,10 +10082,10 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "ObjectName"; - version = "1.0.1.0"; - sha256 = "1aw221i1cisk7jpgchs16f3br0ddllh0n0idhw5v6n6ysv4vv155"; + version = "1.0.1.1"; + sha256 = "18bqaqxzafhmnf1r4qc0qnxdiv00i4zis89yinvpwjqbiwlwakda"; buildDepends = [ base ]; - homepage = "https://github.com/haskell-opengl/ObjectName"; + homepage = "https://github.com/svenpanne/ObjectName"; description = "Explicitly handled object names"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10203,8 +10199,8 @@ self: { ({ mkDerivation, base, openal, OpenGL }: mkDerivation { pname = "OpenAL"; - version = "1.6.0.0"; - sha256 = "0bw20ykn8vi3g4im4nsrfz7p1qq9qwnx8da83zwdbr3wjm9934gd"; + version = "1.6.0.1"; + sha256 = "0m29p6mm87lbx1507n9w4ara4l1xva8j42xjp0771ngx4sbphn2y"; buildDepends = [ base OpenGL ]; extraLibraries = [ openal ]; configureFlags = [ "-fusenativewindowslibraries" ]; @@ -10259,8 +10255,8 @@ self: { }: mkDerivation { pname = "OpenGL"; - version = "2.9.2.0"; - sha256 = "1sa5jmhj0az6sik6swv2vgzhv9gj34dbq2px23ag1a4yrk5gcn0p"; + version = "2.10.0.0"; + sha256 = "07hwfl162xjxaxv581wiyyhbzw6xdc02ivrq2iarf4266bd45bx6"; buildDepends = [ base bytestring GLURaw OpenGLRaw text ]; extraLibraries = [ libX11 mesa ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; @@ -10280,12 +10276,12 @@ self: { }) {}; "OpenGLRaw" = callPackage - ({ mkDerivation, base, ghc-prim, mesa }: + ({ mkDerivation, base, mesa }: mkDerivation { pname = "OpenGLRaw"; - version = "1.5.0.0"; - sha256 = "04lsidv82fl7yb2fnqpx7q0vgiwxbswh8g7dv9q9s9i2jwiaaal5"; - buildDepends = [ base ghc-prim ]; + version = "1.5.0.1"; + sha256 = "0hnsmijgvy04d02d0gwk4bl6imhlpwgdcsp1livvca59hzc7r8m3"; + buildDepends = [ base ]; extraLibraries = [ mesa ]; configureFlags = [ "-fuseglxgetprocaddress" "-fusenativewindowslibraries" @@ -11520,8 +11516,8 @@ self: { }: mkDerivation { pname = "Rasterific"; - version = "0.4"; - sha256 = "1cw8lalxp9cs3w3kfr4ayp5h0kd71fdnyih99xpljy8zxw28hv3z"; + version = "0.4.1"; + sha256 = "0s7wy6rn375jhmlp5wzmxgm2rz7i8phyqx0k6gjjz3hvj4ajdhyw"; buildDepends = [ base dlist FontyFruity free JuicyPixels mtl primitive vector vector-algorithms @@ -12677,9 +12673,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "StateVar"; - version = "1.0.1.0"; - sha256 = "02n2sxxkr0ydc77dc3amwp5jrw289d2s2z55rhrmhxxg1c7lp5js"; - editedCabalFile = "6273f114730b018634c3ad1387264be2fa05f538b3057209ede31172be0d766f"; + version = "1.0.1.1"; + sha256 = "0h2cykrbnq4aq8dmi59mmnagvzz00lfagqx3476y2ygqc7v1iisl"; buildDepends = [ base ]; homepage = "https://github.com/haskell-opengl/StateVar"; description = "State variables"; @@ -12754,12 +12749,12 @@ self: { }) {}; "Strafunski-StrategyLib" = callPackage - ({ mkDerivation, base, directory, mtl, syb }: + ({ mkDerivation, base, directory, mtl, syb, transformers }: mkDerivation { pname = "Strafunski-StrategyLib"; - version = "5.0.0.4"; - sha256 = "0miffjc8li5l1jarmz8l34z5mx3q68pyxghsi1lbda51bzz3wy1g"; - buildDepends = [ base directory mtl syb ]; + version = "5.0.0.5"; + sha256 = "13w3vj6nwky891rk3yi9977i2wg09zc0kvhyrx2219zdv2z6i0xg"; + buildDepends = [ base directory mtl syb transformers ]; description = "Library for strategic programming"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13045,10 +13040,10 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "Tensor"; - version = "1.1.0.0"; - sha256 = "1vn409805p5b47v5mf7rk0gypqag5bn1pzlsmsp9blr3jyj6dgph"; + version = "1.1.0.1"; + sha256 = "1q8infjcszbbfqybg1fv33fy33chyvj2nbj9d2sxvsixx57hm12m"; buildDepends = [ base ]; - homepage = "https://github.com/haskell-opengl/Tensor"; + homepage = "https://github.com/svenpanne/Tensor"; description = "Tensor data types"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13527,24 +13522,25 @@ self: { "VKHS" = callPackage ({ mkDerivation, aeson, base, bimap, bytestring, containers, curl - , directory, failure, filepath, mtl, optparse-applicative, parsec - , pretty-show, regexpr, safe, split, tagsoup, tagsoup-parsec - , template-haskell, text, time, transformers, utf8-string, vector + , curlhs, directory, failure, filepath, mtl, optparse-applicative + , parsec, pretty-show, regexpr, safe, split, tagsoup + , tagsoup-parsec, template-haskell, text, time, transformers + , utf8-string, vector }: mkDerivation { pname = "VKHS"; - version = "0.5.1"; - sha256 = "118af4y7vgwxnblgrqza869f1xcqq1nh6006w9vs2mys4vddchcy"; + version = "0.5.3"; + sha256 = "06wjfnmws68mgflszsrd5f4g9x1vihvn8srym9ixgfv51m9hzl24"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson base bimap bytestring containers directory failure filepath - mtl optparse-applicative parsec pretty-show regexpr safe split - tagsoup tagsoup-parsec template-haskell text time transformers - utf8-string vector + aeson base bimap bytestring containers curlhs directory failure + filepath mtl optparse-applicative parsec pretty-show regexpr safe + split tagsoup tagsoup-parsec template-haskell text time + transformers utf8-string vector ]; extraLibraries = [ curl ]; - homepage = "http://github.com/ierton/vkhs"; + homepage = "http://github.com/grwlf/vkhs"; description = "Provides access to Vkontakte social network via public API"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) curl; }; @@ -16688,6 +16684,25 @@ self: { }) {}; "amazonka" = callPackage + ({ mkDerivation, amazonka-core, base, bytestring, conduit + , exceptions, http-conduit, lens, mmorph, monad-control, mtl + , resourcet, text, time, transformers, transformers-base + }: + mkDerivation { + pname = "amazonka"; + version = "0.0.7"; + sha256 = "1w1fdlvx9da2p9kl55cin04mgn9a9s1i400lrn852qfqjlw9v66n"; + buildDepends = [ + amazonka-core base bytestring conduit exceptions http-conduit lens + mmorph monad-control mtl resourcet text time transformers + transformers-base + ]; + homepage = "https://github.com/brendanhay/amazonka"; + description = "Comprehensive Amazon Web Services SDK"; + license = "unknown"; + }) {}; + + "amazonka_0_1_4" = callPackage ({ mkDerivation, amazonka-core, base, bytestring, conduit , exceptions, http-conduit, lens, mmorph, monad-control, mtl , resourcet, retry, text, time, transformers, transformers-base @@ -16779,6 +16794,18 @@ self: { }) {}; "amazonka-cloudwatch" = callPackage + ({ mkDerivation, amazonka-core, base }: + mkDerivation { + pname = "amazonka-cloudwatch"; + version = "0.0.7"; + sha256 = "09rg5irnnwx5akvhil1965234n16gqw2nbqqbk99snysq6grb52v"; + buildDepends = [ amazonka-core base ]; + homepage = "https://github.com/brendanhay/amazonka"; + description = "Amazon CloudWatch SDK"; + license = "unknown"; + }) {}; + + "amazonka-cloudwatch_0_1_4" = callPackage ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudwatch"; @@ -16851,6 +16878,35 @@ self: { }) {}; "amazonka-core" = callPackage + ({ mkDerivation, aeson, attoparsec, base, base16-bytestring + , base64-bytestring, bifunctors, bytestring, case-insensitive + , conduit, conduit-extra, cryptohash, cryptohash-conduit + , data-default-class, hashable, http-client, http-types, lens + , mmorph, mtl, nats, old-locale, resourcet, semigroups, tagged + , tasty, tasty-hunit, template-haskell, text, time, transformers + , unordered-containers, vector, xml-conduit + }: + mkDerivation { + pname = "amazonka-core"; + version = "0.0.7.1"; + sha256 = "1rj0sg5kl7nz7c2mx7ddn4n5w6zjb2gl0xzig9ixxb8l7hw2ndv2"; + buildDepends = [ + aeson attoparsec base base16-bytestring base64-bytestring + bifunctors bytestring case-insensitive conduit conduit-extra + cryptohash cryptohash-conduit data-default-class hashable + http-client http-types lens mmorph mtl nats old-locale resourcet + semigroups tagged text time transformers unordered-containers + vector xml-conduit + ]; + testDepends = [ + base old-locale tasty tasty-hunit template-haskell text time + ]; + homepage = "https://github.com/brendanhay/amazonka"; + description = "Core functionality and data types for Amazonka libraries"; + license = "unknown"; + }) {}; + + "amazonka-core_0_1_4" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , base64-bytestring, bifunctors, bytestring, case-insensitive , conduit, conduit-extra, cryptohash, cryptohash-conduit @@ -19521,8 +19577,8 @@ self: { }: mkDerivation { pname = "authenticate-oauth"; - version = "1.5.0.1"; - sha256 = "14ya9kz9iinbzszqgfxx4xdvf3vgjgr77wzwksndiaqpgz9xb240"; + version = "1.5.0.2"; + sha256 = "0sq8acqwjqjz9nn1xqcr0hs73af1vddp6fv2lqhbr510x6i6rcap"; buildDepends = [ base base64-bytestring blaze-builder blaze-builder-conduit bytestring crypto-pubkey-types data-default http-client http-types @@ -25420,20 +25476,19 @@ self: { }) {}; "cabal2nix" = callPackage - ({ mkDerivation, base, Cabal, containers, directory, doctest - , filepath, hackage-db, mtl, pretty, process, regex-posix + ({ mkDerivation, base, Cabal, containers, deepseq, directory + , doctest, filepath, hackage-db, mtl, pretty, process, regex-posix , transformers }: mkDerivation { pname = "cabal2nix"; - version = "1.72"; - sha256 = "0xa7v9nwhaymc40qlh7ndv6xvqmfxmc3rp860v0h4swfqsb9bsvr"; - editedCabalFile = "869b2eaa0fe6a8a217a40a6e685b2fd6e86d857e209829714992c9bbd649349b"; + version = "1.73"; + sha256 = "1nskcr8k5a8wm9q5is0b1kww574q2nq45f16agya8z44hgk97xiv"; isLibrary = false; isExecutable = true; buildDepends = [ - base Cabal containers directory filepath hackage-db mtl pretty - process regex-posix transformers + base Cabal containers deepseq directory filepath hackage-db mtl + pretty process regex-posix transformers ]; testDepends = [ base doctest ]; homepage = "http://github.com/NixOS/cabal2nix"; @@ -25721,6 +25776,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "calculator" = callPackage + ({ mkDerivation, base, haskeline, parsec, QuickCheck }: + mkDerivation { + pname = "calculator"; + version = "0.1.2.2"; + sha256 = "0mbc26cd9pvgpp2c4f9bx23ksll91fpp6xrhcgwr651zkpa5jm4k"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base haskeline parsec QuickCheck ]; + testDepends = [ base parsec QuickCheck ]; + homepage = "https://github.com/sumitsahrawat/calculator"; + description = "A calculator that operates on string inputs"; + license = stdenv.lib.licenses.gpl2; + }) {}; + "caldims" = callPackage ({ mkDerivation, base, containers, directory, haskell98, mtl , parsec, readline @@ -26538,8 +26608,8 @@ self: { ({ mkDerivation, array, base, bytestring, containers, ghc-prim }: mkDerivation { pname = "cereal"; - version = "0.4.1.0"; - sha256 = "0m0iwjf9bds4nwk1rgr19rvjri4kncn37k51l1n9y869r104b8lb"; + version = "0.4.1.1"; + sha256 = "15rhfn9hrjm01ksh9xpz9syxsp9vkvpp6b736iqq38wv2wb7416z"; buildDepends = [ array base bytestring containers ghc-prim ]; configureFlags = [ "-fsplit-base" ]; description = "A binary serialization library"; @@ -28322,6 +28392,7 @@ self: { pname = "clock"; version = "0.4.1.3"; sha256 = "0wqhg8gb10lby01f0v4fl4yp23l4ilizywp5xnsbja03svnb4f0d"; + editedCabalFile = "653fd69fcb84f23fb93241604f83f686921593f7ded7c3bf61ce7cecf1f00440"; buildDepends = [ base ]; configureFlags = [ "-f-llvm" ]; homepage = "http://corsis.github.com/clock/"; @@ -29378,6 +29449,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "compare-type" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "compare-type"; + version = "0.1"; + sha256 = "0snvvz10mvg4zykkvv1cdf4a4ld4rj6zzw4dqn5lzyddsgg43w6j"; + buildDepends = [ base ]; + homepage = "https://github.com/Kinokkory/compare-type"; + description = "compare types of any kinds in haskell"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "compdata" = callPackage ({ mkDerivation, base, containers, deepseq, derive, HUnit, mtl , QuickCheck, template-haskell, test-framework @@ -30528,6 +30611,7 @@ self: { pname = "contravariant"; version = "1.2.0.1"; sha256 = "06jyaxwv9dgpbrifdig9g6bgf6rmmjwhzhfb61rzkhmvm4dkm346"; + editedCabalFile = "dd01fca687e4bd5a1c6d4408f70f7863228155a7d7db2cdd0c20fec264d638a0"; buildDepends = [ base semigroups transformers transformers-compat void ]; @@ -32302,8 +32386,8 @@ self: { }: mkDerivation { pname = "csound-expression"; - version = "4.2.0"; - sha256 = "1rb62pihb48nrvpabln28ypaq2hk2ykycgc6mpnwk6qdkgdqj905"; + version = "4.2.1"; + sha256 = "0ihi4svsq86zshx6b0jh7dg0cfyprckbxi356y0w1gbr53mihgmm"; buildDepends = [ base Boolean colour csound-expression-opcodes csound-expression-typed data-default process @@ -32367,8 +32451,8 @@ self: { ({ mkDerivation, base, csound-expression, transformers }: mkDerivation { pname = "csound-sampler"; - version = "0.0.3.1"; - sha256 = "02qmmq5alfbs1j6wzyyiab7q02aa5fiphs5p4lzlh7a8vrv7kq1g"; + version = "0.0.3.2"; + sha256 = "02gzrsqh0pvjdc5q33jm0psxr1yf7n81q73x200r2k416g0a5p7s"; buildDepends = [ base csound-expression transformers ]; homepage = "https://github.com/anton-k/csound-sampler"; description = "A musical sampler based on Csound"; @@ -39240,8 +39324,8 @@ self: { }: mkDerivation { pname = "ekg-rrd"; - version = "0.2.0.14"; - sha256 = "07is6m992laicd334pxdj9lli0wgspk69k30ppi5irvlczyfaqki"; + version = "0.2.1.65"; + sha256 = "0f5m4z6j7ck3kvhg5gg4r4p06ckk71aacwih131br4sz4gfsrr1n"; buildDepends = [ base directory ekg-core mtl process text time unordered-containers ]; @@ -40438,6 +40522,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "ersatz-toysat" = callPackage + ({ mkDerivation, array, base, containers, ersatz, toysolver + , transformers + }: + mkDerivation { + pname = "ersatz-toysat"; + version = "0.2.0.0"; + sha256 = "0r7a8dcfpsjicndwlcgv1bc7jjjd8b2g9fds95y2cszprqkhjjh3"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + array base containers ersatz toysolver transformers + ]; + configureFlags = [ "-f-examples" ]; + homepage = "https://github.com/msakai/ersatz-toysat"; + description = "toysat driver as backend for ersatz"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "ert" = callPackage ({ mkDerivation, aeson, attoparsec, attoparsec-expr, base , bytestring, regex-compat, text, unordered-containers, vector @@ -41296,6 +41399,7 @@ self: { pname = "extra"; version = "1.0"; sha256 = "0ainwq8f2mp1wc30srl971xy4qnrcyrcyig1kmrxx951hgav1dkb"; + editedCabalFile = "9deb6a3e50c063fb2c10b17371b99c48d7ebfa50ed3129476b3cbe7e5dc57918"; buildDepends = [ base directory filepath process time unix ]; testDepends = [ base directory filepath QuickCheck time unix ]; homepage = "https://github.com/ndmitchell/extra#readme"; @@ -41855,13 +41959,14 @@ self: { }) {}; "fclabels" = callPackage - ({ mkDerivation, base, mtl, template-haskell, transformers }: + ({ mkDerivation, base, HUnit, mtl, template-haskell, transformers + }: mkDerivation { pname = "fclabels"; - version = "2.0.2.1"; - sha256 = "0y1qcv84xhqrf3kp33wqq94bfkq39nwnp1db19g6jjkxw4w59ms3"; - editedCabalFile = "2436f54eaac026ea82526d9c70a7940c67d98be3ff0767b01f7008b9b6b568ee"; + version = "2.0.2.2"; + sha256 = "0jvmmmky2h4i6lh0zj67j8rf1r1r1plv1s9y67jbs821266ffra8"; buildDepends = [ base mtl template-haskell transformers ]; + testDepends = [ base HUnit mtl template-haskell transformers ]; homepage = "https://github.com/sebastiaanvisser/fclabels"; description = "First class accessor labels implemented as lenses"; license = stdenv.lib.licenses.bsd3; @@ -42693,6 +42798,26 @@ self: { license = "GPL"; }) {}; + "fit" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, containers + , contravariant, hspec, hspec-attoparsec, mtl, QuickCheck, text + }: + mkDerivation { + pname = "fit"; + version = "0.5"; + sha256 = "0xazsm6zdvnjxhy31c5zpjbd3fc98pcy545fq3jxvzh6c913fdjl"; + editedCabalFile = "87f70d521590ba57a662694c83401df69c45c6c721e52119fde62685873b5f6f"; + buildDepends = [ + attoparsec base bytestring containers contravariant mtl text + ]; + testDepends = [ + attoparsec base bytestring containers hspec hspec-attoparsec mtl + QuickCheck text + ]; + description = "FIT file decoder"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "fitsio" = callPackage ({ mkDerivation, base, cfitsio, filepath, mtl }: mkDerivation { @@ -46253,8 +46378,8 @@ self: { ({ mkDerivation, base, split }: mkDerivation { pname = "gimlh"; - version = "0.1.1.0"; - sha256 = "06bqv6fnkgz4a78s2lr19qdc6m1dyvflbw7x8gbnp6gy7l1q8k9y"; + version = "0.1.2.0"; + sha256 = "06n198b43qpixr9jqzqq4wlff01k43vqk13xhr2ly64k5nymnlr4"; buildDepends = [ base split ]; homepage = "https://github.com/gazay/gimlh"; description = "Haskell parser for GIML"; @@ -54021,6 +54146,7 @@ self: { pname = "hastache"; version = "0.6.1"; sha256 = "0r5l8k157pgvz1ck4lfid5x05f2s0nlmwf33f4fj09b1kmk8k3wc"; + editedCabalFile = "92cea66e7c2d33e62c5caac8eaaf0e716fa6e2146ef906360db4d5f72cd30091"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -57004,13 +57130,16 @@ self: { }) {}; "histogram-fill" = callPackage - ({ mkDerivation, base, deepseq, monad-primitive, primitive, vector + ({ mkDerivation, base, deepseq, ghc-prim, monad-primitive + , primitive, vector }: mkDerivation { pname = "histogram-fill"; - version = "0.8.3.0"; - sha256 = "0k9qfrjf7zdxx8iw9yqy6lvn2p3c2mpzfbbx713rripf6y531m3g"; - buildDepends = [ base deepseq monad-primitive primitive vector ]; + version = "0.8.4.1"; + sha256 = "0zamqza4ky90l27sjgv55rp7s1g4hs0k0qn2qza7lfwk991ijn9q"; + buildDepends = [ + base deepseq ghc-prim monad-primitive primitive vector + ]; homepage = "https://github.com/Shimuuar/histogram-fill/"; description = "Library for histograms creation"; license = stdenv.lib.licenses.bsd3; @@ -57058,26 +57187,24 @@ self: { }) {}; "hit" = callPackage - ({ mkDerivation, attoparsec, base, bytedump, bytestring, containers - , cryptohash, hourglass, HUnit, mtl, parsec, patience, QuickCheck - , random, system-fileio, system-filepath, test-framework - , test-framework-quickcheck2, unix-compat, vector, zlib - , zlib-bindings + ({ mkDerivation, attoparsec, base, byteable, bytedump, bytestring + , containers, cryptohash, hourglass, mtl, parsec, patience, random + , system-fileio, system-filepath, tasty, tasty-quickcheck + , unix-compat, utf8-string, vector, zlib, zlib-bindings }: mkDerivation { pname = "hit"; - version = "0.6.2"; - sha256 = "07lfjbn48v8ykkyj15diy4a9kpgzc93gv0l1rdfcacl3f26a97hs"; + version = "0.6.3"; + sha256 = "0wg44vgd5jzi0r0vg8k5zrvlr7rcrb4nrp862c6y991941qv71nv"; isLibrary = true; isExecutable = true; buildDepends = [ - attoparsec base bytestring containers cryptohash hourglass mtl - parsec patience random system-fileio system-filepath unix-compat - vector zlib zlib-bindings + attoparsec base byteable bytestring containers cryptohash hourglass + mtl parsec patience random system-fileio system-filepath + unix-compat utf8-string vector zlib zlib-bindings ]; testDepends = [ - base bytedump bytestring hourglass HUnit QuickCheck test-framework - test-framework-quickcheck2 + base bytedump bytestring hourglass tasty tasty-quickcheck ]; configureFlags = [ "-f-debug" "-f-executable" ]; homepage = "http://github.com/vincenthz/hit"; @@ -58331,17 +58458,17 @@ self: { "hoobuddy" = callPackage ({ mkDerivation, aeson, base, bytestring, Cabal, directory - , filepath, hoogle, monad-loops, process, yaml + , filepath, hoogle, monad-loops, mtl, process, yaml }: mkDerivation { pname = "hoobuddy"; - version = "0.1.0.0"; - sha256 = "0yqlcyydms9946qpl3db4nqdmh9h6f075bz71j0c148x2vkcwjga"; + version = "0.1.0.1"; + sha256 = "0l1q6h0irfv3275jajvylajm2rhkfmvi1kpfan6n6z5adibh9and"; isLibrary = false; isExecutable = true; buildDepends = [ aeson base bytestring Cabal directory filepath hoogle monad-loops - process yaml + mtl process yaml ]; homepage = "http://github.com/gilligan/hoobuddy"; description = "Simple tool for fetching and merging hoogle data"; @@ -58948,8 +59075,8 @@ self: { }: mkDerivation { pname = "hourglass"; - version = "0.2.6"; - sha256 = "029fmx5r6krj7y7mn4b4m2lpaa3iw6vhyznrib5lhf469i1jp9m3"; + version = "0.2.8"; + sha256 = "1n5kffmf9qnr2zy6igck7rlrw0gx5lqc92n1lajpa8vq96qzx7lj"; buildDepends = [ base deepseq ]; testDepends = [ base deepseq mtl old-locale tasty tasty-hunit tasty-quickcheck time @@ -61581,14 +61708,14 @@ self: { }: mkDerivation { pname = "hspec-server"; - version = "0.3.1"; - sha256 = "0xaslxk081i11av7jlz46ga10fd5wplyxpiccmni0smk8rgykgmy"; + version = "0.3.2"; + sha256 = "1q77inw8xrnpl14rwvpv0q1ci6axblcx45wi5b72hnchk7ay5a6x"; buildDepends = [ base containers hspec hspec-core hspec-expectations HUnit process regex-posix temporary transformers ]; testDepends = [ base hspec hspec-contrib transformers ]; - description = "Test Framework for Server's status"; + description = "Test Framework for checking server's status"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -62486,8 +62613,8 @@ self: { }: mkDerivation { pname = "htoml"; - version = "0.1.0.0"; - sha256 = "1lba441h5g7cj1cgsg48gw9z80ljczrjdsnyl5dyycqdvidlbr2z"; + version = "0.1.0.2"; + sha256 = "0gv57isivg65wd05yxcyi2wv4ck2f153pkk2vblp6q1xh7d81asm"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -62499,7 +62626,7 @@ self: { tasty-hspec tasty-hunit text time unordered-containers vector ]; homepage = "https://github.com/cies/htoml"; - description = "A parser for TOML files"; + description = "Parser for TOML files"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -64056,18 +64183,19 @@ self: { }) {}; "hydrogen-cli" = callPackage - ({ mkDerivation, base, hydrogen-cli-args, hydrogen-parsing - , hydrogen-prelude, hydrogen-syntax + ({ mkDerivation, base, hydrogen-cli-args, hydrogen-data + , hydrogen-multimap, hydrogen-parsing, hydrogen-prelude + , hydrogen-syntax }: mkDerivation { pname = "hydrogen-cli"; - version = "0.11"; - sha256 = "0mmmin54dcmyppk0ga61db7b06cbsy85v7xh726f9wad8yga9day"; + version = "0.14"; + sha256 = "03hz4z964zg1b5nzywymrd1m3ss081rq6nnbqwcgbwabx6wd209b"; isLibrary = false; isExecutable = true; buildDepends = [ - base hydrogen-cli-args hydrogen-parsing hydrogen-prelude - hydrogen-syntax + base hydrogen-cli-args hydrogen-data hydrogen-multimap + hydrogen-parsing hydrogen-prelude hydrogen-syntax ]; homepage = "https://scravy.de/hydrogen-cli/"; description = "Hydrogen Data"; @@ -64080,8 +64208,8 @@ self: { }: mkDerivation { pname = "hydrogen-cli-args"; - version = "0.11"; - sha256 = "09xm75c5akamx38qqicpin5i7mz9klrbr7prqay5w3imp2wahma5"; + version = "0.14"; + sha256 = "0q72w0bacaqxip26yl1qln8lrskl39wr72nphwirmdk4cxs92mx7"; buildDepends = [ base containers hydrogen-multimap hydrogen-prelude ]; @@ -64091,17 +64219,12 @@ self: { }) {}; "hydrogen-data" = callPackage - ({ mkDerivation, base, containers, hydrogen-parsing - , hydrogen-prelude, hydrogen-syntax, nicify, parsec, uuid - }: + ({ mkDerivation, base, hydrogen-parsing, hydrogen-prelude }: mkDerivation { pname = "hydrogen-data"; - version = "0.10"; - sha256 = "0md9lzz17fhlclci3i4cfb61k3lbq9z77gncmslsbv4g20sj3j5s"; - buildDepends = [ - base containers hydrogen-parsing hydrogen-prelude hydrogen-syntax - nicify parsec uuid - ]; + version = "0.14"; + sha256 = "0d9457sarii5z1m2p1jzfk1g1ix2bm0s3ghfw7gab1w74i3hlh88"; + buildDepends = [ base hydrogen-parsing hydrogen-prelude ]; homepage = "https://scravy.de/hydrogen-data/"; description = "Hydrogen Data"; license = stdenv.lib.licenses.bsd3; @@ -64123,8 +64246,8 @@ self: { ({ mkDerivation, base, containers, hydrogen-prelude, parsec }: mkDerivation { pname = "hydrogen-parsing"; - version = "0.11"; - sha256 = "0r3rcwp1j32lpmr06kyif2dfps11zr3libz9sydy6yj3vcbdvlmw"; + version = "0.14"; + sha256 = "1k422j4yjvv3zq51aincxjr96cgv86wdkicwkplfiq84jy3g3lyy"; buildDepends = [ base containers hydrogen-prelude parsec ]; homepage = "https://scravy.de/hydrogen-parsing/"; description = "Hydrogen Parsing Utilities"; @@ -64139,8 +64262,8 @@ self: { }: mkDerivation { pname = "hydrogen-prelude"; - version = "0.11"; - sha256 = "0gbqqsk55283dbyxylzwhriq6490lfi9ja7nanr06rkn5skpn5gm"; + version = "0.14"; + sha256 = "05xpxgvpllay8rqs5hbkr5pf8i1aanr72651xkz02qp864g0i822"; buildDepends = [ array base cereal containers directory filepath hashable hydrogen-multimap hydrogen-version network nicify process random @@ -64157,8 +64280,8 @@ self: { }: mkDerivation { pname = "hydrogen-syntax"; - version = "0.11"; - sha256 = "1a3lhgbqpjyy1igax7mxgkqjamr1vmzc14yzmvjvfbz8g6mlpmwm"; + version = "0.14"; + sha256 = "1gkhmlxcdvs1px4ffygw11mc23f64dbiwxhhp4fjif632bs7mp1v"; buildDepends = [ base containers hydrogen-parsing hydrogen-prelude nicify parsec uuid @@ -65267,8 +65390,8 @@ self: { }: mkDerivation { pname = "increments"; - version = "0.1.0.2"; - sha256 = "1v7jcgmbrkgdwmf3l5vhhfmsz1ylnhs0p18zyli0qk56xllj99s3"; + version = "0.1.0.4"; + sha256 = "0dsand1y9f215fsikwr2601zxrzxpv85aka6f0gaaf0657mr4x9i"; buildDepends = [ base beamable bytestring containers ghc-prim ]; testDepends = [ base beamable bytestring containers ghc-prim QuickCheck @@ -68256,6 +68379,7 @@ self: { pname = "kan-extensions"; version = "4.2"; sha256 = "1bfz9azg6s1micw8drl6hj305731dnginx422ilqzb8pi317a9hx"; + editedCabalFile = "9a79b987064b6cf73fba45b90f4a4eb843ebed8df0c99d5690b39bebf3d6ffe5"; buildDepends = [ adjunctions array base comonad containers contravariant distributive free mtl semigroupoids tagged transformers @@ -70464,8 +70588,8 @@ self: { ({ mkDerivation, base, time }: mkDerivation { pname = "leapseconds-announced"; - version = "2012"; - sha256 = "1yfd53fqby42shmwzb2zzia4wwaaczhd9m789s2gs0bhv9ydmanh"; + version = "2015"; + sha256 = "14k57jw0n9nqrc9rrqsjiafk3li7z8azf9cm72gm3yrms72ph3m8"; buildDepends = [ base time ]; description = "Leap seconds announced at library release time"; license = stdenv.lib.licenses.bsd3; @@ -71597,21 +71721,22 @@ self: { }) {}; "lifted-async" = callPackage - ({ mkDerivation, async, base, HUnit, lifted-base, monad-control - , mtl, tasty, tasty-hunit, tasty-th, transformers-base + ({ mkDerivation, async, base, constraints, HUnit, lifted-base + , monad-control, mtl, tasty, tasty-hunit, tasty-th + , transformers-base }: mkDerivation { pname = "lifted-async"; version = "0.5.0.1"; sha256 = "1fs8fnznrbiy68s7q801587fdizign05jn1g9kqsdxjc6z6g96m8"; buildDepends = [ - async base lifted-base monad-control transformers-base + async base constraints lifted-base monad-control transformers-base ]; testDepends = [ async base HUnit lifted-base monad-control mtl tasty tasty-hunit tasty-th ]; - configureFlags = [ "-f-monad-control-1" ]; + configureFlags = [ "-fmonad-control-1" ]; homepage = "https://github.com/maoe/lifted-async"; description = "Run lifted IO operations asynchronously and wait for their results"; license = stdenv.lib.licenses.bsd3; @@ -72677,8 +72802,8 @@ self: { }: mkDerivation { pname = "llvm-general"; - version = "3.4.4.2"; - sha256 = "02z2rli610n54ig8fbrdn9r4w2lm97qsawi9y21rfs836s4ibq55"; + version = "3.4.4.3"; + sha256 = "0mxi58dihbwj4534swhy5zlga5w1q2h4jrfvi33kw0pf12hvxqjv"; buildDepends = [ array base bytestring containers llvm-general-pure mtl parsec setenv template-haskell transformers transformers-compat @@ -74704,8 +74829,8 @@ self: { }: mkDerivation { pname = "markdown"; - version = "0.1.13"; - sha256 = "1r04h641d9y8p88h59isrz9g42gq7vdykx3n8bhk499ici800134"; + version = "0.1.13.1"; + sha256 = "0b10cvz5yryzrzfg2j0pikhfxcly7x4hfmjwnwycs4hy97h2rdnq"; buildDepends = [ attoparsec base blaze-html blaze-markup conduit conduit-extra containers data-default text transformers xss-sanitize @@ -76019,8 +76144,8 @@ self: { }: mkDerivation { pname = "mime-mail-ses"; - version = "0.3.2.1"; - sha256 = "1d36n3i9q4b6dsi3j8sjghgs797bgzrxlshq5d1kfpbvgmwhv43p"; + version = "0.3.2.2"; + sha256 = "1dzlfrpqw3bdqkwgp5i52azkp8lv2cgvrdvl1w39q484ra4by2y1"; buildDepends = [ base base64-bytestring byteable bytestring conduit cryptohash http-client http-conduit http-types mime-mail old-locale text time @@ -76723,19 +76848,6 @@ self: { }) {}; "monad-control" = callPackage - ({ mkDerivation, base, transformers, transformers-base }: - mkDerivation { - pname = "monad-control"; - version = "0.3.3.0"; - sha256 = "0vjff64iwnd9vplqfjyylbd900qmsr92h62hnh715wk06yacji7g"; - buildDepends = [ base transformers transformers-base ]; - configureFlags = [ "-finstancest" ]; - homepage = "https://github.com/basvandijk/monad-control"; - description = "Lift control operations, like exception catching, through monad transformers"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "monad-control_1_0_0_1" = callPackage ({ mkDerivation, base, stm, transformers, transformers-base }: mkDerivation { pname = "monad-control"; @@ -78845,8 +78957,8 @@ self: { }: mkDerivation { pname = "mutable-containers"; - version = "0.1.2.0"; - sha256 = "12ba2sa5i6p1pb6vb6ksfzl1qa749h06fdar8p02w4848n3jfa2n"; + version = "0.2.0"; + sha256 = "1y07n8jr0m8924wyk2fy6wxmnhqkj9ay0814c562xj69imsrcmgp"; buildDepends = [ base containers ghc-prim mono-traversable primitive vector ]; @@ -84569,8 +84681,8 @@ self: { }: mkDerivation { pname = "persistent"; - version = "2.1.1.3"; - sha256 = "17pp9akqws3454nbpd1yq5r8narjkhbwcaps7d1ydv3x4qk0vgmg"; + version = "2.1.1.4"; + sha256 = "0nknyrxh28i4cf50fj6mclgd4qnrqsby1w1bzj8jmg8snbyp69d2"; buildDepends = [ aeson attoparsec base base64-bytestring blaze-html blaze-markup bytestring conduit containers exceptions fast-logger lifted-base @@ -86047,8 +86159,8 @@ self: { ({ mkDerivation, base, template-haskell, th-expand-syns }: mkDerivation { pname = "plugins-multistage"; - version = "0.5"; - sha256 = "0hhi0r3hsgnajq4l0jg1v4j2ilk2r1hm9b7ldv6aykcg3wzbnvhd"; + version = "0.5.1"; + sha256 = "024lm002rywwkjyvz38j9xlgqbvbzjppj349kipwy0xicf2hdv2c"; buildDepends = [ base template-haskell th-expand-syns ]; description = "Dynamic linking for embedded DSLs with staged compilation"; license = stdenv.lib.licenses.bsd3; @@ -88031,6 +88143,7 @@ self: { pname = "profunctors"; version = "4.3.2"; sha256 = "06dv9bjz2hsm32kzfqqm6z54197dfjm3wycnbbgl9pib711w484v"; + editedCabalFile = "be979686814ec350c42af61b496af101aee25e5be211d22caccf59ef93e6581b"; buildDepends = [ base comonad distributive semigroupoids tagged transformers ]; @@ -91758,6 +91871,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "relational-postgresql8" = callPackage + ({ mkDerivation, base, containers, HDBC, names-th + , persistable-record, relational-query, relational-query-HDBC + , template-haskell, time + }: + mkDerivation { + pname = "relational-postgresql8"; + version = "0.1.0.0"; + sha256 = "1fmgb7qbcbyr5simy5x6fqnib3v3cq0vsz9i720snszs7a2k1z8f"; + buildDepends = [ + base containers HDBC names-th persistable-record relational-query + relational-query-HDBC template-haskell time + ]; + homepage = "https://github.com/yuga/haskell-relational-record-driver-postgresql8"; + description = "PostgreSQL v8.x driver for haskell-relational-record"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "relational-query" = callPackage ({ mkDerivation, array, base, bytestring, Cabal, cabal-test-compat , containers, dlist, names-th, persistable-record, sql-words @@ -91765,8 +91896,8 @@ self: { }: mkDerivation { pname = "relational-query"; - version = "0.3.0.3"; - sha256 = "1l4ja62sys2bxkpkvaz1fns5hdfp5m1idhgwhgvvcxlh431s2acd"; + version = "0.4.0.0"; + sha256 = "1xmbdyg2b2hdf5x0fgp64c0z1my904z8dqd65hdanj05s817gfh8"; buildDepends = [ array base bytestring containers dlist names-th persistable-record sql-words template-haskell text time time-locale-compat @@ -91803,8 +91934,8 @@ self: { ({ mkDerivation, base, relational-query, relational-query-HDBC }: mkDerivation { pname = "relational-record"; - version = "0.1.0.1"; - sha256 = "0n42fnmw99nl16zr6h4kyhm6vrs0c45nl3cp4nvp8i08pr5chf4l"; + version = "0.1.1.0"; + sha256 = "1rxwlp49a1i4y2qnzjwjwp92ggphd92ikcgxpmkiw6a6frspy3zs"; buildDepends = [ base relational-query relational-query-HDBC ]; homepage = "http://khibino.github.io/haskell-relational-record/"; description = "Meta package of Relational Record"; @@ -91836,8 +91967,8 @@ self: { }: mkDerivation { pname = "relational-schemas"; - version = "0.1.0.0"; - sha256 = "1lsw7f4737bj981bvl0hi5b4bhb9b911rajgx0m705kczyl67662"; + version = "0.1.0.1"; + sha256 = "15fgh42j2fhgqxr2z6ayg7kwrdmsmakl5v1dkxyrp7k3iah3ak5d"; buildDepends = [ base bytestring containers persistable-record relational-query template-haskell time @@ -93765,11 +93896,12 @@ self: { ({ mkDerivation, base, c2hs, rtlsdr }: mkDerivation { pname = "rtlsdr"; - version = "0.1.0.2"; - sha256 = "1r48h54ynlfw40rh1akc0l9k6k5lw50qgfgrf1cccfhzdczhfxjc"; + version = "0.1.0.3"; + sha256 = "0v1vm73f1wn3lcxqlih5c7cj50g8ffbz8fcya0zvs1ab4kxxnrnv"; buildDepends = [ base ]; buildTools = [ c2hs ]; extraLibraries = [ rtlsdr ]; + homepage = "https://github.com/adamwalker/hrtlsdr"; description = "Bindings to librtlsdr"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) rtlsdr; }; @@ -94602,6 +94734,18 @@ self: { license = "GPL"; }) {}; + "satchmo-toysat" = callPackage + ({ mkDerivation, array, base, containers, satchmo, toysolver }: + mkDerivation { + pname = "satchmo-toysat"; + version = "0.2.0.0"; + sha256 = "10prfalf8gic4p5sj35svnypzdgn69f6vwbj9dh55bcq70gqqgn2"; + buildDepends = [ array base containers satchmo toysolver ]; + homepage = "https://github.com/msakai/satchmo-toysat"; + description = "toysat driver as backend for satchmo"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "sbv" = callPackage ({ mkDerivation, array, async, base, containers, deepseq, directory , filepath, HUnit, mtl, old-time, pretty, process, QuickCheck @@ -95414,6 +95558,20 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "sdl2-ttf" = callPackage + ({ mkDerivation, base, sdl2, SDL2, SDL2_ttf }: + mkDerivation { + pname = "sdl2-ttf"; + version = "0.2.0"; + sha256 = "0ikdkzzzh3wwzypas5bd6wcm17cckxj2qyqkw6y76v0k2kpnzc35"; + editedCabalFile = "25cb57affc8ad5bb0ff533037512a39803f4fcd961cb2aca3632f0ab7dc2540b"; + buildDepends = [ base sdl2 ]; + testDepends = [ base sdl2 ]; + extraLibraries = [ SDL2 SDL2_ttf ]; + description = "Binding to libSDL2-ttf"; + license = stdenv.lib.licenses.mit; + }) { SDL2_ttf = null; }; + "seacat" = callPackage ({ mkDerivation, base, blaze-builder, blaze-html, bytestring , ConfigFile, data-default, directory, filepath, http-types @@ -95732,6 +95890,7 @@ self: { pname = "semigroupoids"; version = "4.2"; sha256 = "18zip518f2l2ccmg3hjzy5mq2b8r98crzm10kr77yc4m64w5vac8"; + editedCabalFile = "0be7058f2eb89390b2752e8596fb47d0cb5c6a4636d33123dfbe4637f2ba451d"; buildDepends = [ base comonad containers contravariant distributive semigroups transformers @@ -96699,8 +96858,8 @@ self: { }: mkDerivation { pname = "shake"; - version = "0.14.2"; - sha256 = "0wb4rvnkw6gag1jffv9z2by7y8gifp58pnw3n7dyc01yglbys72m"; + version = "0.14.3"; + sha256 = "1s5xm205k3pvndn21vd0y9mnggrm91psf64mw445r08xasi658vl"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -96798,8 +96957,8 @@ self: { }: mkDerivation { pname = "shakespeare"; - version = "2.0.2.1"; - sha256 = "1s73nlkccfg3wl0qfx6f7q3afiakdhzh5xksnfhsg5hjhx80qhza"; + version = "2.0.2.2"; + sha256 = "0d44qp9a1m573n15h9ddvnbpyf5rcphxm6y1bzfllpgzjmjl39n5"; buildDepends = [ aeson base blaze-html blaze-markup bytestring containers directory exceptions ghc-prim parsec process system-fileio system-filepath @@ -96917,8 +97076,8 @@ self: { }: mkDerivation { pname = "shared-buffer"; - version = "0.2"; - sha256 = "1540l8kkh5mwl8dsh1syna68j87iyw6w87dsx6zppk57g6d66464"; + version = "0.2.2"; + sha256 = "031aabqynp5d4k47rjjwyx3xjzh4f1k4csfgdnnhsf45xv5nc3kc"; buildDepends = [ base bytestring unix ]; testDepends = [ base bytestring hsc2hs QuickCheck test-framework @@ -97177,6 +97336,18 @@ self: { license = "GPL"; }) {}; + "show-type" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "show-type"; + version = "0.1.1"; + sha256 = "1sppi8vj1cg7gwz7vagc1cry22b814wlwbm6jjj1c4d5f4kmpyyv"; + buildDepends = [ base ]; + homepage = "https://github.com/Kinokkory/show-type"; + description = "convert types into string values in haskell"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "showdown" = callPackage ({ mkDerivation, base, glade, gtk, random }: mkDerivation { @@ -98268,6 +98439,26 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "slack-api" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, errors + , HsOpenSSL, io-streams, lens, lens-aeson, monad-loops, mtl + , network, openssl-streams, text, time, transformers, websockets + , wreq + }: + mkDerivation { + pname = "slack-api"; + version = "0.2"; + sha256 = "0gw6x57nnc16fm963l8z96cm4xapr4nbbmrbpx73k928a07fdq8j"; + editedCabalFile = "a501ef5c55a25d5621756c4875724169bab9b36eef3892d5022cf5d73d858cfa"; + buildDepends = [ + aeson base bytestring containers errors HsOpenSSL io-streams lens + lens-aeson monad-loops mtl network openssl-streams text time + transformers websockets wreq + ]; + description = "Bindings to the Slack RTM API"; + license = stdenv.lib.licenses.mit; + }) {}; + "slave-thread" = callPackage ({ mkDerivation, base, base-prelude, HTF, list-t, mmorph , partial-handler, QuickCheck, quickcheck-instances, SafeSemaphore @@ -98333,8 +98524,8 @@ self: { }: mkDerivation { pname = "sloane"; - version = "2.0.0"; - sha256 = "0g6njb4aijkhdc7dhbqq17010gf650wms1gwalcg272641fk3b49"; + version = "2.0.2"; + sha256 = "0m949pk5jcbwimr64qsfxm3wxvbnas49y80pf3d3c03pxl0af6p7"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -98884,6 +99075,7 @@ self: { pname = "snap-server"; version = "0.9.4.6"; sha256 = "01qfqc63qwq604s5vy0sln7l9zhqndyqbb1y1xf397rrn97xhrpp"; + editedCabalFile = "32c4388b62e047caebb4a51bd79cb592032a0cb4f2aa56c7eb8bff15e85588bf"; buildDepends = [ attoparsec attoparsec-enumerator base blaze-builder blaze-builder-enumerator bytestring case-insensitive containers @@ -101206,8 +101398,8 @@ self: { }: mkDerivation { pname = "stackage"; - version = "0.4.0"; - sha256 = "19h45gl8ylm9hz16bn1fcj8c1651zf267saaznvf1sydhpn1rczk"; + version = "0.5.0"; + sha256 = "0qps55vxsdxygxcdqqfzl3h1b9xvf42f8pigi8ic602vv1swg8dz"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -103254,8 +103446,8 @@ self: { }: mkDerivation { pname = "sws"; - version = "0.3.0.1"; - sha256 = "0dhv6g85wyc4g52cc675k40ij0ga26gzbcxvyz8c02z2gbbsasm8"; + version = "0.3.1.0"; + sha256 = "1ph0a7n4kch5as703jildijkwn6ivmv82jcmdsh9nzbx3fifra9b"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -104822,6 +105014,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "tasty-kat" = callPackage + ({ mkDerivation, base, bytestring, mtl, tasty, tasty-hunit + , tasty-quickcheck + }: + mkDerivation { + pname = "tasty-kat"; + version = "0.0.1"; + sha256 = "0z02vldgg4prl06rwy78lc1fgan0740v1rfnnmw6p96r312mahil"; + buildDepends = [ base bytestring tasty ]; + testDepends = [ + base bytestring mtl tasty tasty-hunit tasty-quickcheck + ]; + homepage = "https://github.com/vincenthz/tasty-kat"; + description = "Known Answer Tests (KAT) framework for tasty"; + license = stdenv.lib.licenses.mit; + }) {}; + "tasty-program" = callPackage ({ mkDerivation, base, directory, filepath, process, tasty }: mkDerivation { @@ -106127,6 +106336,7 @@ self: { pname = "text-stream-decode"; version = "0.1.0.5"; sha256 = "1s2lncs5k8rswg1bpf4vz5p1maj46bsgf7ar4lzcla9bf3f4bppy"; + editedCabalFile = "d4ea8ff401a3ccbd8a6ce2918385bac4859150047ce9b7f752ff5575db71e9fd"; buildDepends = [ base bytestring text ]; testDepends = [ base bytestring deepseq hspec text ]; configureFlags = [ "-ftext11" ]; @@ -109061,7 +109271,7 @@ self: { pname = "twitter-conduit"; version = "0.1.0"; sha256 = "1cymgp3wlswxn5qfdr442cqq2ak48b5w1zcsr67n2g5p1izadwji"; - editedCabalFile = "1f34bb7ee079e8b60ccad90c99631faee461b691a0b2b3f6fdb09fc0366fe81b"; + editedCabalFile = "e70397da5f43d657c6c3bef7419810f61675e78aa0b0da688b1f5939d1e11bf8"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -109653,12 +109863,13 @@ self: { }: mkDerivation { pname = "typedquery"; - version = "0.1.0.0"; - sha256 = "1pjdn03jr9l6jkz6lr67plh22i429r3vs3697xmkd4rxncvyykxk"; + version = "0.1.0.1"; + sha256 = "18qx00rajs2li05ywd8bqqdfyg3d2wyza1jwrl1dh47bmhw049ll"; buildDepends = [ aeson base bytestring haskell-src-meta parsec template-haskell text transformers ]; + configureFlags = [ "-f-debug-typed-queries" ]; homepage = "https://github.com/tolysz/typedquery"; description = "Parser for SQL augmented with types"; license = stdenv.lib.licenses.bsd3; @@ -110108,9 +110319,8 @@ self: { }: mkDerivation { pname = "unagi-chan"; - version = "0.3.0.0"; - sha256 = "0a61f88ml5w10kgjwnl9ja8jypf26hq6jialgcpazajyjxa3p5ah"; - editedCabalFile = "fd0468cfe74ea20d1ff389d97b947cd7c3e65953267faccd050d1b2c5e636393"; + version = "0.3.0.1"; + sha256 = "1s1bqrzxryp44xihd1xy465jmqiiphxkjkkcclj69m7l9rcpcv51"; isLibrary = true; isExecutable = true; buildDepends = [ atomic-primops base ghc-prim primitive ]; @@ -112447,8 +112657,8 @@ self: { }: mkDerivation { pname = "vector-instances"; - version = "3.3"; - sha256 = "0iiw9p2ivcdfsh81vdy4yn6hbigdwclrkssd68hdsg9n6q3fmq5y"; + version = "3.3.0.1"; + sha256 = "1npgvnv8pw5xcax57cam9n5j9ra9phm4b5jj26hbpzwnlh0rkcc4"; buildDepends = [ base comonad keys pointed semigroupoids semigroups vector ]; @@ -112585,6 +112795,7 @@ self: { pname = "vector-th-unbox"; version = "0.2.1.0"; sha256 = "0r8yxj63hvkm923y8mk1b5kv1b15lqadxhlncc02glvmy8zf1prh"; + editedCabalFile = "5c71ff12b57058a0bb8f9dd2db98e705618bfbb6b1fa2181025a669a41f78d82"; buildDepends = [ base template-haskell vector ]; testDepends = [ base data-default vector ]; description = "Deriver for Data.Vector.Unboxed using Template Haskell"; @@ -113964,8 +114175,8 @@ self: { }: mkDerivation { pname = "warp-tls"; - version = "3.0.1.1"; - sha256 = "10bj9f2mydbcif34wcdmqgjfzxz82z74r3f8g9ib2p8cl38325rm"; + version = "3.0.1.2"; + sha256 = "1xcfvk5b4hgcppmwh21fba26slsiywqfvmzhn0cgq2kvqdxn2s72"; buildDepends = [ base bytestring cprng-aes data-default-class network streaming-commons tls wai warp @@ -117721,8 +117932,8 @@ self: { }: mkDerivation { pname = "yesod-auth-oauth2"; - version = "0.0.11"; - sha256 = "0338821bj1sg5mvwcrfaidlj964vxrihnd9jbgnziv5kldb459rc"; + version = "0.0.12"; + sha256 = "1n70cnab99ldx4pd9yi7v6lvc7f1psnicmvq7sm8am8p9yhf9bs0"; buildDepends = [ aeson authenticate base bytestring hoauth2 http-conduit http-types lifted-base network-uri text transformers uuid yesod-auth @@ -117871,8 +118082,8 @@ self: { }: mkDerivation { pname = "yesod-core"; - version = "1.4.7.1"; - sha256 = "1lpkv1snqb86xkiq4fs00v88jn8ia54swvn0q6niqhm1mlhjn4vv"; + version = "1.4.7.2"; + sha256 = "0k6zsjds594zy0cvnryz071nis3zmv1sjiyn14cc80j0rvjll46y"; buildDepends = [ aeson auto-update base blaze-builder blaze-html blaze-markup bytestring case-insensitive cereal clientsession conduit