diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 04293b81fe7..e7d1a786004 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1027,6 +1027,7 @@ self: { ]; description = "Big Contact Map Tools"; license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "BNFC" = callPackage @@ -1646,9 +1647,12 @@ self: { mkDerivation { pname = "BufferedSocket"; version = "0.1.1.0"; + revision = "2"; sha256 = "1j0v2g7p8fmjgcdd10wfinakiviv9r1bh3mw897gsk1h5ycbxfjg"; + editedCabalFile = "646c24722f7f909e6430c9c55a225936c6c12db7d3d57ea0789d03cc800cbc59"; buildDepends = [ base bytestring network text ]; jailbreak = true; + homepage = "https://github.com/black0range/BufferedSocket"; description = "A socker wrapper that makes the IO of sockets much cleaner"; license = stdenv.lib.licenses.mit; }) {}; @@ -2373,8 +2377,8 @@ self: { }: mkDerivation { pname = "ChasingBottoms"; - version = "1.3.0.11"; - sha256 = "00z3h4qpy7n9khygwjzn5dziv4fgvgj72fkan3m7f27d2y3cbw4w"; + version = "1.3.0.12"; + sha256 = "0z844mxvkhg114wvbs8z3cvhmhsrzx344yj7yh4fzfm4fcx5j3k9"; buildDepends = [ base containers mtl QuickCheck random syb ]; testDepends = [ array base containers mtl QuickCheck random syb ]; description = "For testing partial and infinite values"; @@ -2646,12 +2650,12 @@ self: { }) {}; "Concurrential" = callPackage - ({ mkDerivation, async, base, stm }: + ({ mkDerivation, async, base }: mkDerivation { pname = "Concurrential"; - version = "0.2.1.0"; - sha256 = "09p9a1a1z8jp9152bl0cir340cv4g45dprajyrdrxqd96b6libhh"; - buildDepends = [ async base stm ]; + version = "0.4.0.0"; + sha256 = "0wgiwpkv65czcc5fllzicgswq6rf0jl646w2n937yhvbdmxfcq6i"; + buildDepends = [ async base ]; jailbreak = true; homepage = "http://github.com/avieth/Concurrential"; description = "Mix concurrent and sequential computation"; @@ -3445,10 +3449,8 @@ self: { ({ mkDerivation, array, base, pretty }: mkDerivation { pname = "Diff"; - version = "0.3.1"; - revision = "1"; - sha256 = "10saybbmd3qa4k11g0nqjfja7c87vi540y53j59778y0hhvykfif"; - editedCabalFile = "d427dd81a963a691e4a683b78d2fd9378a8405b034210ea3423b4982237233dc"; + version = "0.3.2"; + sha256 = "13iqqmpadcm7fvqwbfrz94w030rvjh66w2bdls1253128ac2n0vz"; buildDepends = [ array base pretty ]; description = "O(ND) diff algorithm in haskell"; license = stdenv.lib.licenses.bsd3; @@ -3935,8 +3937,8 @@ self: { ({ mkDerivation, base, containers, ListLike }: mkDerivation { pname = "Earley"; - version = "0.7.0"; - sha256 = "1jjyrf56crk4zxp7kw148969hjvl5hj248xv3495xb188s610y72"; + version = "0.7.1"; + sha256 = "00cm5gd7j7z7kr67wr3k9b793n4rp427psmq7h8x229n25x71nbq"; buildDepends = [ base containers ListLike ]; description = "Parsing all context-free grammars using Earley's algorithm"; license = stdenv.lib.licenses.bsd3; @@ -5082,8 +5084,8 @@ self: { ({ mkDerivation, base, freeglut, mesa, OpenGLRaw, transformers }: mkDerivation { pname = "GLURaw"; - version = "1.5.0.0"; - sha256 = "1y3qbq1qaxnylrb86all96xdja1d62adilyyky0glsbl9dqnzr4j"; + version = "1.5.0.1"; + sha256 = "1wf8nav298wsjl417vgp94wdvh38g8hxvb20iyivxhi0g1iw4lhv"; buildDepends = [ base OpenGLRaw transformers ]; extraLibraries = [ freeglut mesa ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; @@ -5097,8 +5099,8 @@ self: { }: mkDerivation { pname = "GLUT"; - version = "2.7.0.0"; - sha256 = "02y565fdfsl7pwl1wmyk5dma9ipc3l0yz7kwcgkvbzvqajhdg13d"; + version = "2.7.0.1"; + sha256 = "0kcw8nf0k0ql220yy6sp3cf0vhij378j94l3ffrz3nynxq5xh7pv"; buildDepends = [ array base containers OpenGL OpenGLRaw StateVar transformers ]; @@ -7619,18 +7621,18 @@ self: { }) {}; "HandsomeSoup" = callPackage - ({ mkDerivation, base, containers, hspec, HTTP, hxt, hxt-http - , MaybeT, mtl, network, network-uri, parsec, transformers + ({ mkDerivation, base, containers, hspec, HTTP, hxt, hxt-http, mtl + , network, network-uri, parsec, transformers }: mkDerivation { pname = "HandsomeSoup"; - version = "0.3.5"; - sha256 = "1d1zanlr1mdxjc69xvbxg5kn5bc08gd960j6lb1x3grhcgmj9krm"; + version = "0.4"; + sha256 = "0h760vfqgg40h50ybqpgpzh0skgbggx4xj1zaag3ca6l22950w36"; isLibrary = true; isExecutable = true; buildDepends = [ - base containers HTTP hxt hxt-http MaybeT mtl network network-uri - parsec transformers + base containers HTTP hxt hxt-http mtl network network-uri parsec + transformers ]; testDepends = [ base hspec hxt ]; homepage = "https://github.com/egonSchiele/HandsomeSoup"; @@ -8078,14 +8080,15 @@ self: { }: mkDerivation { pname = "Hoed"; - version = "0.2.0"; - sha256 = "0hjjsrk3rbj2q2n6pylg7xg583ns34iz7mg4mhsfgiadz593b7ph"; + version = "0.2.1"; + sha256 = "1lfmkyv5c11b0kglf2456ng0r0j78rfwzims8l0a65lff7bkahbv"; isLibrary = true; isExecutable = true; buildDepends = [ array base containers directory filepath libgraph mtl process RBTree regex-posix template-haskell threepenny-gui ]; + jailbreak = true; homepage = "http://maartenfaddegon.nl"; description = "Lighweight algorithmic debugging based on observing intermediate values and the cost centre stack"; license = stdenv.lib.licenses.bsd3; @@ -11257,8 +11260,8 @@ self: { }: mkDerivation { pname = "OpenGL"; - version = "2.12.0.0"; - sha256 = "0f5s6b1mv3hm6xnansv0jsxahn8acc8nmr9754fx5b44bn1s6iqy"; + version = "2.12.0.1"; + sha256 = "1mcfb167jl75qc2hgylh83vf2jqizvyvkvhhb72adi2crc3zqz4b"; buildDepends = [ base bytestring GLURaw ObjectName OpenGLRaw StateVar text transformers @@ -11285,8 +11288,8 @@ self: { ({ mkDerivation, base, mesa, transformers }: mkDerivation { pname = "OpenGLRaw"; - version = "2.4.1.0"; - sha256 = "0xikg3jvmh1q514r2vnabw6d481h4qj93zpkp157wd155c7b0vjl"; + version = "2.5.0.0"; + sha256 = "008w16flhil8ndrik0nmf0cjjcvh7s69gq8h9nff77dlbvjx1rl8"; buildDepends = [ base transformers ]; extraLibraries = [ mesa ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; @@ -11322,6 +11325,7 @@ self: { homepage = "https://chiselapp.com/user/mwm/repository/OpenSCAD/"; description = "ADT wrapper and renderer for OpenSCAD models"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "OpenVG" = callPackage @@ -12225,6 +12229,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "QuickCheck-safe" = callPackage + ({ mkDerivation, base, QuickCheck }: + mkDerivation { + pname = "QuickCheck-safe"; + version = "0.1.0.1"; + revision = "1"; + sha256 = "0rxqd1n814b9mf6zg1i0g9d96ym9xqdgky7w7qf5bnnnpkk1ckc7"; + editedCabalFile = "7609c326853799a0cd519bd258c03f89664ee37795ff3099aa3d5004d1f2dee8"; + buildDepends = [ base QuickCheck ]; + description = "Safe reimplementation of QuickCheck's core"; + license = stdenv.lib.licenses.mit; + }) {}; + "Quickson" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, either, text }: @@ -12572,20 +12589,19 @@ self: { }) {}; "Rasenschach" = callPackage - ({ mkDerivation, array, base, containers, convertible, directory - , filepath, ghc, monad-loops, SDL, SDL-gfx, SDL-image, SDL-mixer - , SDL-ttf, template-haskell, time, Yampa + ({ mkDerivation, array, base, bytestring, cereal, containers + , convertible, directory, filepath, ghc, GLUT, monad-loops, OpenGL + , OpenGLRaw, time, Yampa }: mkDerivation { pname = "Rasenschach"; - version = "0.1.2"; - sha256 = "1axjmid2kdyg9jzc9k8x1jyzlkxa1iws8608pyrgix8vswxxxr0w"; + version = "0.1.3.1"; + sha256 = "0y90clz236lqhacv6ba4w3qx4fyd5yls9nh4chk8s945hr92jg57"; isLibrary = false; isExecutable = true; buildDepends = [ - array base containers convertible directory filepath ghc - monad-loops SDL SDL-gfx SDL-image SDL-mixer SDL-ttf - template-haskell time Yampa + array base bytestring cereal containers convertible directory + filepath ghc GLUT monad-loops OpenGL OpenGLRaw time Yampa ]; homepage = "http://hub.darcs.net/martingw/Rasenschach"; description = "Soccer simulation"; @@ -13354,6 +13370,7 @@ self: { buildDepends = [ base bytestring vector ]; description = "Sequence Alignment"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "SessionLogger" = callPackage @@ -15424,8 +15441,10 @@ self: { }: mkDerivation { pname = "Workflow"; - version = "0.8.1"; - sha256 = "0z23g68gcbbn43i78cql4is9js3m4z16rm2x8s57f73n0hx7f00l"; + version = "0.8.3"; + revision = "1"; + sha256 = "08r1s840771z1gy44dj3xc6ary7gk3ka3zvji5pmgzi998x4p6y8"; + editedCabalFile = "1be542eaf091e04c561a2a589f37330b0a65d6d3d5a44609c197a74e8385c64b"; buildDepends = [ base binary bytestring containers directory exceptions extensible-exceptions mtl old-time RefSerialize stm TCache vector @@ -16147,15 +16166,12 @@ self: { }: mkDerivation { pname = "accelerate"; - version = "0.15.0.0"; - revision = "2"; - sha256 = "1hi3zm1swm9fank9w98009pwcgccw6w2j2ilb970sbxyb0xf8nps"; - editedCabalFile = "98cea47c7fdb595a54cb06751fe54eb800059e5a2b1f9699a65d4e845b55cd4c"; + version = "0.15.1.0"; + sha256 = "07bbam9za0g15vm0h0p9dypblw2f709v4qmvc52jcvmsv1drl3yv"; buildDepends = [ array base containers fclabels ghc-prim hashable hashtables pretty template-haskell unordered-containers ]; - jailbreak = true; homepage = "https://github.com/AccelerateHS/accelerate/"; description = "An embedded language for accelerated array processing"; license = stdenv.lib.licenses.bsd3; @@ -16725,6 +16741,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "acme-safe" = callPackage + ({ mkDerivation, acme-dont, base }: + mkDerivation { + pname = "acme-safe"; + version = "0.1.0.0"; + sha256 = "0bmv45b3v45967gdvsy37xfw6x50qpl8234y20m3nc48f4nf0z68"; + buildDepends = [ acme-dont base ]; + homepage = "http://github.com/fgaz/acme-safe"; + description = "Safe versions of some infamous haskell functions such as fromJust"; + license = "unknown"; + }) {}; + "acme-schoenfinkel" = callPackage ({ mkDerivation, base, QuickCheck, test-framework , test-framework-quickcheck2, test-framework-th @@ -16820,8 +16848,8 @@ self: { }: mkDerivation { pname = "active"; - version = "0.2.0.1"; - sha256 = "1a7vraffac4md7bcxxzl6x9jyy0pz37w3m9drnk4lrjhzirbkn89"; + version = "0.2.0.2"; + sha256 = "1xmm0xa4npdsbib5vmgzzqyq8b1abqx2j142zfal3b3nprfjpngk"; buildDepends = [ base lens linear semigroupoids semigroups vector ]; @@ -17227,8 +17255,8 @@ self: { }: mkDerivation { pname = "aeson-diff"; - version = "0.1.1.1"; - sha256 = "102fa65xnma0d1g7gyhjagybzjys93m32gwxc9zliz3wbbpyarp3"; + version = "0.1.1.2"; + sha256 = "00bmvdnqhw364i1j2f1n2didfzpgs93ia8djmmq81adgry73xmbq"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -17330,8 +17358,8 @@ self: { }: mkDerivation { pname = "aeson-schema"; - version = "0.3.0.3"; - sha256 = "1cb09lq21mb4471w3k3gjhhq7g081wkpnx39bqy15lj6alpbqvd2"; + version = "0.3.0.4"; + sha256 = "05iizrs50q0ndrh3p20hj1pfv45b5q678njhaxd22fcpqypvr56k"; buildDepends = [ aeson attoparsec base bytestring containers ghc-prim mtl QuickCheck regex-base regex-compat regex-pcre scientific syb template-haskell @@ -17571,15 +17599,14 @@ self: { "air" = callPackage ({ mkDerivation, array, base, bytestring, containers, directory - , dlist, filepath, mtl, text, time + , filepath, mtl, text, time }: mkDerivation { pname = "air"; - version = "2014.11.17"; - sha256 = "1npn2pqc1ndk603as2nhvgq4bclzdfslk7w5y85kpsq77s5mahdh"; + version = "2015.5.4"; + sha256 = "1g9zzsxhmkiqpdmmapsvvh3vq5dp5gmmyr0x7ja59529xndslwaj"; buildDepends = [ - array base bytestring containers directory dlist filepath mtl text - time + array base bytestring containers directory filepath mtl text time ]; homepage = "https://github.com/nfjinjing/air"; description = "air"; @@ -17589,16 +17616,15 @@ self: { "air-extra" = callPackage ({ mkDerivation, air, array, base, bytestring, containers - , directory, filepath, old-locale, old-time, parallel, parsec - , regexpr, text, time + , directory, filepath, parallel, parsec, regexpr, text, time }: mkDerivation { pname = "air-extra"; - version = "2013.9.15"; - sha256 = "0mf3wpb7d46b58fb4n6hbqix5wxhh55k7g6z22q28ygrmk77himg"; + version = "2015.5.4"; + sha256 = "07k01yjr9kj5q0dr871w9jmf23sdd75xrwgldsrkpppfc8kvnd97"; buildDepends = [ - air array base bytestring containers directory filepath old-locale - old-time parallel parsec regexpr text time + air array base bytestring containers directory filepath parallel + parsec regexpr text time ]; homepage = "https://github.com/nfjinjing/air-extra"; description = "air-extra"; @@ -17817,11 +17843,10 @@ self: { ({ mkDerivation, base, stm, time, unbounded-delays }: mkDerivation { pname = "alarmclock"; - version = "0.2.0.5"; - sha256 = "1j0g4xff6i69wx5m45xmx6dsdb5sdl85id967mflnrczgj36d1fd"; + version = "0.2.0.6"; + sha256 = "1jr4pxrgz6gq1dcnkkggbaq3gnj0gr1g14mf174f2b4qzgl63cq1"; buildDepends = [ base stm time unbounded-delays ]; testDepends = [ base time ]; - jailbreak = true; homepage = "https://bitbucket.org/davecturner/alarmclock"; description = "Wake up and perform an action at a certain time"; license = stdenv.lib.licenses.bsd3; @@ -18986,20 +19011,25 @@ self: { }) {}; "ampersand" = callPackage - ({ mkDerivation, base, bytestring, ConfigFile, containers - , directory, filepath, graphviz, hashable, mtl, old-locale, pandoc - , pandoc-types, process, split, SpreadsheetML, time, utf8-string + ({ mkDerivation, base, bytestring, containers, csv, directory + , filepath, graphviz, hashable, HDBC, HDBC-odbc, HStringTemplate + , mtl, old-locale, old-time, pandoc, pandoc-types, process + , simple-sql-parser, split, SpreadsheetML, text, time, utf8-string + , uulib }: mkDerivation { pname = "ampersand"; - version = "3.0.2"; - sha256 = "1ipsh4nvyvdjgblzq6rpq44m1wsps0jvka7m762nh9418w697myc"; - isLibrary = true; + version = "3.0.3"; + revision = "1"; + sha256 = "0xasmdcsrnvyfw3q5jkd1cpmi26yj8c5ifzgmjy6qp6wpsldswqc"; + editedCabalFile = "42a4a0f82e5c10b76a8412ba625df82da44d7e28353a9efa5aad2b10e7cc9d2a"; + isLibrary = false; isExecutable = true; buildDepends = [ - base bytestring ConfigFile containers directory filepath graphviz - hashable mtl old-locale pandoc pandoc-types process split - SpreadsheetML time utf8-string + base bytestring containers csv directory filepath graphviz hashable + HDBC HDBC-odbc HStringTemplate mtl old-locale old-time pandoc + pandoc-types process simple-sql-parser split SpreadsheetML text + time utf8-string uulib ]; jailbreak = true; homepage = "ampersand.sourceforge.net"; @@ -19280,19 +19310,19 @@ self: { "antagonist" = callPackage ({ mkDerivation, antisplice, base, chatty, chatty-utils, ironforge - , mtl, old-locale, shakespeare, text, time, yesod, yesod-auth + , mtl, shakespeare, text, time, time-locale-compat, yesod + , yesod-auth }: mkDerivation { pname = "antagonist"; - version = "0.1.0.25"; - sha256 = "1dw9sp5aan1i8hpzdflms8w2n113jbcrg6hn3qfhnih9bb45v7jy"; + version = "0.1.0.29"; + sha256 = "1dkrjn07445kmdq09fwdlnk676dvjzrzkgcfwni661lr5kbrj7p9"; isLibrary = true; isExecutable = true; buildDepends = [ - antisplice base chatty chatty-utils ironforge mtl old-locale - shakespeare text time yesod yesod-auth + antisplice base chatty chatty-utils ironforge mtl shakespeare text + time time-locale-compat yesod yesod-auth ]; - jailbreak = true; homepage = "http://doomanddarkness.eu/pub/antisplice"; description = "A web interface to Antisplice dungeons"; license = stdenv.lib.licenses.agpl3; @@ -19393,13 +19423,13 @@ self: { }: mkDerivation { pname = "antisplice"; - version = "0.17.0.3"; - sha256 = "0i7zm0s8vfkc4gwrw9aphj8xgppja50m71wkbkcibnrwvbyxdcqm"; + version = "0.17.1.0"; + sha256 = "1f4872gmw1h2xl5jy9ajck5n4qmxdwk0f3v3bk1fxc9x8y5mscny"; buildDepends = [ base chatty chatty-utils haskeline mtl template-haskell text time transformers ]; - jailbreak = true; + homepage = "http://doomanddarkness.eu/pub/antisplice"; description = "An engine for text-based dungeons"; license = stdenv.lib.licenses.agpl3; hydraPlatforms = stdenv.lib.platforms.none; @@ -19948,15 +19978,22 @@ self: { }) {}; "applicative-fail" = callPackage - ({ mkDerivation, base, bifunctors }: + ({ mkDerivation, base, bifunctors, checkers, dlist, mtl, QuickCheck + , tasty, tasty-quickcheck, transformers, transformers-base + }: mkDerivation { pname = "applicative-fail"; - version = "0.0.3"; - sha256 = "057ii1519qwjhg64vahbg2z2a4ydb2ndd1bjzz6cb1cx3n7nigr8"; - buildDepends = [ base bifunctors ]; + version = "1.1.0"; + sha256 = "0slxvf7iah7k8mpap6sc1kfibgah8pjls5z82zf62kf7ywzqmfkf"; + buildDepends = [ + base bifunctors dlist mtl transformers transformers-base + ]; + testDepends = [ + base checkers mtl QuickCheck tasty tasty-quickcheck + ]; jailbreak = true; homepage = "https://bitbucket.org/s9gf4ult/applicative-fail"; - description = "Applicative functor which collects all your fails"; + description = "Applicative functor and monad which collects all your fails"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -20789,16 +20826,13 @@ self: { "asn1-parse" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, base, bytestring, mtl - , text }: mkDerivation { pname = "asn1-parse"; - version = "0.9.0"; - sha256 = "0m093wwndyxvy72qlnb70bp8w5ahimrlv1dp972l9s9l5jc4pjg3"; - buildDepends = [ - asn1-encoding asn1-types base bytestring mtl text - ]; - homepage = "http://github.com/vincenthz/hs-asn1"; + version = "0.9.1"; + sha256 = "1pik647wjj1mpk2vj74kjdiblqmkk5s8yxf987maa9bjm2x8g071"; + buildDepends = [ asn1-encoding asn1-types base bytestring mtl ]; + homepage = "https://github.com/vincenthz/hs-asn1"; description = "Simple monadic parser for ASN1 stream types"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -21570,17 +21604,16 @@ self: { "aur" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, filepath, lens - , lens-aeson, mtl, text, vector, wreq + , lens-aeson, mtl, text, vector, wreq-sb }: mkDerivation { pname = "aur"; - version = "2.0.3"; - sha256 = "0gnvnqxkgyq9ydrx5divqd9g9ja6znj2zqn0ra8q3i3701cczzw2"; + version = "2.0.4"; + sha256 = "1f6j85nz1mb9cn4l4pqv6jcx42m6rp8fj1g4xrfp8k2y9yyx7hjn"; buildDepends = [ aeson aeson-pretty base filepath lens lens-aeson mtl text vector - wreq + wreq-sb ]; - jailbreak = true; homepage = "https://github.com/fosskers/haskell-aur"; description = "Access metadata from the Arch Linux User Repository"; license = stdenv.lib.licenses.gpl3; @@ -21690,10 +21723,8 @@ self: { }: mkDerivation { pname = "auto"; - version = "0.4.1.0"; - revision = "1"; - sha256 = "00l7dxcg6xx63vkwa8kx4k8bcpvxdyhmb4gvffnwkf1dg4kqd9qd"; - editedCabalFile = "5170b5e4efc880cae0dc3275adf79a0b8491ebe32fd54e42116c863f9e76df50"; + version = "0.4.2.0"; + sha256 = "1kmji11dyyxc2m4kak6r4xnjw8hl5rvwdy3vaf9mylf68hk0jmfh"; buildDepends = [ base bytestring cereal containers deepseq MonadRandom profunctors random semigroups transformers @@ -21799,8 +21830,8 @@ self: { }: mkDerivation { pname = "avers"; - version = "0.0.5"; - sha256 = "17291lzz09d5rpz62395jfqkwc06sp8pwd8wq04wycsk0hizz32i"; + version = "0.0.6"; + sha256 = "0x89zacl658376j4w4jk39fnlx99r10qqw01fg4vcvx7kgqdlsgc"; buildDepends = [ aeson attoparsec base base16-bytestring bytestring containers cryptohash inflections influxdb MonadRandom mtl network @@ -21896,8 +21927,10 @@ self: { }: mkDerivation { pname = "aws"; - version = "0.11.4"; - sha256 = "1mjpk17c2grlbxkwskplzqwn0icxpmv5pjc27xgwah5g97cm9hik"; + version = "0.12"; + revision = "1"; + sha256 = "1vjqrj3hj92vvik2c3qlld9gyh0an4xl2hx01hnpypgawa1j1180"; + editedCabalFile = "c40b53aee98659e34f2383439dacd26bb98228056283a05d25e55b3c8226f4a7"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -22705,11 +22738,10 @@ self: { ({ mkDerivation, base, containers, hspec, QuickCheck, time }: mkDerivation { pname = "bank-holidays-england"; - version = "0.1.0.2"; - sha256 = "0kjn5f76w9ff73blg8apxkhfsk1clv2i52gr4frgqn7l6f32yp22"; + version = "0.1.0.3"; + sha256 = "12k01aa0293izblgr7kszkilnw29716hddqfs9cq18h49gp6m7s5"; buildDepends = [ base containers time ]; testDepends = [ base containers hspec QuickCheck time ]; - jailbreak = true; homepage = "https://bitbucket.org/davecturner/bank-holidays-england"; description = "Calculation of bank holidays in England and Wales"; license = stdenv.lib.licenses.bsd3; @@ -22842,8 +22874,8 @@ self: { ({ mkDerivation, base, hspec, QuickCheck, unix }: mkDerivation { pname = "base-compat"; - version = "0.8.1"; - sha256 = "0v4vrx5rkhd9r4zca86gr6gh7ggbkg2h9i7vavm41j4y96ipcqvz"; + version = "0.8.1.1"; + sha256 = "0j1k7yxahprbajzvfxvdfzz3frx8s8karq1kv8v02yh0lsw7hjki"; buildDepends = [ base unix ]; testDepends = [ base hspec QuickCheck ]; description = "A compatibility layer for base"; @@ -22867,11 +22899,11 @@ self: { ({ mkDerivation, base, ghc-prim, hspec }: mkDerivation { pname = "base-orphans"; - version = "0.2.0"; - sha256 = "12xakv3vkgmdrgv6w5qddwkgyz2vw902fbps3gd334nzhgbxciwn"; + version = "0.3.0"; + sha256 = "19cqh95kpd34wf550b9j417v8z4gzczqiv0ghq9fp3wwd7j5qcmw"; buildDepends = [ base ghc-prim ]; testDepends = [ base hspec ]; - homepage = "https://github.com/haskell-compat/base-orphans"; + homepage = "https://github.com/haskell-compat/base-orphans#readme"; description = "Backwards-compatible orphan instances for base"; license = stdenv.lib.licenses.mit; }) {}; @@ -23286,9 +23318,12 @@ self: { mkDerivation { pname = "bed-and-breakfast"; version = "0.4.3"; + revision = "1"; sha256 = "0183770vkb5r9srxqr3fa4s601g10bx07b05hjr3b3nvc0ab9f6z"; + editedCabalFile = "3efbed0b49112bb9addddcd87fdb8ffe58f14497c16a2aba9deb39e10dae0d4f"; buildDepends = [ array base binary deepseq template-haskell ]; testDepends = [ base QuickCheck ]; + jailbreak = true; homepage = "https://hackage.haskell.org/package/bed-and-breakfast"; description = "Efficient Matrix operations in 100% Haskell"; license = stdenv.lib.licenses.mit; @@ -23571,6 +23606,7 @@ self: { ]; description = "Blocked GZip"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "bibtex" = callPackage @@ -25114,6 +25150,50 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "bitcoin-api" = callPackage + ({ mkDerivation, aeson, base, base58string, binary, bitcoin-block + , bitcoin-script, bitcoin-tx, bitcoin-types, bytestring, groom + , hexstring, hspec, http-client, lens, lens-aeson, text + , unordered-containers, wreq + }: + mkDerivation { + pname = "bitcoin-api"; + version = "0.9.0"; + sha256 = "0rsfmmjrz6znfcbj0yqjzpy66xwgc3lk4c29yzqwzqmmghryks7z"; + buildDepends = [ + aeson base base58string binary bitcoin-block bitcoin-script + bitcoin-tx bitcoin-types bytestring hexstring lens lens-aeson text + unordered-containers wreq + ]; + testDepends = [ + base base58string bitcoin-script bitcoin-tx bytestring groom hspec + http-client lens text wreq + ]; + homepage = "http://www.leonmergen.com/opensource.html"; + description = "Provides access to the RPC API of Bitcoin Core"; + license = stdenv.lib.licenses.mit; + }) {}; + + "bitcoin-block" = callPackage + ({ mkDerivation, base, binary, bitcoin-tx, bitcoin-types + , bytestring, cryptohash, hexstring, hspec, largeword + }: + mkDerivation { + pname = "bitcoin-block"; + version = "0.9.0"; + sha256 = "0xqdf7hqcgrzmafh3lp3sq3jm6nblqbhfwvfihmjm4srdj1x77m2"; + buildDepends = [ + base binary bitcoin-tx bitcoin-types bytestring cryptohash + hexstring largeword + ]; + testDepends = [ + base bitcoin-tx bitcoin-types bytestring hexstring hspec + ]; + homepage = "http://www.leonmergen.com/opensource.html"; + description = "Utility functions for manipulating bitcoin blocks"; + license = stdenv.lib.licenses.mit; + }) {}; + "bitcoin-rpc" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal , containers, ghc-prim, HTTP, HUnit, mtl, network, QuickCheck @@ -25155,15 +25235,16 @@ self: { }) {}; "bitcoin-tx" = callPackage - ({ mkDerivation, base, binary, bitcoin-script, bytestring - , cryptohash, hexstring, hspec + ({ mkDerivation, base, binary, bitcoin-script, bitcoin-types + , bytestring, cryptohash, hexstring, hspec }: mkDerivation { pname = "bitcoin-tx"; - version = "0.12.0"; - sha256 = "13n64i73pqw052aw9sqmkdlf1ns6wh7z1ba1v8s9lv2zzphn8cxv"; + version = "0.12.1"; + sha256 = "130ci02j4zcpzmysg0ij54jvzh4j510jb37aa753fm3hpbgczzm5"; buildDepends = [ - base binary bitcoin-script bytestring cryptohash hexstring + base binary bitcoin-script bitcoin-types bytestring cryptohash + hexstring ]; testDepends = [ base bitcoin-script bytestring hexstring hspec ]; homepage = "http://www.leonmergen.com/opensource.html"; @@ -25177,8 +25258,8 @@ self: { }: mkDerivation { pname = "bitcoin-types"; - version = "0.9.0"; - sha256 = "1y2v4cm00pmysi051z37rsxis0i97bjk5zvybmpxal9g4k8mlbi5"; + version = "0.9.1"; + sha256 = "0hk03crwl8xh9gm3b53fgf76qd0jn4wbvvxjm1035lrbi028cm4y"; buildDepends = [ base base58string binary bytestring hexstring text ]; @@ -28172,18 +28253,16 @@ self: { }) {}; "cabal-rpm" = callPackage - ({ mkDerivation, base, Cabal, directory, filepath, old-locale - , process, time, unix + ({ mkDerivation, base, Cabal, directory, filepath, process, time + , unix }: mkDerivation { pname = "cabal-rpm"; - version = "0.9.5"; - sha256 = "0a2j9py1dafkscs9lz70zxl54vahba62zb8r6rv3rbhnv0d3llf3"; + version = "0.9.5.1"; + sha256 = "0hqm7r209d5ny9860j7dwr3ksgm5xp4pgml9h379y4wf4ddwf0h2"; isLibrary = false; isExecutable = true; - buildDepends = [ - base Cabal directory filepath old-locale process time unix - ]; + buildDepends = [ base Cabal directory filepath process time unix ]; homepage = "https://github.com/juhp/cabal-rpm"; description = "RPM packaging tool for Haskell Cabal-based packages"; license = stdenv.lib.licenses.gpl3; @@ -28474,6 +28553,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "cabalQuery" = callPackage + ({ mkDerivation, base, Cabal, containers, directory, MissingH + , pretty + }: + mkDerivation { + pname = "cabalQuery"; + version = "0.1.0.1"; + sha256 = "195wsfh813z6pmba3lz2xgfcqijcql6xwqsggqb5rmzqxbkvk0bd"; + isLibrary = true; + isExecutable = true; + buildDepends = [ base Cabal containers directory MissingH pretty ]; + jailbreak = true; + homepage = "http://github.com/creswick/cabal-query"; + description = "A simple tool to query cabal files"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "cabalg" = callPackage ({ mkDerivation, base, directory, doctest, filepath, process }: mkDerivation { @@ -28579,6 +28675,7 @@ self: { extraLibraries = [ cabocha ]; homepage = "http://github.com/pecorarista/hscabocha"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) { cabocha = null;}; "cached-traversable" = callPackage @@ -29547,9 +29644,10 @@ self: { mkDerivation { pname = "cautious-file"; version = "1.0.2"; + revision = "1"; sha256 = "1sw5ngwrarq1lsd4c6v2wdmgbhkkq6kpybb62r8ccm11ddgn3yiq"; + editedCabalFile = "c6183204fc6d4767c8b8c4b954f6908fd376054c28904866a90a66497970d893"; buildDepends = [ base bytestring directory filepath unix ]; - jailbreak = true; description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29577,18 +29675,19 @@ self: { "cblrepo" = callPackage ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring, Cabal , containers, directory, filepath, mtl, optparse-applicative - , process, safe, tar, unix, Unixutils, utf8-string, zlib + , process, safe, stringsearch, tar, transformers, unix, Unixutils + , utf8-string, zlib }: mkDerivation { pname = "cblrepo"; - version = "0.15.1"; - sha256 = "1cwkkszbxx90jykd6b4r6kkjz4dpi86xx99fb8h3aqczyccn6hvw"; + version = "0.16.0"; + sha256 = "0mgavwbdagnxcyhzg5cypz1rvzz8wj6xxj72b44j49262jm1lh15"; isLibrary = false; isExecutable = true; buildDepends = [ aeson ansi-wl-pprint base bytestring Cabal containers directory - filepath mtl optparse-applicative process safe tar unix Unixutils - utf8-string zlib + filepath mtl optparse-applicative process safe stringsearch tar + transformers unix Unixutils utf8-string zlib ]; jailbreak = true; description = "Tool to maintain a database of CABAL packages and their dependencies"; @@ -30242,13 +30341,14 @@ self: { }: mkDerivation { pname = "chatty"; - version = "0.6.2.1"; - sha256 = "0504xxgzfrgqa6yk8c1xw6qilqq2bq1anmncm5863wg7sd0xknx9"; + version = "0.6.4.1"; + sha256 = "02garbdwhg32f089xd18w1i5hr9cbmvzk6cjdsl48w976liwqglz"; buildDepends = [ ansi-terminal base chatty-utils directory mtl process random setenv template-haskell text time transformers unix ]; jailbreak = true; + homepage = "http://doomanddarkness.eu/pub/chatty"; description = "Some monad transformers and typeclasses for abstraction of global dependencies"; license = stdenv.lib.licenses.agpl3; hydraPlatforms = stdenv.lib.platforms.none; @@ -30258,10 +30358,10 @@ self: { ({ mkDerivation, base, chatty, transformers }: mkDerivation { pname = "chatty-text"; - version = "0.6.0.1"; - sha256 = "1p88yn8c1ckckhxy8k0w50n3mjy8inrwh9zaas5wawaz286chxzh"; + version = "0.6.2.0"; + sha256 = "0gfgzqpdjja3ddz3hkynm31p9ma3g16qxavqcwybmp3v6h1pa2l3"; buildDepends = [ base chatty transformers ]; - jailbreak = true; + homepage = "http://doomanddarkness.eu/pub/chatty"; description = "Provides some classes and types for dealing with text, using the fundaments of Chatty"; license = stdenv.lib.licenses.agpl3; hydraPlatforms = stdenv.lib.platforms.none; @@ -30271,10 +30371,10 @@ self: { ({ mkDerivation, base, mtl, text, transformers }: mkDerivation { pname = "chatty-utils"; - version = "0.7.1.2"; - sha256 = "17jilk0p6wvnpc064wjk6flilz78yx32f092wn0z8dbc9hpw32wf"; + version = "0.7.3.2"; + sha256 = "1d929y9zqj9mr99v691ymp0amy1x6nzkxjdaj3ylbgydjw1m3j8j"; buildDepends = [ base mtl text transformers ]; - jailbreak = true; + homepage = "http://doomanddarkness.eu/pub/chatty"; description = "Some utilities every serious chatty-based application may need"; license = stdenv.lib.licenses.agpl3; hydraPlatforms = stdenv.lib.platforms.none; @@ -30349,8 +30449,8 @@ self: { ({ mkDerivation, array, base, QuickCheck, random }: mkDerivation { pname = "checkers"; - version = "0.4.2"; - sha256 = "0v2qvd0g0k2j3h07003wc2vkrknq6y3ld1qgh69j4r6049x9qhaj"; + version = "0.4.3"; + sha256 = "0ry5c9c1hcp9rgf2h3gy5ajjp96anhp2738hgzrvf9aj90hr6n60"; buildDepends = [ array base QuickCheck random ]; description = "Check properties on standard classes and data structures"; license = stdenv.lib.licenses.bsd3; @@ -31051,8 +31151,8 @@ self: { }: mkDerivation { pname = "clash-ghc"; - version = "0.5.3"; - sha256 = "1xi6j5d5qz0ar1mm1prvxk3vqigrnyiyd88a537636vwbvh8ndns"; + version = "0.5.4"; + sha256 = "1ncwx28g0b99f8515qnyrqbmx4gvdfbf97199m2njk2rw5xbj3ka"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -31077,8 +31177,8 @@ self: { }: mkDerivation { pname = "clash-lib"; - version = "0.5.1"; - sha256 = "1arkx9510klyrhihkqhz3dqg3m3lp0zm0hycfwsl3qyc1jdndsby"; + version = "0.5.2"; + sha256 = "1i7yk190vchcb3zm1fvmghsvjfpbrkwhh5l9vifxdsp34q10yr3g"; buildDepends = [ aeson attoparsec base bytestring concurrent-supply containers deepseq directory errors fgl filepath hashable lens mtl pretty @@ -31130,8 +31230,8 @@ self: { }: mkDerivation { pname = "clash-systemverilog"; - version = "0.5.1"; - sha256 = "0k24ic9fv72llpa507lxd1xyq7sbczh8ilis9x1axyl8yv132y67"; + version = "0.5.2"; + sha256 = "1061ksf7riyv39rwaahn2d08xm2akyanmh18024qd3hz3i5gpghb"; buildDepends = [ base clash-lib clash-prelude fgl lens mtl text unordered-containers wl-pprint-text @@ -31148,8 +31248,8 @@ self: { }: mkDerivation { pname = "clash-vhdl"; - version = "0.5.2"; - sha256 = "0ywcjrg3x0pcx2mj03bzq7hf4vmrivkckpa939ddqzcab114kkgl"; + version = "0.5.3"; + sha256 = "1x43w6sjscvkikrczjdq94wq24k0q92fwifk4561kp6qm2brlw1q"; buildDepends = [ base clash-lib clash-prelude fgl lens mtl text unordered-containers wl-pprint-text @@ -31261,7 +31361,9 @@ self: { mkDerivation { pname = "clay"; version = "0.10.1"; + revision = "1"; sha256 = "0m0ajbgypn9ki741x2bmcmpmpkccazv76wh8b9gha9483cl21f1v"; + editedCabalFile = "8ecb3c320c9470f2bf250552d7fac738520d90d28e8e90b11922d1c4940a0263"; buildDepends = [ base mtl text ]; testDepends = [ base HUnit mtl test-framework test-framework-hunit text @@ -32030,6 +32132,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "cmd-item" = callPackage + ({ mkDerivation, base, containers, hspec, hspec-laws, HUnit + , QuickCheck, quickcheck-instances, templater, text + }: + mkDerivation { + pname = "cmd-item"; + version = "0.0.1.0"; + sha256 = "1lawn0v32dn38xf3jaz70gks99llbq453zlf876pylinh5id7q62"; + buildDepends = [ base containers templater text ]; + testDepends = [ + base hspec hspec-laws HUnit QuickCheck quickcheck-instances text + ]; + homepage = "https://github.com/geraud/cmd-item"; + description = "Library to compose and reuse command line fragments"; + license = stdenv.lib.licenses.mit; + }) {}; + "cmdargs" = callPackage ({ mkDerivation, base, filepath, process, template-haskell , transformers @@ -32174,8 +32293,8 @@ self: { }: mkDerivation { pname = "cndict"; - version = "0.5.5"; - sha256 = "0l2fknpg07r5hp2as3irqqa7zik9p8n3jyi74a2b3d001d54gc7z"; + version = "0.6.1"; + sha256 = "0pi0n1chwv6y3ch7dw2smrllwsdiy6r295lmmsnfnbprc8w6gksq"; buildDepends = [ base binary bytestring cassava containers file-embed text vector ]; @@ -32898,8 +33017,10 @@ self: { }: mkDerivation { pname = "compdata"; - version = "0.9"; - sha256 = "1wk9vj834l3fc64fcsrgc9hz5f2z7461hs8lv1ldkfsixx4mxyqc"; + version = "0.10"; + revision = "1"; + sha256 = "1538jdaww57vil32hvd6s13lfiwkczpjgym07ipwccw06cj49l8h"; + editedCabalFile = "09ef1d8f84ae93c4f212661d411542155b0da1c8202e8bf10bfc18d69001a82e"; buildDepends = [ base containers deepseq derive mtl QuickCheck template-haskell th-expand-syns transformers tree-view @@ -32923,28 +33044,27 @@ self: { sha256 = "1hlv6a4ywlnr86pzrlffqbg55mfkrkkxn2yir6a28bdirgi69fkf"; editedCabalFile = "f8bda15b8d1d1e56f64c37f39ac8ba1c7bf860c291adad3698041eee68146130"; buildDepends = [ base compdata containers projection ]; + jailbreak = true; description = "Tree automata on Compositional Data Types"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; "compdata-dags" = callPackage - ({ mkDerivation, base, compdata, containers, HUnit, mtl, projection - , QuickCheck, test-framework, test-framework-hunit - , test-framework-quickcheck2, unordered-containers, vector + ({ mkDerivation, base, compdata, containers, HUnit, mtl, QuickCheck + , test-framework, test-framework-hunit, test-framework-quickcheck2 + , unordered-containers, vector }: mkDerivation { pname = "compdata-dags"; - version = "0.1"; - revision = "1"; - sha256 = "1ijr3lpl0g5l5xynnwwzj4rflgfgw1y2b4ldabbw5qlk4qa0gr5j"; - editedCabalFile = "556bbb62f4b8b6d738a20775066342b4d911fed945729da5aea072fd5df65044"; + version = "0.2"; + sha256 = "0z5vjfm0c4bcixnh951mzc06977l3lcs0v8mz6pbn65qbvv0d27c"; buildDepends = [ - base compdata containers mtl projection unordered-containers vector + base compdata containers mtl unordered-containers vector ]; testDepends = [ - base compdata containers HUnit mtl projection QuickCheck - test-framework test-framework-hunit test-framework-quickcheck2 + base compdata containers HUnit mtl QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 unordered-containers vector ]; description = "Compositional Data Types on DAGs"; @@ -32966,6 +33086,7 @@ self: { base compdata containers HUnit mtl template-haskell test-framework test-framework-hunit transformers ]; + jailbreak = true; description = "Parametric Compositional Data Types"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -33173,6 +33294,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "computations" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "computations"; + version = "0.0.0.0"; + sha256 = "1kyg3dmgq5z0217rxgljs3x7x3xvcdly2aqj2ky4h4kbw1h0r260"; + buildDepends = [ base ]; + homepage = "http://darcs.wolfgang.jeltsch.info/haskell/computations"; + description = "Advanced notions of computation"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "concatenative" = callPackage ({ mkDerivation, base, template-haskell }: mkDerivation { @@ -33538,11 +33671,11 @@ self: { }: mkDerivation { pname = "conduit"; - version = "1.2.4.1"; - sha256 = "0g5rdcj0xbiz3x2pkmhwm67r9f0yncpnssv32s7k0w7qld46wri6"; + version = "1.2.4.2"; + sha256 = "1shx58xg4lqf0dj50m2svh132xlzasgg6j175hxk8zf8k1v9b1zl"; buildDepends = [ base exceptions lifted-base mmorph mtl resourcet transformers - transformers-base void + transformers-base ]; testDepends = [ base containers exceptions hspec mtl QuickCheck resourcet safe @@ -36235,8 +36368,8 @@ self: { }: mkDerivation { pname = "cryptol"; - version = "2.2.2"; - sha256 = "1rqnrjxvkisis7m5zfhyw8717a9jnjgdmm6nnbdrnbxmsabsad20"; + version = "2.2.3"; + sha256 = "0g8xf65v255z8qm30n3d1h4fval763lns14vb36cyrp1gp48rf2i"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -36246,7 +36379,6 @@ self: { template-haskell text tf-random transformers utf8-string ]; buildTools = [ alex happy ]; - jailbreak = true; homepage = "http://www.cryptol.net/"; description = "Cryptol: The Language of Cryptography"; license = stdenv.lib.licenses.bsd3; @@ -36315,16 +36447,16 @@ self: { "csound-expression" = callPackage ({ mkDerivation, base, Boolean, colour, csound-expression-dynamic , csound-expression-opcodes, csound-expression-typed, data-default - , process, transformers + , process, temporal-media, transformers }: mkDerivation { pname = "csound-expression"; - version = "4.6.1"; - sha256 = "0q9s4zqqxyj5y7bvinvccssp6kj3q69arljwhspj9p8rsvzlqpr3"; + version = "4.7.1"; + sha256 = "1zrllrj4jd26w7z080js2l9j939sbbcbp4zjdl37c68wsvc59qr9"; buildDepends = [ base Boolean colour csound-expression-dynamic csound-expression-opcodes csound-expression-typed data-default - process transformers + process temporal-media transformers ]; homepage = "https://github.com/anton-k/csound-expression"; description = "library to make electronic music"; @@ -36338,8 +36470,8 @@ self: { }: mkDerivation { pname = "csound-expression-dynamic"; - version = "0.1.4.1"; - sha256 = "0x0i2xsvjvm4ag485503x0yc3ii9j7xkr5v9w5xk4494rp8w15f8"; + version = "0.1.4.3"; + sha256 = "1rzfah8d7j7s45w6zvrs5sabplcapx6njaimkmvfj9dby2brxprw"; buildDepends = [ array base Boolean containers data-default data-fix data-fix-cse transformers wl-pprint @@ -36368,15 +36500,16 @@ self: { "csound-expression-typed" = callPackage ({ mkDerivation, base, Boolean, colour, containers , csound-expression-dynamic, data-default, deepseq, ghc-prim - , stable-maps, transformers, wl-pprint + , stable-maps, temporal-media, transformers, wl-pprint }: mkDerivation { pname = "csound-expression-typed"; - version = "0.0.7.3.1"; - sha256 = "0k5yqg8mvslx05bjvxz64hg04d0wky9zzdfsazvc1yf36spgpw9f"; + version = "0.0.7.5"; + sha256 = "1cazjx5xa81zxjds8xg4xdqp42y0izs0gx07684bshcvsz2hp91s"; buildDepends = [ base Boolean colour containers csound-expression-dynamic - data-default deepseq ghc-prim stable-maps transformers wl-pprint + data-default deepseq ghc-prim stable-maps temporal-media + transformers wl-pprint ]; homepage = "https://github.com/anton-k/csound-expression-typed"; description = "typed core for the library csound-expression"; @@ -36388,8 +36521,8 @@ self: { ({ mkDerivation, base, csound-expression, transformers }: mkDerivation { pname = "csound-sampler"; - version = "0.0.5.0"; - sha256 = "14ya1sbq5kqg4nbl6iak181rhi8znj33vbcxnhzbbcybx1y6rsh1"; + version = "0.0.6.1"; + sha256 = "0gxgzhn8qrr59asrcclfwsnlmd2g3qy8pk1ah8ivn42g97c3r0mf"; buildDepends = [ base csound-expression transformers ]; homepage = "https://github.com/anton-k/csound-sampler"; description = "A musical sampler based on Csound"; @@ -36637,12 +36770,15 @@ self: { }) {}; "cubicbezier" = callPackage - ({ mkDerivation, base, containers, deepseq, integration }: + ({ mkDerivation, base, containers, integration, parsec, tasty + , tasty-hunit + }: mkDerivation { pname = "cubicbezier"; - version = "0.2.0"; - sha256 = "1xrbg2pr41lnw7av38q2w70gi4cv1j8rx5pv3fgfr8qb9i0gd9w7"; - buildDepends = [ base containers deepseq integration ]; + version = "0.3.0"; + sha256 = "1d5mr1xr1y7qnb65ybf6gncndzdz63di3gxrzwykks706ry475sr"; + buildDepends = [ base containers integration ]; + testDepends = [ base parsec tasty tasty-hunit ]; description = "Efficient manipulating of 2D cubic bezier curves"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40216,8 +40352,8 @@ self: { }: mkDerivation { pname = "diagrams-contrib"; - version = "1.3.0"; - sha256 = "0q4369kdm04nl5rkdpbz23ckknsipmyysp5zmxp5ibmgh3mi8sq7"; + version = "1.3.0.1"; + sha256 = "07y0kgss06pl4xjb2klj3397dadrgypync8vh3mkh8ss1zvfr1zf"; buildDepends = [ base circle-packing colour containers data-default data-default-class diagrams-core diagrams-lib diagrams-solve @@ -40273,8 +40409,8 @@ self: { }: mkDerivation { pname = "diagrams-haddock"; - version = "0.3.0.1"; - sha256 = "1b75pynmvx32yqzvp2aflfbj373jj73wnpc9abkxl41myrmajr87"; + version = "0.3.0.2"; + sha256 = "0vm41w1cvlw1k2gp7d3iyjdi1sla91v5v0xd7d7zhfgx7cs1b6dn"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -40459,10 +40595,9 @@ self: { ({ mkDerivation, base, data-default-class, diagrams-lib, lens }: mkDerivation { pname = "diagrams-rubiks-cube"; - version = "0.1.0.0"; - sha256 = "1lvircn37ws8xy9z8r5ric0hngx3v2vvhnf2bkakg8gnr7cvfpiv"; + version = "0.1.1.0"; + sha256 = "0fgyl0skn8z4d9kycdlmmd876v7yd2h3fyx1jqgmx4ygk0cch9z3"; buildDepends = [ base data-default-class diagrams-lib lens ]; - jailbreak = true; homepage = "https://github.com/timjb/rubiks-cube"; description = "Library for drawing the Rubik's Cube"; license = stdenv.lib.licenses.mit; @@ -40489,8 +40624,8 @@ self: { }: mkDerivation { pname = "diagrams-svg"; - version = "1.3"; - sha256 = "1jwya3cksx2js10x37fdnjvhjgkzp5pxnlfd9wnd4g8r90y77jf6"; + version = "1.3.1"; + sha256 = "0nl2yid05gravqx8d60ra71x6bbyxd3f03dfrbx52rlljwizfyrp"; buildDepends = [ base base64-bytestring bytestring colour containers diagrams-core diagrams-lib directory filepath hashable JuicyPixels lens lucid-svg @@ -43242,10 +43377,9 @@ self: { ({ mkDerivation, base, primitive, vector }: mkDerivation { pname = "dynamic-mvector"; - version = "0.1.0.2"; - sha256 = "0pxl30zimy5733qn53xi30cfgksslc1wz6vqcfm8kg43919kdagn"; + version = "0.1.0.3"; + sha256 = "1nydfmhkdgynng4pn7c6f3rqdx2b21j7sqnzkb477gkri58y6335"; buildDepends = [ base primitive vector ]; - jailbreak = true; homepage = "https://github.com/AndrasKovacs/dynamic-mvector"; description = "A wrapper around MVector that enables pushing, popping and extending"; license = stdenv.lib.licenses.bsd3; @@ -43685,14 +43819,11 @@ self: { ({ mkDerivation, array, base, containers, random }: mkDerivation { pname = "edit-distance"; - version = "0.2.1.2"; - revision = "1"; - sha256 = "08dxsp1ar8mr4xrjy37lzl0s1rjnqsdq30p09nclip5pyhcw7g44"; - editedCabalFile = "27d6fb19e1707aa05883ca4ffd6715dcc81db287c71508d6aaa420cefc8f29c1"; + version = "0.2.1.3"; + sha256 = "1insr7a1yazilqrx5f3pnkcr1fsvn4iaisw18rhayc0bnndfbcm0"; isLibrary = true; isExecutable = true; buildDepends = [ array base containers random ]; - jailbreak = true; homepage = "http://github.com/batterseapower/edit-distance"; description = "Levenshtein and restricted Damerau-Levenshtein edit distances"; license = stdenv.lib.licenses.bsd3; @@ -43703,8 +43834,8 @@ self: { ({ mkDerivation, base, QuickCheck, quickcheck-instances, vector }: mkDerivation { pname = "edit-distance-vector"; - version = "1.0.0.1"; - sha256 = "1whpv0qm00fn0p8v6pgjy9kk04rw9p6ngwan4nrgi4kca0hvf8id"; + version = "1.0.0.2"; + sha256 = "00j0lmj7wz5bm5z4v0v3bamf1pnrlmjkc2ysb5d16dqwi9768x85"; buildDepends = [ base vector ]; testDepends = [ base QuickCheck quickcheck-instances vector ]; homepage = "https://github.com/thsutton/edit-distance-vector"; @@ -45490,15 +45621,14 @@ self: { }: mkDerivation { pname = "ert"; - version = "0.0.2.0"; - sha256 = "07pany4zv8crgbcilxsz5abmaq2bma5lhn9fkngra62w8mhkhzvz"; + version = "0.0.2.1"; + sha256 = "0ica7vir4ragcc3xrkzlmhncnn0ddx8ky61cj32z7ginybfjq2ig"; isLibrary = true; isExecutable = true; buildDepends = [ aeson attoparsec attoparsec-expr base bytestring regex-compat text unordered-containers vector yaml ]; - jailbreak = true; homepage = "https://bitbucket.org/kayo/ert"; description = "Easy Runtime Templates"; license = stdenv.lib.licenses.gpl3; @@ -45534,8 +45664,8 @@ self: { }: mkDerivation { pname = "esqueleto"; - version = "2.1.3"; - sha256 = "1wsq058dm849ldxn5gjayagb6ds56b80dinyrpbjw8b0fr3s6v9d"; + version = "2.2"; + sha256 = "1z49za7yid23ffymhycvbqypw3iabc2yn05p0klh7cd7frkj08j2"; buildDepends = [ base conduit monad-logger persistent resourcet tagged text transformers unordered-containers @@ -47217,16 +47347,16 @@ self: { }) {}; "feed" = callPackage - ({ mkDerivation, base, old-locale, old-time, time, utf8-string, xml + ({ mkDerivation, base, old-locale, old-time, time + , time-locale-compat, utf8-string, xml }: mkDerivation { pname = "feed"; - version = "0.3.9.2"; - revision = "1"; - sha256 = "05sg2ly1pvni3sfv03rbf60vdjkrfa0f9mmc1dm1hrmp638j67gg"; - editedCabalFile = "62cb5a05a61bc09e6203b5bb7aab4464cba1703216260b0d871d98046c226358"; - buildDepends = [ base old-locale old-time time utf8-string xml ]; - jailbreak = true; + version = "0.3.9.3"; + sha256 = "1l3bdhyfj7kcrkdwvsynkmzrskbg5r154pay9dkf5l7m8n2vicfl"; + buildDepends = [ + base old-locale old-time time time-locale-compat utf8-string xml + ]; homepage = "https://github.com/sof/feed"; description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."; license = stdenv.lib.licenses.bsd3; @@ -47514,6 +47644,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { fftw3 = null; fftw3f = null;}; + "fftwRaw" = callPackage + ({ mkDerivation, base, fftw3 }: + mkDerivation { + pname = "fftwRaw"; + version = "0.1.0.0"; + sha256 = "1dkkn72g4arjamv647ba05j7aj95vvjy2wdd6g9xcc5w2ix45kr4"; + buildDepends = [ base ]; + extraLibraries = [ fftw3 ]; + homepage = "https://github.com/adamwalker/haskell-fftw-simple"; + description = "Low level bindings to FFTW"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) { fftw3 = null;}; + "fgl" = callPackage ({ mkDerivation, array, base, containers, mtl }: mkDerivation { @@ -47720,8 +47864,8 @@ self: { }: mkDerivation { pname = "filediff"; - version = "0.1.0.8"; - sha256 = "1wsinnmc5dw4r9wk3ijx9zlzwf0rqsknl6mql28lja2r1m2s2jc3"; + version = "1.0.0.0"; + sha256 = "06krwpnawvy28rgcs6xpk4m98vbn0wfqbw91is5j026iksdpga1g"; buildDepends = [ base bytestring data-default data-memocombinators directory either mtl rainbow tasty tasty-hunit text time transformers Zora @@ -47865,16 +48009,16 @@ self: { }) {}; "filesystem-trees" = callPackage - ({ mkDerivation, base, cond, containers, data-lens, deepseq + ({ mkDerivation, base, cond, containers, data-lens-light, deepseq , directory, dlist, filepath, mtl, unix }: mkDerivation { pname = "filesystem-trees"; - version = "0.1.0.5"; - sha256 = "0ypdnzv00kgr785z1psqaz306rgkvkn53jnr7qvchx1pqdw2v5cg"; + version = "0.1.0.6"; + sha256 = "1bnxhf9ppqwgcnpcanxj6ji8yi1i0pspzhjh3p3zyf57d7y6p8sh"; buildDepends = [ - base cond containers data-lens deepseq directory dlist filepath mtl - unix + base cond containers data-lens-light deepseq directory dlist + filepath mtl unix ]; homepage = "https://github.com/kallisti-dev/filesystem-trees"; description = "Recursively manipulate and traverse filesystems as lazy rose trees"; @@ -48742,12 +48886,13 @@ self: { ({ mkDerivation, base, containers, QuickCheck, syb }: mkDerivation { pname = "flowlocks-framework"; - version = "0.1.3"; - sha256 = "0scxfgsdh15wnrjpmdbn7phhhxb718pnbnfb53713hsdsvacmnmv"; + version = "0.1.3.1"; + sha256 = "1v9z302fg2fx6k9k7ci5128gxrrcgdqp40r7axk0yhrzc06b9wa8"; buildDepends = [ base containers syb ]; testDepends = [ base QuickCheck ]; description = "Generalized Flow Locks Framework"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "flowsim" = callPackage @@ -49964,8 +50109,8 @@ self: { }: mkDerivation { pname = "fst"; - version = "0.10.0.0"; - sha256 = "14135p69zjn0f0300q09g79dm9vgrmvgnjwdhy7f58z0blhahibs"; + version = "0.10.0.1"; + sha256 = "190a89445fv006m5nv8g58h569rpw9s8jadqdy6m3ik43mnggzpy"; isLibrary = true; isExecutable = true; buildDepends = [ array base haskeline mtl transformers ]; @@ -50221,15 +50366,16 @@ self: { }) {}; "functor-combo" = callPackage - ({ mkDerivation, base, containers, data-inttrie, lub, type-unary - , TypeCompose + ({ mkDerivation, base, base-orphans, containers, data-inttrie, lub + , type-unary, TypeCompose }: mkDerivation { pname = "functor-combo"; - version = "0.3.5"; - sha256 = "1q93chk6bj43dym8v620sdcpwfzw4q1ws3jcry84h33ymlpwqnpp"; + version = "0.3.6"; + sha256 = "1jlva6imjjpj9iww7dxiplw60vszjiw6456yq30zsqrb63sz2lk1"; buildDepends = [ - base containers data-inttrie lub type-unary TypeCompose + base base-orphans containers data-inttrie lub type-unary + TypeCompose ]; description = "Functor combinators with tries & zippers"; license = stdenv.lib.licenses.bsd3; @@ -50740,18 +50886,18 @@ self: { "geek" = callPackage ({ mkDerivation, aeson, aeson-pretty, air, air-extra, air-th, base , bytestring, containers, curl, data-default, directory, filepath - , fsnotify, Glob, hack2, hack2-contrib, miku, moe, mtl, old-locale - , process, random, safe, system-filepath, text, text-icu, time + , fsnotify, Glob, hack2, hack2-contrib, miku, moe, mtl, process + , random, safe, system-filepath, text, text-icu, time }: mkDerivation { pname = "geek"; - version = "1.1.0.1"; - sha256 = "09ajjb12ziknfrw2m4plm10r99crq1hhizymni441x58wprpcdm2"; + version = "1.1.1.0"; + sha256 = "0n52s5azqqx06flfhsgbp5a63mpd4vd60y4rzrpa4jx13bydlp50"; buildDepends = [ aeson aeson-pretty air air-extra air-th base bytestring containers curl data-default directory filepath fsnotify Glob hack2 - hack2-contrib miku moe mtl old-locale process random safe - system-filepath text text-icu time + hack2-contrib miku moe mtl process random safe system-filepath text + text-icu time ]; homepage = "http://github.com/nfjinjing/geek"; description = "Geek blog engine"; @@ -50895,7 +51041,9 @@ self: { mkDerivation { pname = "generic-aeson"; version = "0.2.0.4"; + revision = "1"; sha256 = "1h5vj66dx25iais9yia33ia95nr0ywxsbnrcm71v50jvj73ywhbx"; + editedCabalFile = "1f690c3d9f5359349399f9409ba65dc79bd5a13301cb98ad0961db1b2241c643"; buildDepends = [ aeson attoparsec base generic-deriving mtl tagged text unordered-containers vector @@ -51203,6 +51351,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "geniplate-mirror" = callPackage + ({ mkDerivation, base, mtl, template-haskell }: + mkDerivation { + pname = "geniplate-mirror"; + version = "0.6.0.6"; + sha256 = "1fgs9aak7l7r3xlgna1kbq43zm55nd43phsv0w4ssy305dqylshj"; + buildDepends = [ base mtl template-haskell ]; + description = "Use Template Haskell to generate Uniplate-like functions"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "geniserver" = callPackage ({ mkDerivation, base, bytestring, cmdargs, GenI, http-types, json , snap-core, snap-server, text, transformers, utf8-string @@ -52949,8 +53108,8 @@ self: { }: mkDerivation { pname = "gl"; - version = "0.7.5"; - sha256 = "0ffc9lks1fd4ch7pygdl8yfmy425aazykrn2niakb876kzzm5axi"; + version = "0.7.6"; + sha256 = "1wdhp5q84cv59ssygbgy8pd7gm76wkl2zvcbmi83wml1x9a7xmjd"; buildDepends = [ base containers directory filepath fixed half hxt split transformers @@ -53198,15 +53357,14 @@ self: { }) {}; "gloss-accelerate" = callPackage - ({ mkDerivation, accelerate, accelerate-cuda, base, gloss }: + ({ mkDerivation, accelerate, base, gloss, gloss-rendering }: mkDerivation { pname = "gloss-accelerate"; - version = "1.8.15.0"; + version = "1.9.0.0"; revision = "1"; - sha256 = "1nj2rnp2bg3xmi4xbaws9jc7qx3b4qqg9fyvfv13xdav28d7iqb0"; - editedCabalFile = "3c0195c2208cb3c6786b8d1f27a17f5249af3797f6a37af410e95f23d03fb8d6"; - buildDepends = [ accelerate accelerate-cuda base gloss ]; - jailbreak = true; + sha256 = "13vr758nl712kpkc8nii05iv1zidsp55ihvaknqzn8zdhyk4dxrv"; + editedCabalFile = "cddab61d37317ec1a15ad7da65d909b8668b284dcf182a7a348d234bff7d30ff"; + buildDepends = [ accelerate base gloss gloss-rendering ]; description = "Extras to interface Gloss and Accelerate"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -53320,14 +53478,11 @@ self: { }: mkDerivation { pname = "gloss-raster-accelerate"; - version = "1.8.15.0"; - revision = "2"; - sha256 = "1fs3ybrzkykslac1zzh6g73lfdfysn6y2fr1pra9hd0a7x5a8j10"; - editedCabalFile = "7dc701f53445822b911329368601a2de82ef2457573d6ac8ae795c74d61a5635"; + version = "1.9.0.0"; + sha256 = "0kgjbqharpl9an4kpciiy17chsdlzx5n4mgxp93yja4av8vik3i8"; buildDepends = [ accelerate accelerate-cuda base gloss gloss-accelerate ]; - jailbreak = true; description = "Parallel rendering of raster images using Accelerate"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -54570,8 +54725,8 @@ self: { }: mkDerivation { pname = "groundhog-inspector"; - version = "0.7.1.1"; - sha256 = "17bnzi1gkhl8ps9dihmrw3nb0mdlbgd83k67dplqzgj1q3z52lpy"; + version = "0.7.1.2"; + sha256 = "14wxmn18z4022vkakyrdl7mz7zbdaa3dnwbb52ymg3f5r13lr7lh"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -54644,8 +54799,8 @@ self: { }: mkDerivation { pname = "groundhog-th"; - version = "0.7.0"; - sha256 = "14g4665wrr3226m2v63p4j8g9bcyi5la7nk2vh509xyz3z17aq67"; + version = "0.7.0.1"; + sha256 = "15g07rzw2jygzs5p9jflq6l2rjrmf03lj8pprzc4vgwvk04x233h"; buildDepends = [ aeson base bytestring containers groundhog template-haskell text time unordered-containers yaml @@ -55560,8 +55715,8 @@ self: { }: mkDerivation { pname = "hOpenPGP"; - version = "2.0"; - sha256 = "1krk1019d0ix4ix0qh55l4pzgbggl151vqgd0jbhdcbkmvhfi4xv"; + version = "2.1"; + sha256 = "0jl2rciqgnhjw6q4xgdm2117vrj25l18hzl58fdls7j9bqlvrn5y"; buildDepends = [ aeson attoparsec base base64-bytestring bifunctors binary binary-conduit byteable bytestring bzlib conduit conduit-extra @@ -55595,8 +55750,8 @@ self: { }: mkDerivation { pname = "hPDB"; - version = "1.2.0.2"; - sha256 = "0mymyvd9p63sf3801bn2pyihj47fymp8wwfbllhbvw2l92hy79vk"; + version = "1.2.0.3"; + sha256 = "1lciijgn137gmi190if41akj4pv9030rbbvys5lfh4q5kk8p2dsp"; buildDepends = [ AC-Vector base bytestring containers deepseq directory ghc-prim iterable mmap mtl Octree parallel QuickCheck tagged @@ -55615,8 +55770,8 @@ self: { }: mkDerivation { pname = "hPDB-examples"; - version = "1.2.0.1"; - sha256 = "0ppwbm0ag9dd5rzpvzk89c4ykwkgvwz9fg6d3lr9vwfid15a116s"; + version = "1.2.0.2"; + sha256 = "1s1m09y3x8lpsdxs6ch77y1qipfy35swqwaj242aa0v5p8xs58wa"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -55760,11 +55915,12 @@ self: { mkDerivation { pname = "hXmixer"; version = "0.2.5.0"; + revision = "1"; sha256 = "0nl6ylprxc1mz96713n222gy1b3pifkp3mb42v181w1iwms405y5"; + editedCabalFile = "c59d268da5fbb74957b9b9a2dd908a06a002d4c4845748876da77bafcc2deeb7"; isLibrary = false; isExecutable = true; buildDepends = [ base directory gtk3 process split text ]; - homepage = "http://colinrmitchell.endoftheinternet.org/"; description = "A Gtk mixer application for FreeBSD"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -56081,15 +56237,15 @@ self: { "hack2-contrib" = callPackage ({ mkDerivation, air, base, bytestring, containers, data-default - , directory, filepath, hack2, network-uri, old-locale, text, time + , directory, filepath, hack2, network-uri, text, time }: mkDerivation { pname = "hack2-contrib"; - version = "2014.11.17"; - sha256 = "1fjk86r1lh77r729qgaj664swq07fqz4pafm99xfzy3xwvbfx5lx"; + version = "2015.5.4"; + sha256 = "1vbdnbab5f090fp5zgviwbc2w33y7calgbh67fgxcaflhg0514vk"; buildDepends = [ air base bytestring containers data-default directory filepath - hack2 network-uri old-locale text time + hack2 network-uri text time ]; homepage = "https://github.com/nfjinjing/hack2-contrib"; description = "Hack2 contrib"; @@ -58578,6 +58734,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "hashabler" = callPackage + ({ mkDerivation, array, base, bytestring, ghc-prim, integer-gmp + , primitive, template-haskell, text + }: + mkDerivation { + pname = "hashabler"; + version = "0.1.0.2"; + sha256 = "0n3cw5vc48144kddz0krcm682bcigdafap81kdkvhq8alhc50532"; + buildDepends = [ + array base bytestring ghc-prim integer-gmp primitive + template-haskell text + ]; + homepage = "https://github.com/jberryman/hashabler"; + description = "Principled, cross-platform & extensible hashing of types, including an implementation of the FNV-1a algorithm"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hashed-storage" = callPackage ({ mkDerivation, base, binary, bytestring, containers, dataenc , directory, extensible-exceptions, filepath, mmap, mtl, zlib @@ -59275,16 +59448,13 @@ self: { }: mkDerivation { pname = "haskell-packages"; - version = "0.2.4.4"; - revision = "1"; - sha256 = "1n4il9vkszr48n0zg3kccyqa744p0cc6idamdk6xb6hj0flpqzzc"; - editedCabalFile = "0d8b5e0dd102cc4c6aac5bc12e523d5c2ad94d981f33792b459d9373bb25c399"; + version = "0.3"; + sha256 = "199srg8k8j2nirs83hx04r1hkwv83h4k73z1sji547f5w0zwnws0"; buildDepends = [ aeson base bytestring Cabal containers deepseq directory filepath haskell-src-exts hse-cpp mtl optparse-applicative tagged transformers transformers-compat ]; - jailbreak = true; homepage = "http://documentup.com/haskell-suite/haskell-packages"; description = "Haskell suite library for package management and integration with Cabal"; license = stdenv.lib.licenses.mit; @@ -60060,25 +60230,24 @@ self: { }) {}; "haskellscrabble" = callPackage - ({ mkDerivation, array, base, containers, directory, errors + ({ mkDerivation, array, arrows, base, containers, directory, errors , filepath, HUnit, mtl, parsec, QuickCheck, random, safe , semigroups, split, test-framework, test-framework-hunit , test-framework-quickcheck2, transformers, unordered-containers }: mkDerivation { pname = "haskellscrabble"; - version = "0.1.0.2"; - sha256 = "1f0vdkgjyqwk1lkbn86gbnzbv1r021l0808aw57plb9jmmpn0m4s"; + version = "1.0"; + sha256 = "099qhvi7v7bimjqdlnz6scmyr7xqxjk65y861630n9jr133bclnz"; buildDepends = [ - array base containers errors mtl parsec QuickCheck random safe - semigroups split transformers unordered-containers + array arrows base containers errors mtl parsec QuickCheck random + safe semigroups split transformers unordered-containers ]; testDepends = [ base containers directory filepath HUnit QuickCheck random semigroups test-framework test-framework-hunit test-framework-quickcheck2 ]; - jailbreak = true; homepage = "http://www.github.com/happy0/haskellscrabble"; description = "A scrabble library capturing the core game logic of scrabble"; license = stdenv.lib.licenses.gpl3; @@ -61716,8 +61885,8 @@ self: { }: mkDerivation { pname = "hdocs"; - version = "0.4.2.0"; - sha256 = "1qsahvm24hxjzfd0qvyfsasdplh2hbg9fkxcdkysgqxpzq8kx4gb"; + version = "0.4.2.1"; + sha256 = "01pc60nc009ww52kwjx9chjx1vpr4y120dnci61vhr2ylxls1hd4"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -64120,8 +64289,8 @@ self: { }: mkDerivation { pname = "hjsonpointer"; - version = "0.2.0.1"; - sha256 = "0r44fpljqwzwzj818p3xplhwkdbndwmbxf2mrgdqsjxj0dmnifhq"; + version = "0.2.0.2"; + sha256 = "1jf5cd77m1jvdlsblx9c3l5z9gdnkw0lii0z3zpzpcr275sxff0h"; buildDepends = [ aeson base text unordered-containers vector ]; testDepends = [ aeson base http-types HUnit test-framework test-framework-hunit @@ -64133,22 +64302,24 @@ self: { }) {}; "hjsonschema" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory, file-embed - , filepath, hashable, hjsonpointer, http-client, http-types, HUnit - , regexpr, scientific, test-framework, test-framework-hunit, text - , unordered-containers, vector + ({ mkDerivation, aeson, async, base, bytestring, directory + , file-embed, filepath, hashable, hjsonpointer, http-client + , http-types, HUnit, regexpr, scientific, test-framework + , test-framework-hunit, text, unordered-containers, vector + , wai-app-static, warp }: mkDerivation { pname = "hjsonschema"; - version = "0.5.3.1"; - sha256 = "1ggqxi2f10qdls67lk3204wc4naicchr20i00p17ynkzxl9ndi8b"; + version = "0.5.3.2"; + sha256 = "0w4m50glqvqipv99bk55jipzdga8dwics0sw1k52kmbf34qac5ih"; buildDepends = [ aeson base bytestring file-embed hashable hjsonpointer http-client http-types regexpr scientific text unordered-containers vector ]; testDepends = [ - aeson base bytestring directory filepath HUnit test-framework + aeson async base bytestring directory filepath HUnit test-framework test-framework-hunit text unordered-containers vector + wai-app-static warp ]; jailbreak = true; homepage = "https://github.com/seagreen/hjsonschema"; @@ -64227,10 +64398,8 @@ self: { }: mkDerivation { pname = "hledger"; - version = "0.25"; - revision = "1"; - sha256 = "0gzhlrxdjgg7313aipxr0ziakvdlj07d7sm9cc0q2mx3f37mrnxx"; - editedCabalFile = "e67ec6a6820e09eba70980062cded8f2ea6466b83009f2808e8910101f900a1b"; + version = "0.25.1"; + sha256 = "1z3qpa8p6z7lil67ikimfzvlppsaz3yn58ljc5mkqv3cz6rss9q3"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -64247,7 +64416,6 @@ self: { shakespeare-text split tabular test-framework test-framework-hunit text time transformers wizards ]; - jailbreak = true; homepage = "http://hledger.org"; description = "The main command-line interface for the hledger accounting tool"; license = "GPL"; @@ -64327,10 +64495,8 @@ self: { }: mkDerivation { pname = "hledger-lib"; - version = "0.25"; - revision = "2"; - sha256 = "0p0j69gyd9q6rx86vzrqaclf4jys1d60rw5344danb2m3vgv7c21"; - editedCabalFile = "1ff33c2f9bb3163aaac70aa78d622e42a19f3eaa0f37391e90352dbb663a7837"; + version = "0.25.1"; + sha256 = "1p8khkpwiqxhm9ycg4vcgqsggrxzlp55b34ckhsdrfzjdphxq60i"; buildDepends = [ array base base-compat blaze-markup bytestring cmdargs containers csv Decimal directory filepath HUnit mtl mtl-compat old-time parsec @@ -64343,7 +64509,6 @@ self: { regex-tdfa regexpr safe split test-framework test-framework-hunit time transformers ]; - jailbreak = true; homepage = "http://hledger.org"; description = "Core data types, parsers and utilities for the hledger accounting tool"; license = "GPL"; @@ -64380,10 +64545,8 @@ self: { }: mkDerivation { pname = "hledger-web"; - version = "0.25"; - revision = "1"; - sha256 = "15rkmw9zg95ijsl4xchgm642y888fa76lxwpzg4qqb5gpjbflz9x"; - editedCabalFile = "415979e85eb96e7108b25431fde2c08e8dbda6f613f72597bf467319b3e674e4"; + version = "0.25.1"; + sha256 = "07al1vlrh5v71zzghn5q5krdygqa63icbg33n0hlvc42mghc6rsk"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -64395,7 +64558,6 @@ self: { yesod yesod-core yesod-form yesod-static ]; testDepends = [ base base-compat hspec yesod yesod-test ]; - jailbreak = true; homepage = "http://hledger.org"; description = "A web interface for the hledger accounting tool"; license = "GPL"; @@ -64917,6 +65079,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "hmm-hmatrix" = callPackage + ({ mkDerivation, array, base, containers, explicit-exception + , hmatrix, lazy-csv, non-empty, random, semigroups, transformers + , utility-ht + }: + mkDerivation { + pname = "hmm-hmatrix"; + version = "0.0"; + sha256 = "0gcjasj6115gwjh2m680wrg3fmm8zchk6isb2wmlyfvib27963jm"; + buildDepends = [ + array base containers explicit-exception hmatrix lazy-csv non-empty + random semigroups transformers utility-ht + ]; + jailbreak = true; + homepage = "http://code.haskell.org/~thielema/hmm-hmatrix"; + description = "Hidden Markov Models using HMatrix primitives"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "hmp3" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers , curses, directory, mersenne-random, old-time, pcre-light, process @@ -65344,8 +65526,8 @@ self: { }: mkDerivation { pname = "holy-project"; - version = "0.1.1.1"; - sha256 = "0vb4mlz6gb01aadm2b8kgvgnrwwvl6q4ndx6xldi0xi3rm22xkwj"; + version = "0.2.0.0"; + sha256 = "05lns2xkw44g2jf2fbrpzdi5iqzq7hxkhhv86ah08hr14qiyp3sg"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -65825,8 +66007,8 @@ self: { }: mkDerivation { pname = "hopenpgp-tools"; - version = "0.14.1"; - sha256 = "0ckmz6v6y8lwbpx0aw4a5japxgx1m664p7pgrblsbw9pn5yjrkcw"; + version = "0.15"; + sha256 = "1qzp1lhbg9v6q7f8yq0abfwak80krmsdih86fpmfc6riiamfin7g"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -68930,8 +69112,8 @@ self: { }: mkDerivation { pname = "hspec-meta"; - version = "2.1.5"; - sha256 = "02v4a5hcp4bbvnjb18vpw6fwz4qxjll8k8ama0hf6y8jppp72hid"; + version = "2.1.7"; + sha256 = "0yh9yf9859cimd1qrh3bn65c89n16fpxzrcsily3xzr4miri7r7z"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -69912,15 +70094,15 @@ self: { "html-tokenizer" = callPackage ({ mkDerivation, attoparsec, base, base-prelude, case-insensitive , conversion, conversion-case-insensitive, conversion-text - , directory, doctest, filepath, html-entities, text + , directory, doctest, filepath, text }: mkDerivation { pname = "html-tokenizer"; - version = "0.2.1.2"; - sha256 = "0pq4bmh0bn9z95014h1n98m4jjjhkcnr65dlxhp9mkf0fkh5hb21"; + version = "0.3.0.1"; + sha256 = "1xvqxybmjy0xyik6ss1hmrfd4k1pdd8sqnz1cs9pl6xjz3wwclwr"; buildDepends = [ attoparsec base-prelude case-insensitive conversion - conversion-case-insensitive conversion-text html-entities text + conversion-case-insensitive conversion-text text ]; testDepends = [ base base-prelude directory doctest filepath ]; homepage = "https://github.com/nikita-volkov/html-tokenizer"; @@ -71202,6 +71384,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hvect" = callPackage + ({ mkDerivation, base, HTF }: + mkDerivation { + pname = "hvect"; + version = "0.1.0.0"; + sha256 = "12zwrzz0bk83i42q3iv5cs2dma2a80s8zkjyill0ysxyrjni25wy"; + buildDepends = [ base ]; + testDepends = [ base HTF ]; + homepage = "https://github.com/agrafix/hvect"; + description = "Simple heterogeneous lists"; + license = stdenv.lib.licenses.mit; + }) {}; + "hwall-auth-iitk" = callPackage ({ mkDerivation, base, bytestring, haskeline, http-conduit , http-types, mtl, regex-compat, unix @@ -73067,6 +73262,7 @@ self: { resourcet text text-icu time timerep tls transformers transformers-base utf8-string xdg-basedir xml ]; + jailbreak = true; description = "Retrieve RSS/Atom feeds and write one mail per new item in a maildir"; license = "unknown"; hydraPlatforms = stdenv.lib.platforms.none; @@ -73567,22 +73763,21 @@ self: { "informative" = callPackage ({ mkDerivation, base, csv, highlighting-kate, http-conduit - , monad-logger, old-locale, pandoc, persistent - , persistent-postgresql, shakespeare, text, time, yesod, yesod-auth + , monad-logger, pandoc, persistent, persistent-postgresql + , shakespeare, text, time, time-locale-compat, yesod, yesod-auth , yesod-core, yesod-form }: mkDerivation { pname = "informative"; - version = "0.1.0.5"; - sha256 = "1jc9hf90a22b7g58paqgwzxyjv89lmsqlpbjh39h79w6gm6a89xs"; + version = "0.1.0.7"; + sha256 = "0xzckvbscs3946y7sscx15mixyh3xhahjmwli72311gmyxkf767y"; isLibrary = true; isExecutable = true; buildDepends = [ - base csv highlighting-kate http-conduit monad-logger old-locale - pandoc persistent persistent-postgresql shakespeare text time yesod - yesod-auth yesod-core yesod-form + base csv highlighting-kate http-conduit monad-logger pandoc + persistent persistent-postgresql shakespeare text time + time-locale-compat yesod yesod-auth yesod-core yesod-form ]; - jailbreak = true; homepage = "http://doomanddarkness.eu/pub/informative"; description = "A yesod subsite serving a wiki"; license = stdenv.lib.licenses.agpl3; @@ -74195,13 +74390,12 @@ self: { }: mkDerivation { pname = "io-streams-http"; - version = "0.2.0.2"; - sha256 = "0vzl61hkhgyi5vanfl2fmfxp95yici96kgg8iz6rxjhipxs0ff86"; + version = "0.2.1.2"; + sha256 = "0ra3z236d4mbw2vqlx4zxpa5z53a7k1j2pmkwf3075ghgdavrmk3"; buildDepends = [ base bytestring http-client http-client-tls io-streams mtl transformers ]; - jailbreak = true; description = "http-client for io-streams"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -74621,14 +74815,14 @@ self: { }: mkDerivation { pname = "ironforge"; - version = "0.1.0.34"; - sha256 = "0f5hhncn1svv7kh8jl1jcscm9686401b0cvln5lv6gf3yij15107"; + version = "0.1.0.35"; + sha256 = "1dx0ljvfll8vb9rjdvx41vm4mrybafjch83xk7xs5fpvijjfp47l"; isLibrary = true; isExecutable = true; buildDepends = [ antisplice base chatty chatty-utils mtl transformers ]; - jailbreak = true; + homepage = "http://doomanddarkness.eu/pub/antisplice"; description = "A technical demo for Antisplice"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -76395,19 +76589,18 @@ self: { "jsonschema-gen" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, process - , scientific, tagged, text, time, transformers - , unordered-containers, vector + , scientific, tagged, text, time, unordered-containers, vector }: mkDerivation { pname = "jsonschema-gen"; - version = "0.2.0.0"; - sha256 = "0n7qm46ivp5lr83rfvyijavx6qbw3fd0m54zzk2bz203ggymab9x"; + version = "0.3.0.0"; + sha256 = "0jjqn5y5rxgm92y26p00kd5rkh4z1kyavj0v5axpbs9a9a08aplx"; buildDepends = [ aeson base bytestring containers scientific tagged text time unordered-containers vector ]; testDepends = [ - aeson base bytestring containers process tagged text transformers + aeson base bytestring containers process tagged text ]; homepage = "https://github.com/yuga/jsonschema-gen"; description = "JSON Schema generator from Algebraic data type"; @@ -76874,8 +77067,8 @@ self: { }: mkDerivation { pname = "keter"; - version = "1.3.9.2"; - sha256 = "1c5hsckcdy966c5nn1cwa63sc7fqmyhanw0156cllkss8kzwzj4r"; + version = "1.3.10.1"; + sha256 = "1bqy0g0255xqnlk9qn2ykwlszwdliqhcrdm4bjfac1d2lf27vs7r"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -76933,12 +77126,11 @@ self: { ({ mkDerivation, base, udbus }: mkDerivation { pname = "keyring"; - version = "0.1.0.3"; - sha256 = "06sp308nwgk7cdpj0q7zinp05vy5fcgm7jrawhdmcvxka6l22yiy"; + version = "0.1.0.4"; + sha256 = "1j7nynr7sksrqdn4zfp9ikwx6vvlimlhwhifbs68igfdn03gxnrd"; isLibrary = true; isExecutable = true; buildDepends = [ base udbus ]; - jailbreak = true; homepage = "https://github.com/lunaryorn/haskell-keyring"; description = "Keyring access"; license = stdenv.lib.licenses.mit; @@ -77691,8 +77883,8 @@ self: { }: mkDerivation { pname = "lambdabot"; - version = "5.0.1"; - sha256 = "1zf29cqdr71n2bj7idh9v7yygk0ckpadr44f5ghqr74zdpyw6dyi"; + version = "5.0.2.2"; + sha256 = "148s2qlwcs7g89a77xv07yjyjrcnd6x7alvghbldvv4p067f0n86"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -77743,8 +77935,8 @@ self: { }: mkDerivation { pname = "lambdabot-haskell-plugins"; - version = "5.0.1"; - sha256 = "0bzfbaksij0sav93qp2j4k4qlclb9zdz8z8233ziismf9bq4bm16"; + version = "5.0.2.1"; + sha256 = "06jcx3qp87fk58cvnwljr4zyvlqcsfrq0nxg2m67kd2imyg10iyd"; buildDepends = [ array arrows base bytestring containers data-memocombinators directory filepath haskell-src-exts hoogle HTTP IOSpec @@ -77809,8 +78001,8 @@ self: { }: mkDerivation { pname = "lambdabot-novelty-plugins"; - version = "5.0.1"; - sha256 = "1h9qnxbdqnpwarbvviaqrl18fxd9bs33f6n60b7cdx1p2imzbp25"; + version = "5.0.2.1"; + sha256 = "07zx59jfsdq7lbfmfq9l3xbbdm0fhzidi5vcripfp5wry8xshn5y"; buildDepends = [ base binary brainfuck bytestring containers dice directory lambdabot-core misfortune process random-fu regex-tdfa unlambda @@ -77828,8 +78020,8 @@ self: { }: mkDerivation { pname = "lambdabot-reference-plugins"; - version = "5.0.1"; - sha256 = "11hljsbb8kdbf6h4si97c52643w2fxicql1xq743f4gkys2y0x2a"; + version = "5.0.2.1"; + sha256 = "0xg70m58n03lym8z3lsf0mh634xwb48sj39cfydsacdn5gx0i8kc"; buildDepends = [ base bytestring containers HTTP lambdabot-core mtl network network-uri oeis process regex-tdfa split tagsoup utf8-string @@ -77858,12 +78050,12 @@ self: { }) {}; "lambdabot-trusted" = callPackage - ({ mkDerivation, base, oeis, QuickCheck }: + ({ mkDerivation, base, oeis, QuickCheck, QuickCheck-safe }: mkDerivation { pname = "lambdabot-trusted"; - version = "5.0.1"; - sha256 = "1ijpr8b4vzvyfbry1g8wphk9wn7pxvay2wk6racl5k78kw27jd1c"; - buildDepends = [ base oeis QuickCheck ]; + version = "5.0.2.1"; + sha256 = "078yhq9d0vxgnc01hfa25kf4kdg4mymg9678jqmyk8csjy5gjw0h"; + buildDepends = [ base oeis QuickCheck QuickCheck-safe ]; homepage = "http://haskell.org/haskellwiki/Lambdabot"; description = "Lambdabot trusted code"; license = "GPL"; @@ -78642,7 +78834,6 @@ self: { homepage = "http://lpuppet.banquise.net/"; description = "Tools to parse and evaluate the Puppet DSL"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "language-python" = callPackage @@ -79576,8 +79767,8 @@ self: { ({ mkDerivation, base, mtl, template-haskell }: mkDerivation { pname = "lenses"; - version = "0.1.6"; - sha256 = "0n2r7gjiq5vk6jjaxn7kr3g5gvn4y0gmdqpn9l0nfgqdnscmfbiv"; + version = "0.1.7"; + sha256 = "09p1ph5ih2dzrbn7h9wjnf4xch04g0amf8cc3q64g5a2clg3vjx4"; buildDepends = [ base mtl template-haskell ]; homepage = "http://github.com/jvranish/Lenses/tree/master"; description = "Simple Functional Lenses"; @@ -80736,6 +80927,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; @@ -81313,15 +81505,18 @@ self: { }) {}; "list-t-attoparsec" = callPackage - ({ mkDerivation, attoparsec, base-prelude, exceptions, list-t - , mtl-prelude, text + ({ mkDerivation, attoparsec, base-prelude, either, hspec, list-t + , list-t-text, text, transformers }: mkDerivation { pname = "list-t-attoparsec"; - version = "0.2.0.0"; - sha256 = "073qi17qwlic4y3vjas6ki5ws0kfixnvhnnqhs7hmj7iq6qbjm91"; + version = "0.4.0.1"; + sha256 = "0qxxs1hw4bimssjds2xh70mnwdc68zii5dm5klsml3kjynwi1nj3"; buildDepends = [ - attoparsec base-prelude exceptions list-t mtl-prelude text + attoparsec base-prelude either list-t text transformers + ]; + testDepends = [ + attoparsec base-prelude either hspec list-t list-t-text text ]; homepage = "https://github.com/nikita-volkov/list-t-attoparsec"; description = "An \"attoparsec\" adapter for \"list-t\""; @@ -81330,24 +81525,28 @@ self: { "list-t-html-parser" = callPackage ({ mkDerivation, base-prelude, case-insensitive, conversion - , conversion-text, either, hspec, html-entities, html-tokenizer - , list-t, list-t-attoparsec, list-t-text, mtl-prelude, text + , conversion-case-insensitive, conversion-text, either, hspec + , html-entities, html-tokenizer, list-t, list-t-attoparsec + , list-t-text, mtl-prelude, text }: mkDerivation { pname = "list-t-html-parser"; - version = "0.2.2.0"; - sha256 = "07fd7nzlhwvhzj4g84wmsm48rj1748m0cbglv0wc2w1rsbsikwl0"; + version = "0.4.0.0"; + sha256 = "1i243xa52ljqr79zccybx3x5nb58lvsfq4q99n2kk2qyhwyv7wb5"; buildDepends = [ - base-prelude case-insensitive either html-entities html-tokenizer - list-t mtl-prelude text + base-prelude case-insensitive conversion + conversion-case-insensitive conversion-text either html-entities + html-tokenizer list-t mtl-prelude text ]; testDepends = [ base-prelude conversion conversion-text hspec html-tokenizer list-t-attoparsec list-t-text text ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/list-t-html-parser"; description = "Streaming HTML parser"; license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "list-t-http-client" = callPackage @@ -81389,8 +81588,8 @@ self: { }: mkDerivation { pname = "list-t-text"; - version = "0.2.0.1"; - sha256 = "1ylb4fs5gbphny281gwd0j0k26ayqcqmc79qarcfpfm6j4washng"; + version = "0.2.0.2"; + sha256 = "1hsbisvmjprfzhqlhzmicxzyv67ylik0dazl4yjyilh8frjd7qlm"; buildDepends = [ base-prelude bytestring list-t mtl-prelude text ]; testDepends = [ base base-prelude bytestring hspec list-t QuickCheck @@ -82155,7 +82354,9 @@ self: { mkDerivation { pname = "logging-facade"; version = "0.0.0"; + revision = "1"; sha256 = "0i7m4dpj7b556bfiahisvxcvdb1lv352zggjyrcr69iqnrac30z8"; + editedCabalFile = "18d32076d981102462c3f24c95c6d9dc2470be80f5f36f99759cb23cc3db2d24"; buildDepends = [ base template-haskell transformers ]; testDepends = [ base hspec ]; description = "Simple logging abstraction that allows multiple backends"; @@ -83836,8 +84037,8 @@ self: { }: mkDerivation { pname = "mandrill"; - version = "0.2.1.0"; - sha256 = "0gmlf50hq9dh2xh74dvsyywrbrv7i31d6j7k4pgmfinn8pih03lz"; + version = "0.2.2.0"; + sha256 = "186svy4m93r5p25kv1k5bwfpwgmxzf20rhpr6ah4pbavcys6jiyh"; buildDepends = [ aeson base base64-bytestring blaze-html bytestring containers email-validate http-client http-client-tls http-types lens mtl @@ -84117,8 +84318,8 @@ self: { }: mkDerivation { pname = "markup"; - version = "0.0.6.1"; - sha256 = "1dhmimqzgr9dgfww714pjmf8zkmygr8ja2sbz0awmlcn5zad48bl"; + version = "0.0.7"; + sha256 = "0rzq7gpwaq7x7q9qcjfyybviydcp0map3ikxbci3379g1hikfan4"; buildDepends = [ base blaze-html blaze-markup lucid mtl text transformers urlpath ]; @@ -86102,12 +86303,14 @@ self: { }) {}; "modular-arithmetic" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, doctest, Glob }: mkDerivation { pname = "modular-arithmetic"; - version = "1.2.0.0"; - sha256 = "1qlvi0xjdvr4730xj303i6gp610mz4xrlrk191yy8hr7afjysm0k"; + version = "1.2.1.1"; + sha256 = "005pbkrszgkbm0qx9hzn1f72l9z07qhqypmcw72fi5i5hppr45av"; buildDepends = [ base ]; + testDepends = [ base doctest Glob ]; + homepage = "https://github.com/TikhonJelvis/modular-arithmetic"; description = "A type for integers modulo some constant"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -86217,8 +86420,8 @@ self: { }: mkDerivation { pname = "moe"; - version = "2014.11.17"; - sha256 = "1rh9g4f488l0fjjvwfaxaf1lbxz1pvq24nxjy2c4yyrg7m7b61z5"; + version = "2015.5.4"; + sha256 = "0yiyr8n0bw5wcc8jyrah2kf9jnj3x4h5kl3qprysx8ffhc6dx3r9"; buildDepends = [ air base bytestring data-default dlist mtl text ]; homepage = "https://github.com/nfjinjing/moe"; description = "html with style"; @@ -89339,8 +89542,8 @@ self: { ({ mkDerivation, base, hspec, silently }: mkDerivation { pname = "nanospec"; - version = "0.2.0"; - sha256 = "0g10l86cv33r58zxn2bprqlm80i7g86bwzhn9jqg9s81xc0aw2qv"; + version = "0.2.1"; + sha256 = "0jq2l1lmy4hcl6r975xcg86xr1y7jfxr3qn27ibsmjbzlnxdkjyv"; buildDepends = [ base ]; testDepends = [ base hspec silently ]; description = "A lightweight implementation of a subset of Hspec's API"; @@ -89647,8 +89850,8 @@ self: { }: mkDerivation { pname = "nemesis"; - version = "2014.5.19"; - sha256 = "1kj7w9rp8kimrbwwb1f1336ijdb99r2b6jwpmgxjp0q3sq07wmvc"; + version = "2015.5.4"; + sha256 = "149fx29818cf9rxp1gp64w5l288l4whij7im5rfms3rlgj95w6ji"; buildDepends = [ air air-th base containers directory dlist Glob mtl process time ]; @@ -89756,8 +89959,8 @@ self: { }: mkDerivation { pname = "nested-routes"; - version = "0.3"; - sha256 = "04cgy9hvriq4r8imi23s5lpvbvvdg8a3a51ypmwwgk6vss84jz1l"; + version = "0.3.1"; + sha256 = "1bgh0ap6yzpnp4dzwf73dbi6dspc57hvsvnkv4ndg0fcclifvih5"; buildDepends = [ aeson attoparsec base blaze-html bytestring constraints containers http-types lucid mtl poly-arity pred-trie semigroups text @@ -90807,16 +91010,16 @@ self: { }) {}; "network-uri" = callPackage - ({ mkDerivation, base, HUnit, network, parsec, test-framework + ({ mkDerivation, base, deepseq, HUnit, parsec, test-framework , test-framework-hunit, test-framework-quickcheck2 }: mkDerivation { pname = "network-uri"; - version = "2.6.0.1"; - sha256 = "09ymamb128jgqghpda4nixncr73all8qc6q53976aricm6a27p37"; - buildDepends = [ base parsec ]; + version = "2.6.0.3"; + sha256 = "1pwbqb2rk4rnvllvdch42p5368xcvpkanp7bxckdhxya8zzwvhhg"; + buildDepends = [ base deepseq parsec ]; testDepends = [ - base HUnit network test-framework test-framework-hunit + base HUnit test-framework test-framework-hunit test-framework-quickcheck2 ]; homepage = "https://github.com/haskell/network-uri"; @@ -91009,8 +91212,8 @@ self: { ({ mkDerivation, base, deepseq }: mkDerivation { pname = "nf"; - version = "1.0.0.3"; - sha256 = "0k6zlya37fhbx154z6gjrg4bbncvwgq4ra6y97l10aajyg4a4gxc"; + version = "1.0.1.0"; + sha256 = "1yrw6skp2n8fd874481bfalli8lcglakhdggdsj8dm036wpm935a"; buildDepends = [ base deepseq ]; homepage = "https://github.com/ezyang/nf"; description = "NF data type to statically enforce normal form"; @@ -93432,17 +93635,16 @@ self: { }) {}; "packer" = callPackage - ({ mkDerivation, array, base, bytestring, HUnit, mtl, QuickCheck - , test-framework, test-framework-hunit, test-framework-quickcheck2 + ({ mkDerivation, array, base, bytestring, mtl, tasty, tasty-hunit + , tasty-quickcheck }: mkDerivation { pname = "packer"; - version = "0.1.5"; - sha256 = "1bqxpa13ccvkkzy45374rl5w0qswsh3lsgv6mrxs9hp6b4w3f46j"; + version = "0.1.6"; + sha256 = "02vswdsiinarg405lgzgghlqk4lhw9il8s9v2n1xdhszi510sz1w"; buildDepends = [ array base bytestring mtl ]; testDepends = [ - base bytestring HUnit QuickCheck test-framework - test-framework-hunit test-framework-quickcheck2 + base bytestring tasty tasty-hunit tasty-quickcheck ]; homepage = "http://github.com/vincenthz/hs-packer"; description = "Fast byte serializer and unserializer"; @@ -93676,10 +93878,10 @@ self: { }: mkDerivation { pname = "pandoc-crossref"; - version = "0.1.0.1"; + version = "0.1.0.2"; revision = "1"; - sha256 = "06ij62dc07pr4ky7xyhdvp40a0nz79vg24dydhmcqi6qda8k6s2l"; - editedCabalFile = "ad80b7dc6a76fa094a3748d076cd03bda219109ccf7db345a12884f63d810054"; + sha256 = "0mnksd8wl6y9qh4z5p6nzf64lic2cxws0hm2n1aj8vq8asfy28af"; + editedCabalFile = "c209bec5811d40360ca07a9218404186ab8564ee649b14d6e3ece04b4006204f"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -94564,6 +94766,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base HandsomeSoup hxt ]; + jailbreak = true; description = "A webpage scraper for Patreon which dumps a list of patrons to a text file"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -94612,24 +94815,23 @@ self: { }) {}; "paypal-adaptive-hoops" = callPackage - ({ mkDerivation, aeson, base, bytestring, data-default, errors - , http-client, HUnit, lens, lens-aeson, test-framework - , test-framework-hunit, text, time, transformers - , unordered-containers, vector, wreq + ({ mkDerivation, aeson, base, bytestring, errors, http-client + , HUnit, lens, lens-aeson, test-framework, test-framework-hunit + , text, time, transformers, unordered-containers, vector, wreq }: mkDerivation { pname = "paypal-adaptive-hoops"; - version = "0.10.0.2"; - sha256 = "1kriijissnxnid088via7gvb9gz09nvl7mw7x8qph623kpbvxxkd"; + version = "0.11.0.0"; + sha256 = "0v72ny33mfi29vv4kzld5x01qr9k6i9vdyk9v83dy9zbfb7vkmzv"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson base bytestring data-default errors http-client lens - lens-aeson text time transformers vector wreq + aeson base bytestring errors http-client lens lens-aeson text time + transformers vector wreq ]; testDepends = [ - aeson base bytestring data-default HUnit test-framework - test-framework-hunit text unordered-containers + aeson base bytestring HUnit test-framework test-framework-hunit + text unordered-containers ]; homepage = "https://github.com/fanjam/paypal-adaptive-hoops"; description = "Client for a limited part of PayPal's Adaptive Payments API"; @@ -95509,8 +95711,8 @@ self: { }: mkDerivation { pname = "persistent-postgresql"; - version = "2.1.4"; - sha256 = "1x9mpvc8b4rj4pc2f3d7c0720zh2f8qrqg77x19q099ycag70pmg"; + version = "2.1.5"; + sha256 = "1l12kw2ylxgahy55h302dbbp59mrb3m7xwxvbcvmsnxfi7pcm2si"; buildDepends = [ aeson base blaze-builder bytestring conduit containers monad-control monad-logger persistent postgresql-libpq @@ -95544,8 +95746,8 @@ self: { ({ mkDerivation, base, time, yesod }: mkDerivation { pname = "persistent-ratelimit"; - version = "0.1.0.0"; - sha256 = "00kvmqisi6y8r8vpfa61kzxr0iyy6varj8920kjwsd2jk2i7q8wl"; + version = "0.1.0.1"; + sha256 = "13mvf0k4nkcdcz7gcvqsw3mrnbpvw0lvs94rff0y9q50cc6y36xd"; buildDepends = [ base time yesod ]; jailbreak = true; homepage = "https://github.com/jprider63/persistent-ratelimit"; @@ -97586,8 +97788,8 @@ self: { }: mkDerivation { pname = "pontarius-xmpp"; - version = "0.4.1.0"; - sha256 = "183c69v3540gm54clxd2kizrhsiy4xwdjgaakpqkvlk47s4rj89i"; + version = "0.4.2.0"; + sha256 = "14f20any4pasjwxq81dmcds3l9gyaabdh9rma65yapkpgrs2v56z"; buildDepends = [ attoparsec base base64-bytestring binary bytestring conduit containers crypto-api crypto-random cryptohash cryptohash-cryptoapi @@ -98057,8 +98259,8 @@ self: { }: mkDerivation { pname = "postgresql-orm"; - version = "0.3.1"; - sha256 = "1npynkpilp7p6y2biqr9m5a9r179ga67p8lx39pildn94iz1yg76"; + version = "0.3.2"; + sha256 = "1a81wrqzhpgdhs7i0znamkrrra2bksfwsh22yxv94qg6r7c2qp2p"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -98151,8 +98353,8 @@ self: { ({ mkDerivation, base, generics-sop, postgresql-simple }: mkDerivation { pname = "postgresql-simple-sop"; - version = "0.1.0.5"; - sha256 = "1v4rqjhwki6q46q5y4rmrk8y5p60s00faa153fg71zpkzafqqx0q"; + version = "0.1.0.7"; + sha256 = "1hbfh4rp40h1h4m8dzr70zrfb24fckqwp5s6a7kc2fa7a9lw9g8r"; buildDepends = [ base generics-sop postgresql-simple ]; homepage = "https://github.com/openbrainsrc/postgresql-simple-sop"; description = "Generic functions for postgresql-simple"; @@ -98430,8 +98632,8 @@ self: { }: mkDerivation { pname = "pred-trie"; - version = "0.0.12"; - sha256 = "0hyghjp1zcprgzq2szkpfpkihr1hhgf70901wm5hfgs6bfvgw2sb"; + version = "0.1"; + sha256 = "1dkmpdqxq919555hc8hx5qf070ginynbzb7lnmir1lnidvqi5b8i"; buildDepends = [ base semigroups ]; testDepends = [ base hspec QuickCheck quickcheck-instances ]; description = "Predicative tries"; @@ -101477,6 +101679,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "random-derive" = callPackage + ({ mkDerivation, base, random, template-haskell }: + mkDerivation { + pname = "random-derive"; + version = "0.1.0.0"; + sha256 = "08irzyg8cgigj009zp5hg33gdwranrdyyzrxhmwyib6fm5bmsj8p"; + buildDepends = [ base random template-haskell ]; + homepage = "https://github.com/frerich/random-derive"; + description = "A Template Haskell helper for deriving Random instances"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "random-eff" = callPackage ({ mkDerivation, base, extensible-effects, random }: mkDerivation { @@ -102068,20 +102282,20 @@ self: { }) {}; "reactive-banana" = callPackage - ({ mkDerivation, base, containers, hashable, HUnit, pqueue + ({ mkDerivation, base, containers, hashable, HUnit, psqueues , test-framework, test-framework-hunit, transformers , unordered-containers, vault }: mkDerivation { pname = "reactive-banana"; - version = "0.8.1.1"; - sha256 = "1fgfcpn5zapygixygz69cfmqg872ixa3nlakvgj5dd53qgkzq9s7"; + version = "0.8.1.2"; + sha256 = "1ak3i0r7y9d5pyb4q6jag804bkgiqj3az7cckj50ffvra2v37nga"; buildDepends = [ - base containers hashable pqueue transformers unordered-containers + base containers hashable psqueues transformers unordered-containers vault ]; testDepends = [ - base containers hashable HUnit pqueue test-framework + base containers hashable HUnit psqueues test-framework test-framework-hunit transformers unordered-containers vault ]; homepage = "http://wiki.haskell.org/Reactive-banana"; @@ -102351,8 +102565,8 @@ self: { }: mkDerivation { pname = "record"; - version = "0.3.1"; - sha256 = "11ddiz2i4rx0rydcm82j8gwf9zr26if78ij539hfdyi2zbvyri85"; + version = "0.3.1.1"; + sha256 = "08rmxy2hy19jz614ml5qfwhmdnhfs0qllgk65p0p7bb4v65cg5s9"; buildDepends = [ attoparsec base base-prelude template-haskell text transformers ]; @@ -102363,6 +102577,21 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "record-aeson" = callPackage + ({ mkDerivation, aeson, base, base-prelude, hspec, record + , template-haskell + }: + mkDerivation { + pname = "record-aeson"; + version = "0.1.0.0"; + sha256 = "023g63y478k7mq8kk5xcxa3civs3hdhlvdb0qh3amvvybpj3g4av"; + buildDepends = [ aeson base base-prelude record template-haskell ]; + testDepends = [ aeson base-prelude hspec record ]; + homepage = "https://github.com/nikita-volkov/record-aeson"; + description = "Instances of \"aeson\" classes for the \"record\" types"; + license = stdenv.lib.licenses.mit; + }) {}; + "record-gl" = callPackage ({ mkDerivation, base, base-prelude, containers, GLUtil, HUnit , linear, OpenGL, record, tagged, template-haskell, test-framework @@ -102422,8 +102651,8 @@ self: { ({ mkDerivation, base, comonad, free, transformers }: mkDerivation { pname = "recursion-schemes"; - version = "4.1"; - sha256 = "03rf65ak6bxsr204j6d8g5zyxva9vbmncycav3smqwfg5n3b3pwf"; + version = "4.1.1"; + sha256 = "00izjknk7g2546p35hrha413nji6013wfbjic8jgmlzzjlr1cjwl"; buildDepends = [ base comonad free transformers ]; homepage = "http://github.com/ekmett/recursion-schemes/"; description = "Generalized bananas, lenses and barbed wire"; @@ -104347,7 +104576,9 @@ self: { mkDerivation { pname = "resourcet"; version = "1.1.4.1"; + revision = "1"; sha256 = "1qw9bjr22g8a1fr84cmwjqpqs7cfc8iagix4s618snrg1r1gp6p2"; + editedCabalFile = "28106769e7204b32cfdfb46603990697cfef6f1a9e720d47ec76873edfb06ad7"; buildDepends = [ base containers exceptions lifted-base mmorph monad-control mtl transformers transformers-base transformers-compat @@ -104668,8 +104899,8 @@ self: { }: mkDerivation { pname = "rethinkdb-client-driver"; - version = "0.0.17"; - sha256 = "01jz3bg6zjrvkrs7mvwvyyzq94j57cgmghzp9rsdlia2r6bd6lcz"; + version = "0.0.18"; + sha256 = "1zj9b0k9v1pi66m8j36zv2i6dc2r8njlsjalfiifch3knpfadl4z"; buildDepends = [ aeson base binary bytestring hashable mtl network old-locale scientific template-haskell text time unordered-containers vector @@ -105746,6 +105977,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "rspp" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "rspp"; + version = "0.1.0.0"; + sha256 = "1rlx6hzw987jng2wmm2igfqlfym06wk8wxvqpb4v1zgqb00rabpc"; + buildDepends = [ base ]; + jailbreak = true; + homepage = "http://github.com/AJChapman/rspp"; + description = "A Rational Street Performer Protocol solver"; + license = stdenv.lib.licenses.mit; + }) {}; + "rss" = callPackage ({ mkDerivation, base, HaXml, network, network-uri, old-locale , time @@ -107656,6 +107900,34 @@ self: { license = stdenv.lib.licenses.bsd2; }) {}; + "sdr" = callPackage + ({ mkDerivation, array, base, bytestring, cairo, cereal, Chart + , Chart-cairo, colour, containers, Decimal, dynamic-graph, either + , fftwRaw, GLFW-b, OpenGL, optparse-applicative, pango, pipes + , pipes-bytestring, pipes-concurrency, primitive, pulse-simple + , QuickCheck, rtlsdr, storable-complex, test-framework + , test-framework-quickcheck2, time, tuple, vector + }: + mkDerivation { + pname = "sdr"; + version = "0.1.0.1"; + sha256 = "1sy5sn401bdsnip99jc8qxp81j2ladrw9yvzmf3xf5hljyq7sxif"; + buildDepends = [ + array base bytestring cairo cereal Chart Chart-cairo colour + containers Decimal dynamic-graph either fftwRaw GLFW-b OpenGL + optparse-applicative pango pipes pipes-bytestring pipes-concurrency + primitive pulse-simple rtlsdr storable-complex time tuple vector + ]; + testDepends = [ + base primitive QuickCheck storable-complex test-framework + test-framework-quickcheck2 vector + ]; + jailbreak = true; + homepage = "https://github.com/adamwalker/sdr"; + description = "A software defined radio library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "seacat" = callPackage ({ mkDerivation, base, blaze-builder, blaze-html, bytestring , ConfigFile, data-default, directory, filepath, http-types @@ -107753,20 +108025,21 @@ self: { "second-transfer" = callPackage ({ mkDerivation, base, base16-bytestring, binary, bytestring - , conduit, containers, exceptions, hashable, hashtables, hslogger - , http2, HUnit, lens, network, network-uri, openssl, text + , conduit, containers, cpphs, exceptions, hashable, hashtables + , hslogger, http2, HUnit, lens, network, network-uri, openssl, text , transformers }: mkDerivation { pname = "second-transfer"; - version = "0.2.0.0"; - sha256 = "0lgb938i3f4yb4j5dxa4j4vn7wckl7kjhz0qd8yx1hpzi9k3y70g"; + version = "0.3.0.4"; + sha256 = "0hw3a43fz11sys8z8ngsfl7nc6prfaa4j6vzs1j8m3cni3hmrl5v"; buildDepends = [ base base16-bytestring binary bytestring conduit containers exceptions hashable hashtables hslogger http2 lens network network-uri text transformers ]; testDepends = [ base bytestring conduit http2 HUnit lens ]; + buildTools = [ cpphs ]; extraLibraries = [ openssl ]; jailbreak = true; homepage = "https://github.com/alcidesv/second-transfer"; @@ -109149,8 +109422,8 @@ self: { }: mkDerivation { pname = "shake-language-c"; - version = "0.6.4"; - sha256 = "1wn491jcx78v748dyis7wg3jlg0kff0iv605a6f2ig3j7sxka1yz"; + version = "0.7.1"; + sha256 = "035pqmxqkydl62i1yz2r3a3fzc3p4zw83y5p56ngjjywksy9w68m"; buildDepends = [ base data-default-class fclabels process shake split unordered-containers @@ -109507,20 +109780,29 @@ self: { "shelly" = callPackage ({ mkDerivation, async, base, bytestring, containers, directory - , enclosed-exceptions, exceptions, lifted-async, lifted-base - , monad-control, mtl, process, system-fileio, system-filepath, text - , time, transformers, transformers-base, unix-compat + , enclosed-exceptions, exceptions, hspec, HUnit, lifted-async + , lifted-base, monad-control, mtl, process, system-fileio + , system-filepath, text, time, transformers, transformers-base + , unix-compat }: mkDerivation { pname = "shelly"; - version = "1.6.1.2"; - sha256 = "0iv0ypl6qbrcax43smqc7s5zpm5ck5a5zby59ibnahv5a6wn16ki"; + version = "1.6.2.5"; + sha256 = "1dvaf1w1b5y717n24b9c3ri1qnpqppk5syh834h4iqcwfwlkjcvy"; + isLibrary = true; + isExecutable = true; buildDepends = [ async base bytestring containers directory enclosed-exceptions exceptions lifted-async lifted-base monad-control mtl process system-fileio system-filepath text time transformers transformers-base unix-compat ]; + testDepends = [ + async base bytestring containers directory enclosed-exceptions + exceptions hspec HUnit lifted-async lifted-base monad-control mtl + process system-fileio system-filepath text time transformers + transformers-base unix-compat + ]; homepage = "https://github.com/yesodweb/Shelly.hs"; description = "shell-like (systems) programming in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -109688,8 +109970,8 @@ self: { }: mkDerivation { pname = "shuffle"; - version = "0.1.3.2"; - sha256 = "07amjk5l9apxs90klq3ii8gxmywnxqhx4fk2yapmm8l75l8b6kfg"; + version = "0.1.3.3"; + sha256 = "0ngva3p3838xay3zz442n99ilhk5d9majg342x6y7hs796lqbrrd"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -110578,8 +110860,8 @@ self: { }: mkDerivation { pname = "singletons"; - version = "1.1.1"; - sha256 = "1pbz42i2vxmw3sf3f4sqvgyp9a1b1q5my7xq64h37a9g6jd2246a"; + version = "1.1.2"; + sha256 = "102pxml8k1f94q8vmbsjhv6sjxa316xblfcl8czagcxkpz0sil4d"; buildDepends = [ base containers mtl template-haskell th-desugar ]; testDepends = [ base Cabal constraints filepath process tasty tasty-golden @@ -114160,21 +114442,44 @@ self: { }) {}; "stackage" = callPackage - ({ mkDerivation, base, stackage-cli, stackage-install - , stackage-update, stackage-upload + ({ mkDerivation, base, stackage-build-plan, stackage-cli + , stackage-install, stackage-update, stackage-upload }: mkDerivation { pname = "stackage"; - version = "0.7.1.0"; - sha256 = "02z5gkhymgiz7n0mm7j3p10ysi58d9rcz9d2pxakf0hmdsc37xx7"; + version = "0.7.2.0"; + sha256 = "0qqj39jpigv77vikdc18n7p4527z5hj1chzshqsng4d4msqavfkp"; buildDepends = [ - base stackage-cli stackage-install stackage-update stackage-upload + base stackage-build-plan stackage-cli stackage-install + stackage-update stackage-upload ]; homepage = "https://www.stackage.org/"; description = "Dummy package forcing installation of other Stackage packages"; license = stdenv.lib.licenses.mit; }) {}; + "stackage-build-plan" = callPackage + ({ mkDerivation, aeson, base, bytestring, Cabal, containers + , directory, exceptions, filepath, http-client, http-client-tls + , mtl, optparse-applicative, stackage-cli, stackage-types, text + , time, yaml + }: + mkDerivation { + pname = "stackage-build-plan"; + version = "0.1.0.0"; + sha256 = "01vnfmsxx6m6x9wip5pqbg5yffprlc94cdj5ahqs2fyqvzs4j8rb"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + aeson base bytestring Cabal containers directory exceptions + filepath http-client http-client-tls mtl optparse-applicative + stackage-cli stackage-types text time yaml + ]; + homepage = "https://github.com/fpco/stackage-build-plan"; + description = "Calculate and print (in different formats) Stackage build plans"; + license = stdenv.lib.licenses.mit; + }) {}; + "stackage-cli" = callPackage ({ mkDerivation, base, bytestring, conduit, directory, either , exceptions, filepath, hashable, http-client, http-client-tls @@ -114213,8 +114518,8 @@ self: { }: mkDerivation { pname = "stackage-curator"; - version = "0.8.0"; - sha256 = "1nzbx22y90llcbfv37v119s7psp70rh7gyszar6zfg7wr4plcimb"; + version = "0.8.1"; + sha256 = "1fjyh8lgkf4z36jwxy45rbl4sqzg7j51gaymrqig5c0434canyqc"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -114239,17 +114544,17 @@ self: { "stackage-install" = callPackage ({ mkDerivation, async, base, bytestring, directory, filepath - , http-client, http-client-tls, process, stm + , http-client, http-client-tls, http-types, process, stm }: mkDerivation { pname = "stackage-install"; - version = "0.1.0.1"; - sha256 = "1ryl2b3hd4kbrn4k1brsqqwq14sv0dhsl89zskgmzwrxg32p2m94"; + version = "0.1.0.2"; + sha256 = "0zz7rlmjmfx45xxcid6zd8i3m3ar45hv4jhb9sqnha3qdy9yb9a5"; isLibrary = true; isExecutable = true; buildDepends = [ async base bytestring directory filepath http-client - http-client-tls process stm + http-client-tls http-types process stm ]; homepage = "https://github.com/fpco/stackage-install"; description = "Secure download of packages for cabal-install"; @@ -114816,13 +115121,14 @@ self: { ({ mkDerivation, base, Cabal, cabal-test-quickcheck, QuickCheck }: mkDerivation { pname = "step-function"; - version = "0.1.0.0"; - sha256 = "0v7mpi680zl5ihzrdda7di790br5jm563kf0r46z40b63lbzzv01"; + version = "0.1.0.2"; + sha256 = "1jr10zxyq8w6nnkxvjzhrmrxq8ksfcpsgxmjcag0hsxr0rflh8pk"; buildDepends = [ base ]; testDepends = [ base Cabal cabal-test-quickcheck QuickCheck ]; homepage = "https://github.com/jonpetterbergman/step-function"; description = "Step functions, staircase functions or piecewise constant functions"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "stepwise" = callPackage @@ -115800,8 +116106,8 @@ self: { }: mkDerivation { pname = "stripe-haskell"; - version = "0.1.3.1"; - sha256 = "0c0g1ixjja49ifdch06flsb1k233sazy7yybqskacv7xmb1bpixy"; + version = "0.1.4.0"; + sha256 = "09s699h2b641bakcgf3f2cwdqb4qb37b4y31vpcq3k8pkbmhy8sf"; buildDepends = [ aeson base bytestring either HsOpenSSL http-streams io-streams mtl random text time transformers unordered-containers @@ -116452,8 +116758,8 @@ self: { }: mkDerivation { pname = "swagger"; - version = "0.2.1"; - sha256 = "0b3yj37l80nvk2qnd1hnvqr6xsh11v7sb6s75wnr5gm6v7q5fd47"; + version = "0.2.2"; + sha256 = "1hpc569n34kr1nkrwlx76pc0yp9icr8j5cxliwjqffnh7x2czzqr"; buildDepends = [ aeson base bytestring text time transformers ]; testDepends = [ aeson base bytestring tasty tasty-hunit ]; description = "Implementation of swagger data model"; @@ -116724,24 +117030,26 @@ self: { "syncthing-hs" = callPackage ({ mkDerivation, aeson, base, bytestring, connection, containers - , derive, either, exceptions, http-client, http-client-tls, lens - , old-locale, quickcheck-instances, regex-posix, tasty, tasty-hunit + , data-default, derive, either, exceptions, http-client + , http-client-tls, http-types, lens, old-locale + , quickcheck-instances, regex-posix, scientific, tasty, tasty-hunit , tasty-quickcheck, text, time, transformers, unordered-containers - , wreq + , vector, wreq }: mkDerivation { pname = "syncthing-hs"; - version = "0.1.2.0"; - sha256 = "15s2pz775bgygq2pnb6x546sf16vcr2dzyn5qnwf4wl7gg4hjalj"; + version = "0.2.0.0"; + sha256 = "172jyv2lxq1ys7r2hcrria91s6k5fks2bqnd7whppln79g1nd7vi"; buildDepends = [ aeson base bytestring connection containers either exceptions http-client http-client-tls lens old-locale regex-posix text time - transformers unordered-containers wreq + transformers unordered-containers vector wreq ]; testDepends = [ - aeson base bytestring containers derive either lens - quickcheck-instances tasty tasty-hunit tasty-quickcheck text - transformers wreq + aeson base bytestring containers data-default derive either + exceptions http-client http-types lens quickcheck-instances + scientific tasty tasty-hunit tasty-quickcheck text transformers + vector wreq ]; homepage = "https://github.com/jetho/syncthing-hs"; description = "Haskell bindings for the Syncthing REST API"; @@ -118648,8 +118956,8 @@ self: { }: mkDerivation { pname = "templater"; - version = "0.0.2.0"; - sha256 = "10dar9n4ccskv163zh3h756mp9ccx04ifgjwnsf8cnab22lng5mb"; + version = "0.0.3.0"; + sha256 = "0j00bb915j5d9a416gjqng08zcqfwbv24k2rqmb0mbmzz768viz4"; buildDepends = [ attoparsec base text ]; testDepends = [ base hspec hspec-attoparsec HUnit QuickCheck text @@ -118699,12 +119007,12 @@ self: { }) {}; "temporal-media" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, Boolean }: mkDerivation { pname = "temporal-media"; - version = "0.4.0"; - sha256 = "0x421j06xqa3rrx3pavc720j6xhnajgp3x1m8hdafis2g93d4mb0"; - buildDepends = [ base ]; + version = "0.5.0"; + sha256 = "1pjw781rkki4nv0xsn35jhrad2xxxks0lpqsx3zg5rzrvvxqd3b6"; + buildDepends = [ base Boolean ]; homepage = "https://github.com/anton-k/temporal-media"; description = "data types for temporal media"; license = stdenv.lib.licenses.bsd3; @@ -119169,6 +119477,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "test-invariant" = callPackage + ({ mkDerivation, base, QuickCheck, tasty, tasty-quickcheck }: + mkDerivation { + pname = "test-invariant"; + version = "0.4.3.0"; + sha256 = "1s0ddadch3wk8435y6am6v7d833jj0v7i70wr9shi7qc91igm3wr"; + buildDepends = [ base QuickCheck ]; + testDepends = [ base QuickCheck tasty tasty-quickcheck ]; + homepage = "https://github.com/knupfer/test-invariant"; + description = "Provide common invariants to be checked with QuickCheck"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "test-pkg" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -119417,8 +119738,8 @@ self: { }: mkDerivation { pname = "texmath"; - version = "0.8.1"; - sha256 = "0k30b4klbp1n59gjpwmkcd8p7rg0ihnn9n3ka5vz85lfsykl7q6q"; + version = "0.8.2"; + sha256 = "1dqx00ai4cgvrih0pwk46iajcpdq6a2dn8ndy1lficgqld6dvdzr"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -120014,6 +120335,7 @@ self: { homepage = "https://github.com/seereason/th-context"; description = "Test instance context"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "th-desugar" = callPackage @@ -120540,28 +120862,27 @@ self: { }) {}; "threepenny-gui" = callPackage - ({ mkDerivation, aeson, attoparsec-enumerator, base, bytestring - , containers, data-default, deepseq, filepath, hashable + ({ mkDerivation, aeson, async, attoparsec-enumerator, base + , bytestring, containers, data-default, deepseq, filepath, hashable , MonadCatchIO-transformers, network-uri, safe, snap-core , snap-server, stm, template-haskell, text, time, transformers - , unordered-containers, utf8-string, vault, websockets + , unordered-containers, utf8-string, vault, vector, websockets , websockets-snap }: mkDerivation { pname = "threepenny-gui"; - version = "0.5.0.0"; - sha256 = "0rr826k6p2hbp66qr12sci6km40krbi7lbs293r11jxi0ivj5drd"; + version = "0.6.0.1"; + sha256 = "1pivjwz9i3phi6ja4b47mwbh3gscql4z14vxw5s6imhy3pzbr99r"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson attoparsec-enumerator base bytestring containers data-default - deepseq filepath hashable MonadCatchIO-transformers network-uri - safe snap-core snap-server stm template-haskell text time - transformers unordered-containers utf8-string vault websockets - websockets-snap + aeson async attoparsec-enumerator base bytestring containers + data-default deepseq filepath hashable MonadCatchIO-transformers + network-uri safe snap-core snap-server stm template-haskell text + time transformers unordered-containers utf8-string vault vector + websockets websockets-snap ]; - jailbreak = true; - homepage = "http://www.haskell.org/haskellwiki/Threepenny-gui"; + homepage = "http://wiki.haskell.org/Threepenny-gui"; description = "GUI framework that uses the web browser as a display"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -121204,14 +121525,23 @@ self: { }) {}; "timerep" = callPackage - ({ mkDerivation, attoparsec, base, old-locale, time }: + ({ mkDerivation, attoparsec, base, Cabal, cabal-test-quickcheck + , monoid-subclasses, QuickCheck, text, time, time-locale-compat + }: mkDerivation { pname = "timerep"; - version = "1.0.4"; - sha256 = "00a1sfhpp3c88f2pg0kigmzngh84ahw9d4zh188miagw0b4zn8xj"; - buildDepends = [ attoparsec base old-locale time ]; - description = "Parse and display time according to some RFCs (RFC3339, RFC2822)"; + version = "2.0.0"; + sha256 = "1s2m5z36ll4r2xijw6jv0wblva79jpzz6737l607hn3pvq13nbzz"; + buildDepends = [ + attoparsec base monoid-subclasses text time time-locale-compat + ]; + testDepends = [ + base Cabal cabal-test-quickcheck QuickCheck text time + time-locale-compat + ]; + description = "Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822)"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "timers" = callPackage @@ -121283,12 +121613,13 @@ self: { }: mkDerivation { pname = "timezone-olson"; - version = "0.1.6"; - sha256 = "0gg1fq85km5d48966a267q6z0wwl1dz88xq88v0l1jlkwd9jsb0z"; + version = "0.1.7"; + revision = "1"; + sha256 = "1am6vqq3zxrnb444waqfajk3s1wpynw9fszqnk9ww7akf2v5abr3"; + editedCabalFile = "cdd67661d2460ceb1720bcbb194726a57c21b113b9383cd1f1dca91e8e71d652"; buildDepends = [ base binary bytestring extensible-exceptions time timezone-series ]; - jailbreak = true; homepage = "http://projects.haskell.org/time-ng/"; description = "A pure Haskell parser and renderer for binary Olson timezone files"; license = stdenv.lib.licenses.bsd3; @@ -121300,12 +121631,11 @@ self: { }: mkDerivation { pname = "timezone-olson-th"; - version = "0.1.0.0"; - sha256 = "0rw0gca1qa5r9nas12mhmbfa09jjix6kn7h5vjmvbhh83820br5i"; + version = "0.1.0.1"; + sha256 = "1xqy4bbkwn03ynvk8dhcmrp37rj1swaskh2si9adb9d5prcibsv1"; buildDepends = [ base template-haskell time timezone-olson timezone-series ]; - jailbreak = true; homepage = "http://github.com/jonpetterbergman/timezone-olson-th"; description = "Load TimeZoneSeries from an Olson file at compile time"; license = stdenv.lib.licenses.bsd3; @@ -121315,10 +121645,9 @@ self: { ({ mkDerivation, base, time }: mkDerivation { pname = "timezone-series"; - version = "0.1.4"; - sha256 = "06p5v0dimhwmra100gwkhkz3ll492i2bvafw0qx2qzcxx4yxff40"; + version = "0.1.5.1"; + sha256 = "0mks5s5wdw8fi5hjhf6zbs3pfgy4gsysd1369s41kw4h7aidsi6j"; buildDepends = [ base time ]; - jailbreak = true; homepage = "http://projects.haskell.org/time-ng/"; description = "Enhanced timezone handling for Data.Time"; license = stdenv.lib.licenses.bsd3; @@ -122621,20 +122950,20 @@ self: { "tttool" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, containers - , directory, filepath, ghc-prim, hashable, JuicyPixels, mtl, parsec - , process, template-haskell, text, time, unordered-containers - , vector, yaml + , directory, executable-path, filepath, hashable, haskeline + , JuicyPixels, mtl, parsec, process, process-extras, random + , template-haskell, time, vector, yaml }: mkDerivation { pname = "tttool"; - version = "1.3"; - sha256 = "03wb7ra4zk6x40z2h2i8rdlf53abd9lnj67c2438y2vk70ljmlny"; + version = "1.4.0.1"; + sha256 = "1adk3ngh88bm2mwycvpw3fsvzcrprkd34wyam6pan8yvw1jaz0lg"; isLibrary = false; isExecutable = true; buildDepends = [ - aeson base binary bytestring containers directory filepath ghc-prim - hashable JuicyPixels mtl parsec process template-haskell text time - unordered-containers vector yaml + aeson base binary bytestring containers directory executable-path + filepath hashable haskeline JuicyPixels mtl parsec process + process-extras random template-haskell time vector yaml ]; homepage = "https://github.com/entropia/tip-toi-reveng"; description = "Working with files for the Tiptoi® pen"; @@ -124141,8 +124470,8 @@ self: { }: mkDerivation { pname = "uhc-light"; - version = "1.1.8.10"; - sha256 = "12rrcvmqpani5pp9qpf4yqsgvbzx4xwj87nfw0kl4mrhl4gd8c8d"; + version = "1.1.9.0"; + sha256 = "0dqb0054nbl5qfxrg7g4yvmiawp9ladlws26cdf32jxrm31wgmkj"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -124163,8 +124492,8 @@ self: { }: mkDerivation { pname = "uhc-util"; - version = "0.1.5.4"; - sha256 = "0ksaph4nmk38hv3pfs95xrp6mryhjk6dqbl8wlj5iyn75f1yibli"; + version = "0.1.5.5"; + sha256 = "00b1ycdnm0gm01izs96qwsx3c3p1mrcimzamscaimyr1y14jvfc1"; buildDepends = [ array base binary bytestring containers directory fclabels fgl hashable ListLike mtl process syb time time-compat uulib @@ -125644,8 +125973,8 @@ self: { }: mkDerivation { pname = "usb"; - version = "1.3.0.1"; - sha256 = "0sckwrf22zpyp11575d8n5ka6cwcc0cw9r79vzbl859rz1bcxrj7"; + version = "1.3.0.2"; + sha256 = "1qnbjpxa19w3dli5qjamb3f8pgq8jas01pm30x8m7fbh4zlnpzib"; buildDepends = [ base bindings-libusb bytestring containers ghc-prim text vector ]; @@ -125748,8 +126077,8 @@ self: { ({ mkDerivation, aeson, base, bcrypt, path-pieces, text, time }: mkDerivation { pname = "users"; - version = "0.2.0.1"; - sha256 = "0h0265yynj22p6m84gb9by4axby90awsf7zr2s2g0sb9j38z2b4p"; + version = "0.3.0.0"; + sha256 = "1f63223fxrcyp3gz63viqncqs7yln0mifcnh123172rnfhn61zka"; buildDepends = [ aeson base bcrypt path-pieces text time ]; homepage = "https://github.com/agrafix/users"; description = "A library simplifying user management for web applications"; @@ -125762,8 +126091,8 @@ self: { }: mkDerivation { pname = "users-postgresql-simple"; - version = "0.2.0.0"; - sha256 = "162bk3nswnnzblksx4n8fz2yvxaqry7jknb2gkypv15r6kw1pi43"; + version = "0.3.0.0"; + sha256 = "039da6rvjcdjg5lpd5hqkxcb9vgdcd7ppjiqk3gn6jl5q1gn1yzr"; buildDepends = [ aeson base bytestring mtl postgresql-simple text time users uuid ]; @@ -125777,8 +126106,8 @@ self: { ({ mkDerivation, aeson, base, hspec, text, users }: mkDerivation { pname = "users-test"; - version = "0.2.0.0"; - sha256 = "1fli5h9i5bjx945pixnlicsy2y2caw1595isq98vwv7rsarkj8dx"; + version = "0.3.0.0"; + sha256 = "1cmrd0igkidmv8jfb3dv3g49i1k71rh3i4v3dksql18g7472cnxh"; buildDepends = [ aeson base hspec text users ]; homepage = "https://github.com/agrafix/users"; description = "Library to test backends for the users library"; @@ -125939,19 +126268,21 @@ self: { }) {}; "uu-options" = callPackage - ({ mkDerivation, base, lenses, mtl, transformers, uu-interleaved - , uu-parsinglib + ({ mkDerivation, base, lenses, mtl, template-haskell, transformers + , uu-interleaved, uu-parsinglib }: mkDerivation { pname = "uu-options"; - version = "0.1.0.1"; - sha256 = "0dygg4w3rlnf1pnmwq7i6vzz0v90b4g18ipfc5whn1ss1bixwxk4"; + version = "0.1.0.2"; + revision = "1"; + sha256 = "0cbf0ckq8z7lqziip7znfwa4vmqfsgmg7phrc3r68z2hpinw73zy"; + editedCabalFile = "25f112bb1de34b05c01588e982a1ce61225ede0e18d569c5dea91518589e0149"; isLibrary = true; isExecutable = true; buildDepends = [ - base lenses mtl transformers uu-interleaved uu-parsinglib + base lenses mtl template-haskell transformers uu-interleaved + uu-parsinglib ]; - jailbreak = true; homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators"; description = "Parse command line options using uu-interleave and uu-parsinglib"; license = stdenv.lib.licenses.mit; @@ -126689,6 +127020,7 @@ self: { sha256 = "10mn2gvpkp14j7rc7cc66x30k7xh56xpp04ak1aj8p46rsy75s4x"; editedCabalFile = "af7a5778a0ab8e79fdd4d535aeda7dba18ead15ea3f0b5ae87c3b17c5a076216"; buildDepends = [ accelerate base vect-floating ]; + jailbreak = true; homepage = "http://github.com/cpdurham/vect-floating-accelerate"; description = "Accelerate instances for vect-floating types"; license = stdenv.lib.licenses.bsd3; @@ -127513,8 +127845,8 @@ self: { }: mkDerivation { pname = "vty"; - version = "5.2.8"; - sha256 = "01wra0gfv94wbv0blrixix0bggjg9cg72axgg3r9brp7qmh1qv14"; + version = "5.2.9"; + sha256 = "013bha8b30q7ax2qyv315hmdxhzfqgc2bw2wyz1q53qw0mxyhbjr"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -127663,8 +127995,8 @@ self: { }: mkDerivation { pname = "wai-app-static"; - version = "3.0.1"; - sha256 = "0c2zhkm9c9ixaj210npi5vlm4rnyj56nxakjz63kahna121qjqak"; + version = "3.0.1.1"; + sha256 = "1zji4zisclycpyg28shwk96zmhmlvwiwz057dd4wf3w35sdklx7y"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -128317,6 +128649,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "wai-request-spec" = callPackage + ({ mkDerivation, base, bytestring, case-insensitive, containers + , http-types, text, wai + }: + mkDerivation { + pname = "wai-request-spec"; + version = "0.8.5.2"; + sha256 = "1r51ib85krin61ggqgrir0igma80qryblqqrf38j01af1qnvvlxv"; + buildDepends = [ + base bytestring case-insensitive containers http-types text wai + ]; + homepage = "https://gitlab.com/cpp.cabrera/wai-request-spec"; + description = "Declarative request parsing"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "wai-responsible" = callPackage ({ mkDerivation, base, bytestring, http-types, wai }: mkDerivation { @@ -132242,8 +132590,8 @@ self: { }: mkDerivation { pname = "yackage"; - version = "0.7.0.7"; - sha256 = "168dcl2ham94k0wmf75lgazn6q82yfww5lpl24nhmdr3fwd4p6p1"; + version = "0.7.0.8"; + sha256 = "1wp7vqlnwxiq4fi0dly25n9jxqi1rpgngd5dn4w4gqla1mqpb43c"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -132954,8 +133302,8 @@ self: { }: mkDerivation { pname = "yesod-auth-oauth"; - version = "1.4.0.1"; - sha256 = "0wy3c271jq7ssvh6fhpi0h92pin5a8f48vmr3qsw8szf4gpw1j69"; + version = "1.4.0.2"; + sha256 = "0vwp08rx4bnqx9mr6ixq15s334cdjadhl9n84rs3n1xd94sj1p6l"; buildDepends = [ authenticate-oauth base bytestring lifted-base text transformers yesod-auth yesod-core yesod-form @@ -133053,10 +133401,8 @@ self: { }: mkDerivation { pname = "yesod-bin"; - version = "1.4.7.1"; - revision = "1"; - sha256 = "080jamya9scyybls3j230rv1mpmxhvskaxd72wxxm5slv8kc6p27"; - editedCabalFile = "a4b2436fca046b83a3e88fc9b923d3d852a87ebd392d9d0704047e01b8a0a7be"; + version = "1.4.7.2"; + sha256 = "15l69vxfzhjql83ikvb6ca980ikj17346bq9b4888cv87yxnizgh"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -133985,6 +134331,7 @@ self: { ]; description = "Transloadit support for Yesod"; license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; "yesod-vend" = callPackage