From b0b08abf3116b193d091c5f6a98ac222e1d898c3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 1 Mar 2015 20:30:17 +0100 Subject: [PATCH] hackage-packages.nix: re-generate from Hackage 2015-03-02T12:33:46+0100 Resolves https://github.com/NixOS/nixpkgs/issues/6622. --- .../haskell-modules/hackage-packages.nix | 1222 ++++++++++++----- 1 file changed, 855 insertions(+), 367 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 87a9033cf95a..82d77caa85f0 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -4098,6 +4098,7 @@ self: { pname = "Euterpea"; version = "1.0.0"; sha256 = "0cfcsrm47sb1z4zdmipipg9p31hzicwzpqdpa2m985j3hwm42vds"; + editedCabalFile = "61d418cc49621a3373fd25f547d2dd6b76b700dcc4b7e38b2f055b5c6f781afd"; buildDepends = [ array arrows base bytestring CCA containers deepseq ghc-prim HCodecs heap markov-chain monadIO mtl PortMidi pure-fft random stm @@ -4884,8 +4885,8 @@ self: { }: mkDerivation { pname = "GLUtil"; - version = "0.8.3"; - sha256 = "0r99nv60zkr88nhiz438wy0grcgqz6nwlzbp9aj4jv5bwdiph7j9"; + version = "0.8.4"; + sha256 = "1bjc33cnlcb29hfyq2141cj2g2pklg5296hg1jpg246j0bcy9fcf"; buildDepends = [ array base bytestring containers cpphs directory filepath JuicyPixels linear OpenGL OpenGLRaw transformers vector @@ -7250,8 +7251,8 @@ self: { }: mkDerivation { pname = "HaTeX-qq"; - version = "0.0.0.0"; - sha256 = "1frqwgvjbr3pjzm9z98q1wn93q065vg773267p20la3h0ybq10rv"; + version = "0.0.1.1"; + sha256 = "1kjhdg9vm7n07zxgdkmqkgwpf2204hrjwslnyhg8i7f07cd3pdrl"; buildDepends = [ antiquoter base haskell-src-meta HaTeX template-haskell text uniplate @@ -8139,11 +8140,11 @@ self: { ({ mkDerivation, base, bytestring, hashtables, syb, utf8-string }: mkDerivation { pname = "HsSyck"; - version = "0.52"; - sha256 = "1hdckbm60pzmydaz4rsw3kz9byd205987jcddakyhmgfinzvqwvc"; + version = "0.53"; + sha256 = "17r4jwnkjinmzpw9m2crjwccdyv9wmpljnv1ldgljkr9p9mb5ywf"; buildDepends = [ base bytestring hashtables syb utf8-string ]; description = "Fast, lightweight YAML loader and dumper"; - license = stdenv.lib.licenses.bsd3; + license = stdenv.lib.licenses.mit; }) {}; "HsTools" = callPackage @@ -9903,15 +9904,16 @@ self: { }) {}; "MonadCompose" = callPackage - ({ mkDerivation, base, ghc-prim, MaybeT, mmorph, monad-products - , mtl, transformers + ({ mkDerivation, base, data-default, ghc-prim, MaybeT, mmorph + , monad-products, mtl, random, transformers }: mkDerivation { pname = "MonadCompose"; - version = "0.7.0.0"; - sha256 = "1jy81fkqr3325j58qxajzdmy22ssds3v80ks8320f3ws7rgkdhrh"; + version = "0.8.1.0"; + sha256 = "004jw7xk8hd1z19n2p0gwpkpa91b19kcxpklk5v6pw63w19h31ha"; buildDepends = [ - base ghc-prim MaybeT mmorph monad-products mtl transformers + base data-default ghc-prim MaybeT mmorph monad-products mtl random + transformers ]; homepage = "http://alkalisoftware.net"; description = "Methods for composing monads"; @@ -10927,8 +10929,8 @@ self: { }: mkDerivation { pname = "OpenGL"; - version = "2.10.0.2"; - sha256 = "05w6yvn1bj4p7sqr8qnhabb5qjnigir7sxgf74k0fwk1aniikgys"; + version = "2.11.0.0"; + sha256 = "197n015glisn4wflgdqdg914whk2giz8n5ah2zy0ak9k0d9grmya"; buildDepends = [ base bytestring GLURaw OpenGLRaw text ]; extraLibraries = [ libX11 mesa ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; @@ -14787,10 +14789,9 @@ self: { ({ mkDerivation, base, template-haskell, text, Win32 }: mkDerivation { pname = "Win32-errors"; - version = "0.2.1"; - sha256 = "13rqqk06r3rc9j6j72qcna26lj0r2fbrzys9zgr91knik9msl5di"; + version = "0.2.2"; + sha256 = "158p8130x1dmis08zaqm8zdhdhj0xjdmli5gn2w3f7rsz748rhvw"; buildDepends = [ base template-haskell text Win32 ]; - jailbreak = true; homepage = "http://github.com/mikesteele81/win32-errors"; description = "Alternative error handling for Win32 foreign calls"; license = stdenv.lib.licenses.bsd3; @@ -14815,10 +14816,9 @@ self: { ({ mkDerivation, base, text, Win32, Win32-errors }: mkDerivation { pname = "Win32-junction-point"; - version = "0.2"; - sha256 = "1cbk6d47h83pp77522j55yy90vhi0d1jjb7rd1s98k6422fb316s"; + version = "0.2.1"; + sha256 = "0d2hpzrbcvqfaw6vp03n56k5zjs6kk582hr3pd25j93g3rcyc8mf"; buildDepends = [ base text Win32 Win32-errors ]; - jailbreak = true; homepage = "http://github.com/mikesteele81/Win32-junction-point"; description = "Support for manipulating NTFS junction points"; license = stdenv.lib.licenses.bsd3; @@ -14908,9 +14908,9 @@ self: { ({ mkDerivation, base, boxes, cmdargs }: mkDerivation { pname = "Wordlint"; - version = "0.2.0.0"; - sha256 = "0vrfwx4276lyyz2z36nkjq5a0n3v53axf23mikc7m40fl8snp6l7"; - isLibrary = false; + version = "0.2.0.4"; + sha256 = "08d02h4ynkwxqxxqzk8hfmdj9y7rg23biybb969pk0scgvg7iyd5"; + isLibrary = true; isExecutable = true; buildDepends = [ base boxes cmdargs ]; homepage = "https://github.com/gbgar/Wordlint"; @@ -16097,6 +16097,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "acme-miscorder" = callPackage + ({ mkDerivation, base, random }: + mkDerivation { + pname = "acme-miscorder"; + version = "0.1.0.0"; + sha256 = "180fs64vlbxb2700qq8hzzz82kkmpknakkbk66ddkk1pdl7nm0j4"; + buildDepends = [ base random ]; + description = "Miscellaneous newtypes for orderings of discutable use"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "acme-missiles" = callPackage ({ mkDerivation, base, stm }: mkDerivation { @@ -16621,6 +16632,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "aeson-casing" = callPackage + ({ mkDerivation, aeson, base, tasty, tasty-hunit, tasty-quickcheck + , tasty-th + }: + mkDerivation { + pname = "aeson-casing"; + version = "0.1.0.0"; + sha256 = "0mlgrs6rb9vz67ggyrc51z1bm4586m6gwx54wg9dp8qb8jv3pknr"; + buildDepends = [ aeson base ]; + testDepends = [ + aeson base tasty tasty-hunit tasty-quickcheck tasty-th + ]; + description = "Tools to change the formatting of field names in Aeson instances"; + license = stdenv.lib.licenses.mit; + }) {}; + "aeson-lens" = callPackage ({ mkDerivation, aeson, base, bytestring, doctest, lens, text , unordered-containers, vector @@ -17122,6 +17149,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "al" = callPackage + ({ mkDerivation, base, c2hs }: + mkDerivation { + pname = "al"; + version = "0.1.0.2"; + sha256 = "0c47qa1p9hiyfmp3ipcidlaxcp9a2fi6i2fdw73vsp2csvb15sip"; + buildDepends = [ base ]; + buildTools = [ c2hs ]; + homepage = "http://github.com/phaazon/al"; + description = "OpenAL 1.1 raw API."; + license = stdenv.lib.licenses.bsd3; + }) {}; + "alarmclock" = callPackage ({ mkDerivation, base, stm, time, unbounded-delays }: mkDerivation { @@ -17690,8 +17730,8 @@ self: { }: mkDerivation { pname = "amazonka"; - version = "0.3.0"; - sha256 = "0zjdd50rhkhb31y1c65wqggc1dgvl9ycxkr8hnqgsvq4q1nz0hn1"; + version = "0.3.1"; + sha256 = "01mxaqm1l3cmwsj9k61hh8wj5q9nja7j12dxpkns9ar7pbcllb3q"; buildDepends = [ amazonka-core base bytestring conduit conduit-extra cryptohash cryptohash-conduit exceptions http-conduit lens mmorph @@ -17708,8 +17748,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-autoscaling"; - version = "0.3.0"; - sha256 = "1kp82bkcmpigidppb2a7isxjl9kls76csd85q4aym50apzhfvmqr"; + version = "0.3.1"; + sha256 = "0aqid2aardna2qngr2knf5dpkylchrxkl5v8y6rdf2a3kzmsivfp"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Auto Scaling SDK"; @@ -17721,8 +17761,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudformation"; - version = "0.3.0"; - sha256 = "1rxdlygbr423f4g6y5aizv3anpcyq56nx3yp5363v3k9xi96dnzq"; + version = "0.3.1"; + sha256 = "0gq65pyv1hsczlqc6i9l03rhgb2f086fqs2cfrr0aj8g5la6085r"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudFormation SDK"; @@ -17734,8 +17774,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudfront"; - version = "0.3.0"; - sha256 = "02b09208amcv91jcc8lmznbjvvf1bgz9cp3vc9f1s69mb4b09azr"; + version = "0.3.1"; + sha256 = "0qsn88saidf2j0qmnndy0hcrp439354ys208sxfrrjn0xr5af8bh"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudFront SDK"; @@ -17747,8 +17787,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudhsm"; - version = "0.3.0"; - sha256 = "0hjx5cxpf7wmz7pyc4ry7g8khp40f1i4fx366c7va48cmw42zkjl"; + version = "0.3.1"; + sha256 = "1vsrkk58fwbhnr9ksjld4i53yrnq8fsxsfkh7y6j6i4gbz003a7n"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudHSM SDK"; @@ -17760,8 +17800,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudsearch"; - version = "0.3.0"; - sha256 = "0kgrgc6l901y5vf6z8has0610cd29k6x3iicb3pwpq00vamiq1b4"; + version = "0.3.1"; + sha256 = "1kzcqn4fy6fhsg2afjv0sjim6g5n2zdm3q26rlmmwd3y4zmmb0zy"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudSearch SDK"; @@ -17773,8 +17813,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudsearch-domains"; - version = "0.3.0"; - sha256 = "09xalcrw56wbba86ibhjkxpcmj4sdxkfzxy2s2n0i9zb0nk4asfw"; + version = "0.3.1"; + sha256 = "0c9glmfivx7hg77zn435ic5s07barpxb58rnypzni3q0y6skmnxl"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudSearch Domain SDK"; @@ -17786,8 +17826,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudtrail"; - version = "0.3.0"; - sha256 = "1pzaqavz86h9a44gyby5qxjh5sikc105kh2kkpa6h3lhvpp4ka59"; + version = "0.3.1"; + sha256 = "0zfd7qld2wqsh7c5vkw613rq0x86nq84lvh1gk4grgkca636as5y"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudTrail SDK"; @@ -17799,8 +17839,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudwatch"; - version = "0.3.0"; - sha256 = "1xbqcid23k6y6b48fv4p3clbzd1inbm47lwyqyakxgk1ch6bgpzp"; + version = "0.3.1"; + sha256 = "1nmxviql0h7n6mj38p2ldgxk2dpns1lhmrr45gmndblg3mmlnmp4"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudWatch SDK"; @@ -17811,8 +17851,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cloudwatch-logs"; - version = "0.3.0"; - sha256 = "00qlqrdzlljqy8cdi52qwxq3jxqh9rzif8pbz5r9ps3zw1ris1q7"; + version = "0.3.1"; + sha256 = "0ria2ayskcwjav3x2yk1kqpk16jn31hikf39vm3rb4p79mawkbjd"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CloudWatch Logs SDK"; @@ -17824,8 +17864,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-codedeploy"; - version = "0.3.0"; - sha256 = "12bqpl3xvf9sk2aldxpjr98131j56yyjzwy01pynr9pid132c3a1"; + version = "0.3.1"; + sha256 = "0sswcgycxrfmpv6pv0jrrrjx9fkahm1nl35dkxvlr3h4q519nmhf"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon CodeDeploy SDK"; @@ -17837,8 +17877,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cognito-identity"; - version = "0.3.0"; - sha256 = "1v07fb55rc80w0pddryvn2qnxsd7g2j6rjpmydrflg3090jq8zbf"; + version = "0.3.1"; + sha256 = "0gqlsh9j00gjdrrp53ijpvc9q2zwd6p5813yqjllhhcxckk7nzmn"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Cognito Identity SDK"; @@ -17850,8 +17890,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-cognito-sync"; - version = "0.3.0"; - sha256 = "16cv000pmp9n0312sp9wnsj7h2z23w6657r0gi1q4z9xqwj4nkkz"; + version = "0.3.1"; + sha256 = "1mx2fn6w724hmy0yiwvgbyijx12ggiwqqhpikv9hfr6p520cxi9b"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Cognito Sync SDK"; @@ -17863,8 +17903,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-config"; - version = "0.3.0"; - sha256 = "1znrz1gp52fv8qjyzlbygxcn10w687bakrczixcvwqnrw3krsi25"; + version = "0.3.1"; + sha256 = "1jnnwy7i1m5z0kbw4gzw1k7ma4mgfj3x924h55iq2q7vqipkqx5y"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Config SDK"; @@ -17883,8 +17923,8 @@ self: { }: mkDerivation { pname = "amazonka-core"; - version = "0.3.0"; - sha256 = "1pgxap976rc5sfqd1cy3092r6ckfnjswk44gccfy2rcxn0cxvmsj"; + version = "0.3.1"; + sha256 = "07s1ifpxbng05par9v2cyakzn1mdsspmf3r75rsscqkk2cflzrn3"; buildDepends = [ aeson attoparsec base base16-bytestring base64-bytestring bifunctors bytestring case-insensitive conduit conduit-extra @@ -17905,8 +17945,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-datapipeline"; - version = "0.3.0"; - sha256 = "1q69c2chhnkz9sajcy6cpbzc3dlnq5fi7qppf63lfa3291a7pkpl"; + version = "0.3.1"; + sha256 = "03i8l4sa9mxfs3k0h6bg1zrqygza2wmh4pricxln3s78w46grx7m"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Data Pipeline SDK"; @@ -17918,8 +17958,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-directconnect"; - version = "0.3.0"; - sha256 = "0cvainbvqb2b9kn8l1jm6rvc16hwd8nd91bz46sm6r4i30yv0848"; + version = "0.3.1"; + sha256 = "1n2pqbg8sxci8b2ljfbjj02n04x2rgclp15ybb5f7h70fggs1f6m"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Direct Connect SDK"; @@ -17931,8 +17971,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-dynamodb"; - version = "0.3.0"; - sha256 = "1wyslkbj7jkz8y72djfwa9gknjxwckpm8k369slhqsrj3z0yhi3k"; + version = "0.3.1"; + sha256 = "1bp13d55qs4db3vpzvik033373gd02l5vcgppw51fzvh2l6kslfg"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon DynamoDB SDK"; @@ -17944,8 +17984,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-ec2"; - version = "0.3.0"; - sha256 = "1ip5x1g6khnywmr0l0naswl02j1s35hxmklra07hz86v6zrlnxhh"; + version = "0.3.1"; + sha256 = "0p4gb3yaviyyppv641gz550ml5bvcwbpxv0fqkqqad0fp7k95zdh"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Elastic Compute Cloud SDK"; @@ -17957,8 +17997,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-ecs"; - version = "0.3.0"; - sha256 = "0wm7si0yvn3xh5ad6ycz181yjqlil1l056asw73c8yxfy3g3n0q6"; + version = "0.3.1"; + sha256 = "0ls2vhx7isj210n7m5584xzmv78a2gnxwhpzdc7c7nxbfmkgj0b9"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon EC2 Container Service SDK"; @@ -17969,8 +18009,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-elasticache"; - version = "0.3.0"; - sha256 = "0s97ssb4bgkc5ahrjm5dbydnjp7k3sqms1885d978bfnsmrrc91l"; + version = "0.3.1"; + sha256 = "0q64qkrb5dpr0h8kagnpd4ir1k5s15r2x6s2kpj4v6kx616nw1ib"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon ElastiCache SDK"; @@ -17982,8 +18022,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-elasticbeanstalk"; - version = "0.3.0"; - sha256 = "02mznpghvzz6inf918dzv3cdid3yamnxfbq136aah97j8vzcj0g1"; + version = "0.3.1"; + sha256 = "0zcpj0kj54bdcximds5rx0i7y7zbd7a433fiw19cfx7gsh4gfrzc"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Elastic Beanstalk SDK"; @@ -17995,8 +18035,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-elastictranscoder"; - version = "0.3.0"; - sha256 = "0kbh30rz2zx7zw5sh32806g3kr19ijhp71c5wi07i1j949r2ixss"; + version = "0.3.1"; + sha256 = "1apzbahxv1b1hsmbhhwi2bhz0j89av3jqc8ad6q2smcj5jr4cj9m"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Elastic Transcoder SDK"; @@ -18008,8 +18048,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-elb"; - version = "0.3.0"; - sha256 = "14wvh8r63q5kyyfhh0nh5sq29wn19dy6kjj62k8ysph54bm7d7i2"; + version = "0.3.1"; + sha256 = "0p4pjrmkzn2n6r1idvyy34b2563zxnnwcrlnq8q766n7d403csjd"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Elastic Load Balancing SDK"; @@ -18021,8 +18061,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-emr"; - version = "0.3.0"; - sha256 = "09f3yclyg0hjqybkpfi61wrsfvxa7mlcai8il3maya78sbrz8bj9"; + version = "0.3.1"; + sha256 = "0q6mz9811jya3qsvkc5m24r7b56ck127dwsskk3a1bg3qqh0b1a0"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Elastic MapReduce SDK"; @@ -18034,8 +18074,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-glacier"; - version = "0.3.0"; - sha256 = "1gj17z7k63a0cdqhjn6f4ylawa8hv5b45hrdqw103fn13qn860hr"; + version = "0.3.1"; + sha256 = "1mxqgivngi9anxkm5smqysniw18gc55a1q31cis2rdz6r9nvknq7"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Glacier SDK"; @@ -18046,8 +18086,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-iam"; - version = "0.3.0"; - sha256 = "0lch80bl2p5c78qqam1hwffslzdnqwc5paiyja70z41n4cf9zw9d"; + version = "0.3.1"; + sha256 = "1jdypy7npfyh0k8pcpbk8wp38sgkhnna0wbq1scnb6d1qppjjwzf"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Identity and Access Management SDK"; @@ -18059,8 +18099,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-importexport"; - version = "0.3.0"; - sha256 = "0kbsnbwnlxxnn58mwr7pkqc6jzkwlryq3h7vmzgvnm2xa0gv9vrp"; + version = "0.3.1"; + sha256 = "06q9w6752z6wgialms2ckra2bjhk6p87987pbmwsa48pjhyfya2q"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Import/Export SDK"; @@ -18072,8 +18112,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-kinesis"; - version = "0.3.0"; - sha256 = "157ayynhc847hc2mk14hkcxbx0z15r5ymfykhf909qwv6js70xs4"; + version = "0.3.1"; + sha256 = "045pn2rjh57an8kilcx78fsv5af6sbf3bfhsxvx3vaaspmls59f4"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Kinesis SDK"; @@ -18085,8 +18125,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-kms"; - version = "0.3.0"; - sha256 = "00psl8hffvgbl2zl24pfp7lrhis5j971cvyrazr4vgr43iss3ww4"; + version = "0.3.1"; + sha256 = "066k2jwin83sz0ry34hfni1zn6r66bcrdvnji9b3zacwsi032713"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Key Management Service SDK"; @@ -18097,8 +18137,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-lambda"; - version = "0.3.0"; - sha256 = "0il89vnwywqisfl4lyibjfi1ihpxba58drbvag4x5rf19nw1glc1"; + version = "0.3.1"; + sha256 = "14w1qr8y0kqhddsrr4yrh808k7rw2l815hy02lx3qv94sd8w42ya"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Lambda SDK"; @@ -18110,8 +18150,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-opsworks"; - version = "0.3.0"; - sha256 = "07gz564x624jzh7yca4vkla770ly1781kyj5qg70qs3k4kf2b7gm"; + version = "0.3.1"; + sha256 = "1n6kgwm6wamnjgbk67v2cyl5f8f6clkraq74kmnl6gbb50bisd74"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon OpsWorks SDK"; @@ -18123,8 +18163,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-rds"; - version = "0.3.0"; - sha256 = "1bzxim2mafgb3gaxzj7vx04w4b1cljywwf3vyq9gn3p9i3dc2qh2"; + version = "0.3.1"; + sha256 = "1jz57hx4s0rbzgl3scb0kk7prf1lk48nhzdhijbcyrg1h4s06hac"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Relational Database Service SDK"; @@ -18136,8 +18176,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-redshift"; - version = "0.3.0"; - sha256 = "1x5dbzdqrkdf47fixqajb13lqh9j5zpb1src45pszjgy1pnf9zkc"; + version = "0.3.1"; + sha256 = "17fr8apra72n3viwibyggniw84a96474w07vhi8qkzvxm949zidf"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Redshift SDK"; @@ -18149,8 +18189,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-route53"; - version = "0.3.0"; - sha256 = "1pb5f2yl640kikqz83arwcnjxz5abwpx04klnp6ypay7sxnpl0sq"; + version = "0.3.1"; + sha256 = "0jyvn9rkgpyljx4b813m3na5s0glyzj4104cfl2942fi7b010lkl"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Route 53 SDK"; @@ -18162,8 +18202,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-route53-domains"; - version = "0.3.0"; - sha256 = "15sk43545qbnh4r3chm44fxsjr1rjjafhqc8pmy0p08r45v82bf2"; + version = "0.3.1"; + sha256 = "14d8na8nl733w90i1vpv99y2r8cm4a4q6s8ayna26xpwncb7x0by"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Route 53 Domains SDK"; @@ -18175,8 +18215,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-s3"; - version = "0.3.0"; - sha256 = "0akkfj6yzjpfgrpzi2mscv03hdhv3ym8vslms17xdp5f9ydba0wv"; + version = "0.3.1"; + sha256 = "0wj0wb09y6a9haxhwckx4rxsvjy8g44liwvfb3sgbq4924q0m875"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Simple Storage Service SDK"; @@ -18188,8 +18228,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-sdb"; - version = "0.3.0"; - sha256 = "10vm8jr7ljkmpa8xwn96262jf2i8cb3c1cxw0dagry101im7wxdg"; + version = "0.3.1"; + sha256 = "1l2pqzr3li3j9yrfgy42psgaw3sm1q70k9raxsklpy5z6dbwyj9n"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon SimpleDB SDK"; @@ -18201,8 +18241,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-ses"; - version = "0.3.0"; - sha256 = "1vmwkjb37w2jgrvfhj3mx3z6h3q52jkqh3c2fkc27a9q5jyi43p5"; + version = "0.3.1"; + sha256 = "0bgjc5nmhvy8cg2v477wad10dcg1sfnd3iyj25827f4spjyg1h9j"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Simple Email Service SDK"; @@ -18214,8 +18254,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-sns"; - version = "0.3.0"; - sha256 = "1njvanj7bw0r4l1fhg7nq89sz8sx9cahxjwczr7ab3cf7a03ndra"; + version = "0.3.1"; + sha256 = "0awnyw4yii1plbk8is64f6zlnckjb8l74la4d2zls8nmpd31i5n3"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Simple Notification Service SDK"; @@ -18227,8 +18267,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-sqs"; - version = "0.3.0"; - sha256 = "06786g4mdy58ca1hdwi6dfa3xlkzf2la8x7c8zqyf6848a573yb1"; + version = "0.3.1"; + sha256 = "1p32yl9wdchp4z2rq5b0qwl1hp6n6wvc4i7i6cpdwpq4sb0k968q"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Simple Queue Service SDK"; @@ -18236,12 +18276,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "amazonka-ssm" = callPackage + ({ mkDerivation, amazonka-core, base }: + mkDerivation { + pname = "amazonka-ssm"; + version = "0.3.1"; + sha256 = "13v0vwdd4bq86s1ky1i54s0v82mcvrh9hq7nkb1fkzvsmmiyva7l"; + buildDepends = [ amazonka-core base ]; + homepage = "https://github.com/brendanhay/amazonka"; + description = "Amazon Simple Systems Management Service SDK"; + license = "unknown"; + }) {}; + "amazonka-storagegateway" = callPackage ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-storagegateway"; - version = "0.3.0"; - sha256 = "1d75q42z3yvwdav95na5xdxssk4zjgbr77fs1j63x1991p0ar06c"; + version = "0.3.1"; + sha256 = "1ljw1xj3m8qj971s36j2jsp8zppyh1zsi2jlb7ijw6yg3h1hvfl7"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Storage Gateway SDK"; @@ -18253,8 +18305,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-sts"; - version = "0.3.0"; - sha256 = "1xxkch0n5f89s7qqv14vfichv5ldlx6qk8gwzccqvf1wxwcgpbhc"; + version = "0.3.1"; + sha256 = "081mr98ib68j02symjmsx62lbzs1y6mf3bf4hppzq1fxx0qmw3bw"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Security Token Service SDK"; @@ -18266,8 +18318,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-support"; - version = "0.3.0"; - sha256 = "0c5fh50qyr8wfl7031x4gksablp3g9kyj6phjpxndzy6hh4cfim2"; + version = "0.3.1"; + sha256 = "0817k0kxbgc2df5g7k25d5gkbf4xylbjis9zf3in5yplrlr3m6gq"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Support SDK"; @@ -18279,8 +18331,8 @@ self: { ({ mkDerivation, amazonka-core, base }: mkDerivation { pname = "amazonka-swf"; - version = "0.3.0"; - sha256 = "0s60jgyps1mgaa0kqpi7acqss8j1wn2mjrp8rl69ivarhsyh0ijh"; + version = "0.3.1"; + sha256 = "0n3kl5sz0ckwdr680jgi9rq604zlcyx9b3gx19yf08dkh8vpkn9h"; buildDepends = [ amazonka-core base ]; homepage = "https://github.com/brendanhay/amazonka"; description = "Amazon Simple Workflow Service SDK"; @@ -18985,6 +19037,7 @@ self: { apiary base data-default-class fast-logger lifted-base monad-control monad-logger transformers transformers-base ]; + jailbreak = true; homepage = "https://github.com/philopon/apiary"; description = "fast-logger support for apiary web framework"; license = stdenv.lib.licenses.mit; @@ -19045,15 +19098,16 @@ self: { "apiary-purescript" = callPackage ({ mkDerivation, apiary, base, bytestring, data-default-class - , filepath, Glob, parsec, purescript, text, unordered-containers + , filepath, Glob, parsec, purescript, text, transformers + , unordered-containers }: mkDerivation { pname = "apiary-purescript"; - version = "1.3.1"; - sha256 = "1pc8w90d3cnyrabgmn7ns1mf3pgzsvib5zq9c54926xavhb1h6nq"; + version = "1.3.2"; + sha256 = "0racg8y9g3rdkjlwgddqn4ja3rm3my6rxr6c5dbkhk6lx8hrr4k2"; buildDepends = [ apiary base bytestring data-default-class filepath Glob parsec - purescript text unordered-containers + purescript text transformers unordered-containers ]; homepage = "https://github.com/philopon/apiary"; description = "purescript compiler for apiary web framework"; @@ -21484,8 +21538,8 @@ self: { }: mkDerivation { pname = "b9"; - version = "0.2.4"; - sha256 = "1s18423025r36gfvirwjx7p6zv612w0zsrdpchqzpp82jj989ym0"; + version = "0.2.5"; + sha256 = "0n5zc0k5fdpcljvrw38ma7x8q3dbqjbw98ji2mqb4rxbkqxz75jh"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -22449,8 +22503,8 @@ self: { }: mkDerivation { pname = "bet"; - version = "0.1.2.0"; - sha256 = "1jpdy8p27nfwpinlbzbfy77nyf867qcjl96dzdw9q67b76v4gxc0"; + version = "0.1.2.1"; + sha256 = "1frl0a3sxracv32plx0imqpng3pn8v5z75a71mqvrinbsiyz7qbh"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -25468,8 +25522,8 @@ self: { }: mkDerivation { pname = "buffer-builder"; - version = "0.2.0.3"; - sha256 = "154v17zgmp65a84cfij8qdankhsyww0avh5a5lqsqll6w3dxj6n9"; + version = "0.2.1.0"; + sha256 = "05kldfic7rmxqvq6mjy0q8gi5scpg9644rhni8jw9zrsh7j1f0n3"; buildDepends = [ base bytestring mtl text unordered-containers vector ]; @@ -26034,6 +26088,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "bytestring-read" = callPackage + ({ mkDerivation, base, bytestring, doctest, tasty, tasty-quickcheck + , types-compat + }: + mkDerivation { + pname = "bytestring-read"; + version = "0.1.0"; + sha256 = "0ipy7y89d6ssfw4kck8vdlc7awsb0xkrj783dzwpz6n2h75n4g3n"; + buildDepends = [ base bytestring types-compat ]; + testDepends = [ base bytestring doctest tasty tasty-quickcheck ]; + homepage = "https://github.com/philopon/bytestring-read"; + description = "fast ByteString to Double converting library"; + license = stdenv.lib.licenses.mit; + }) {}; + "bytestring-rematch" = callPackage ({ mkDerivation, base, bytestring, hspec, HUnit, rematch }: mkDerivation { @@ -27177,8 +27246,8 @@ self: { }: mkDerivation { pname = "cairo"; - version = "0.13.0.6"; - sha256 = "0wwwk43ri3dgvzwpdfj1mdls714kll81c2jad0p84q0w9mrkqdax"; + version = "0.13.1.0"; + sha256 = "0vi7glzizi2nvv0p5wsdxlpkx3f1875jpij26k2j4h0h6z53z3kb"; buildDepends = [ array base bytestring mtl text utf8-string ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ cairo ]; @@ -27380,8 +27449,8 @@ self: { }: mkDerivation { pname = "call"; - version = "0.1.4.1"; - sha256 = "16g961vg6yhbj8k47idf3bhaabpqkd4db1y5k5729l08wg04048b"; + version = "0.1.4.2"; + sha256 = "0q84q1821ilb0nh228jdpc6acxbbfngihir4mdklr8hywanz3s1g"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -27809,16 +27878,17 @@ self: { "cassandra-cql" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, cryptohash - , Decimal, MonadCatchIO-transformers, mtl, network, stm, text, time - , uuid + , Decimal, hslogger, MonadCatchIO-transformers, mtl, network + , resource-pool, stm, text, time, uuid }: mkDerivation { pname = "cassandra-cql"; - version = "0.4.0.1"; - sha256 = "0055vvnyqa8n5fma8kk0mxbyv6xnzqvdi6lpnk888c0xh2mqqv5m"; + version = "0.5.0.1"; + sha256 = "0n1w1hriscrjky3d4qwzzm3p41yg9gvnxyq9sfm3kb7lijc4xj2d"; buildDepends = [ - base bytestring cereal containers cryptohash Decimal - MonadCatchIO-transformers mtl network stm text time uuid + base bytestring cereal containers cryptohash Decimal hslogger + MonadCatchIO-transformers mtl network resource-pool stm text time + uuid ]; description = "Haskell client for Cassandra's CQL protocol"; license = stdenv.lib.licenses.bsd3; @@ -29527,6 +29597,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "clash-prelude-quickcheck" = callPackage + ({ mkDerivation, base, clash-prelude, containers, mtl, QuickCheck + }: + mkDerivation { + pname = "clash-prelude-quickcheck"; + version = "0.1.0.0"; + sha256 = "0rn02hf5vj4yirh13y9h2jh2818lhchpabg5v6yqhngdj8rxys34"; + buildDepends = [ base clash-prelude containers mtl QuickCheck ]; + description = "QuickCheck instances for various types in the CλaSH Prelude"; + license = "unknown"; + }) {}; + "classify" = callPackage ({ mkDerivation, base, containers, mtl }: mkDerivation { @@ -29558,20 +29640,20 @@ self: { ({ mkDerivation, base, basic-prelude, bifunctors, bytestring , chunked-data, containers, enclosed-exceptions, exceptions , ghc-prim, hashable, hspec, lifted-base, mono-traversable, mtl - , old-locale, primitive, QuickCheck, semigroups, stm - , system-filepath, text, time, transformers, unordered-containers - , vector, vector-instances + , mutable-containers, old-locale, primitive, QuickCheck, semigroups + , stm, system-filepath, text, time, transformers + , unordered-containers, vector, vector-instances }: mkDerivation { pname = "classy-prelude"; - version = "0.10.4"; - sha256 = "1704y72zhpacs9hsab7kf4vhkj6bla988faz9w49v2xkw2zmdyz6"; + version = "0.10.5"; + sha256 = "1s9hydjs7x522w9hgrxjzx1d2zir80g140y4vdqd7mizv0yzisy3"; buildDepends = [ base basic-prelude bifunctors bytestring chunked-data containers enclosed-exceptions exceptions ghc-prim hashable lifted-base - mono-traversable mtl old-locale primitive semigroups stm - system-filepath text time transformers unordered-containers vector - vector-instances + mono-traversable mtl mutable-containers old-locale primitive + semigroups stm system-filepath text time transformers + unordered-containers vector vector-instances ]; testDepends = [ base containers hspec QuickCheck transformers unordered-containers @@ -29588,8 +29670,8 @@ self: { }: mkDerivation { pname = "classy-prelude-conduit"; - version = "0.10.4"; - sha256 = "0a4ll08p7wpw2m7pxy8vnac54ihmmzrg01527zzbp0wf2csz2x79"; + version = "0.10.5"; + sha256 = "1dy9jj260hn571z1wdm0v5zpgalwgij99clmh541b41h6pjbism2"; buildDepends = [ base bytestring classy-prelude conduit conduit-combinators monad-control resourcet system-fileio transformers void @@ -29609,8 +29691,8 @@ self: { }: mkDerivation { pname = "classy-prelude-yesod"; - version = "0.10.4"; - sha256 = "0dbw0wxbliixky8rxbc7641np4hda76n6q3p8yfmlw4xvx8j0nvl"; + version = "0.10.5"; + sha256 = "0phaczjsn3blca3y6cwnqwhd9wrl7im1r2kh4i6a83c9kirsa5cx"; buildDepends = [ aeson base classy-prelude classy-prelude-conduit data-default http-conduit http-types persistent yesod yesod-newsfeed @@ -30245,6 +30327,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "clustering" = callPackage + ({ mkDerivation, base, containers, hierarchical-clustering + , mwc-random, tasty, tasty-hunit, vector + }: + mkDerivation { + pname = "clustering"; + version = "0.1.0"; + sha256 = "04x6q7da64b2v326mbralkc13zb3b5x1fwdc3by703hf7mv28kd4"; + buildDepends = [ base containers vector ]; + testDepends = [ + base hierarchical-clustering mwc-random tasty tasty-hunit vector + ]; + description = "fast clustering algorithms"; + license = stdenv.lib.licenses.mit; + }) {}; + "clustertools" = callPackage ({ mkDerivation, base, bio, bytestring, containers, QuickCheck , regex-compat, simpleargs @@ -37027,8 +37125,8 @@ self: { }: mkDerivation { pname = "debian-build"; - version = "0.7.0.0"; - sha256 = "19w6gylbhhg3cv424l3migdj23y7rhl9h9z2kbsv98pd43wn9128"; + version = "0.7.1.0"; + sha256 = "0hzvv6aazpf7r75yygcqy1ldz3j9shs6spv71nzn040rny67cdll"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -38079,6 +38177,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "diagrams-hsqml" = callPackage + ({ mkDerivation, base, colour, containers, diagrams-core + , diagrams-lib, hsqml, lens, text, transformers + }: + mkDerivation { + pname = "diagrams-hsqml"; + version = "0.0.0.2"; + sha256 = "065jh6a24g25g1113iz4ml9vnrzpk2lyrf873jzq9x6awhi6ifng"; + editedCabalFile = "bb0ff98c3522df34b9d9700a03600269cbb78d3e2a6796e6011778c315959490"; + buildDepends = [ + base colour containers diagrams-core diagrams-lib hsqml lens text + transformers + ]; + homepage = "https://github.com/marcinmrotek/diagrams-hsqml"; + description = "HsQML (Qt5) backend for Diagrams"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "diagrams-lib" = callPackage ({ mkDerivation, active, array, base, colour, containers , data-default-class, diagrams-core, dual-tree, filepath @@ -39476,8 +39592,8 @@ self: { }: mkDerivation { pname = "diversity"; - version = "0.3.5.0"; - sha256 = "1pi6vj6cxsp3kb9sd1qhvx9s09sa3vh7rm3czfssynnw9zanp99r"; + version = "0.3.5.1"; + sha256 = "0y6rkzn730dyhvssv8wqc0047f63pvwiscr88236nn05789i6f5w"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39753,13 +39869,13 @@ self: { "docopt" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers - , parsec, split + , parsec, split, template-haskell, th-lift }: mkDerivation { pname = "docopt"; - version = "0.6.0.2"; - sha256 = "1i57n3la71ny9nww5hrm5lvwidqk20rh3xfxf37m77zm0sjwsyk2"; - buildDepends = [ base containers parsec ]; + version = "0.7.0.1"; + sha256 = "1i8san365h3g1jhkwh4dyphczdfyd1558744hj4sv5q9lnq86l4q"; + buildDepends = [ base containers parsec template-haskell th-lift ]; testDepends = [ aeson ansi-terminal base bytestring containers parsec split ]; @@ -40837,6 +40953,7 @@ self: { pname = "dynamic-plot"; version = "0.1.0.1"; sha256 = "0yrkf28hsh992bd9cx3dpc69xg444n9j819ysqjfci7wwnvzxx31"; + editedCabalFile = "bf93f06c056b95264f16bd647b64220d9dd81c421045b66a9a2d2005659cecf5"; buildDepends = [ async base colour constrained-categories containers deepseq diagrams-cairo diagrams-core diagrams-gtk diagrams-lib glib gtk @@ -44039,16 +44156,16 @@ self: { }) {}; "fast-logger" = callPackage - ({ mkDerivation, array, auto-update, base, blaze-builder - , bytestring, directory, filepath, hspec, text + ({ mkDerivation, array, auto-update, base, bytestring + , bytestring-builder, directory, filepath, hspec, text }: mkDerivation { pname = "fast-logger"; - version = "2.2.3"; - sha256 = "0zap61gz0snbq42h8nyjh637fr2cm1ny9f77sqd6v3yfqjq0ljh3"; + version = "2.3.0"; + sha256 = "1ii4wkpsi5w2230bzhnzcpgckd5gkawckws2vyggw78b91dw9dc5"; buildDepends = [ - array auto-update base blaze-builder bytestring directory filepath - text + array auto-update base bytestring bytestring-builder directory + filepath text ]; testDepends = [ base bytestring directory hspec ]; description = "A fast logging system"; @@ -44943,8 +45060,8 @@ self: { }: mkDerivation { pname = "file-embed"; - version = "0.0.8.1"; - sha256 = "14ip9c3sqbpv580p402xxwjnylr1p9yqw8q9b5pg1481glwg3w0k"; + version = "0.0.8.2"; + sha256 = "1gdxz9244wjhfigpsyaan81gyx6vanb8574xxi7944sj9pcgi74y"; buildDepends = [ base bytestring directory filepath template-haskell ]; @@ -45938,14 +46055,14 @@ self: { }) {}; "fltkhs" = callPackage - ({ mkDerivation, base, bytestring, c2hs, process }: + ({ mkDerivation, base, bytestring, c2hs, directory, process }: mkDerivation { pname = "fltkhs"; - version = "0.1.0.0"; - sha256 = "1c8wdxxrx8y0911m3aa3b9svk7d3iqdsc2q0zrs67f0jv4wmd0dx"; + version = "0.1.0.1"; + sha256 = "026cx8l24qjf91d8ikqyz7bj92apm3qzq0ml6rvybj44mrpd1c34"; isLibrary = true; isExecutable = true; - buildDepends = [ base bytestring process ]; + buildDepends = [ base bytestring directory process ]; buildTools = [ c2hs ]; homepage = "http://github.com/deech/fltkhs"; description = "FLTK bindings"; @@ -48142,6 +48259,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "generic-xmlpickler" = callPackage + ({ mkDerivation, base, generic-deriving, hxt, text }: + mkDerivation { + pname = "generic-xmlpickler"; + version = "0.1.0.0"; + sha256 = "0ybh3laciskf7yyhb8li4l8w758avgywfl7gy0df16im3x0cx0jy"; + buildDepends = [ base generic-deriving hxt text ]; + homepage = "http://github.com/silkapp/generic-xmlpickler"; + description = "Generic generation of HXT XmlPickler instances using GHC Generics"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "generics-sop" = callPackage ({ mkDerivation, base, ghc-prim, template-haskell }: mkDerivation { @@ -49960,8 +50089,8 @@ self: { }: mkDerivation { pname = "glib"; - version = "0.13.0.7"; - sha256 = "16x6vqajixd6iws9ydn5a77phkckilxyvg48lcawk53nk8rvapzy"; + version = "0.13.1.0"; + sha256 = "11scv2imljnr6ng7692jdagr7fc924hgfwfbnw4a5sra3w7ja7fz"; buildDepends = [ base bytestring containers text utf8-string ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ glib ]; @@ -59912,8 +60041,8 @@ self: { }: mkDerivation { pname = "highlight-versions"; - version = "0.1.3.4"; - sha256 = "0gizqvn9a36hsvxvq9b76hbwpl3x0fgwba2l105d5ypzig9wss99"; + version = "0.1.3.5"; + sha256 = "0nk7kdzzlyq2ml30mj661616h23zar3kqq8xd36lqs1ssr7nqnj7"; isLibrary = false; isExecutable = true; buildDepends = [ ansi-terminal base Cabal containers hackage-db ]; @@ -60558,6 +60687,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "hjcase" = callPackage + ({ mkDerivation, aeson, base, bytestring, HUnit, test-framework + , test-framework-hunit, text, unordered-containers, vector + }: + mkDerivation { + pname = "hjcase"; + version = "0.1.0.0"; + sha256 = "0n2wy39i3v2asifk3n9mlz1dwgyv9fr2mkqp9dbdbawnk2g96y4l"; + buildDepends = [ + aeson base bytestring HUnit test-framework test-framework-hunit + text unordered-containers vector + ]; + homepage = "https://github.com/seagreen/hjcase"; + description = "Jcase library for Haskell"; + license = stdenv.lib.licenses.mit; + }) {}; + "hjpath" = callPackage ({ mkDerivation, base, containers, hjson, parsec }: mkDerivation { @@ -60655,24 +60801,25 @@ self: { }) {}; "hjsonschema" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory, filepath - , hashable, HUnit, lens, regexpr, scientific, test-framework - , test-framework-hunit, text, unordered-containers, vector, wreq + ({ mkDerivation, aeson, base, bytestring, directory, file-embed + , filepath, hashable, hjsonpointer, http-types, HUnit, lens + , regexpr, scientific, test-framework, test-framework-hunit, text + , unordered-containers, vector, wreq }: mkDerivation { pname = "hjsonschema"; - version = "0.3.0.0"; - sha256 = "1p229bbfpbs1d4hirk12hlyj4ghyw1w3k1p4aydvrqz6sp19nkk4"; + version = "0.4.0.0"; + sha256 = "0jak4ffjhbpwcmbx5jp6pbba52xr9zyhjjwn9y5gdqjny2scnb67"; buildDepends = [ - aeson base bytestring hashable lens regexpr scientific text - unordered-containers vector wreq + aeson base bytestring file-embed hashable hjsonpointer http-types + lens regexpr scientific text unordered-containers vector wreq ]; testDepends = [ aeson base bytestring directory filepath HUnit test-framework test-framework-hunit text unordered-containers vector ]; homepage = "https://github.com/seagreen/hjsonschema"; - description = "Haskell implementation of JSON Schema v4"; + description = "Haskell implementation of JSON Schema Draft 4"; license = stdenv.lib.licenses.mit; }) {}; @@ -60818,15 +60965,16 @@ self: { }) {}; "hledger-irr" = callPackage - ({ mkDerivation, base, Cabal, hledger-lib, statistics, time }: + ({ mkDerivation, base, Cabal, Decimal, hledger-lib, statistics + , time + }: mkDerivation { pname = "hledger-irr"; - version = "0.1.1.4"; - sha256 = "0nqd8br86d71dpwq7p8956q74pgqdimid42xikp9zvf632x2s8ax"; + version = "0.1.1.5"; + sha256 = "0xv8rmxf1534g6mbxlhmrx71w0amdrhhj1dwyw5dv91i743br5mp"; isLibrary = false; isExecutable = true; - buildDepends = [ base Cabal hledger-lib statistics time ]; - jailbreak = true; + buildDepends = [ base Cabal Decimal hledger-lib statistics time ]; description = "computes the internal rate of return of an investment"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -60951,19 +61099,18 @@ self: { "hlint" = callPackage ({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs - , directory, extra, filepath, haskell-src-exts, process + , directory, extra, filepath, haskell-src-exts, hscolour, process , transformers, uniplate }: mkDerivation { pname = "hlint"; - version = "1.9.16"; - sha256 = "11ykjslyr8sgpa1jpnv3vdzz0nxyrxw3mzcsdbidgzw7aphpzcb3"; - editedCabalFile = "4e3f4397ef78f431aadf4644b37ec01d624dd14dd70fec81953a509546182b8a"; + version = "1.9.17"; + sha256 = "1z304qas7h8y9d2jnq8hkg3p50cpx3ni6fwyaj1qwlqrcm4n5rv8"; isLibrary = true; isExecutable = true; buildDepends = [ ansi-terminal base cmdargs containers cpphs directory extra - filepath haskell-src-exts process transformers uniplate + filepath haskell-src-exts hscolour process transformers uniplate ]; homepage = "http://community.haskell.org/~ndm/hlint/"; description = "Source code suggestions"; @@ -61485,8 +61632,8 @@ self: { }: mkDerivation { pname = "hnetcdf"; - version = "0.2.2.0"; - sha256 = "1v1z6xvzmnhsvmxvncrf6bb2bf2map0kqwjn1myqm3pf1zpiqrxj"; + version = "0.3.0.0"; + sha256 = "1309kzb5jrc9yy18bir3dy3r5xhmfnbd180ky9x4l3i1m4q5r31s"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -61952,17 +62099,17 @@ self: { "hoodle" = callPackage ({ mkDerivation, base, cmdargs, configurator, containers, directory - , dyre, filepath, hoodle-core, mtl + , filepath, hoodle-core, mtl }: mkDerivation { pname = "hoodle"; - version = "0.3"; - sha256 = "01wz7bwdr3i43ikaiaq8vpn6b0clxjnjyaw6nl6zaq489dhj6fv5"; + version = "0.4.0"; + sha256 = "0ygmizbhag16ifdyp8gcvs0m9vinvirn8v7jfbi2m457bllmbsmq"; isLibrary = true; isExecutable = true; buildDepends = [ - base cmdargs configurator containers directory dyre filepath - hoodle-core mtl + base cmdargs configurator containers directory filepath hoodle-core + mtl ]; homepage = "http://ianwookim.org/hoodle"; description = "Executable for hoodle"; @@ -61976,8 +62123,8 @@ self: { }: mkDerivation { pname = "hoodle-builder"; - version = "0.3"; - sha256 = "0mj58g7kfr5hpqv6idjb24d3gdh25z5x2ym62c6ckm5g3f4x3jm9"; + version = "0.3.0"; + sha256 = "0g4a3gf1mgf5gyniif0i2b89dz416h28171mwx7k7ivjw23gjvm7"; buildDepends = [ base blaze-builder bytestring double-conversion hoodle-types lens strict text @@ -61988,34 +62135,35 @@ self: { "hoodle-core" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base - , base64-bytestring, binary, bytestring, cairo, cereal - , configurator, containers, coroutine-object, dbus, Diff, directory - , dyre, either, errors, filepath, fsnotify, gd, gtk, hoodle-builder - , hoodle-parser, hoodle-render, hoodle-types, lens, libX11, libXi - , monad-loops, mtl, network, network-info, network-simple - , old-locale, pango, poppler, process, pureMD5, stm, strict - , svgcairo, system-filepath, template-haskell, text, time - , transformers, transformers-free, unordered-containers, uuid - , vector, xournal-parser + , base64-bytestring, binary, bytestring, cairo, case-insensitive + , cereal, configurator, containers, coroutine-object, Diff + , directory, either, errors, filepath, fsnotify, gd, gtk + , handa-gdata, hoodle-builder, hoodle-parser, hoodle-publish + , hoodle-render, hoodle-types, http-types, lens, libX11, libXi + , monad-loops, mtl, network-uri, old-locale, pango, poppler + , process, pureMD5, stm, strict, svgcairo, system-filepath + , template-haskell, text, time, transformers, transformers-free + , unordered-containers, uuid, vector, websockets, xournal-parser }: mkDerivation { pname = "hoodle-core"; - version = "0.14"; - sha256 = "1njkjxcbnwh9b7mg0xcqkc0clfz64n5h9jqf3323npyw8bhw34b8"; + version = "0.15.0"; + sha256 = "04007hbnv4n3dl2yngfjzl6vrqd40yk5h9lq0ws2z33k4xa3a3rk"; buildDepends = [ aeson aeson-pretty array attoparsec base base64-bytestring binary - bytestring cairo cereal configurator containers coroutine-object - dbus Diff directory dyre either errors filepath fsnotify gd gtk - hoodle-builder hoodle-parser hoodle-render hoodle-types lens - monad-loops mtl network network-info network-simple old-locale - pango poppler process pureMD5 stm strict svgcairo system-filepath - template-haskell text time transformers transformers-free - unordered-containers uuid vector xournal-parser + bytestring cairo case-insensitive cereal configurator containers + coroutine-object Diff directory either errors filepath fsnotify gd + gtk handa-gdata hoodle-builder hoodle-parser hoodle-publish + hoodle-render hoodle-types http-types lens monad-loops mtl + network-uri old-locale pango poppler process pureMD5 stm strict + svgcairo system-filepath template-haskell text time transformers + transformers-free unordered-containers uuid vector websockets + xournal-parser ]; extraLibraries = [ libX11 libXi ]; homepage = "http://ianwookim.org/hoodle"; description = "Core library for hoodle"; - license = stdenv.lib.licenses.gpl3; + license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs.xlibs) libX11; inherit (pkgs.xlibs) libXi;}; @@ -62053,8 +62201,8 @@ self: { }: mkDerivation { pname = "hoodle-parser"; - version = "0.3"; - sha256 = "1ihpmkhjzsf8w4ygljx2agx31xblc0ch4y8m9pwj7rnnjj1sw15i"; + version = "0.3.0"; + sha256 = "0qp7x6csacf4w9crvmyrs7qsm9caici95qiwm11zyzyz2k9nm52g"; buildDepends = [ attoparsec base bytestring containers either hoodle-types lens mtl strict text transformers xournal-types @@ -62066,47 +62214,47 @@ self: { "hoodle-publish" = callPackage ({ mkDerivation, attoparsec, base, bytestring, cairo, cmdargs - , containers, coroutine-object, directory, directory-tree, filepath - , gtk, hoodle-parser, hoodle-render, hoodle-types, HTTP, io-streams - , lens, mtl, network, pdf-toolbox-core, pdf-toolbox-document - , poppler, process, transformers, uuid + , containers, directory, directory-tree, filepath, gtk + , hoodle-parser, hoodle-render, hoodle-types, HTTP, io-streams + , lens, mtl, network-uri, pdf-toolbox-core, pdf-toolbox-document + , process, transformers, unordered-containers, uuid }: mkDerivation { pname = "hoodle-publish"; - version = "0.1"; - sha256 = "13753yhv9vlpbjjigciqingjxwm4vhv8lmam8qyqykrmd33ygj31"; - isLibrary = false; + version = "0.2.0"; + sha256 = "1nx2y4f000gid9mps0xxx4l6h0nh120568h9cl45gsp6qlw3sa5m"; + isLibrary = true; isExecutable = true; buildDepends = [ - attoparsec base bytestring cairo cmdargs containers - coroutine-object directory directory-tree filepath gtk - hoodle-parser hoodle-render hoodle-types HTTP io-streams lens mtl - network pdf-toolbox-core pdf-toolbox-document poppler process - transformers uuid + attoparsec base bytestring cairo cmdargs containers directory + directory-tree filepath gtk hoodle-parser hoodle-render + hoodle-types HTTP io-streams lens mtl network-uri pdf-toolbox-core + pdf-toolbox-document process transformers unordered-containers uuid ]; homepage = "http://ianwookim.org/hoodle"; description = "publish hoodle files as a static web site"; - license = stdenv.lib.licenses.gpl3; + license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; "hoodle-render" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, cairo - , containers, directory, filepath, gd, gtk, hoodle-types, lens - , monad-loops, mtl, poppler, stm, strict, svgcairo, transformers - , unix, unordered-containers, uuid + , containers, directory, filepath, gd, gtk, hashable, hoodle-types + , lens, monad-loops, mtl, poppler, stm, strict, svgcairo, time + , transformers, unix, unordered-containers, uuid }: mkDerivation { pname = "hoodle-render"; - version = "0.4"; - sha256 = "06ds0fzw11a10m927y2jvmgbsjy7cxdpppb6ifxkg173csp92a2d"; + version = "0.5.0"; + sha256 = "0460j9flj5cnvgv6cnchc6am0r5sw81lp67qf45rgcyjpz9q424i"; buildDepends = [ base base64-bytestring bytestring cairo containers directory - filepath gd gtk hoodle-types lens monad-loops mtl poppler stm - strict svgcairo transformers unix unordered-containers uuid + filepath gd gtk hashable hoodle-types lens monad-loops mtl poppler + stm strict svgcairo time transformers unix unordered-containers + uuid ]; description = "Hoodle file renderer"; - license = stdenv.lib.licenses.gpl3; + license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -62116,8 +62264,8 @@ self: { }: mkDerivation { pname = "hoodle-types"; - version = "0.3"; - sha256 = "0n9plj6hhsc5482pl7sw4gw7py8r6cn0cl7hg35g2qxdxnzapifm"; + version = "0.3.0"; + sha256 = "0mkx3n1sni43665dk5ify890wdfxamxvkx1h61kzsk3c3bazngr5"; buildDepends = [ base bytestring cereal containers lens mtl strict text uuid ]; @@ -62392,8 +62540,8 @@ self: { ({ mkDerivation, AC-Angle, base, time }: mkDerivation { pname = "horizon"; - version = "0.1.0"; - sha256 = "0yzchd0kfszwf0dwr8vbg7zbr6an5zk0hw658mj82d89jmzldwjv"; + version = "0.1.1"; + sha256 = "1qx27i0xlrgcrdzp6lc06skipj888cfdxwwfrd7fyig48jn3wyd4"; buildDepends = [ AC-Angle base time ]; homepage = "https://github.com/intractable/horizon"; description = "Sunrise and sunset UTC approximations from latitude and longitude coordinates"; @@ -62781,18 +62929,18 @@ self: { "hpc-coveralls" = callPackage ({ mkDerivation, aeson, async, base, bytestring, cmdargs - , containers, curl, hpc, HUnit, process, regex-posix, retry, safe - , split + , containers, curl, directory, directory-tree, hpc, HUnit, process + , pureMD5, regex-posix, retry, safe, split }: mkDerivation { pname = "hpc-coveralls"; - version = "0.8.3"; - sha256 = "02nqp267dcqrl81p7pn0bwpi44lakwl6pi47n9i1cnr7abcadglb"; + version = "0.9.0"; + sha256 = "0ika073kkm8kivd0m2dhb7ysk5h7q9vsj02xf4azh3c4xpvw4086"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson async base bytestring cmdargs containers curl hpc process - regex-posix retry safe split + aeson async base bytestring cmdargs containers curl directory + directory-tree hpc process pureMD5 regex-posix retry safe split ]; testDepends = [ base HUnit ]; homepage = "https://github.com/guillaume-nargeot/hpc-coveralls"; @@ -62886,25 +63034,25 @@ self: { }) {}; "hpqtypes" = callPackage - ({ mkDerivation, base, bytestring, containers, exceptions, HUnit - , lifted-base, monad-control, mtl, postgresql, QuickCheck, random - , resource-pool, test-framework, test-framework-hunit, text, time - , transformers, transformers-base, vector + ({ mkDerivation, base, bytestring, containers, data-default-class + , exceptions, HUnit, lifted-base, monad-control, mtl, postgresql + , QuickCheck, random, resource-pool, test-framework + , test-framework-hunit, text, time, transformers, transformers-base + , vector }: mkDerivation { pname = "hpqtypes"; - version = "1.3.2"; - sha256 = "10axgrdhfas2rgy56yzcdwr0bbi6kijkbn3b8cpi7jkxs7pnqp6x"; + version = "1.4.0"; + sha256 = "0sq4abqqqq71yw2rgpx5xmm7h8fhcj654vbkhb4wlgi1g5kj9kh1"; isLibrary = true; isExecutable = true; buildDepends = [ - base bytestring containers exceptions HUnit lifted-base - monad-control mtl QuickCheck random resource-pool test-framework - test-framework-hunit text time transformers transformers-base - vector + base bytestring containers data-default-class exceptions HUnit + lifted-base monad-control mtl QuickCheck random resource-pool + test-framework test-framework-hunit text time transformers + transformers-base vector ]; extraLibraries = [ postgresql ]; - jailbreak = true; description = "Haskell bindings to libpqtypes"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) postgresql;}; @@ -63511,6 +63659,17 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hs-re" = callPackage + ({ mkDerivation, array, base, regex-base, regex-posix }: + mkDerivation { + pname = "hs-re"; + version = "0.1.0"; + sha256 = "0rx7shfjyi9k910mvzskykqxnijl8rrh08c0bkqlmqwisyhl7wbb"; + buildDepends = [ array base regex-base regex-posix ]; + description = "Easy to use Regex"; + license = stdenv.lib.licenses.mit; + }) {}; + "hs-scrape" = callPackage ({ mkDerivation, base, bytestring, containers, data-default , exceptions, hspec, html-conduit, lens, retry, safe, tasty @@ -65322,8 +65481,8 @@ self: { }: mkDerivation { pname = "hspec-snap"; - version = "0.3.2.2"; - sha256 = "0w2zvzpa5294y8hbjjnpd9kyq42i8l5ca6dpf2zl8mwnmfqzc733"; + version = "0.3.2.3"; + sha256 = "187j2fhiwv3v2rlh1h9jdxpywdms9n37yp3597dmsbq2kggzsigh"; buildDepends = [ base bytestring containers digestive-functors HandsomeSoup hspec hspec-core hxt lens mtl snap snap-core text transformers @@ -66391,19 +66550,19 @@ self: { "http-client" = callPackage ({ mkDerivation, array, async, base, base64-bytestring - , blaze-builder, bytestring, case-insensitive, containers, cookie - , data-default-class, deepseq, exceptions, filepath, ghc-prim - , hspec, http-types, mime-types, monad-control, network + , blaze-builder, bytestring, case-insensitive, clock, containers + , cookie, data-default-class, deepseq, exceptions, filepath + , ghc-prim, hspec, http-types, mime-types, monad-control, network , network-uri, publicsuffixlist, random, streaming-commons, text , time, transformers, zlib }: mkDerivation { pname = "http-client"; - version = "0.4.7.1"; - sha256 = "1vkz0a8rzdgx1lnxcic62hbp8v3y0dvqr1dv6h7lq0d6rbv24hk3"; + version = "0.4.7.2"; + sha256 = "1y788yj3jaw4l10p31qvhpy33sn9spfrql4ydrs67mkalbad0f7a"; buildDepends = [ array base base64-bytestring blaze-builder bytestring - case-insensitive containers cookie data-default-class deepseq + case-insensitive clock containers cookie data-default-class deepseq exceptions filepath ghc-prim http-types mime-types network network-uri publicsuffixlist random streaming-commons text time transformers @@ -67266,6 +67425,88 @@ self: { license = "GPL"; }) {}; + "hunt-searchengine" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, binary, bytestring + , containers, data-default, data-r-tree, data-stringmap, deepseq + , directory, dlist, filepath, hslogger, HUnit, hxt-regex-xmlschema + , monad-parallel, mtl, murmur-hash, old-locale, parsec, QuickCheck + , random, test-framework, test-framework-hunit + , test-framework-quickcheck2, text, time, transformers + , unordered-containers, vector + }: + mkDerivation { + pname = "hunt-searchengine"; + version = "0.3.0.0"; + sha256 = "0p1w2asr7q1d5xyrkc6g3m8as1shg4g5bpxknn30m7m6nyskivn2"; + buildDepends = [ + aeson aeson-pretty base binary bytestring containers data-default + data-r-tree data-stringmap deepseq dlist filepath hslogger + hxt-regex-xmlschema monad-parallel mtl murmur-hash parsec text time + transformers unordered-containers vector + ]; + testDepends = [ + aeson base binary containers data-default data-r-tree directory + HUnit monad-parallel mtl old-locale QuickCheck random + test-framework test-framework-hunit test-framework-quickcheck2 text + time + ]; + jailbreak = true; + homepage = "http://github.com/hunt-framework/"; + description = "A search and indexing engine"; + license = stdenv.lib.licenses.mit; + }) {}; + + "hunt-server" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, binary, blaze-html + , blaze-markup, bytestring, cmdargs, containers, data-default + , deepseq, ekg-core, hamlet, hslogger, http-types + , hunt-searchengine, mtl, scotty, shakespeare-js, text, wai + , wai-extra, wai-middleware-static, warp + }: + mkDerivation { + pname = "hunt-server"; + version = "0.3.0.2"; + sha256 = "19bbn97pj01sbqbjkgh82hiwzxfybnnm29wj4irgicab0d72jvg6"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + aeson aeson-pretty base binary blaze-html blaze-markup bytestring + cmdargs containers data-default deepseq ekg-core hamlet hslogger + http-types hunt-searchengine mtl scotty shakespeare-js text wai + wai-extra wai-middleware-static warp + ]; + jailbreak = true; + homepage = "http://github.com/hunt-framework"; + description = "A search and indexing engine server"; + license = stdenv.lib.licenses.mit; + }) {}; + + "hunt-server-cli" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, binary, bytestring + , conduit, conduit-extra, containers, csv-conduit, data-default + , docopt, hslogger, http-types, hunt-client, hunt-searchengine, mtl + , resourcet, string-conversions, text, time, transformers + , unordered-containers + }: + mkDerivation { + pname = "hunt-server-cli"; + version = "0.2.0.0"; + sha256 = "1pmlg06jipmc99v7clz2q7x3bh4ndar55595fx729khnjrbiy9bz"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + aeson aeson-pretty base binary bytestring conduit conduit-extra + containers csv-conduit data-default docopt hslogger http-types + hunt-client hunt-searchengine mtl resourcet string-conversions text + time transformers unordered-containers + ]; + jailbreak = true; + homepage = "http://github.com/hunt-framework"; + description = "A Command line Interface for the Hunt server"; + license = stdenv.lib.licenses.mit; + broken = true; + }) { hunt-client = null;}; + "hurdle" = callPackage ({ mkDerivation, array, base, bytestring, containers, kangaroo }: mkDerivation { @@ -67413,13 +67654,14 @@ self: { }: mkDerivation { pname = "hwsl2"; - version = "0.2.0.0"; - sha256 = "0cyc4y99ird4mxpasrbk82x7xl63r7cc710qisvm8qvjlmriw87b"; + version = "0.3.0.1"; + sha256 = "1zs1wlnvh316n914mrlihrd4njbnq9n070ckq5f7hbax37v3h9p5"; buildDepends = [ base bytestring ]; testDepends = [ base bytestring Cabal cabal-test-quickcheck QuickCheck quickcheck-properties ]; + jailbreak = true; homepage = "https://github.com/srijs/hwsl2"; description = "Hashing with SL2"; license = stdenv.lib.licenses.mit; @@ -69219,6 +69461,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "incremental-computing" = callPackage + ({ mkDerivation, base, Cabal, cabal-test-quickcheck, containers + , dlist, fingertree, order-maintenance, QuickCheck, transformers + }: + mkDerivation { + pname = "incremental-computing"; + version = "0.0.0.0"; + sha256 = "0zdq122m0nq18igvdxis7lqgdflf6sc94m1aqypjwfkxy4qfvvq3"; + buildDepends = [ + base containers dlist fingertree order-maintenance transformers + ]; + testDepends = [ + base Cabal cabal-test-quickcheck containers QuickCheck + ]; + homepage = "http://darcs.wolfgang.jeltsch.info/haskell/incremental-computing"; + description = "Incremental computing"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "incremental-parser" = callPackage ({ mkDerivation, base, checkers, monoid-subclasses, QuickCheck , tasty, tasty-quickcheck @@ -74974,8 +75235,8 @@ self: { }: mkDerivation { pname = "learning-hmm"; - version = "0.3.1.1"; - sha256 = "1ry8g3gkmvj5xk4llrll40g8xdddg8g2rbg8qwjwqpdd1ni9hck4"; + version = "0.3.1.2"; + sha256 = "0inj841fdh6d8d2i5r2mnsw14fxzdcg92n91gfbaginds4mhjf7d"; buildDepends = [ base containers deepseq hmatrix random-fu random-source vector ]; @@ -75186,8 +75447,8 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "lens-family-th"; - version = "0.4.0.0"; - sha256 = "02fc3kppb7y2c6j22wi2mzcxffj4k3dl3x09vjllqchfpfcpwbm5"; + version = "0.4.1.0"; + sha256 = "084yng26xyhw6c6hij3p70zvjpvm1dlw6klphw51car9gi6dqkvm"; buildDepends = [ base template-haskell ]; homepage = "http://github.com/DanBurton/lens-family-th#readme"; description = "Generate lens-family style lenses"; @@ -75963,20 +76224,20 @@ self: { }) { inherit (pkgs) systemd;}; "libtagc" = callPackage - ({ mkDerivation, base, bytestring, glib, tag_c, taglib_c }: + ({ mkDerivation, base, bytestring, glib, taglib }: mkDerivation { pname = "libtagc"; version = "0.12.0"; sha256 = "1f7r82cfrkxrqcrxk92y6zhk79qwpack2g67crww5q8hs7438vja"; buildDepends = [ base bytestring glib ]; - extraLibraries = [ tag_c ]; - pkgconfigDepends = [ taglib_c ]; + extraLibraries = [ taglib ]; + pkgconfigDepends = [ taglib ]; jailbreak = true; homepage = "https://patch-tag.com/r/AndyStewart/libtagc/home"; description = "Binding to TagLib C library"; license = stdenv.lib.licenses.lgpl21; hydraPlatforms = stdenv.lib.platforms.none; - }) { tag_c = null; taglib_c = null;}; + }) { inherit (pkgs) taglib;}; "libvirt-hs" = callPackage ({ mkDerivation, base, c2hs, syb, virt }: @@ -76363,6 +76624,7 @@ self: { buildDepends = [ base distributive lens linear OpenGL OpenGLRaw tagged ]; + jailbreak = true; homepage = "http://www.github.com/bgamari/linear-opengl"; description = "Isomorphisms between linear and OpenGL types"; license = stdenv.lib.licenses.bsd3; @@ -81683,8 +81945,8 @@ self: { }: mkDerivation { pname = "monad-logger"; - version = "0.3.13"; - sha256 = "00gzv4yfh3xj95nl6jyqc0d7m8n98inbmkxinq66ny9159qry0jg"; + version = "0.3.13.1"; + sha256 = "0mwdihxly22axrjs9g741zab2yyrm6zy73di99m7lvg8jdj4m2r6"; buildDepends = [ base blaze-builder bytestring conduit conduit-extra exceptions fast-logger lifted-base monad-control monad-loops mtl resourcet stm @@ -82691,22 +82953,22 @@ self: { }) { morfeusz = null;}; "morte" = callPackage - ({ mkDerivation, alex, array, base, binary, containers, happy + ({ mkDerivation, alex, array, base, binary, deepseq, happy , lens-family-core, optparse-applicative, pipes, text, transformers }: mkDerivation { pname = "morte"; - version = "1.0.1"; - sha256 = "0gn4fdvc61f59k06s7gbds351vljd3lbwvl7mka59kk39i7flfyq"; + version = "1.1.1"; + sha256 = "0daq0894kmd938k7qdbi7f1axih5gx5yrimx5pssfvhvw78bdqp4"; isLibrary = true; isExecutable = true; buildDepends = [ - array base binary containers lens-family-core optparse-applicative + array base binary deepseq lens-family-core optparse-applicative pipes text transformers ]; buildTools = [ alex happy ]; jailbreak = true; - description = "Bare-bones calculus of constructions"; + description = "A bare-bones calculus of constructions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -85458,10 +85720,9 @@ self: { }: mkDerivation { pname = "network-simple"; - version = "0.4.0.3"; - sha256 = "0nbs79v07x18y324drngr1zrcgjla2y9qjxkd64qwbldw48s1i85"; + version = "0.4.0.4"; + sha256 = "0qa3ax29ci7m01af0d2rvnx9m24q1d9zw727bzhc88k2g6k2xzah"; buildDepends = [ base bytestring exceptions network transformers ]; - jailbreak = true; homepage = "https://github.com/k0001/network-simple"; description = "Simple network sockets usage patterns"; license = stdenv.lib.licenses.bsd3; @@ -87805,6 +88066,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "order-maintenance" = callPackage + ({ mkDerivation, base, containers, transformers }: + mkDerivation { + pname = "order-maintenance"; + version = "0.0.0.0"; + sha256 = "1d416a277fcchcgyn4n5m7kpn0aky8gsi8fkk0gh3a4lcap18h2d"; + buildDepends = [ base containers transformers ]; + homepage = "http://darcs.wolfgang.jeltsch.info/haskell/order-maintenance"; + description = "Algorithms for the order maintenance problem with a safe interface"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "order-statistics" = callPackage ({ mkDerivation, base, containers, math-functions, statistics , vector, vector-space @@ -89913,8 +90186,8 @@ self: { }: mkDerivation { pname = "persistent"; - version = "2.1.1.6"; - sha256 = "1jz77x8ikplp5v866x73iii49g2r28dj1xg7gv1c1ypqsz14scsr"; + version = "2.1.1.7"; + sha256 = "1nj2nwjzg95k1xyhk31mpmyy0flw4hjjf8r0959i1x1makrfy32f"; buildDepends = [ aeson attoparsec base base64-bytestring blaze-html blaze-markup bytestring conduit containers exceptions fast-logger lifted-base @@ -91340,12 +91613,12 @@ self: { }) {}; "plist" = callPackage - ({ mkDerivation, base, dataenc, hxt }: + ({ mkDerivation, base, base64-bytestring, bytestring, hxt }: mkDerivation { pname = "plist"; - version = "0.0.5"; - sha256 = "1c77p62sgc8zs9856h1glsfi384fjnxd9rblw2xhbszr9j6h6rxh"; - buildDepends = [ base dataenc hxt ]; + version = "0.0.6"; + sha256 = "0xsx1pvlnqyidpvswisir9p9054r7fczi81nccflazijn3pr9rgb"; + buildDepends = [ base base64-bytestring bytestring hxt ]; description = "Generate and parse Mac OS X property list format"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -91564,6 +91837,34 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pocket-dns" = callPackage + ({ mkDerivation, aeson, base, bytestring, cabal-test-bin + , data-default, dns, hspec, hspec-contrib, hspec-server + , hspec-test-sandbox, http-conduit, iproute, monad-control, network + , optparse-applicative, persistent, persistent-sqlite + , persistent-template, persistent-zookeeper, shakespeare, shelly + , test-sandbox, text, transformers, unordered-containers, yaml + }: + mkDerivation { + pname = "pocket-dns"; + version = "0.1.1"; + sha256 = "1736gj66ljgarmdxwzc9m5aa9inkmgzfmn9sjcqlcs0kpp5faqsh"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + aeson base bytestring data-default dns http-conduit iproute + monad-control network optparse-applicative persistent + persistent-sqlite persistent-template persistent-zookeeper shelly + text transformers unordered-containers yaml + ]; + testDepends = [ + base cabal-test-bin hspec hspec-contrib hspec-server + hspec-test-sandbox shakespeare test-sandbox text transformers + ]; + description = "Multi-backend (zookeeper and sqlite) DNS Server using persistent-library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "pointed" = callPackage ({ mkDerivation, base, comonad, containers, data-default-class , kan-extensions, semigroupoids, semigroups, stm, tagged @@ -92320,6 +92621,23 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "postgresql-config" = callPackage + ({ mkDerivation, aeson, base, bytestring, monad-control, mtl + , postgresql-simple, resource-pool, time + }: + mkDerivation { + pname = "postgresql-config"; + version = "0.0.1"; + sha256 = "1hp6ki078d4hvb910403ppvcb8q6ji79z3ccv6alkpnd494wd4wr"; + buildDepends = [ + aeson base bytestring monad-control mtl postgresql-simple + resource-pool time + ]; + homepage = "https://bitbucket.org/s9gf4ult/postgresql-config"; + description = "Types for easy adding postgresql configuration to your program"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "postgresql-copy-escape" = callPackage ({ mkDerivation, base, bytestring }: mkDerivation { @@ -92365,6 +92683,35 @@ self: { license = "GPL"; }) {}; + "postgresql-query" = callPackage + ({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring + , containers, either, exceptions, file-embed, haskell-src-meta + , 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, time, transformers, transformers-base + , transformers-compat + }: + mkDerivation { + pname = "postgresql-query"; + version = "1.0.1"; + sha256 = "0p11a6rzcpwnq55s9hslfqbi70g39gf1qbz6805a232y9wwkf8rn"; + buildDepends = [ + aeson attoparsec base blaze-builder bytestring containers either + exceptions file-embed haskell-src-meta monad-control monad-logger + mtl postgresql-simple resource-pool semigroups template-haskell + text time transformers transformers-base transformers-compat + ]; + testDepends = [ + attoparsec base QuickCheck quickcheck-assertions + quickcheck-instances tasty tasty-hunit tasty-quickcheck tasty-th + text + ]; + homepage = "https://bitbucket.org/s9gf4ult/postgresql-query"; + description = "Sql interpolating quasiquote plus some kind of primitive ORM using it"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "postgresql-simple" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , blaze-builder, blaze-textual, bytestring, case-insensitive @@ -92374,8 +92721,8 @@ self: { }: mkDerivation { pname = "postgresql-simple"; - version = "0.4.9.0"; - sha256 = "0mb3ymw57w7zk2fz8g8m0fz1nhx52c21lxwk3nnkp9qqk26jslws"; + version = "0.4.10.0"; + sha256 = "0ar8rjd3fsk56ykf7ys3f14ld3771dknhvkfk08fq7054rilrir0"; buildDepends = [ aeson attoparsec base blaze-builder blaze-textual bytestring case-insensitive containers hashable postgresql-libpq scientific @@ -98325,8 +98672,8 @@ self: { }: mkDerivation { pname = "rest-core"; - version = "0.35"; - sha256 = "1ykfni3jn31hgk2s1028r6am3bnf3nwndkd39in70q9sjjzmfr25"; + version = "0.35.1"; + sha256 = "16mzvbkv69i0kabjj214166rmsqqc0ga5ad1i7yhm6202s11fx4n"; buildDepends = [ aeson aeson-utils base bytestring case-insensitive either errors fclabels hxt hxt-pickle-utils json-schema mtl mtl-compat multipart @@ -98346,20 +98693,20 @@ self: { ({ mkDerivation, aeson, base, containers, filepath, generic-aeson , hxt, json-schema, mtl, regular, regular-xmlpickler, rest-core , rest-gen, safe, stm, text, time, transformers, transformers-base - , unordered-containers + , transformers-compat, unordered-containers }: mkDerivation { pname = "rest-example"; - version = "0.1.2.2"; - sha256 = "0xhdk792zncqljlhvr4f04sy2mwf6j9aq2cg74ci35sjfg3bp42x"; + version = "0.2.0.0"; + sha256 = "1442hi8av2vlbzr1ffjfn32plxs0i60bb0g0fnjrprjmcii7dzd5"; isLibrary = true; isExecutable = true; buildDepends = [ aeson base containers filepath generic-aeson hxt json-schema mtl regular regular-xmlpickler rest-core rest-gen safe stm text time - transformers transformers-base unordered-containers + transformers transformers-base transformers-compat + unordered-containers ]; - jailbreak = true; homepage = "http://www.github.com/silkapp/rest"; description = "Example project for rest"; license = stdenv.lib.licenses.bsd3; @@ -98447,8 +98794,8 @@ self: { }: mkDerivation { pname = "rest-types"; - version = "1.13"; - sha256 = "0z8wvg9w4am3y5dy5nmabz4ngpks3abrg5gibwcq56x8h8rf8405"; + version = "1.13.1"; + sha256 = "09lyx0a4w1mp1ivcky3wnlhisp2a8sd3f37zcr5ckxi8sjmcvsli"; buildDepends = [ aeson base case-insensitive generic-aeson hxt json-schema mtl regular regular-xmlpickler rest-stringmap text transformers @@ -100465,8 +100812,8 @@ self: { }: mkDerivation { pname = "satchmo"; - version = "2.8.2"; - sha256 = "1c0p5prhrm05km9sym62nyxacipdy2yib84yw6d869dh3kbd97kq"; + version = "2.9.1"; + sha256 = "1pa5zm5r7gp4lir5yhw6a41g1m563j54hsmn72d92801a1wv6rd2"; buildDepends = [ array base bytestring containers directory minisat mtl process ]; @@ -100548,6 +100895,7 @@ self: { version = "0.2.0.0"; sha256 = "10prfalf8gic4p5sj35svnypzdgn69f6vwbj9dh55bcq70gqqgn2"; buildDepends = [ array base containers satchmo toysolver ]; + jailbreak = true; homepage = "https://github.com/msakai/satchmo-toysat"; description = "toysat driver as backend for satchmo"; license = stdenv.lib.licenses.bsd3; @@ -102886,6 +103234,18 @@ self: { license = stdenv.lib.licenses.asl20; }) {}; + "shake-minify" = callPackage + ({ mkDerivation, base, bytestring, css-text, hjsmin, shake, text }: + mkDerivation { + pname = "shake-minify"; + version = "0.1.0"; + sha256 = "0n565dyfr8s7jl4cjhs8w7qd2lschaasgzg959c760ci63ys968d"; + buildDepends = [ base bytestring css-text hjsmin shake text ]; + homepage = "https://github.com/LukeHoersten/shake-minify"; + description = "Shake Minify Actions"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "shaker" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, directory , filepath, ghc, ghc-paths, haskeline, haskell-src, HUnit, mtl @@ -103099,8 +103459,8 @@ self: { }: mkDerivation { pname = "shell-conduit"; - version = "4.5.1"; - sha256 = "048808f4kszb0x24yh7njkbygxl2jn2aadizcssh6rajpbj4zzlj"; + version = "4.5.2"; + sha256 = "04kc9gzlqbw3d2pj6qn13pnmmrlmx8nmmj5bvxn7zdmh25nw6ys2"; buildDepends = [ async base bytestring conduit conduit-extra control-monad-loop directory filepath monad-control monads-tf process resourcet @@ -103211,8 +103571,8 @@ self: { }: mkDerivation { pname = "shelly"; - version = "1.6.1.1"; - sha256 = "1yv29fjyxfqykg7l8r4la1j4kz3ixmklhw15ki2b9dgwsp7vzmfh"; + version = "1.6.1.2"; + sha256 = "0iv0ypl6qbrcax43smqc7s5zpm5ck5a5zby59ibnahv5a6wn16ki"; buildDepends = [ async base bytestring containers directory enclosed-exceptions exceptions lifted-async lifted-base monad-control mtl process @@ -104488,6 +104848,25 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "slack-notify-haskell" = callPackage + ({ mkDerivation, base, bytestring, containers, HTTP, http-client + , http-client-tls, network, text + }: + mkDerivation { + pname = "slack-notify-haskell"; + version = "0.2.3"; + sha256 = "0sz05v40b78qdpz8cqpnblhjy4dxqsz5175hq5083j7iv3xi3kc7"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base bytestring containers HTTP http-client http-client-tls network + text + ]; + homepage = "https://github.com/tattsun/slack-notify-haskell"; + description = "Slack notifier for Haskell project"; + license = stdenv.lib.licenses.mit; + }) {}; + "slave-thread" = callPackage ({ mkDerivation, base, base-prelude, HTF, list-t, mmorph , partial-handler, QuickCheck, quickcheck-instances, SafeSemaphore @@ -108900,6 +109279,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "string-conv" = callPackage + ({ mkDerivation, base, bytestring, text }: + mkDerivation { + pname = "string-conv"; + version = "0.1"; + sha256 = "0zjmlkjmdiqnfnb9qqam6bkipwqz5iwy4bjy9xcs20ljf01586l6"; + buildDepends = [ base bytestring text ]; + description = "Standardized conversion between string types"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "string-conversions" = callPackage ({ mkDerivation, base, bytestring, text, utf8-string }: mkDerivation { @@ -109079,17 +109469,17 @@ self: { }: mkDerivation { pname = "stripe-haskell"; - version = "0.1.1.0"; - sha256 = "0ys54lwbqk8dv5pslw2krd1bdh8giwr54nwq1vq35lqijgm6ywvz"; + version = "0.1.1.2"; + sha256 = "1m2k35a39ixm19f1am9ngdjjh2irnly1fi3gk5iv73yaaxrm2kjk"; buildDepends = [ aeson base bytestring either HsOpenSSL http-streams io-streams mtl text time transformers unordered-containers ]; testDepends = [ - aeson base bytestring either HsOpenSSL hspec random text time - transformers + aeson base bytestring either HsOpenSSL hspec http-streams random + text time transformers ]; - homepage = "https://github.com/dmjio/stripe-haskell"; + homepage = "https://github.com/dmjio/stripe"; description = "Stripe API for Haskell"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -110386,9 +110776,8 @@ self: { }: mkDerivation { pname = "system-fileio"; - version = "0.3.16"; - sha256 = "1x18ffhas6bhjis0glf0xd6ap8vy7cap8lkmnkn4px83d82yzi8k"; - editedCabalFile = "27687f6a2383c74296863a8593ee788f1310d0795a5a110f4bdf80bb74e6d23f"; + version = "0.3.16.1"; + sha256 = "037p2i5gmcnw3qqh3yhn700w51kkyc7rpw9c77wlgdq5bgbyfkbk"; buildDepends = [ base bytestring system-filepath text time unix ]; testDepends = [ base bytestring chell system-filepath temporary text time @@ -110722,8 +111111,8 @@ self: { ({ mkDerivation, base, csv, html, mtl }: mkDerivation { pname = "tabular"; - version = "0.2.2.6"; - sha256 = "0biqi0cypzwf7s15an7njklxk7j0psfk13ii9w72vpv5vmvf1acf"; + version = "0.2.2.7"; + sha256 = "1ysgq7rrks7f98nnvxil8xz1q27hxdgz4szbjhqwzbwd209dmy0k"; buildDepends = [ base csv html mtl ]; homepage = "http://hub.darcs.net/kowey/tabular"; description = "Two-dimensional data tables with rendering functions"; @@ -110915,8 +111304,8 @@ self: { }: mkDerivation { pname = "taggy"; - version = "0.1.3"; - sha256 = "18azsibsfjz4zj69dk4a3jrdw6zvd8n1gsd1ynd2hy7i9z168iw8"; + version = "0.1.4"; + sha256 = "1fanngprqscpjczqi7v0h5s6qd52y3vj11jv1fasp4hwj6gx92f7"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -110950,21 +111339,21 @@ self: { }) {}; "taglib" = callPackage - ({ mkDerivation, base, bytestring, tag_c, taglib_c, utf8-string }: + ({ mkDerivation, base, bytestring, taglib, utf8-string }: mkDerivation { pname = "taglib"; version = "0.1.1"; sha256 = "16qyfy8rxaab0q9j2v00h4j5d3la95acfhmp32x1hdxz1rwr6zfp"; buildDepends = [ base bytestring utf8-string ]; - extraLibraries = [ tag_c ]; - pkgconfigDepends = [ taglib_c ]; + extraLibraries = [ taglib ]; + pkgconfigDepends = [ taglib ]; description = "Binding to TagLib (ID3 tag library)"; license = "LGPL"; hydraPlatforms = stdenv.lib.platforms.none; - }) { tag_c = null; taglib_c = null;}; + }) { inherit (pkgs) taglib;}; "taglib-api" = callPackage - ({ mkDerivation, base, bytestring, containers, mtl, taglib_c, text + ({ mkDerivation, base, bytestring, containers, mtl, taglib, text , transformers }: mkDerivation { @@ -110974,12 +111363,12 @@ self: { buildDepends = [ base bytestring containers mtl text transformers ]; - pkgconfigDepends = [ taglib_c ]; + pkgconfigDepends = [ taglib ]; jailbreak = true; description = "An FFI layer over TagLib's C bindings"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; - }) { taglib_c = null;}; + }) { inherit (pkgs) taglib;}; "tagset-positional" = callPackage ({ mkDerivation, base, binary, containers, parsec, text @@ -111509,23 +111898,23 @@ self: { }) {}; "tasty-silver" = callPackage - ({ mkDerivation, async, base, bytestring, containers, deepseq - , directory, filepath, mtl, optparse-applicative, process - , process-extras, tagged, tasty, tasty-hunit, temporary-rc, text + ({ mkDerivation, ansi-terminal, async, base, bytestring, containers + , deepseq, directory, filepath, mtl, optparse-applicative, process + , process-extras, stm, tagged, tasty, tasty-hunit, temporary-rc + , text }: mkDerivation { pname = "tasty-silver"; - version = "3.0.1.0"; - sha256 = "18hai87p79kj0l7bhgb434ygl6lsqdwr3y6jvsvmyy2jylrz1q1z"; + version = "3.0.2.2"; + sha256 = "0pla52i547mjr06nm2d5y3bf4gnw89mgw3d2gic90v6c3daynk97"; buildDepends = [ - async base bytestring containers deepseq directory filepath mtl - optparse-applicative process process-extras tagged tasty - temporary-rc text + ansi-terminal async base bytestring containers deepseq directory + filepath mtl optparse-applicative process process-extras stm tagged + tasty temporary-rc text ]; testDepends = [ base directory filepath process tasty tasty-hunit temporary-rc ]; - jailbreak = true; homepage = "https://github.com/phile314/tasty-silver"; description = "Golden tests support for tasty. Fork of tasty-golden."; license = stdenv.lib.licenses.mit; @@ -111703,6 +112092,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "teeth" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "teeth"; + version = "0.1.0.0"; + sha256 = "1hxii574qdxcbh10f4bgwyaxf83inqj9vrcwk7vkffv6pg349xcl"; + editedCabalFile = "84bb818fc4cb06bf91450e31e9a023926449a6157ce1e5de60649cda931db416"; + buildDepends = [ base ]; + homepage = "https://github.com/expipiplus1/teeth"; + description = "Dental data types"; + license = stdenv.lib.licenses.mit; + }) {}; + "tellbot" = callPackage ({ mkDerivation, base, bifunctors, containers, errors, mtl, network , split, time, transformers @@ -111757,12 +112159,12 @@ self: { }) {}; "template-haskell-util" = callPackage - ({ mkDerivation, base, template-haskell }: + ({ mkDerivation, base, GenericPretty, ghc-prim, template-haskell }: mkDerivation { pname = "template-haskell-util"; - version = "0.1.0.1"; - sha256 = "085b9ybdihmns45pbwzalipmak6am83fsx61m2ik3a1y2y780910"; - buildDepends = [ base template-haskell ]; + version = "0.1.1.0"; + sha256 = "032gkb6pgd5l8ih48971ckiy7spvvr6fcmjx4ysiyyaj7hra174f"; + buildDepends = [ base GenericPretty ghc-prim template-haskell ]; homepage = "https://github.com/HaskellZhangSong/TemplateHaskellUtils"; description = "Some utilities for template Haskell"; license = stdenv.lib.licenses.mit; @@ -112331,8 +112733,8 @@ self: { }: mkDerivation { pname = "test-sandbox"; - version = "0.1.1"; - sha256 = "1prcw01kq8ifvl918i6a6cdy8zfb54sb7321advw4z0h83gd1bpd"; + version = "0.1.2"; + sha256 = "0zv9is4gapa06a3iyc505hzcydkia2dm6901m2y6jcav6rmykmk8"; buildDepends = [ base bytestring cereal containers data-default directory filepath lifted-base monad-control monad-loops mtl network process random @@ -112580,15 +112982,15 @@ self: { }) {}; "text-and-plots" = callPackage - ({ mkDerivation, aeson, base, blaze-html, bytestring, containers - , markdown, unordered-containers + ({ mkDerivation, base, blaze-html, bytestring, containers, markdown + , text, unordered-containers }: mkDerivation { pname = "text-and-plots"; - version = "0.1.1.0"; - sha256 = "1z395lps6js993by3pg4vi6g373r85j36g5akfqd9s0k6bz67wsm"; + version = "0.2.0.0"; + sha256 = "1wmb3myk1002qhnwsybca6mhzc36c7kxk4ykcnfqb9728x4jrcms"; buildDepends = [ - aeson base blaze-html bytestring containers markdown + base blaze-html bytestring containers markdown text unordered-containers ]; homepage = "https://github.com/andersjel/haskell-text-and-plots"; @@ -113200,8 +113602,8 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "th-lift"; - version = "0.7.1"; - sha256 = "18a9iz56nkdwlqrrrq4dsafnrlcw7cf0pxadbl14sfjlma2ypdff"; + version = "0.7.2"; + sha256 = "0jl2x09mh9frsx5bccw8m4m3h72bncjaix9ylyfpvizisivj8p3m"; buildDepends = [ base template-haskell ]; testDepends = [ base template-haskell ]; homepage = "http://github.com/mboes/th-lift"; @@ -114292,6 +114694,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "timestamper" = callPackage + ({ mkDerivation, base, old-locale, time }: + mkDerivation { + pname = "timestamper"; + version = "1.0"; + sha256 = "14b9zg2lyd8lja9agy73vpscjbkv5nwk6h780wl0xk6m4md9vyj3"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base old-locale time ]; + homepage = "https://github.com/kisom/timestamper"; + description = "Read standard input and prepend each line with a timestamp"; + license = stdenv.lib.licenses.mit; + }) {}; + "timezone-olson" = callPackage ({ mkDerivation, base, binary, bytestring, extensible-exceptions , time, timezone-series @@ -114357,6 +114773,7 @@ self: { auto-update base bytestring containers double-conversion fast-logger text transformers unix-time ]; + jailbreak = true; homepage = "https://github.com/twittner/tinylog/"; description = "Simplistic logging using fast-logger"; license = "unknown"; @@ -115378,6 +115795,7 @@ self: { pname = "trivial-constraint"; version = "0.3.0.0"; sha256 = "0fl72wai6yj5wflhx3cbvi3ixcfrc73217skncyb9b1ai7vg3x3y"; + editedCabalFile = "c2fb0af78c16b340f5dfeb5bf5935250a7f70b72b9b5c07416aee2c8b9138b4b"; buildDepends = [ base ]; homepage = "https://github.com/leftaroundabout/trivial-constraint"; description = "Constraints that any type, resp. no type fulfills"; @@ -115687,8 +116105,8 @@ self: { }: mkDerivation { pname = "turtle"; - version = "1.0.1"; - sha256 = "15y2shxmvhhy5cpnbkqj91b4x3hpbdr1vdkw41b4q6px49f67r1x"; + version = "1.0.2"; + sha256 = "1qff8qd46583d8pyh9ac11r91cnzgncpjlnpdw5kg81xxldjv1n8"; buildDepends = [ async base clock directory foldl managed process system-fileio system-filepath temporary text time transformers unix @@ -116693,8 +117111,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "types-compat"; - version = "0.1.0"; - sha256 = "14szcqcff3zl7092qnrxgiyh1gbnkx7y557n491r3am42c79d90r"; + version = "0.1.1"; + sha256 = "1fl3ddsz9m0s0mnd7wq6lqkkmpq0dz83aisqgs1cpg91xlllghby"; buildDepends = [ base ]; homepage = "https://github.com/philopon/apiary"; description = "ghc-7.6/7.8 compatible GHC.TypeLits, Data.Typeable and Data.Proxy."; @@ -120430,8 +120848,8 @@ self: { }: mkDerivation { pname = "wai-extra"; - version = "3.0.4.4"; - sha256 = "1g5n7xa6pxnxjf0x2kfgl05gqygsnrk9x8y80dmb4cg4zga153vf"; + version = "3.0.4.5"; + sha256 = "1d139jid65qf64607m79b6z5d8al888krypfpwzc7gbl1mlhyna4"; buildDepends = [ ansi-terminal base base64-bytestring blaze-builder bytestring case-insensitive containers data-default-class deepseq directory @@ -120807,6 +121225,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "wai-middleware-preprocessor" = callPackage + ({ mkDerivation, base, Cabal, directory, mtl, split, text, wai + , wai-middleware-static, warp + }: + mkDerivation { + pname = "wai-middleware-preprocessor"; + version = "0.2.0.0"; + sha256 = "1n9z00v5a75pas22cdm26hj888s6kc98bddh2gfs3ffrazdmgbj1"; + buildDepends = [ + base directory mtl split text wai wai-middleware-static + ]; + testDepends = [ + base Cabal directory mtl split text wai wai-middleware-static warp + ]; + jailbreak = true; + homepage = "https://github.com/taktoa/wai-middleware-preprocessor"; + description = "WAI middleware for preprocessing static files"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "wai-middleware-route" = callPackage ({ mkDerivation, base, bytestring, http-types, HUnit , test-framework, test-framework-hunit, text, wai, wai-test @@ -121899,6 +122337,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "websnap" = callPackage + ({ mkDerivation, base, filepath, gtk, network, webkit }: + mkDerivation { + pname = "websnap"; + version = "0.1.0.0"; + sha256 = "1vlfcg2iw7nylsjxc76w6n4lxrr6w1c3iv5fgnrsx4hn4ljrv3dd"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base filepath gtk network webkit ]; + jailbreak = true; + homepage = "https://github.com/jrb/websnap"; + description = "Transforms URLs to PNGs"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "websockets" = callPackage ({ mkDerivation, attoparsec, base, base64-bytestring, binary , blaze-builder, bytestring, case-insensitive, containers, entropy @@ -123372,6 +123825,41 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "xhb-atom-cache" = callPackage + ({ mkDerivation, base, hashable, mtl, transformers + , unordered-containers, xhb + }: + mkDerivation { + pname = "xhb-atom-cache"; + version = "0.1.0.2"; + sha256 = "113yff75i5pc0kcz4w7npbp34bl92aibpvj2cgg30f66nml61xg9"; + buildDepends = [ + base hashable mtl transformers unordered-containers xhb + ]; + jailbreak = true; + homepage = "http://github.com/jotrk/xhb-atom-cache/"; + description = "Atom cache for XHB"; + license = stdenv.lib.licenses.bsd2; + }) {}; + + "xhb-ewmh" = callPackage + ({ mkDerivation, base, binary, bytestring, dlist, hashable, mtl + , transformers, xhb, xhb-atom-cache + }: + mkDerivation { + pname = "xhb-ewmh"; + version = "0.1.2.1"; + sha256 = "09q6gyyg6j94m44jlpcc29h4s21l3whkjl9gqf185bbkb4achfvv"; + buildDepends = [ + base binary bytestring dlist hashable mtl transformers xhb + xhb-atom-cache + ]; + jailbreak = true; + homepage = "http://github.com/jotrk/xhb-ewmh/"; + description = "EWMH utilities for XHB"; + license = stdenv.lib.licenses.bsd2; + }) {}; + "xhtml_3000_2_1" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -124352,8 +124840,8 @@ self: { }: mkDerivation { pname = "xournal-parser"; - version = "0.5.0.3"; - sha256 = "1r99xv7w2gxms1ff5qpj36dcb3gb5lpccr1mjjdnkcij81i748ly"; + version = "0.5.1"; + sha256 = "07b1gflqsjsydn304vw6zwgwlc0g7riv0b80lr165mw6c2fkmx78"; buildDepends = [ attoparsec attoparsec-conduit base bytestring conduit conduit-extra containers exceptions lens mtl strict text transformers xml-conduit @@ -124389,8 +124877,8 @@ self: { }: mkDerivation { pname = "xournal-types"; - version = "0.5.0.2"; - sha256 = "1z1zxgwnd2bpgmiimil2jnz4xdcvvi59y2qdvqgy42b10db8rvkm"; + version = "0.5.1"; + sha256 = "1ii4d560wvy6iky09wbz2kdf370y87ldgr0ymsv50d7cqxfgbjap"; buildDepends = [ base bytestring cereal containers lens strict TypeCompose ]; @@ -125342,9 +125830,9 @@ self: { ({ mkDerivation, attoparsec, base, base64-bytestring, blaze-builder , bytestring, Cabal, conduit, conduit-extra, containers , data-default-class, directory, file-embed, filepath, fsnotify - , ghc, ghc-paths, http-conduit, http-reverse-proxy, http-types - , lifted-base, network, optparse-applicative, parsec, process - , project-template, resourcet, shakespeare, split + , ghc, ghc-paths, http-client, http-conduit, http-reverse-proxy + , http-types, lifted-base, network, optparse-applicative, parsec + , process, project-template, resourcet, shakespeare, split , streaming-commons, system-fileio, system-filepath, tar , template-haskell, text, time, transformers, transformers-compat , unix-compat, unordered-containers, wai, wai-extra, warp, yaml @@ -125352,14 +125840,14 @@ self: { }: mkDerivation { pname = "yesod-bin"; - version = "1.4.3.10"; - sha256 = "0x8bjqvi46fp870cpfdpmy141axyhk3jcsvswza6j4w2mkg7iarf"; + version = "1.4.3.11"; + sha256 = "1lj8fr659xnpcg6sipd3d03jpxibskdg9s63m0056173z49y2v7c"; isLibrary = false; isExecutable = true; buildDepends = [ attoparsec base base64-bytestring blaze-builder bytestring Cabal conduit conduit-extra containers data-default-class directory - file-embed filepath fsnotify ghc ghc-paths http-conduit + file-embed filepath fsnotify ghc ghc-paths http-client http-conduit http-reverse-proxy http-types lifted-base network optparse-applicative parsec process project-template resourcet shakespeare split streaming-commons system-fileio system-filepath