From e558d0e49b7e45e70c700ae86c740d2232463c29 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 21 Jan 2015 10:22:11 +0100 Subject: [PATCH] hackage-packages.nix: re-generate from Hackage 2015-01-21T16:32:59+0100 --- .../haskell-modules/hackage-packages.nix | 346 ++++++++++++------ 1 file changed, 232 insertions(+), 114 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 7e7eb7b0bbee..8486d5859662 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -8346,6 +8346,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "Irc" = callPackage + ({ mkDerivation, base, data-default, doctest, mtl, network + , transformers + }: + mkDerivation { + pname = "Irc"; + version = "0.1.0.2"; + sha256 = "0qh1j9zy0yfpzdjxn6mypsw555pq2gm5nzys08zj5ilqn5z2r2pi"; + buildDepends = [ base data-default mtl network transformers ]; + testDepends = [ base doctest ]; + jailbreak = true; + homepage = "https://github.com/yunxing/Irc"; + description = "DSL for IRC bots"; + license = stdenv.lib.licenses.gpl2; + }) {}; + "IrrHaskell" = callPackage ({ mkDerivation, base, random, time }: mkDerivation { @@ -13890,6 +13906,18 @@ self: { license = stdenv.lib.licenses.publicDomain; }) {}; + "Treiber" = callPackage + ({ mkDerivation, base, ghc-prim, monad-loops, ref-mtl }: + mkDerivation { + pname = "Treiber"; + version = "0.0.1"; + sha256 = "1kyrly1y54293w441xghzhjz3h93qsz2mdss1x7ks8d9szvdx1qi"; + buildDepends = [ base ghc-prim monad-loops ref-mtl ]; + homepage = "https://github.com/Julek"; + description = "Lock free Treiber stack"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "TrendGraph" = callPackage ({ mkDerivation, base, containers, diagrams-cairo, diagrams-lib , mtl, optparse-applicative, time @@ -20681,12 +20709,12 @@ self: { , conduit-extra, containers, cryptohash, http-conduit, http-types , mtl, optparse-applicative, resourcet, scientific , template-haskell, text, time, unordered-containers, vector - , xml-conduit + , xml-conduit, yaml }: mkDerivation { pname = "aws-ec2"; - version = "0.2.2"; - sha256 = "1jlm6a4mb3mzzvql8llnvci4qd8imf58m681iqhcw1qq6hy56srl"; + version = "0.3.1"; + sha256 = "0na1rszj6izsyi76fjb90phsp2af79fpnykqy3mhssdsjy46bq64"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -20694,7 +20722,7 @@ self: { byteable bytestring conduit-extra containers cryptohash http-conduit http-types mtl optparse-applicative resourcet scientific template-haskell text time unordered-containers vector - xml-conduit + xml-conduit yaml ]; homepage = "https://github.com/zalora/aws-ec2"; description = "AWS EC2/VPC, ELB and CloudWatch client library for Haskell"; @@ -28899,14 +28927,14 @@ self: { }) {}; "clanki" = callPackage - ({ mkDerivation, base, directory, safe, time }: + ({ mkDerivation, base, bytestring, directory, safe, strict, time }: mkDerivation { pname = "clanki"; - version = "1.2.0"; - sha256 = "0svlqc33qlw6hypl1bxd8fqwqlg1323yj5yi08rym5ms6apn4z9z"; + version = "1.2.5"; + sha256 = "0s94zxgcxq230y80kfqgim9yci3wqbq85byyvp0f0kqadsn4wmv1"; isLibrary = false; isExecutable = true; - buildDepends = [ base directory safe time ]; + buildDepends = [ base bytestring directory safe strict time ]; description = "Command-line spaced-repetition software"; license = stdenv.lib.licenses.mit; }) {}; @@ -33440,8 +33468,8 @@ self: { }: mkDerivation { pname = "crypto-pubkey-openssh"; - version = "0.2.6"; - sha256 = "1q7gx8q0dpwv8xyjq5v2i1sdlbkh5xyf1gsw7q3xs1dj2bldqfpf"; + version = "0.2.7"; + sha256 = "0ndb1crjl3xbd18bfs3ipqbzn120mpqnn27jfi4vjqf5ak48b444"; buildDepends = [ asn1-encoding asn1-types attoparsec base base64-bytestring bytestring cereal crypto-pubkey-types pem @@ -33451,7 +33479,6 @@ self: { bytestring cereal crypto-pubkey-types deepseq filepath pem process QuickCheck tasty tasty-quickcheck temporary ]; - jailbreak = true; homepage = "https://github.com/knsd/crypto-pubkey-openssh"; description = "OpenSSH keys decoder/encoder"; license = stdenv.lib.licenses.mit; @@ -34332,13 +34359,13 @@ self: { "dag" = callPackage ({ mkDerivation, base, constraints, hspec, QuickCheck - , quickcheck-instances + , quickcheck-instances, singletons }: mkDerivation { pname = "dag"; - version = "0.0.1"; - sha256 = "1yhr3c0v66xbqf06a056h515kkn4ansg5ynqrmh3571q39qfss6r"; - buildDepends = [ base constraints ]; + version = "0.0.2"; + sha256 = "12pp07iwbc5j1p62w8hfxpwv08gnglm8l2xzqkbmimnwpm86bpg0"; + buildDepends = [ base constraints singletons ]; testDepends = [ base hspec QuickCheck quickcheck-instances ]; description = "Basic type-safe directed acyclic graphs"; license = stdenv.lib.licenses.bsd3; @@ -36550,10 +36577,9 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "deepseq-magic"; - version = "1.0.0.1"; - sha256 = "1h1mi95a580vic76wnpysinvig7qgqpk339ddh1jfz4m14syx2dz"; + version = "1.0.0.3"; + sha256 = "15nisjmhcfippz153b8l8f291halkgbrync5c2v6xwkh07ibn7yp"; buildDepends = [ base ]; - jailbreak = true; homepage = "https://github.com/ezyang/deepseq-magic"; description = "Deep evaluation of data structures without NFData"; license = stdenv.lib.licenses.publicDomain; @@ -41505,9 +41531,8 @@ self: { ({ mkDerivation, base, bytestring, unix }: mkDerivation { pname = "entropy"; - version = "0.3.4.1"; - sha256 = "10myxs2a7838sywnlfggpsd7lmvzphl10zdh1vbbi18n3x79gyk0"; - editedCabalFile = "a7770a86c27d5d48a82b519e9eed75d276ffc2ca942275d0b901299109b590bc"; + version = "0.3.5"; + sha256 = "0myv4r5cwmw4l990r1vmqp4sbgriaizai11477x27pw9ajy93fd2"; buildDepends = [ base bytestring unix ]; homepage = "https://github.com/TomMD/entropy"; description = "A platform independent entropy source"; @@ -41636,8 +41661,8 @@ self: { ({ mkDerivation, base, containers, deepseq, template-haskell }: mkDerivation { pname = "enummapset-th"; - version = "0.6.0.1"; - sha256 = "1v12pfj6k8av58sh6siwzspf2dnbcapmrzfpg2p4yz3bdkc70hh8"; + version = "0.6.0.2"; + sha256 = "1g6z60qalyf8iv41xdl409kmcjm406zccljkgl658y1x9rdi08gr"; buildDepends = [ base containers deepseq template-haskell ]; homepage = "https://github.com/liyang/enummapset-th"; description = "TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap"; @@ -42966,8 +42991,8 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "extensible"; - version = "0.2.2"; - sha256 = "1m29jd3g1zkhjzhd6i9inmw54r2jvdw6014ni399gnzpfzgnk2qy"; + version = "0.2.3"; + sha256 = "1sz1xwxw7c66pjqw86np3k4bxwlpxs2zib7kr3dqvps2icbd621f"; buildDepends = [ base template-haskell ]; homepage = "https://github.com/fumieval/extensible"; description = "Poly-kinded, extensible ADTs"; @@ -44210,8 +44235,8 @@ self: { }: mkDerivation { pname = "filemanip"; - version = "0.3.6.2"; - sha256 = "03l114rhb4f6nyzs9w14i79d7kyyq9ia542alsqpbmikm9gxm4rz"; + version = "0.3.6.3"; + sha256 = "0ilqr8jv41zxcj5qyicg29m8s30b9v70x6f9h2h2rw5ap8bxldl8"; buildDepends = [ base bytestring directory filepath mtl unix-compat ]; @@ -48582,27 +48607,27 @@ self: { }) {}; "git-vogue" = callPackage - ({ mkDerivation, base, bifunctors, Cabal, cpphs, Diff, directory - , filepath, formatting, ghc-mod, haskell-src-exts, hlint, hscolour - , hspec, MissingH, mtl, optparse-applicative, process, split - , strict, stylish-haskell, text, transformers, transformers-base + ({ mkDerivation, base, bifunctors, Cabal, containers, cpphs, Diff + , directory, filepath, formatting, ghc-mod, haskell-src-exts, hlint + , hscolour, hspec, list-tries, mtl, optparse-applicative, process + , split, strict, stylish-haskell, temporary, text, transformers , unix }: mkDerivation { pname = "git-vogue"; - version = "0.1.0.4"; - sha256 = "0na03y5fi0h8b82mfhl2x1aq3q6qp7fh7kvkx2lg24sj9k8l9dbr"; + version = "0.2.0.0"; + sha256 = "0dic8rg8iwdscjl906pdzr432z70bzrkhcnh4fal015ql3wnb4a2"; isLibrary = true; isExecutable = true; buildDepends = [ - base bifunctors Cabal cpphs Diff directory filepath formatting - ghc-mod haskell-src-exts hlint hscolour MissingH mtl + base bifunctors Cabal containers cpphs Diff directory filepath + formatting ghc-mod haskell-src-exts hlint hscolour list-tries mtl optparse-applicative process split strict stylish-haskell text transformers unix ]; testDepends = [ - base directory filepath hspec process transformers - transformers-base unix + base containers directory filepath hspec process temporary + transformers unix ]; homepage = "https://github.com/anchor/git-vogue"; description = "A framework for pre-commit checks"; @@ -50441,8 +50466,8 @@ self: { }: mkDerivation { pname = "grid"; - version = "7.6.7"; - sha256 = "1sdm47y9hbqn40bfi4fssnbrhksca7gdkgpqvz1gd2lqs729i1nf"; + version = "7.6.9"; + sha256 = "1xgyjvdzjyrnp6rkamjvbmv6adcypy4j42dgaz2ai000rnh7d4a8"; buildDepends = [ base cereal containers ]; testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 @@ -52486,8 +52511,8 @@ self: { }: mkDerivation { pname = "haddocset"; - version = "0.3.1"; - sha256 = "1jlgscidw0h70243r3032cgqwz8dpsjjndaci5wm4kq9qy63mbwj"; + version = "0.3.2"; + sha256 = "0ppbvmmiz07p8kyblkplzkki3kc4z8hlmxc9h18fj0xwr6dpfib7"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -54040,8 +54065,8 @@ self: { }: mkDerivation { pname = "haroonga"; - version = "0.1.5.0"; - sha256 = "16xmhsngpknlc3g3z4mxb9c4rllnsap1fvcj9nf4yr4mafx96b11"; + version = "0.1.6.0"; + sha256 = "06w79104ncs8qmcb1qhpsscjm1hb77v37l3gih1n1wp4kw2m788z"; buildDepends = [ base bindings-DSL monad-control resourcet transformers ]; @@ -59030,8 +59055,8 @@ self: { }: mkDerivation { pname = "hindent"; - version = "4.2.1"; - sha256 = "1ycdssi0g52n1vdm9jhz2hfwjg24zk41g6aif173n3qr4bbn4xm2"; + version = "4.2.3"; + sha256 = "1s9q52bfah7aig35dfrfvdw8738ksgdgp34yrarscdrvnpxz6jnx"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -59042,7 +59067,6 @@ self: { base data-default directory haskell-src-exts hspec monad-loops mtl text ]; - jailbreak = true; description = "Extensible Haskell pretty printer"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63192,22 +63216,22 @@ self: { ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base , bytestring, Cabal, containers, deepseq, directory, exceptions , filepath, ghc, ghc-mod, ghc-paths, haddock-api, haskell-src-exts - , hdocs, HTTP, monad-loops, mtl, network, process + , hdocs, HTTP, lens, monad-loops, mtl, network, process , regex-pcre-builtin, scientific, template-haskell, text, time , transformers, uniplate, unix, unordered-containers, vector }: mkDerivation { pname = "hsdev"; - version = "0.1.3.2"; - sha256 = "1gr24789vg05phps4141dfygdzlhy58v5r90bv35gp6gwnj2b0za"; + version = "0.1.3.3"; + sha256 = "161zpbq97h1mdmf3yxmbmihh92mbshgz4cdnxwpiarynb7y6lm3f"; isLibrary = true; isExecutable = true; buildDepends = [ aeson aeson-pretty array attoparsec base bytestring Cabal containers deepseq directory exceptions filepath ghc ghc-mod - ghc-paths haddock-api haskell-src-exts hdocs HTTP monad-loops mtl - network process regex-pcre-builtin scientific template-haskell text - time transformers uniplate unix unordered-containers vector + ghc-paths haddock-api haskell-src-exts hdocs HTTP lens monad-loops + mtl network process regex-pcre-builtin scientific template-haskell + text time transformers uniplate unix unordered-containers vector ]; testDepends = [ base ]; homepage = "https://github.com/mvoidex/hsdev"; @@ -64490,8 +64514,8 @@ self: { }: mkDerivation { pname = "hsqml"; - version = "0.3.2.1"; - sha256 = "1hz9j592kj1jihsb7gahy3rj4zyma204hsikijwxqs6nr02vx3hr"; + version = "0.3.3.0"; + sha256 = "0m0g822182q45cvl3k7ir1c6g5wzwb1c9137g1c62f3npinb0kmz"; buildDepends = [ base containers filepath tagged text transformers ]; @@ -64543,8 +64567,8 @@ self: { ({ mkDerivation, base, hsqml, OpenGL, OpenGLRaw, text }: mkDerivation { pname = "hsqml-demo-samples"; - version = "0.3.2.0"; - sha256 = "017yqpk5kivcm070lqlmb5ml19hrghc22h5h2svk4mwszscf65fc"; + version = "0.3.3.0"; + sha256 = "072k2vc6wk8r2zn2isp37p9xhi8dbg15sy5hmpj868lzbq3mzyac"; isLibrary = false; isExecutable = true; buildDepends = [ base hsqml OpenGL OpenGLRaw text ]; @@ -65735,9 +65759,8 @@ self: { }: mkDerivation { pname = "http-streams"; - version = "0.7.2.4"; - sha256 = "1hs2d5qiq5vq6qjxxx061w1iigr05chkv28xvlvxfz0wc7nlipzz"; - editedCabalFile = "ba1a8d4829c9476c90135fadace2ec6eaa62539f5599c050a33936ef6d479fb1"; + version = "0.7.2.5"; + sha256 = "0dabn3d9al9lvfqk7fg3nbddbygygq4am3j7wibp48zhy3vg8m0y"; buildDepends = [ aeson attoparsec base base64-bytestring blaze-builder bytestring case-insensitive directory HsOpenSSL http-common io-streams mtl @@ -66513,8 +66536,8 @@ self: { }: mkDerivation { pname = "hxt-relaxng"; - version = "9.1.5.1"; - sha256 = "16jzsk9gkrqnq1d1n5nm0w6b4viq7938zlis26mm975x6s12i1w6"; + version = "9.1.5.3"; + sha256 = "1170gpxx4pr9v5jkfy5c0kz5h10z7aildd6qgd02d5bqxnph5kil"; buildDepends = [ base containers hxt hxt-charproperties hxt-regex-xmlschema network-uri parsec @@ -68693,18 +68716,19 @@ self: { "intricacy" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers , cryptohash, directory, filepath, hscurses, mtl, network-fancy - , SDL, SDL-gfx, SDL-ttf, stm, time, transformers, vector + , random, SDL, SDL-gfx, SDL-mixer, SDL-ttf, stm, time, transformers + , vector }: mkDerivation { pname = "intricacy"; - version = "0.3.3"; - sha256 = "1yvw2snkcmkllzdhpsxrhcw6i9401xwhhgvxq1zjlnammn0j3rpz"; + version = "0.3.8"; + sha256 = "1w4lawwd59zkfdvi8lkg7cmqnzr0mjrkcsgpibyr8p2x42zxskgm"; isLibrary = false; isExecutable = true; buildDepends = [ array base binary bytestring containers cryptohash directory - filepath hscurses mtl network-fancy SDL SDL-gfx SDL-ttf stm time - transformers vector + filepath hscurses mtl network-fancy random SDL SDL-gfx SDL-mixer + SDL-ttf stm time transformers vector ]; homepage = "http://mbays.freeshell.org/intricacy"; description = "A game of competitive puzzle-design"; @@ -68915,16 +68939,16 @@ self: { }) {}; "ip6addr" = callPackage - ({ mkDerivation, base, random }: + ({ mkDerivation, base, cmdargs, IPv6Addr, text }: mkDerivation { pname = "ip6addr"; - version = "0.3.3"; - sha256 = "1kpyqrxg55h02x7dysr02g8z4sn9f60w8l46sgvcrj045507wagw"; + version = "0.4.0.0"; + sha256 = "1gj8spzfmvws5b3g18sdi1qsvapgl27a329l3340flj9d5hzns7s"; isLibrary = false; isExecutable = true; - buildDepends = [ base random ]; - homepage = "http://www.cybervisible.fr/ip6addr"; - description = "Command-line tools to deal with IPv6 Addresses text representation"; + buildDepends = [ base cmdargs IPv6Addr text ]; + homepage = "https://github.com/MichelBoucey/ip6addr"; + description = "commandline tool to generate IPv6 address text representations"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -72536,8 +72560,8 @@ self: { }: mkDerivation { pname = "language-c-inline"; - version = "0.7.7.0"; - sha256 = "10wj8dlsjimgln14y7b50pnnn865ln46v3xcqwr7ahjcl3icavg6"; + version = "0.7.8.0"; + sha256 = "0kzhprxw2lhk5s66nh7q2rfndjlch1ii7m3bn116dym4dc16b0cm"; buildDepends = [ array base containers filepath language-c-quote mainland-pretty template-haskell @@ -72815,16 +72839,16 @@ self: { }) {}; "language-lua" = callPackage - ({ mkDerivation, array, base, directory, filepath, mtl, parsec - , QuickCheck, safe, tasty, tasty-hunit, tasty-quickcheck + ({ mkDerivation, array, base, deepseq, directory, filepath, mtl + , parsec, QuickCheck, safe, tasty, tasty-hunit, tasty-quickcheck }: mkDerivation { pname = "language-lua"; - version = "0.5.0"; - sha256 = "1y1q2g32cc8bkqd1rzdlly0q8jkv5i8w01dx3gjrxz9i13380xq8"; + version = "0.6.0"; + sha256 = "0y7qa6hlwdg08raacb7z76414sqy3qqgrqjpa2sgqknk75pr4xf5"; buildDepends = [ array base mtl parsec safe ]; testDepends = [ - base directory filepath parsec QuickCheck tasty tasty-hunit + base deepseq directory filepath parsec QuickCheck tasty tasty-hunit tasty-quickcheck ]; homepage = "http://github.com/osa1/language-lua"; @@ -75408,10 +75432,10 @@ self: { pname = "list-tries"; version = "0.5.2"; sha256 = "0lfl35i1k3nnv8q6bhwq4sr197fylin2hmxa4b96kfcc22xfzwy6"; + editedCabalFile = "50826a589644da396825e57f778b8e5596df986e1cf8ca97d946d29243b0556e"; isLibrary = true; isExecutable = true; buildDepends = [ base binary containers dlist ]; - jailbreak = true; homepage = "http://iki.fi/matti.niemenmaa/list-tries/"; description = "Tries and Patricia tries: finite sets and maps for list keys"; license = stdenv.lib.licenses.bsd3; @@ -79395,8 +79419,8 @@ self: { ({ mkDerivation, async, base, zlib }: mkDerivation { pname = "minisat"; - version = "0.1"; - sha256 = "039xksi6klcmkciyb8zq60g96i5nzjq7y47bgh3fvpxb02wha64a"; + version = "0.1.1"; + sha256 = "1myy23mrhnm7wv6mzyym9jmw8pnlqkfam9dl082i8qll3mxrl83i"; buildDepends = [ async base ]; extraLibraries = [ zlib ]; description = "A Haskell bundle of the Minisat SAT solver"; @@ -80868,6 +80892,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "monoidal-containers" = callPackage + ({ mkDerivation, base, containers, deepseq, hashable, lens, newtype + , unordered-containers + }: + mkDerivation { + pname = "monoidal-containers"; + version = "0.1.0.0"; + sha256 = "1hlbw6xnglmwvjy1zbggxbd3xylx545hp535mjrjnpzda6bydkvd"; + buildDepends = [ + base containers deepseq hashable lens newtype unordered-containers + ]; + homepage = "http://github.com/bgamari/monoidal-containers"; + description = "Containers with monoidal accumulation"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "monoidplus" = callPackage ({ mkDerivation, base, contravariant, semigroups, transformers }: mkDerivation { @@ -81372,6 +81412,19 @@ self: { license = stdenv.lib.licenses.publicDomain; }) {}; + "mtl-prelude_1_0_2" = callPackage + ({ mkDerivation, mtl, transformers }: + mkDerivation { + pname = "mtl-prelude"; + version = "1.0.2"; + sha256 = "0rw0yr8xlkq3pnn3r1sa5v570qp993j7s62y907i8cylx1a1xpfy"; + buildDepends = [ mtl transformers ]; + homepage = "https://github.com/nikita-volkov/mtl-prelude"; + description = "Reexports of most definitions from \"mtl\" and \"transformers\""; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "mtl-prelude" = callPackage ({ mkDerivation, mtl, transformers }: mkDerivation { @@ -81402,8 +81455,8 @@ self: { ({ mkDerivation, base, mtl }: mkDerivation { pname = "mtlparse"; - version = "0.1.3.0"; - sha256 = "1d56r4j4q6b30k3aq7vbg8dwzcrs4664f384isklsgl3b9c3yr21"; + version = "0.1.4.0"; + sha256 = "1fl5rvmgk37bqgjzs3c2wh80pfhr0i4yakxbsaryg7piws7j6ygc"; buildDepends = [ base mtl ]; homepage = "http://homepage3.nifty.com/salamander/second/projects/mtlparse/"; description = "parse library using mtl package"; @@ -82240,8 +82293,8 @@ self: { }: mkDerivation { pname = "mwc-random-monad"; - version = "0.7.1.0"; - sha256 = "1nx6zrpwsf7606sx9qa843djxr655kv7l9y8sb7b2l62jxk4nrqi"; + version = "0.7.2.0"; + sha256 = "07a25qcdv88500klhyc3460pd1wjsrz4pf4m1bfydb1aib0avkzg"; buildDepends = [ base monad-primitive mwc-random primitive transformers vector ]; @@ -87427,6 +87480,32 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "paypal-adaptive-hoops" = callPackage + ({ mkDerivation, aeson, base, bytestring, data-default, errors + , http-client, http-types, HUnit, lens, lens-aeson, QuickCheck + , test-framework, test-framework-hunit, test-framework-quickcheck2 + , text, time, transformers, vector, wreq + }: + mkDerivation { + pname = "paypal-adaptive-hoops"; + version = "0.5.0.0"; + sha256 = "076a7y8daliq8y3asv4y5va9gyfpfa7zk5q1g3vgrwj4d80r5wlc"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + aeson base bytestring data-default errors http-client http-types + lens lens-aeson text time transformers vector wreq + ]; + testDepends = [ + aeson base bytestring data-default HUnit QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 + ]; + jailbreak = true; + homepage = "https://github.com/fanjam/paypal-adaptive-hoops"; + description = "Client for a limited part of PayPal's Adaptive Payments API"; + license = stdenv.lib.licenses.mit; + }) {}; + "paypal-api" = callPackage ({ mkDerivation, base, bytestring, conduit, containers, failure , http-conduit, http-types, mtl, old-locale, text, time, wai @@ -88026,12 +88105,12 @@ self: { }) {}; "permutation" = callPackage - ({ mkDerivation, base, ghc-prim }: + ({ mkDerivation, base, ghc-prim, QuickCheck }: mkDerivation { pname = "permutation"; - version = "0.5.0.4"; - sha256 = "0kl5yw1as2y8yf2ac2f6v7g8k7mzjqw5fdh18a6m3jfhjw9rcqf7"; - buildDepends = [ base ghc-prim ]; + version = "0.5.0.5"; + sha256 = "005737s6k9dfpjmjf41m3k1wc31c2kql08ig7fd6npk22nhwmdai"; + buildDepends = [ base ghc-prim QuickCheck ]; homepage = "https://github.com/spacekitteh/permutation"; description = "A library for permutations and combinations"; license = stdenv.lib.licenses.bsd3; @@ -89205,8 +89284,8 @@ self: { ({ mkDerivation, base, mwc-random, pipes, time }: mkDerivation { pname = "pipes-rt"; - version = "0.4.2"; - sha256 = "1zi4chmzv15j7yzqj483wiavfxvjinijga5c7qr1sj4874147dcv"; + version = "0.5.0"; + sha256 = "1wlgwil8ag6ax0kvammbqk7v2d8k6ygdqpjpys97zxrvy47dfc6r"; isLibrary = true; isExecutable = true; buildDepends = [ base mwc-random pipes time ]; @@ -90449,8 +90528,8 @@ self: { }: mkDerivation { pname = "postgresql-binary"; - version = "0.5.0"; - sha256 = "0n067ns0k86ibjy2sqzjjds761l608167lwjzgpp5jhicv1by6hs"; + version = "0.5.1"; + sha256 = "09y7llixrzqyl64zv2a40i6jsvq2c03szw8y7y8pz81awd6pid4q"; buildDepends = [ attoparsec base base-prelude bytestring loch-th placeholders scientific text time transformers uuid @@ -90559,8 +90638,8 @@ self: { ({ mkDerivation, base, generics-sop, postgresql-simple }: mkDerivation { pname = "postgresql-simple-sop"; - version = "0.1.0.2"; - sha256 = "1ixxfd7zagqm27hcf6rhki1x626647mjgzmbl16c2ywwz2vbh6z2"; + version = "0.1.0.3"; + sha256 = "1jnqps71r9kbflwwxnjdwi8r8fx4qc1lnp23vm34yq8wvv5sjnq2"; buildDepends = [ base generics-sop postgresql-simple ]; homepage = "https://github.com/openbrainsrc/postgresql-simple-sop"; description = "Generic functions for postgresql-simple"; @@ -94401,8 +94480,8 @@ self: { ({ mkDerivation, base, bytestring, text }: mkDerivation { pname = "readable"; - version = "0.2"; - sha256 = "0m14xbwmlsjkwlyrgvi15pss3rd7dyaq4y8r58fz5yxmyayf35d2"; + version = "0.3"; + sha256 = "0qf3w5caz090q85jnids3w21kczki28hs0ia5bq5i4b69vyl47gy"; buildDepends = [ base bytestring text ]; homepage = "https://github.com/mightybyte/readable"; description = "Reading from Text and ByteString"; @@ -94486,16 +94565,17 @@ self: { }) {}; "record" = callPackage - ({ mkDerivation, attoparsec, base, base-prelude, template-haskell - , text, transformers + ({ mkDerivation, attoparsec, base, base-prelude, directory, doctest + , filepath, template-haskell, text, transformers }: mkDerivation { pname = "record"; - version = "0.1.1"; - sha256 = "1gsjgk4gcz6idcj6xxvy6n1vw18w56d1p4rc0b2gfgn32mpdd5mz"; + version = "0.1.4"; + sha256 = "1zg453hhs55vd6rfj17cg8z69djr0gynfpz0sxgqq5sw9g6d359g"; buildDepends = [ attoparsec base base-prelude template-haskell text transformers ]; + testDepends = [ base base-prelude directory doctest filepath ]; homepage = "https://github.com/nikita-volkov/record"; description = "First class records implemented with quasi-quotation"; license = stdenv.lib.licenses.mit; @@ -97790,12 +97870,12 @@ self: { }) {}; "ruff" = callPackage - ({ mkDerivation, array, base, mtl, parsec, Vec }: + ({ mkDerivation, array, base, mtl, parsec, safe, strict, Vec }: mkDerivation { pname = "ruff"; - version = "0.3.2.1"; - sha256 = "0090l9l54j11l1h7754ivfxyz3gs436f0vl896r3ad0183pag2yw"; - buildDepends = [ array base mtl parsec Vec ]; + version = "0.4"; + sha256 = "09gj31p5cbjdns7d2xs2s08kpaks0bqnhzbf93xypci6zr6gxvyl"; + buildDepends = [ array base mtl parsec safe strict Vec ]; homepage = "https://gitorious.org/ruff"; description = "relatively useful fractal functions"; license = stdenv.lib.licenses.bsd3; @@ -98189,6 +98269,26 @@ self: { license = stdenv.lib.licenses.mit; }) { inherit (pkgs) libsodium;}; + "saltine-quickcheck" = callPackage + ({ mkDerivation, base, bytestring, bytestring-arbitrary, hex + , QuickCheck, saltine, sodium, tasty, tasty-quickcheck + }: + mkDerivation { + pname = "saltine-quickcheck"; + version = "0.1.0.0"; + sha256 = "0x4abnpcss26nnpr0c45qkik2awkpmm3y78zhp41jw11w98sw0p9"; + buildDepends = [ + base bytestring bytestring-arbitrary hex QuickCheck saltine + ]; + testDepends = [ + base bytestring-arbitrary QuickCheck saltine tasty tasty-quickcheck + ]; + extraLibraries = [ sodium ]; + homepage = "https://github.com/tsuraan/saltine-quickcheck"; + description = "Quickcheck implementations for some NaCl data"; + license = stdenv.lib.licenses.mit; + }) { inherit (pkgs) sodium;}; + "salvia" = callPackage ({ mkDerivation, base, bytestring, containers, directory, fclabels , MaybeT-transformers, monads-fd, network, old-locale, process @@ -109261,8 +109361,8 @@ self: { }: mkDerivation { pname = "tasty-kat"; - version = "0.0.1"; - sha256 = "0z02vldgg4prl06rwy78lc1fgan0740v1rfnnmw6p96r312mahil"; + version = "0.0.3"; + sha256 = "14yvlpli6cv6bn3kh8mlfp4x1l6ns4fvmfv6hmj75cvxyzq029d7"; buildDepends = [ base bytestring tasty ]; testDepends = [ base bytestring mtl tasty tasty-hunit tasty-quickcheck @@ -116157,6 +116257,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "utc" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, Cabal, clock + , QuickCheck, test-framework, test-framework-quickcheck2, text + }: + mkDerivation { + pname = "utc"; + version = "0.1.0.0"; + sha256 = "14wqwyc9vgiqps5bgr1wxsfg5x98gbbk2gpkbz2haw0bjmydzzm6"; + buildDepends = [ attoparsec base bytestring clock text ]; + testDepends = [ + attoparsec base bytestring Cabal clock QuickCheck test-framework + test-framework-quickcheck2 text + ]; + homepage = "https://github.com/lpeterse/haskell-utc"; + description = "A pragmatic time and date library"; + license = stdenv.lib.licenses.mit; + }) {}; + "utf8-env" = callPackage ({ mkDerivation, base, mtl, utf8-string }: mkDerivation { @@ -116676,8 +116794,8 @@ self: { }: mkDerivation { pname = "validation"; - version = "0.4.2"; - sha256 = "0rsa3n3zawywbpi1gvhfrfglxf9mkmkidkc216ld3s02pmsdmclm"; + version = "0.4.3"; + sha256 = "1829bz7n19p4rfqgrxsgbif0n6p3v5s6hpbhw3qv2xrmigmh6fa3"; buildDepends = [ base bifunctors lens semigroupoids semigroups transformers ]; @@ -123674,8 +123792,8 @@ self: { }: mkDerivation { pname = "yi"; - version = "0.11.1"; - sha256 = "15m1wwrxmszl930az79lpgyz5rxg72gy8vi17ibpac1cszfdx192"; + version = "0.11.2"; + sha256 = "0kqrdbfpihyds8mdai6j4dzzd8wbcchji0gdgpfb4w5kwhhh9dvz"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -124338,8 +124456,8 @@ self: { }: mkDerivation { pname = "zip-archive"; - version = "0.2.3.5"; - sha256 = "0qa3qvaj0xkh4qw7s96rkbdmkyhnql6g92yplm7m6n7z7nxrcs18"; + version = "0.2.3.6"; + sha256 = "02dwgah2gk61c16mc4vvl6y8k30ikrjq3q7z7a0kc7cabnr4js0p"; isLibrary = true; isExecutable = true; buildDepends = [