diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 42ec33178f7d..ba22bdaee6c9 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -2393,11 +2393,10 @@ self: { }: mkDerivation { pname = "ChasingBottoms"; - version = "1.3.0.12"; - sha256 = "0z844mxvkhg114wvbs8z3cvhmhsrzx344yj7yh4fzfm4fcx5j3k9"; + version = "1.3.0.13"; + sha256 = "1fb86jd6cdz4rx3fj3r9n8d60kx824ywwy7dw4qnrdran46ja3pl"; buildDepends = [ base containers mtl QuickCheck random syb ]; testDepends = [ array base containers mtl QuickCheck random syb ]; - jailbreak = true; description = "For testing partial and infinite values"; license = stdenv.lib.licenses.mit; }) {}; @@ -3040,24 +3039,23 @@ self: { "DAV" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, containers - , data-default, either, errors, exceptions, http-client - , http-client-tls, http-types, lens, mtl, network, network-uri - , optparse-applicative, transformers, transformers-base - , utf8-string, xml-conduit, xml-hamlet + , data-default, either, exceptions, http-client, http-client-tls + , http-types, lens, mtl, network, network-uri, optparse-applicative + , transformers, transformers-base, utf8-string, xml-conduit + , xml-hamlet }: mkDerivation { pname = "DAV"; - version = "1.0.5"; - sha256 = "0kfbvrkhj7dfk45q3nhpgif2glnf4ng9s5w3ljf0kijh11m39b21"; + version = "1.0.7"; + sha256 = "0bkwcgxisp1ipnc1v63z16mcw40dy6fxszjrr2b251sfah5h1ad8"; isLibrary = true; isExecutable = true; buildDepends = [ base bytestring case-insensitive containers data-default either - errors exceptions http-client http-client-tls http-types lens mtl - network network-uri optparse-applicative transformers - transformers-base utf8-string xml-conduit xml-hamlet + exceptions http-client http-client-tls http-types lens mtl network + network-uri optparse-applicative transformers transformers-base + utf8-string xml-conduit xml-hamlet ]; - jailbreak = true; homepage = "http://floss.scru.org/hDAV"; description = "RFC 4918 WebDAV support"; license = stdenv.lib.licenses.gpl3; @@ -7253,8 +7251,8 @@ self: { }: mkDerivation { pname = "HTTP"; - version = "4000.2.19"; - sha256 = "1yzm8gimh8g0wwbixcbxg60v4l3vgi63w9v55ms0x9qnm6vrgysz"; + version = "4000.2.20"; + sha256 = "0nyqdxr5ls2dxkf4a1f3x15xzwdm46ppn99nkcbhswlr6s3cq1s4"; buildDepends = [ array base bytestring mtl network network-uri old-time parsec ]; @@ -8512,16 +8510,15 @@ self: { "HueAPI" = callPackage ({ mkDerivation, aeson, base, containers, lens, lens-aeson, mtl - , time, transformers, wreq + , transformers, wreq }: mkDerivation { pname = "HueAPI"; - version = "0.2.4"; - sha256 = "0qpa2cmsqpxb311f2vyy0zm52c6z71yxbzl9ih1f8x2fz4cm5g6n"; + version = "0.2.5"; + sha256 = "1yz0cjacywrv72hj9dqf9c3zqslhcfz68z149hhv49f7g7k5m64i"; buildDepends = [ - aeson base containers lens lens-aeson mtl time transformers wreq + aeson base containers lens lens-aeson mtl transformers wreq ]; - jailbreak = true; homepage = "https://github.com/sjoerdvisscher/HueAPI"; description = "API for controlling Philips Hue lights"; license = stdenv.lib.licenses.bsd3; @@ -10736,12 +10733,11 @@ self: { }: mkDerivation { pname = "NetSNMP"; - version = "0.3.1.0"; - sha256 = "17lmxwcc3z69dgxipi776m2wpwa1lz84w9v2wirw08wb9fba2gdr"; + version = "0.3.2.0"; + sha256 = "1z3d4qmwzg3hkx78z4fbdsdh6vxnw95fkvfxgzng4bq10y6d2bb8"; buildDepends = [ base bytestring utf8-string ]; testDepends = [ base bytestring HUnit process utf8-string ]; extraLibraries = [ net_snmp ]; - jailbreak = true; homepage = "https://github.com/ptek/netsnmp"; description = "Bindings for net-snmp's C API for clients"; license = stdenv.lib.licenses.bsd3; @@ -13517,8 +13513,8 @@ self: { }: mkDerivation { pname = "ShellCheck"; - version = "0.3.7"; - sha256 = "1mwpgg8plkj99hp1gab417w78rkcmdpfajj4dyv6gnl49vmr0z21"; + version = "0.3.8"; + sha256 = "06k5adw28abdfpvfjq0zka05211w6nlbf1ry3d9hck3jcrqvg1f1"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -13531,7 +13527,7 @@ self: { ]; homepage = "http://www.shellcheck.net/"; description = "Shell script analysis tool"; - license = stdenv.lib.licenses.agpl3; + license = stdenv.lib.licenses.gpl3; }) {}; "Shellac" = callPackage @@ -15971,12 +15967,12 @@ self: { }) {}; "Yampa" = callPackage - ({ mkDerivation, base, random }: + ({ mkDerivation, base, deepseq, random }: mkDerivation { pname = "Yampa"; - version = "0.10.1.1"; - sha256 = "1gx0ai040plh99ixamb1sj8sh7lhx7lniy068d2syv9nhvc55mbf"; - buildDepends = [ base random ]; + version = "0.10.2"; + sha256 = "1pmszrbf1fxid4km0jdam8iqfba2mfyz8mzn6vxfb0da19vlz4cq"; + buildDepends = [ base deepseq random ]; homepage = "http://www.haskell.org/haskellwiki/Yampa"; description = "Library for programming hybrid systems"; license = stdenv.lib.licenses.bsd3; @@ -16905,6 +16901,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "acme-one" = callPackage + ({ mkDerivation }: + mkDerivation { + pname = "acme-one"; + version = "0.0.2"; + sha256 = "11sgx648g5594w8m8x8r25x7s61jyyxazp5dcfyglvhc7zlrrvbb"; + homepage = "https://github.com/ion1/acme-zero-one"; + description = "The identity element of package dependencies"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "acme-php" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -17028,6 +17035,18 @@ self: { license = stdenv.lib.licenses.publicDomain; }) {}; + "acme-zero" = callPackage + ({ mkDerivation }: + mkDerivation { + pname = "acme-zero"; + version = "0.0.2"; + sha256 = "06d4hpda8qwwq9wzkgx6fpiq39l1md8sfm9hnvh4r95xyg5q53f6"; + jailbreak = true; + homepage = "https://github.com/ion1/acme-zero-one"; + description = "The absorbing element of package dependencies"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "action-permutations" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -19249,8 +19268,8 @@ self: { }: mkDerivation { pname = "amqp"; - version = "0.12.2"; - sha256 = "07nk8xxpkdh9w19rwwc87h2vbhfam339czkvyrmx7jh2dp51pnag"; + version = "0.12.3"; + sha256 = "17kvhn6s3grv5ygswkk0x8qclr8j4nxgv04z9q6wac9vydjsaz8m"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -19701,15 +19720,14 @@ self: { }: mkDerivation { pname = "apache-md5"; - version = "0.6.1.1"; - sha256 = "1i5nrhd0xzpfqbm7f5w9d8kyw3n2ywxdb9yhwmbzfjmgdmzriagl"; + version = "0.6.1.4"; + sha256 = "1dwnn200sjp2pvriii3y4srrms0gyicd6qp6kvc74yyad8pqhky8"; buildDepends = [ base bytestring ]; testDepends = [ base bytestring HUnit MonadRandom process random test-framework test-framework-hunit transformers ]; extraLibraries = [ openssl ]; - jailbreak = true; homepage = "https://github.com/trskop/apache-md5"; description = "Apache specific MD5 digest algorighm"; license = stdenv.lib.licenses.bsd3; @@ -19744,8 +19762,8 @@ self: { }: mkDerivation { pname = "api-builder"; - version = "0.7.1.0"; - sha256 = "1kvn725ac7d8mx6r3wak046i706v8m7b7wlaxkkm8lc9b7hr5s9z"; + version = "0.7.4.0"; + sha256 = "0af0ld0rlrpvbl4iw3g5n5bjij5z5jq2sbd9fqila5891qkvb30d"; buildDepends = [ aeson attoparsec base bifunctors bytestring either HTTP http-client http-conduit http-types text transformers @@ -20003,15 +20021,14 @@ self: { mkDerivation { pname = "apiary-persistent"; version = "1.4.0"; - revision = "1"; + revision = "2"; sha256 = "00jaiykbxj1lh8qgv4y0ma9awaj1ymrjskwr9ra5pmka1mrwbih9"; - editedCabalFile = "23a9ba31cd7fab41378b61a82e5ad92d04b6f3a32e32edca3217f5f824c13736"; + editedCabalFile = "7f1c18de1d41b15397df81d9a3377e109cc07f6efc07390584e0e2952d34e889"; buildDepends = [ apiary apiary-logger base monad-control monad-logger persistent resource-pool resourcet transformers transformers-base types-compat web-routing ]; - jailbreak = true; homepage = "https://github.com/philopon/apiary"; description = "persistent support for apiary web framework"; license = stdenv.lib.licenses.mit; @@ -21346,8 +21363,8 @@ self: { }: mkDerivation { pname = "atlassian-connect-core"; - version = "0.6.0.0"; - sha256 = "02kngpf1ply4222p4ahqndnlk8sz7w3d5i1411csh1g3nr9zsdw8"; + version = "0.7.0.1"; + sha256 = "16pf2ir84fx6x01mpp109qh9rf96fp57230qr4k4n7qms068dgpy"; buildDepends = [ aeson atlassian-connect-descriptor base base64-bytestring bytestring case-insensitive cipher-aes configurator containers @@ -21975,8 +21992,8 @@ self: { }: mkDerivation { pname = "auto"; - version = "0.4.2.3"; - sha256 = "1vzsmmim3h3r0ikzci9zb32rm42gr0x2m1lmm11my5jcf88gwck7"; + version = "0.4.3.0"; + sha256 = "13ic0sh45ixxg456yg3y47f6b3avqn2l5ds0jc933ldk0z0wsdn8"; buildDepends = [ base base-orphans bytestring cereal containers deepseq MonadRandom profunctors random semigroups transformers @@ -22075,21 +22092,27 @@ self: { "avers" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring - , bytestring, containers, cryptohash, inflections, influxdb - , MonadRandom, mtl, network, resource-pool, rethinkdb-client-driver - , scrypt, stm, template-haskell, text, time, unordered-containers - , vector + , bytestring, clock, containers, cryptohash, filepath, hspec + , inflections, MonadRandom, mtl, network, resource-pool + , rethinkdb-client-driver, scrypt, stm, template-haskell, text + , time, unordered-containers, vector }: mkDerivation { pname = "avers"; - version = "0.0.6"; - sha256 = "0x89zacl658376j4w4jk39fnlx99r10qqw01fg4vcvx7kgqdlsgc"; + version = "0.0.8"; + sha256 = "1wnhzkjwp6243mqfwxmw8lhs59vn5v0544hsivcfps427cqamrbq"; buildDepends = [ - aeson attoparsec base base16-bytestring bytestring containers - cryptohash inflections influxdb MonadRandom mtl network + aeson attoparsec base base16-bytestring bytestring clock containers + cryptohash filepath inflections MonadRandom mtl network resource-pool rethinkdb-client-driver scrypt stm template-haskell text time unordered-containers vector ]; + testDepends = [ + aeson attoparsec base base16-bytestring bytestring containers + cryptohash hspec inflections MonadRandom mtl resource-pool + rethinkdb-client-driver scrypt stm text time unordered-containers + vector + ]; description = "empty"; license = stdenv.lib.licenses.gpl3; hydraPlatforms = stdenv.lib.platforms.none; @@ -22848,19 +22871,23 @@ self: { }) {}; "bake" = callPackage - ({ mkDerivation, aeson, base, bytestring, cmdargs, deepseq - , directory, extra, filepath, hashable, HTTP, http-types, process - , random, shake, text, time, wai, warp + ({ mkDerivation, aeson, base, bytestring, cmdargs, containers + , deepseq, direct-sqlite, directory, disk-free-space, extra + , filepath, hashable, HTTP, http-types, old-locale, process, random + , safe, shake, smtp-mail, sqlite-simple, text, time, transformers + , unordered-containers, wai, warp }: mkDerivation { pname = "bake"; - version = "0.2"; - sha256 = "1j7m9q5vk35sqs6if9rzb72avi7xbjhbcv0hpg9qvn9nvs38dgiw"; + version = "0.3"; + sha256 = "0h0byqv9m0jp5awbjcad0gggbgp66qqws6qvyfxwzk5jgwdifa0k"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson base bytestring cmdargs deepseq directory extra filepath - hashable HTTP http-types process random shake text time wai warp + aeson base bytestring cmdargs containers deepseq direct-sqlite + directory disk-free-space extra filepath hashable HTTP http-types + old-locale process random safe shake smtp-mail sqlite-simple text + time transformers unordered-containers wai warp ]; homepage = "https://github.com/ndmitchell/bake#readme"; description = "Continuous integration system"; @@ -23190,6 +23217,19 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "base-generics" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "base-generics"; + version = "0.1.0.1"; + sha256 = "19k6kl66p71pza23b1n5njmj97k1pdlcm6brl1danfaxlflsmcms"; + buildDepends = [ base ]; + jailbreak = true; + homepage = "https://github.com/HaskellZhangSong/base-generics"; + description = "This library provides some instances for extra GHC.Generic typeclass such as Int8, Word16 and some unboxed types as well."; + license = stdenv.lib.licenses.mit; + }) {}; + "base-io-access" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -23219,8 +23259,8 @@ self: { ({ mkDerivation, base, ghc-prim, hspec }: mkDerivation { pname = "base-orphans"; - version = "0.3.2"; - sha256 = "1qbnhxchl2kdjbwqz3mp7rq963w6y6ws4kflmv6hmcp25aaqh6pl"; + version = "0.3.3"; + sha256 = "1z1xjlk056lfs4na430zw8ckc3b0k5hfn1i0i46i8ny40w8r85pk"; buildDepends = [ base ghc-prim ]; testDepends = [ base hspec ]; homepage = "https://github.com/haskell-compat/base-orphans#readme"; @@ -23428,7 +23468,9 @@ self: { mkDerivation { pname = "basic-prelude"; version = "0.5.0"; + revision = "1"; sha256 = "1l8hc99sxm27gd93zq6v0l0x2rzl6fd9zp7snh14m4yriqrn5xfi"; + editedCabalFile = "2ddf5a9d3413a8e7c877c488f63451357fcde4d187f7c560f5281a0c4856fd0b"; buildDepends = [ base bytestring containers filepath hashable lifted-base ReadArgs safe text transformers unordered-containers vector @@ -25912,8 +25954,8 @@ self: { }: mkDerivation { pname = "bitx-bitcoin"; - version = "0.2.0.1"; - sha256 = "0lg6zmyf299gh8921qxm2xxqv8hsz4p2rpslfcsic5k4bqm2nswg"; + version = "0.2.0.2"; + sha256 = "0m91zh2g6ahpzwgfhj2phhghylgjp6qksca741bdffkax7xd6x17"; buildDepends = [ aeson base bytestring http-conduit network record scientific split text time @@ -27816,10 +27858,11 @@ self: { mkDerivation { pname = "bytestring-read"; version = "0.3.1"; + revision = "1"; sha256 = "0df6mb5fhfd1kgah5gv4q4ykxvl0y8hbqrdvm17nh33cxj2csj00"; + editedCabalFile = "8a8b5f5c2f109a11df1cf47ffec170b810e02186f0406fd6c7f4155bfd2de0b6"; buildDepends = [ base bytestring types-compat ]; testDepends = [ base bytestring doctest tasty tasty-quickcheck ]; - jailbreak = true; homepage = "https://github.com/philopon/bytestring-read"; description = "fast ByteString to number converting library"; license = stdenv.lib.licenses.mit; @@ -28197,8 +28240,8 @@ self: { }: mkDerivation { pname = "cabal-debian"; - version = "4.29"; - sha256 = "1kx8mivm2vm0bgnrzvccnd2x3ww913h64bwcawzpbcgjv7cpihlj"; + version = "4.30"; + sha256 = "07wv05fi9sgh8v9239c4rvwrxrmwk7awmk5hpcnpyx8yj8z9z7q5"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -29362,20 +29405,32 @@ self: { }) {}; "canteven-config" = callPackage - ({ mkDerivation, aeson, base, directory, filepath, hslogger, text - , unix, yaml - }: + ({ mkDerivation, base, unix, yaml }: mkDerivation { pname = "canteven-config"; - version = "0.1.0.1"; - sha256 = "0p7gqn95hkm9m7dbmj8zgghsq89j82m9i8xd9w28rm0060nvj69l"; - buildDepends = [ - aeson base directory filepath hslogger text unix yaml - ]; + version = "1.0.0.0"; + sha256 = "1dkw0w43ajjgpczp8hmclr93v9scl75rlnsmxdjvwmv9phpj5559"; + buildDepends = [ base unix yaml ]; description = "A pattern for configuring programs"; license = stdenv.lib.licenses.asl20; }) {}; + "canteven-log" = callPackage + ({ mkDerivation, aeson, base, canteven-config, directory, filepath + , hslogger, text, yaml + }: + mkDerivation { + pname = "canteven-log"; + version = "0.2.0.0"; + sha256 = "15gfic3yzi4wc06s9zfpxs0ygxbhasarfn92dj7h0aqfgqa0wvff"; + buildDepends = [ + aeson base canteven-config directory filepath hslogger text yaml + ]; + homepage = "https://github.com/SumAll/haskell-canteven-log"; + description = "A canteven way of setting up logging for your program"; + license = stdenv.lib.licenses.asl20; + }) {}; + "cantor" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, directory , filepath, hspec, hxt, hxt-xpath, parsec, QuickCheck, split @@ -30327,14 +30382,13 @@ self: { }: mkDerivation { pname = "cf"; - version = "0.4"; - sha256 = "172nm38gvjriznnyks958bfzwd2zy59662i6zjzvj3nr0kdkiiap"; + version = "0.4.1"; + sha256 = "1z8hqd06nrrbgmg2gpryalhnk4z0sxm7is46sgpy09x9p6xd0fqx"; buildDepends = [ base ]; testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 test-framework-th ]; - jailbreak = true; homepage = "http://github.com/mvr/cf"; description = "Exact real arithmetic using continued fractions"; license = stdenv.lib.licenses.mit; @@ -31154,8 +31208,8 @@ self: { }: mkDerivation { pname = "cipher-aes"; - version = "0.2.10"; - sha256 = "1sglxv66byib2bcwhilcf4m4glhz02vxy2lxa0hvpwa9c0ifhcxz"; + version = "0.2.11"; + sha256 = "05ahz6kjq0fl1w66gpiqy0vndli5yx1pbsbw9ni3viwqas4p3cfk"; buildDepends = [ base byteable bytestring crypto-cipher-types securemem ]; @@ -31600,10 +31654,8 @@ self: { }: mkDerivation { pname = "clash-prelude"; - version = "0.8"; - revision = "1"; - sha256 = "0hd8faq69wvm679gyplbzccz3k4iyp1108xm0hc4x7cdrkmg01r1"; - editedCabalFile = "e549747128c6452eca30da937a03b8d0ff2577466a5a242f50754db3d3f6a648"; + version = "0.8.1"; + sha256 = "1xxjahk78a73jbavd4fwgljdsb23s44z0jdv29n6mdi86bzsn24h"; buildDepends = [ base data-default ghc-prim ghc-typelits-natnormalise integer-gmp lens QuickCheck singletons template-haskell th-lift @@ -33704,12 +33756,13 @@ self: { mkDerivation { pname = "compressed"; version = "3.10"; + revision = "1"; sha256 = "1y290n421knfh8k8zbcabhw24hb13xj9pkxx4h4v15yji97p5mcw"; + editedCabalFile = "0ab968cb9d6a6da40cb91befc6051d91b77039f8f64442eecf7a61bd508f61bb"; buildDepends = [ base comonad containers fingertree hashable keys pointed reducers semigroupoids semigroups unordered-containers ]; - jailbreak = true; homepage = "http://github.com/ekmett/compressed/"; description = "Compressed containers and reducers"; license = stdenv.lib.licenses.bsd3; @@ -33925,18 +33978,21 @@ self: { }) {}; "concrete-typerep" = callPackage - ({ mkDerivation, base, binary, ghc, hashable, QuickCheck - , test-framework, test-framework-quickcheck2 + ({ mkDerivation, base, binary, hashable, QuickCheck, test-framework + , test-framework-quickcheck2 }: mkDerivation { pname = "concrete-typerep"; version = "0.1.0.2"; + revision = "1"; sha256 = "07wy8drg4723zdy2172jrcvd5ir2c4ggcfz1n33jhm9iv3cl2app"; - buildDepends = [ base binary ghc hashable ]; + editedCabalFile = "cdcd034ff6ff0e8cf9313f312294e12494f3f021c4bf562b9c1365b91715ff4e"; + buildDepends = [ base binary hashable ]; testDepends = [ base binary hashable QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "Binary and Hashable instances for TypeRep"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -33991,6 +34047,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "concurrent-machines" = callPackage + ({ mkDerivation, async, base, containers, lifted-async, machines + , monad-control, semigroups, tasty, tasty-hunit, time, transformers + , transformers-base + }: + mkDerivation { + pname = "concurrent-machines"; + version = "0.1.0.0"; + sha256 = "1rlxb9cjzjfzj3xj3m6cab3h6pqazi850lkglc6palamn6yd2vw4"; + buildDepends = [ + async base containers lifted-async machines monad-control + semigroups time transformers transformers-base + ]; + testDepends = [ + base machines tasty tasty-hunit time transformers + ]; + description = "Concurrent networked stream transducers"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "concurrent-sa" = callPackage ({ mkDerivation, base, MonadRandom }: mkDerivation { @@ -34633,17 +34709,16 @@ self: { "connection" = callPackage ({ mkDerivation, base, byteable, bytestring, containers - , crypto-random, data-default-class, network, securemem, socks, tls - , x509, x509-store, x509-system, x509-validation + , data-default-class, network, socks, tls, x509, x509-store + , x509-system, x509-validation }: mkDerivation { pname = "connection"; - version = "0.2.4"; - sha256 = "0sl0vxn02bbyk7lcclr7ml93wpap2f042da3c9v9ppvbvs8jmf7j"; + version = "0.2.5"; + sha256 = "090il95jnm7ihwvcx3s9v6iwnp37nnsdx15q7722l845g51d95c8"; buildDepends = [ - base byteable bytestring containers crypto-random - data-default-class network securemem socks tls x509 x509-store - x509-system x509-validation + base byteable bytestring containers data-default-class network + socks tls x509 x509-store x509-system x509-validation ]; homepage = "http://github.com/vincenthz/hs-connection"; description = "Simple and easy network connections API"; @@ -35387,10 +35462,8 @@ self: { }: mkDerivation { pname = "cookie"; - version = "0.4.1.5"; - revision = "2"; - sha256 = "0n1kil6z2sgaj8p67wbi7gaaz5rs78aagcnbk2338xhpd69wgrmn"; - editedCabalFile = "f9789afefed0c211dfe33d029f26bd464a3ca2f51b277629230a68ed58ee49e2"; + version = "0.4.1.6"; + sha256 = "0b6ym6fn29p5az4dwydy036lxj131kagrmgb93w4bbkqfkds8b9s"; buildDepends = [ base blaze-builder bytestring data-default-class deepseq old-locale text time @@ -36945,8 +37018,29 @@ self: { }: mkDerivation { pname = "cryptonite"; - version = "0.2"; - sha256 = "11mhfw3qpm71nq6wclj3g9vv66n6fhrvlmdr9byd08imxqlxb8kx"; + version = "0.4"; + sha256 = "0328nvw9k8bf6kc1h3kkhxgb1f4k5ay20439zszmlag6i3c3x9v2"; + buildDepends = [ + base bytestring deepseq ghc-prim integer-gmp memory + ]; + testDepends = [ + base byteable bytestring memory tasty tasty-hunit tasty-kat + tasty-quickcheck + ]; + homepage = "https://github.com/vincenthz/cryptonite"; + description = "Cryptography Primitives sink"; + license = stdenv.lib.licenses.bsd3; + }) {}; + + "cryptonite_0_5" = callPackage + ({ mkDerivation, base, byteable, bytestring, deepseq, ghc-prim + , integer-gmp, memory, tasty, tasty-hunit, tasty-kat + , tasty-quickcheck + }: + mkDerivation { + pname = "cryptonite"; + version = "0.5"; + sha256 = "17b2axxb9i9cmwjhji1lm5nwhqm2wikxzy1cwmk2v8h64dy0rjc5"; buildDepends = [ base bytestring deepseq ghc-prim integer-gmp memory ]; @@ -38550,16 +38644,16 @@ self: { }: mkDerivation { pname = "data-easy"; - version = "0.6"; - sha256 = "1gqc7833lz3n1mqah4mall1m32slz79hifp8381p1qdj2hkirypc"; + version = "0.6.1"; + sha256 = "01plc0cs3bgyq16j94qqvswwmi12iqfxyxgw9jipqgvi7vbf5h9v"; buildDepends = [ base containers safe ]; testDepends = [ base containers directory errors haskell-src-exts hlint hspec HUnit QuickCheck safe text transformers unix ]; jailbreak = true; - homepage = "https://github.com/jcristovao/easy-data"; - description = "Consistent set of utility functions for Maybe, Either, List, Monoids"; + homepage = "https://github.com/jcristovao/data-easy"; + description = "Consistent set of utility functions for Maybe, Either, List and Monoids"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -39181,6 +39275,18 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "data-tensor" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "data-tensor"; + version = "0.1.0.0"; + sha256 = "0j6jsgj3lhx6ps3xs90vbgyvzmlr3sfl33r6rz34rvb29gs171n8"; + buildDepends = [ base ]; + homepage = "https://bitbucket.org/tdammers/data-tensor"; + description = "Tensor and Group typeclasses"; + license = stdenv.lib.licenses.mit; + }) {}; + "data-textual" = callPackage ({ mkDerivation, base, bytestring, parsers, QuickCheck , test-framework, test-framework-quickcheck2, text, text-latin1 @@ -40488,18 +40594,18 @@ self: { }) {}; "delta" = callPackage - ({ mkDerivation, base, containers, directory, filepath, fs-events - , sodium, time + ({ mkDerivation, base, containers, directory, filepath, sodium + , time }: mkDerivation { pname = "delta"; - version = "0.1.0.1"; - sha256 = "0kjii2hqwzzsb8i09547y0qxrdak3xkhgv7dqahbpypzh8hldgzf"; + version = "0.1.2.0"; + revision = "1"; + sha256 = "1yk4cb21n4kq0wvsw6lw8s8sc69gnmzfdn9f5zgwsknza0vayi39"; + editedCabalFile = "5f7c4ae62f0d0758b892ac7002bc31eebfc4e4dcbe1ff141f0135daf5788e6e9"; isLibrary = true; isExecutable = true; - buildDepends = [ - base containers directory filepath fs-events sodium time - ]; + buildDepends = [ base containers directory filepath sodium time ]; homepage = "https://github.com/kryoxide/delta"; description = "A library for detecting file changes"; license = stdenv.lib.licenses.gpl3; @@ -41790,6 +41896,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "digitalocean-kzs" = callPackage + ({ mkDerivation, aeson, base, bytestring, doctest, hspec, HTTP + , http-conduit, http-types, text, transformers + }: + mkDerivation { + pname = "digitalocean-kzs"; + version = "0.1.0.0"; + sha256 = "0y6n5s285aywjiwq6haxw0siy45crmkv3jj43gfx5svhgs72wfma"; + buildDepends = [ + aeson base bytestring HTTP http-conduit http-types text + transformers + ]; + testDepends = [ base doctest hspec ]; + jailbreak = true; + homepage = "https://github.com/KazumaSATO/digitalocean-kzs"; + description = "digitalocean api for haskell"; + license = stdenv.lib.licenses.mit; + }) {}; + "digits" = callPackage ({ mkDerivation, base, QuickCheck }: mkDerivation { @@ -42155,17 +42280,34 @@ self: { }: mkDerivation { pname = "discrete-space-map"; - version = "0.0.3"; - sha256 = "1f3idrz60plnsp5hc6xad0pfx292m9m8aiax2rw2q8gj0smzqv3k"; + version = "0.0.4"; + sha256 = "1dci1yk1xpndszwcxshdh6sz6ibzxk6l2726b550xx1wffakpmcq"; buildDepends = [ adjunctions base comonad distributive keys semigroupoids ]; - jailbreak = true; homepage = "https://github.com/sjoerdvisscher/discrete-space-map"; description = "A discrete space map"; license = stdenv.lib.licenses.bsd3; }) {}; + "discrimination" = callPackage + ({ mkDerivation, array, base, containers, contravariant, deepseq + , ghc-prim, primitive, profunctors, promises, semigroups + , transformers, vector, void + }: + mkDerivation { + pname = "discrimination"; + version = "0.1"; + sha256 = "11ddphyjqc1zhsr6l94hyvxmz68sbjfwaasms7ilf55x5h61g3l1"; + buildDepends = [ + array base containers contravariant deepseq ghc-prim primitive + profunctors promises semigroups transformers vector void + ]; + homepage = "http://github.com/ekmett/discrimination/"; + description = "Fast generic linear-time sorting, joins and container construction"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "disjoint-set" = callPackage ({ mkDerivation, base, containers, HUnit, mtl, QuickCheck , transformers @@ -45028,13 +45170,12 @@ self: { }: mkDerivation { pname = "ekg-bosun"; - version = "1.0.3"; - sha256 = "0mlfsmw1aa24p6fhml8m2dj2v7hrp91a9d3cfl74rr8z8am61mqc"; + version = "1.0.4"; + sha256 = "0cjwv99dbb1spfn25vdl4ikxr10s7yqr9ih36amvs02rnb47lx7f"; buildDepends = [ aeson base ekg-core http-client lens network network-uri old-locale text time unordered-containers vector wreq ]; - jailbreak = true; homepage = "http://github.com/ocharles/ekg-bosun"; description = "Send ekg metrics to a Bosun instance"; license = stdenv.lib.licenses.bsd3; @@ -45716,8 +45857,8 @@ self: { ({ mkDerivation, base, between, transformers }: mkDerivation { pname = "endo"; - version = "0.2.0.0"; - sha256 = "1gqw14nadw1cb49m251swly35gjkb2xhqi0cqhm17ww8r13mzp31"; + version = "0.2.0.1"; + sha256 = "0szbv44sgsnbkcdmmsvbiy539iiyd608p513slfw1pbb240sabii"; buildDepends = [ base between transformers ]; homepage = "https://github.com/trskop/endo"; description = "Endomorphism utilities"; @@ -46338,8 +46479,8 @@ self: { ({ mkDerivation, base, mtl, text, text-render }: mkDerivation { pname = "error-list"; - version = "0.1.0.2"; - sha256 = "1g50wwgs9xxwc03mhch89rcfnj62mpisl8ihw8yy5c3pp0kag2mm"; + version = "0.1.0.3"; + sha256 = "0k0rpscg4h55215mgkd72yd5la3f2im21vlsgyg7v4pkrxd1cj1j"; buildDepends = [ base mtl text text-render ]; homepage = "http://github.com/thinkpad20/error-list"; description = "A useful type for collecting error messages"; @@ -46515,8 +46656,8 @@ self: { }: mkDerivation { pname = "esqueleto"; - version = "2.2.3"; - sha256 = "11njnccxkhv2g6v8vh8jclhf0wxl0q4f61197qm439j64whzdj2c"; + version = "2.2.4"; + sha256 = "1l72md0zac19mdvs0x9mp5j60qaa4z9vkiy8dcyiqmvvfp1lvzh0"; buildDepends = [ base conduit monad-logger persistent resourcet tagged text transformers unordered-containers @@ -46550,10 +46691,9 @@ self: { }: mkDerivation { pname = "estimator"; - version = "1.1.0.0"; - sha256 = "1qwbjy71zshlg8vp0qm5wya8ikgac9jpc5xr0x31i85p3yv5xl1p"; + version = "1.1.0.1"; + sha256 = "1sf378qhmsxxazkk7nn1d7nvrq1ladsfvkzshqjwsnyl5pgj7sgq"; buildDepends = [ ad base distributive lens linear reflection ]; - jailbreak = true; homepage = "https://github.com/GaloisInc/estimator"; description = "State-space estimation algorithms such as Kalman Filters"; license = stdenv.lib.licenses.bsd3; @@ -47089,15 +47229,14 @@ self: { }: mkDerivation { pname = "exherbo-cabal"; - version = "0.1.0.0"; - sha256 = "0ap3j5shgy5l1crsyq6dkz2g4gd9y7r8vx4rsppib7y0gqqczpfm"; + version = "0.1.0.3"; + sha256 = "1i1p9pwzdf44cp8d1crq40g1hv84gpimywq5kdpz2nfgcnr17ans"; isLibrary = false; isExecutable = true; buildDepends = [ base bytestring Cabal containers haddock-library http-client pcre-light pretty ]; - jailbreak = true; description = "Exheres generator for cabal packages"; license = stdenv.lib.licenses.gpl2; hydraPlatforms = stdenv.lib.platforms.none; @@ -47512,8 +47651,8 @@ self: { }: mkDerivation { pname = "extra"; - version = "1.2"; - sha256 = "1bj84p3jpbv1vyjbm22plp56jnkas5qwx4bqvbcqgy843mr41225"; + version = "1.3"; + sha256 = "12n67ibj6zk7r8hzk0vn6ijfr926h0g6jkwn5krkp79xzdq82apr"; buildDepends = [ base directory filepath process time unix ]; testDepends = [ base directory filepath QuickCheck time unix ]; homepage = "https://github.com/ndmitchell/extra#readme"; @@ -47952,8 +48091,8 @@ self: { ({ mkDerivation, base, fay }: mkDerivation { pname = "fay-base"; - version = "0.20.0.0"; - sha256 = "07hizichy7jnlirxq3sh2gjw4k21cfnqpswihbzkcvz0fnmd9sw3"; + version = "0.20.0.1"; + sha256 = "17mfblr40jhn93vz6vn0n0xsk4lwf5d5cavfy5zy8sg4inp6dkjr"; buildDepends = [ base fay ]; homepage = "https://github.com/faylang/fay/"; description = "The base package for Fay"; @@ -48608,6 +48747,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "fgl-arbitrary" = callPackage + ({ mkDerivation, base, containers, fgl, hspec, QuickCheck }: + mkDerivation { + pname = "fgl-arbitrary"; + version = "0.1.0.0"; + sha256 = "0npgwg2lgi8rr3wm40q4a9srpnih3mzy1add2aazc4ahr32dfzm1"; + buildDepends = [ base containers fgl QuickCheck ]; + testDepends = [ base containers fgl hspec QuickCheck ]; + description = "QuickCheck support for fgl"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "fgl-extras-decompositions" = callPackage ({ mkDerivation, base, containers, fgl }: mkDerivation { @@ -49689,8 +49840,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "floating-bits"; - version = "0.2.0.0"; - sha256 = "0b50pabkwvlj90vyld795k072am1w387215lz1cvm42pwb6m6ara"; + version = "0.3.0.0"; + sha256 = "1cp2k9rks0g8i6lf6j3zrz7wxh42qmsqwvf26dkdqnnzi0aqkkxj"; buildDepends = [ base ]; testDepends = [ base ]; description = "Conversions between floating and integral values"; @@ -49986,6 +50137,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "fold-debounce-conduit" = callPackage + ({ mkDerivation, base, conduit, fold-debounce, hspec, resourcet + , stm, transformers, transformers-base + }: + mkDerivation { + pname = "fold-debounce-conduit"; + version = "0.1.0.0"; + sha256 = "0d5yw44zbkissnw7f0zssrr3f3m8ymkskizvjp6rhsiyx3iafj5k"; + buildDepends = [ + base conduit fold-debounce resourcet stm transformers + transformers-base + ]; + testDepends = [ base conduit hspec resourcet stm transformers ]; + homepage = "https://github.com/debug-ito/fold-debounce-conduit"; + description = "Regulate input traffic from conduit Source with Control.FoldDebounce"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "foldl" = callPackage ({ mkDerivation, base, bytestring, containers, mwc-random , primitive, profunctors, text, transformers, vector @@ -50083,6 +50252,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "foma" = callPackage + ({ mkDerivation, base, foma }: + mkDerivation { + pname = "foma"; + version = "0.1.1.0"; + sha256 = "1aiy4bizzx5g87lvlx8xy24rxvzh093mlaavxkcr542fq9ki8yb3"; + buildDepends = [ base ]; + extraLibraries = [ foma ]; + homepage = "http://github.com/joom/foma.hs"; + description = "Simple Haskell bindings for Foma"; + license = stdenv.lib.licenses.mit; + }) { foma = null;}; + "font-opengl-basic4x6" = callPackage ({ mkDerivation, base, GLFW-b, OpenGL }: mkDerivation { @@ -50320,7 +50502,9 @@ self: { mkDerivation { pname = "formatting"; version = "6.2.0"; + revision = "1"; sha256 = "13w2322djffajqdy48lwfngcrbh5pc9ivhy1w5zgxcjqc0amlv5v"; + editedCabalFile = "299d43483dfe38a5e95061fb943cb63fa252d7fd38212c42e9bb022f49407a89"; buildDepends = [ base clock old-locale scientific text text-format time ]; @@ -53209,8 +53393,8 @@ self: { }: mkDerivation { pname = "ghcid"; - version = "0.4.2"; - sha256 = "094ffwwlxg7qgrcgw35rmzincfrwyhxkh6iw9bqdib5l8w9gcr6d"; + version = "0.5"; + sha256 = "1b5d70f1422lwn8xmcdn6b52qwqp3aax0h7q3zfnkv2ima18yk6l"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -53270,8 +53454,8 @@ self: { }: mkDerivation { pname = "ghcjs-websockets"; - version = "0.3.0.3"; - sha256 = "0fj2ya2irfhpgqz4n0cszs4s7p359k8aywdbmsw9q18w2z9gicz7"; + version = "0.3.0.4"; + sha256 = "03ycfbp756hiivbynfsmkn4ddh5gj82dswzkj3cm8dwq94m8wd16"; buildDepends = [ base base64-bytestring binary bytestring text ]; homepage = "http://github.com/mstksg/ghcjs-websockets"; description = "GHCJS interface for the Javascript Websocket API"; @@ -53353,19 +53537,20 @@ self: { "ginsu" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers - , directory, mtl, network, old-locale, old-time, openssl, parsec - , pretty, process, random, regex-posix, syb, unix, utf8-string + , directory, hashable, hashtables, mtl, network, old-locale + , old-time, openssl, parsec, pretty, process, random, regex-posix + , syb, unix, utf8-string }: mkDerivation { pname = "ginsu"; - version = "0.8.1"; - sha256 = "0gnmdw430zfxhfhjimaminbdi13acwmb85a38hdyhfranra9yiif"; + version = "0.8.1.1"; + sha256 = "0qvhdzmqi1pppfcfld27mjzbzj9h6yaz2n7b6inp0ybr80vm6x4w"; isLibrary = false; isExecutable = true; buildDepends = [ - array base binary bytestring containers directory mtl network - old-locale old-time parsec pretty process random regex-posix syb - unix utf8-string + array base binary bytestring containers directory hashable + hashtables mtl network old-locale old-time parsec pretty process + random regex-posix syb unix utf8-string ]; extraLibraries = [ openssl ]; homepage = "http://repetae.net/computer/ginsu/"; @@ -53390,19 +53575,21 @@ self: { }) {}; "gipeda" = callPackage - ({ mkDerivation, aeson, base, bytestring, cassava, containers - , directory, filepath, shake, split, text, unordered-containers - , vector, yaml + ({ mkDerivation, aeson, base, bytestring, cassava + , conduit-combinators, containers, directory, extra, filepath + , gitlib, gitlib-libgit2, scientific, shake, split, tagged, text + , unordered-containers, vector, yaml }: mkDerivation { pname = "gipeda"; - version = "0.1.0.2"; - sha256 = "0d3pbssndmlzmhk88214mz77jmgqh3ca2l8si9fr5v9wi0v5d8yz"; + version = "0.1.1"; + sha256 = "0swsc35z5xyl84wwfjcgcjkayim4jy9lgmk0x6fvb7g7dg8g7lip"; isLibrary = false; isExecutable = true; buildDepends = [ - aeson base bytestring cassava containers directory filepath shake - split text unordered-containers vector yaml + aeson base bytestring cassava conduit-combinators containers + directory extra filepath gitlib gitlib-libgit2 scientific shake + split tagged text unordered-containers vector yaml ]; jailbreak = true; homepage = "https://github.com/nomeata/gipeda"; @@ -53795,8 +53982,8 @@ self: { }: mkDerivation { pname = "github-backup"; - version = "1.20150617"; - sha256 = "1qg0mksvbnlfpi9dykg5595d6plgxlcbzrbm4al4cm5m6w0d2a73"; + version = "1.20150618"; + sha256 = "110nivss9436ls2mr5bl0m6fzg6ds5m0ams803zq60b8dya96wic"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -54260,8 +54447,8 @@ self: { }: mkDerivation { pname = "glib"; - version = "0.13.1.0"; - sha256 = "11scv2imljnr6ng7692jdagr7fc924hgfwfbnw4a5sra3w7ja7fz"; + version = "0.13.1.1"; + sha256 = "1wa3kfwwb7hf5g0hw1vcmrgcxd4pykvzbvc6ylx7903vxqbb9574"; buildDepends = [ base bytestring containers text utf8-string ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ glib ]; @@ -54591,6 +54778,30 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) glpk;}; + "glue" = callPackage + ({ mkDerivation, async, base, ekg-core, hashable, hspec + , lifted-base, monad-control, QuickCheck, quickcheck-instances + , text, time, transformers, transformers-base, unordered-containers + }: + mkDerivation { + pname = "glue"; + version = "0.1.0.0"; + sha256 = "1msdvm4a5arw4msp6km667sbvw830wsirvb0pxnjxrhnmy0h03gl"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + async base ekg-core hashable lifted-base monad-control text time + transformers transformers-base unordered-containers + ]; + testDepends = [ + async base ekg-core hashable hspec lifted-base monad-control + QuickCheck quickcheck-instances text time transformers + transformers-base unordered-containers + ]; + description = "Make better services"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "gluturtle" = callPackage ({ mkDerivation, base, convertible, GLUT, stm, yjsvg, yjtools }: mkDerivation { @@ -54726,8 +54937,8 @@ self: { }: mkDerivation { pname = "gnutls"; - version = "0.1.6"; - sha256 = "03xas76prffkzckpcrsqi6izj415yd172v3knpjbb0za4m489n63"; + version = "0.2"; + sha256 = "1c5pm0d80wpgh2bkcgbvmc72agf89h8ghfnrn1m1x3fljbgzvrn0"; buildDepends = [ base bytestring monads-tf transformers ]; extraLibraries = [ gnutls ]; pkgconfigDepends = [ gnutls ]; @@ -56125,8 +56336,8 @@ self: { }: mkDerivation { pname = "gtk"; - version = "0.13.7"; - sha256 = "1mrrd8hkpyhk40x9yg2b62i1d5d72p8g561wrhp80cd8f654cfij"; + version = "0.13.8.1"; + sha256 = "1p1s67swsiq8kr1l07zpghmyzww882kgzz38z41ykwzwj471zqjp"; buildDepends = [ array base bytestring cairo containers gio glib mtl pango text ]; @@ -56267,8 +56478,8 @@ self: { }: mkDerivation { pname = "gtk2hs-buildtools"; - version = "0.13.0.3"; - sha256 = "1ijcmcjp8mralpzl1gvh24bzq8njlzkvck1r07b010rrklv04arp"; + version = "0.13.0.4"; + sha256 = "041mprflgqc74qb21czzy3m2nzj5mc3ji4i60f04dh2f2bac491a"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -56418,8 +56629,8 @@ self: { }: mkDerivation { pname = "gtk3"; - version = "0.13.7"; - sha256 = "15jgv5ci79r36jy6h5hq04zffryx5bbv2sknxnydn0cxng6kvgr9"; + version = "0.13.8"; + sha256 = "18z1drng10l3z2arn2lrwsdaxx8q9yrdvdhzixya1vhs8za3m4pk"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -56528,8 +56739,8 @@ self: { }: mkDerivation { pname = "gtksourceview3"; - version = "0.13.1.3"; - sha256 = "1h23wy26mjivr4wmdscsnjzsija1g560a1bgcxvmrl4k1x9799d0"; + version = "0.13.1.5"; + sha256 = "15bm58pr92izhwa0sqf8vkzfcg1455947cgl29ak2kwaj3fkzbq1"; buildDepends = [ array base containers glib gtk3 mtl text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ gtksourceview ]; @@ -58240,34 +58451,32 @@ self: { ({ mkDerivation, base, binary, blaze-html, blaze-markup, bytestring , cmdargs, containers, cryptohash, data-default, deepseq, directory , filepath, fsnotify, http-conduit, http-types, HUnit, lrucache - , mtl, network, network-uri, old-locale, old-time, pandoc - , pandoc-citeproc, parsec, process, QuickCheck, random, regex-base - , regex-tdfa, snap-core, snap-server, system-filepath, tagsoup - , test-framework, test-framework-hunit, test-framework-quickcheck2 - , text, time, time-locale-compat + , mtl, network, network-uri, pandoc, pandoc-citeproc, parsec + , process, QuickCheck, random, regex-base, regex-tdfa, snap-core + , snap-server, system-filepath, tagsoup, test-framework + , test-framework-hunit, test-framework-quickcheck2, text, time }: mkDerivation { pname = "hakyll"; - version = "4.7.0.0"; - sha256 = "1c2awifpsplfr3x5aj7v9pymfmfj74i4j3djgggxr9vj5d372njq"; + version = "4.7.1.0"; + sha256 = "11lv7p8c4vka2rf47f1fhyvfax7rjb1i1i12mlrikj16vvsrixh2"; isLibrary = true; isExecutable = true; buildDepends = [ base binary blaze-html blaze-markup bytestring cmdargs containers cryptohash data-default deepseq directory filepath fsnotify - http-conduit http-types lrucache mtl network network-uri old-locale - old-time pandoc pandoc-citeproc parsec process random regex-base - regex-tdfa snap-core snap-server system-filepath tagsoup text time - time-locale-compat + http-conduit http-types lrucache mtl network network-uri pandoc + pandoc-citeproc parsec process random regex-base regex-tdfa + snap-core snap-server system-filepath tagsoup text time ]; testDepends = [ base binary blaze-html blaze-markup bytestring cmdargs containers cryptohash data-default deepseq directory filepath fsnotify http-conduit http-types HUnit lrucache mtl network network-uri - old-locale old-time pandoc pandoc-citeproc parsec process - QuickCheck random regex-base regex-tdfa snap-core snap-server - system-filepath tagsoup test-framework test-framework-hunit - test-framework-quickcheck2 text time time-locale-compat + pandoc pandoc-citeproc parsec process QuickCheck random regex-base + regex-tdfa snap-core snap-server system-filepath tagsoup + test-framework test-framework-hunit test-framework-quickcheck2 text + time ]; homepage = "http://jaspervdj.be/hakyll"; description = "A static website compiler library"; @@ -58473,10 +58682,8 @@ self: { }: mkDerivation { pname = "halive"; - version = "0.1.0.1"; - revision = "1"; - sha256 = "0wzajzh7lihj5l906ia5ni12dih0ar7f8apnq4ncypkw4ym1d4j6"; - editedCabalFile = "60b322e7402b0dc957944334003fdf00ae5cdf0233663904dc397409aa153598"; + version = "0.1.0.3"; + sha256 = "1m2x50cpxffiywii26vl37lfi77yl7an5ln2h5anmkb3pmajdabc"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -60046,15 +60253,14 @@ self: { }: mkDerivation { pname = "haskanoid"; - version = "0.1.4"; - sha256 = "1qyk3lwzykc3vamm5ddv9733b2mc3p0rafcawi0hm87y01gc4w6q"; + version = "0.1.5"; + sha256 = "1k2y406kjxyv3sdpa50m6i15z2aiysy43xhjgln99v21x6rp08ia"; isLibrary = false; isExecutable = true; buildDepends = [ base freenect hcwiid IfElse MissingH mtl SDL SDL-image SDL-mixer SDL-ttf transformers vector Yampa ]; - jailbreak = true; homepage = "http://github.com/ivanperez-keera/haskanoid"; description = "A breakout game written in Yampa using SDL"; license = "unknown"; @@ -61951,8 +62157,8 @@ self: { }: mkDerivation { pname = "hasql-postgres"; - version = "0.10.3.2"; - sha256 = "1n5r46is6kh1mk20pkkmw3v8gnqlsk2riq2a39kv7j384is02dp3"; + version = "0.10.3.3"; + sha256 = "0xwc1r7jirscsn1f11s7hkhc5knzzhb5l6if7c5w4skfx0vla7rh"; buildDepends = [ aeson attoparsec base-prelude bytestring either free hashable hashtables hasql-backend list-t loch-th mmorph placeholders @@ -63195,8 +63401,8 @@ self: { }: mkDerivation { pname = "hedis"; - version = "0.6.7"; - sha256 = "181anz8f2qi08f96ns0kxy09y18q4854brdycwhdij5yn7fl9kdg"; + version = "0.6.8"; + sha256 = "0n6x7dbdbfrxn3y6q9vp7x6vqgdc9nb3w85xjmim7agdf088zzh6"; buildDepends = [ attoparsec base BoundedChan bytestring bytestring-lexing mtl network resource-pool time vector @@ -64583,6 +64789,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hid" = callPackage + ({ mkDerivation, base, bytestring, c2hs, hidapi-libusb + , transformers + }: + mkDerivation { + pname = "hid"; + version = "0.2.1"; + sha256 = "18svis0bs4cilks71rih9m89mcdrll5hnjy18ccw81wj32cw9mdh"; + buildDepends = [ base bytestring transformers ]; + buildTools = [ c2hs ]; + pkgconfigDepends = [ hidapi-libusb ]; + description = "Interface to hidapi library"; + license = stdenv.lib.licenses.bsd3; + }) { hidapi-libusb = null;}; + "hidapi" = callPackage ({ mkDerivation, base, bytestring, deepseq-generics, systemd }: mkDerivation { @@ -64886,8 +65107,8 @@ self: { }: mkDerivation { pname = "hindent"; - version = "4.5.3"; - sha256 = "0fnkqdxqnfmh4mg844vbgbp4s31pq4jkc00n7dkg81xq0983nsxc"; + version = "4.5.4"; + sha256 = "09pywkm5xjk6djfwml1frnl21zndw03wp47a30vcnqcqf2a3awi0"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -66432,6 +66653,29 @@ self: { license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) netcdf;}; + "hnix" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, containers, data-fix + , parsers, tasty, tasty-hunit, tasty-th, text, transformers + , trifecta, unordered-containers + }: + mkDerivation { + pname = "hnix"; + version = "0.2.0"; + sha256 = "02aygnc0hhg3gsj9z323pq6i6v9ijjj5r6i8g1zx1cnwd51dw1aj"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + ansi-wl-pprint base containers data-fix parsers text transformers + trifecta unordered-containers + ]; + testDepends = [ + base containers data-fix tasty tasty-hunit tasty-th text + ]; + homepage = "http://github.com/jwiegley/hnix"; + description = "Haskell implementation of the Nix language"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hnn" = callPackage ({ mkDerivation, base, binary, bytestring, hmatrix, mwc-random , random, vector, vector-binary-instances, zlib @@ -67627,8 +67871,10 @@ self: { }: mkDerivation { pname = "hpack"; - version = "0.3.1"; - sha256 = "178pdk9rhqiyzjpdvkfvjs4gfc27k1limi7qpnpqyxzlcrcsplvb"; + version = "0.3.2"; + revision = "1"; + sha256 = "1y29d7bd297yy1j0cl17q98ibdr26gksvd6fwbwgpx43y5mpq08x"; + editedCabalFile = "d622462298731362fa33e09dd6b559cf1d6ba676c78864d4da2c1275dca11bae"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -67639,7 +67885,7 @@ self: { aeson base base-compat deepseq directory filepath hspec interpolate mockery text unordered-containers yaml ]; - homepage = "https://github.com/sol/hpack#readme"; + homepage = "https://github.com/haskell-tinc/hpack#readme"; description = "An alternative format for Haskell packages"; license = stdenv.lib.licenses.mit; }) {}; @@ -69320,15 +69566,15 @@ self: { }: mkDerivation { pname = "hscuid"; - version = "1.0.0"; - sha256 = "19py373zmfmfr52grvv4gimm4i0gnsiy6xxp60m8b6bb4cbiyj75"; + version = "1.2.0.0"; + sha256 = "01dmxckv9rlgb87ms5xbysw2cc7prmfww8g2n98ncgnc0lh3pc5l"; buildDepends = [ base formatting hostname random text time transformers unix ]; testDepends = [ base containers ]; homepage = "https://github.com/eightyeight/hscuid"; description = "Collision-resistant IDs"; - license = stdenv.lib.licenses.mit; + license = stdenv.lib.licenses.bsd3; }) {}; "hscurses" = callPackage @@ -69867,20 +70113,6 @@ self: { }) {}; "hslua" = callPackage - ({ mkDerivation, base, lua, mtl }: - mkDerivation { - pname = "hslua"; - version = "0.3.13"; - sha256 = "02j3hrzq3dgcv4bvf4xz14qxvzlb0vlxrf7lk9wqwdy43b978mz9"; - buildDepends = [ base mtl ]; - testDepends = [ base ]; - pkgconfigDepends = [ lua ]; - configureFlags = [ "-fsystem-lua" ]; - description = "A Lua language interpreter embedding in Haskell"; - license = stdenv.lib.licenses.mit; - }) { inherit (pkgs) lua;}; - - "hslua_0_4_0" = callPackage ({ mkDerivation, base, bytestring, hspec, hspec-contrib, HUnit, lua , text }: @@ -70773,14 +71005,18 @@ self: { }) {}; "hsqml-demo-notes" = callPackage - ({ mkDerivation, base, hsqml, sqlite-simple, text }: + ({ mkDerivation, base, containers, hsqml, sqlite-simple, text + , transformers + }: mkDerivation { pname = "hsqml-demo-notes"; - version = "0.3.2.0"; - sha256 = "0d754caiip1hgzhw2lc09bqyk7g3zqlyr3y51fa76v4dl7d0maxj"; + version = "0.3.3.0"; + sha256 = "0gjlsqlspchav6lvc4ld15192x70j8cyzw903dgla7g9sj8fg813"; isLibrary = false; isExecutable = true; - buildDepends = [ base hsqml sqlite-simple text ]; + buildDepends = [ + base containers hsqml sqlite-simple text transformers + ]; homepage = "http://www.gekkou.co.uk/software/hsqml/"; description = "Sticky notes example program implemented in HsQML"; license = stdenv.lib.licenses.bsd3; @@ -71613,8 +71849,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.4.11.3"; - sha256 = "04f9xb1hz5i9sm14nlasia86vjwsx0nmjh1kpk21axvvkbgcnrrq"; + version = "0.4.13"; + sha256 = "1vxjcvwlqp9n8r2lp21mxxklq1ia4bvzl778b7digzhdhpn405mi"; buildDepends = [ array base base64-bytestring blaze-builder bytestring case-insensitive containers cookie data-default-class deepseq @@ -71624,7 +71860,8 @@ self: { testDepends = [ async base base64-bytestring blaze-builder bytestring case-insensitive containers deepseq directory hspec http-types - monad-control network streaming-commons text time transformers zlib + monad-control network network-uri streaming-commons text time + transformers zlib ]; homepage = "https://github.com/snoyberg/http-client"; description = "An HTTP client engine, intended as a base layer for more user-friendly packages"; @@ -73487,6 +73724,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hyperfunctions" = callPackage + ({ mkDerivation, adjunctions, base, distributive, profunctors + , transformers + }: + mkDerivation { + pname = "hyperfunctions"; + version = "0"; + sha256 = "0q452g2qzlw961zwkdihwi8d8hknxavfgd8vkjdhiazx5anbqzkm"; + buildDepends = [ + adjunctions base distributive profunctors transformers + ]; + homepage = "http://github.com/ekmett/hyperfunctions"; + description = "Hyperfunctions"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hyperloglog" = callPackage ({ mkDerivation, approximate, base, binary, bits, bytes, cereal , cereal-vector, comonad, deepseq, directory, distributive, doctest @@ -73497,7 +73750,9 @@ self: { mkDerivation { pname = "hyperloglog"; version = "0.3.1"; + revision = "1"; sha256 = "13pmqkqldy5n274rld9acdypp39f51qmc9v14kwpw95lkpd9bxnl"; + editedCabalFile = "9656873f269cef1f68eaa95e106bb49f6f5f5538bef06d82244d566e344c3ef6"; buildDepends = [ approximate base binary bits bytes cereal cereal-vector comonad deepseq distributive generic-deriving hashable hashable-extras lens @@ -73507,7 +73762,6 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - jailbreak = true; homepage = "http://github.com/analytics/hyperloglog"; description = "An approximate streaming (constant space) unique object counter"; license = stdenv.lib.licenses.bsd3; @@ -75596,8 +75850,8 @@ self: { }: mkDerivation { pname = "intricacy"; - version = "0.4.3"; - sha256 = "07ha7vl8qzvfyk776f0pr6wb9fjcwmmqplp91bfpmzslifw2k01r"; + version = "0.5"; + sha256 = "1cy8i6iqgka0696d84nqswg90q3a1yn9s480ffx8s1i2sy7msjyg"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -75943,7 +76197,7 @@ self: { description = "haskell binding to ipopt and nlopt including automatic differentiation"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; - }) { inherit (pkgs) ipopt; inherit (pkgs) nlopt;}; + }) { inherit (pkgs) ipopt; nlopt = null;}; "ipprint" = callPackage ({ mkDerivation, base, Extra, haskell-src }: @@ -76131,9 +76385,9 @@ self: { mkDerivation { pname = "irc-core"; version = "1.1.0.1"; - revision = "1"; + revision = "2"; sha256 = "01n10wcnq4h2wpmxl1rh9zgqayk3mllbz563fg8qw1k01n7q9257"; - editedCabalFile = "e0fedfac6e4dccddc4034d99d9123c69127309df42c2a338a8643f4cf48b1a50"; + editedCabalFile = "dd561722689f1891016d9ea0ce11ef7752853160fc8da43625f803839f55059c"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -77180,8 +77434,8 @@ self: { }: mkDerivation { pname = "jespresso"; - version = "1.0.1.1"; - sha256 = "0lxkn0zd4y7b36y42hxpfan5jcy910ksl044yvmrk634p7s3996h"; + version = "1.0.2"; + sha256 = "0wka2wq89x6vzhvr93wrlc8dp7shd8jic11camrgpqqsqk3j0pnd"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -77404,7 +77658,9 @@ self: { mkDerivation { pname = "jose-jwt"; version = "0.6.2"; + revision = "1"; sha256 = "0fw3b34ghpjpm56iln1i46kr8dcj1yv8gmalgdl7ym7n9bvgrfzq"; + editedCabalFile = "5aa6637a051160937328c7ff477615ff8424212374f46e41386c705e4db425c0"; buildDepends = [ aeson base base64-bytestring byteable bytestring cereal cipher-aes containers crypto-cipher-types crypto-numbers crypto-pubkey @@ -78263,8 +78519,10 @@ self: { }: mkDerivation { pname = "kansas-lava"; - version = "0.2.4.2"; - sha256 = "1rng6hjkp6rqqp18dnfm3aps8k5hkxcjm9q1yynyzn12prv4xb1q"; + version = "0.2.4.3"; + revision = "1"; + sha256 = "0i2k5jzirgn68g685azyjp2x96fd2mif56ghxvi566aa1qs5gw1v"; + editedCabalFile = "7b1860125ab2958d3831cb2536a6b939879f09951199649182bb848e70b583eb"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -78285,8 +78543,8 @@ self: { }: mkDerivation { pname = "kansas-lava-cores"; - version = "0.1.2.1"; - sha256 = "0x2rgl3cf06srsfvcrrg8kf9r42x3qrvch7kk97zh9vp1f19jd9q"; + version = "0.1.2.2"; + sha256 = "076hd8c59hivdirpf4y5vgdlvhq74lfd5zm6np34y8hblq6jyl0m"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -78306,8 +78564,8 @@ self: { }: mkDerivation { pname = "kansas-lava-papilio"; - version = "0.3.0"; - sha256 = "1dyvw2n25cd22zdpzyy8ipsxr3lbvhq10xbaz83l94rcf2k9yhqj"; + version = "0.3.1"; + sha256 = "0n8ffiygl72cbqza0whmkhsqyg6d7flfdz1jvr22g68x3005r00y"; buildDepends = [ ansi-terminal base bytestring data-default directory filepath kansas-lava kansas-lava-cores netlist network sized-types @@ -78565,8 +78823,8 @@ self: { }: mkDerivation { pname = "keera-hails-mvc-solutions-gtk"; - version = "0.0.3.3"; - sha256 = "1j0821aysvzpa8qnnz9066gwxk1bwn0sykihb5p5br62n7xzhgkf"; + version = "0.0.3.4"; + sha256 = "01sksznn8rxv4ww3p99qm8dhjlpy03ygavp512zmyrpvydhp86mm"; buildDepends = [ base gtk hslogger HTTP keera-hails-mvc-environment-gtk keera-hails-mvc-model-protectedmodel keera-hails-mvc-view @@ -78624,8 +78882,8 @@ self: { }: mkDerivation { pname = "keera-hails-reactive-gtk"; - version = "0.0.3.5"; - sha256 = "01hvakmxjm9vpfwp4s7c1s3jqiy21yqb9rgjs2drf2kb66ndvsq9"; + version = "0.0.3.6"; + sha256 = "1i7l330y10vf35b61y9r5wij0gm871n4bc6lij56nx20msi66ch4"; buildDepends = [ base gtk gtk-helpers keera-hails-reactivevalues mtl transformers ]; @@ -78700,6 +78958,39 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "keera-posture" = callPackage + ({ mkDerivation, allocated-processor, base, bytestring, cmdargs + , containers, cv-combinators, directory, filepath, gio, glib, gtk + , gtk-helpers, hgettext, HOpenCV, HTTP, IfElse, keera-hails-i18n + , keera-hails-mvc-controller, keera-hails-mvc-environment-gtk + , keera-hails-mvc-model-protectedmodel + , keera-hails-mvc-solutions-config, keera-hails-mvc-solutions-gtk + , keera-hails-mvc-view-gtk, keera-hails-reactive-gtk + , keera-hails-reactivevalues, MissingK, mtl, network, process, SDL + , SDL-mixer, setlocale, time, utf8-string + }: + mkDerivation { + pname = "keera-posture"; + version = "0.1.4.4"; + sha256 = "0nlq68da3yfmp058j637xy25jjdwia8b1z49zf70rhdmyh8kvh60"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + allocated-processor base bytestring cmdargs containers + cv-combinators directory filepath gio glib gtk gtk-helpers hgettext + HOpenCV HTTP IfElse keera-hails-i18n keera-hails-mvc-controller + keera-hails-mvc-environment-gtk + keera-hails-mvc-model-protectedmodel + keera-hails-mvc-solutions-config keera-hails-mvc-solutions-gtk + keera-hails-mvc-view-gtk keera-hails-reactive-gtk + keera-hails-reactivevalues MissingK mtl network process SDL + SDL-mixer setlocale time utf8-string + ]; + homepage = "http://keera.co.uk/projects/keera-posture"; + description = "Get notifications when your sitting posture is inappropriate"; + license = "unknown"; + }) {}; + "keiretsu" = callPackage ({ mkDerivation, aeson, ansi-terminal, async, base, bytestring , conduit, conduit-extra, directory, filepath, hslogger, network @@ -80410,6 +80701,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "language-kort" = callPackage + ({ mkDerivation, base, base64-bytestring, bytestring, QuickCheck + , random, razom-text-util, regex-applicative, smaoin, text + , text-position, utf8-string, vocabulary-kadma + }: + mkDerivation { + pname = "language-kort"; + version = "0.1.0.0"; + sha256 = "0dhrzd470hfvkjpizgg9czgyz80nc9sq86r2zcimsch6rxmid0i0"; + buildDepends = [ + base base64-bytestring bytestring random razom-text-util + regex-applicative smaoin text text-position utf8-string + vocabulary-kadma + ]; + testDepends = [ + base bytestring QuickCheck smaoin text vocabulary-kadma + ]; + homepage = "http://rel4tion.org/projects/language-kort/"; + description = "Parser and serializer for the Kort information language"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "language-lua" = callPackage ({ mkDerivation, alex, array, base, deepseq, directory, filepath , mtl, parsec, QuickCheck, safe, tasty, tasty-hunit @@ -80529,6 +80842,7 @@ self: { ansi-wl-pprint base either Glob hspec HUnit lens parsec parsers strict-base-types temporary text unix unordered-containers vector ]; + jailbreak = true; homepage = "http://lpuppet.banquise.net/"; description = "Tools to parse and evaluate the Puppet DSL"; license = stdenv.lib.licenses.bsd3; @@ -81179,8 +81493,8 @@ self: { }: mkDerivation { pname = "leksah"; - version = "0.15.0.3"; - sha256 = "11b4kp1bbw35gsrdcr5kjyjrfiqrqfy645nbpngjz7rzivjl6n4s"; + version = "0.15.0.5"; + sha256 = "0k2mbhzjjs8a6bg83iwsjw454pm42179wr2l4vh35cvc5bxii33w"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -81214,8 +81528,8 @@ self: { }: mkDerivation { pname = "leksah-server"; - version = "0.15.0.2"; - sha256 = "090nz2kvsf83jdp2lhng5x87a96xzxknsr4vx2jc2r2vs60841lx"; + version = "0.15.0.3"; + sha256 = "1lh4jwm6x5axhhv5micd03wgv063p71z6vdmszsjpkhfsi9pmgh3"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -81496,8 +81810,8 @@ self: { }: mkDerivation { pname = "lentil"; - version = "0.1.1.3"; - sha256 = "0m2k3ba4b9dxd5ql8z3m9lmbc9lbxl1d2vi0k0024mjlpp0kdwwm"; + version = "0.1.2.4"; + sha256 = "1iv3lk4jjp7yvqhfnqxsg8rgkbwzjhmnny6rrqk3njir76b378ra"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -85364,10 +85678,8 @@ self: { ({ mkDerivation, base, containers, srcloc, text }: mkDerivation { pname = "mainland-pretty"; - version = "0.2.7.2"; - revision = "1"; - sha256 = "0spn95apa05bx2akcl13kmg0vlyyakca3jx1960ja4z9dm9lwadd"; - editedCabalFile = "e766e6766217250919472995c93de5f98496d1b03d73d498668400408f845ee6"; + version = "0.3.0.0"; + sha256 = "1fqb03rph3zwl46wkfzbm5hsqhyjn2vvwks506mybabqv3sg24kn"; buildDepends = [ base containers srcloc text ]; homepage = "http://www.cs.drexel.edu/~mainland/"; description = "Pretty printing designed for printing source code"; @@ -85859,8 +86171,8 @@ self: { }: mkDerivation { pname = "mandrill"; - version = "0.2.2.0"; - sha256 = "186svy4m93r5p25kv1k5bwfpwgmxzf20rhpr6ah4pbavcys6jiyh"; + version = "0.2.2.1"; + sha256 = "0fs9fid7d87cnx5wi513xjqkgq425pfd4v9dx82x2c0pvnyfdvhk"; buildDepends = [ aeson base base64-bytestring blaze-html bytestring containers email-validate http-client http-client-tls http-types lens mtl @@ -85870,7 +86182,6 @@ self: { aeson base bytestring QuickCheck raw-strings-qq tasty tasty-hunit tasty-quickcheck text ]; - jailbreak = true; description = "Library for interfacing with the Mandrill JSON API"; license = stdenv.lib.licenses.mit; }) {}; @@ -87040,22 +87351,18 @@ self: { }) {}; "messagepack" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, cereal, containers - , QuickCheck, test-framework, test-framework-quickcheck2 - , test-framework-th, text + ({ mkDerivation, base, bytestring, cereal, containers, QuickCheck + , test-framework, test-framework-quickcheck2, test-framework-th }: mkDerivation { pname = "messagepack"; - version = "0.3.0"; - sha256 = "1icl40fh9glzr105aha3971gnbnzw528sgdia8kwlj751v3nnpa0"; - buildDepends = [ - attoparsec base bytestring cereal containers text - ]; + version = "0.4.0"; + sha256 = "198rd9yy99zsgp48gmz3kxzljcpmbqh2gghzndn3q0n7cv0lls0i"; + buildDepends = [ base bytestring cereal containers ]; testDepends = [ base bytestring cereal containers QuickCheck test-framework - test-framework-quickcheck2 test-framework-th text + test-framework-quickcheck2 test-framework-th ]; - jailbreak = true; homepage = "https://github.com/rodrigosetti/messagepack"; description = "Serialize instance for Message Pack Object"; license = stdenv.lib.licenses.mit; @@ -87533,8 +87840,8 @@ self: { }: mkDerivation { pname = "mighttpd2"; - version = "3.2.7"; - sha256 = "1l1d7hbx0ffxgfjvm8v4ay2pmw50yifw9g31mqa88pfwnjb4v5sp"; + version = "3.2.8"; + sha256 = "07fjmflyblyhrkj0477d83dqfkvcq4g2sh7g40x5yr3iawi1kdsp"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -87970,8 +88277,8 @@ self: { }: mkDerivation { pname = "misfortune"; - version = "0.1.1.1"; - sha256 = "0knb31jxxn7zds13a90d4lir39386nwzd181mlzkrw5niw1zwmhb"; + version = "0.1.1.2"; + sha256 = "0j93zqgqskrj2zc0vwsmwldidr6nkcxq2v3mmzv7l7l1bwhl8jxf"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -88663,12 +88970,13 @@ self: { }) {}; "monad-loops" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, tasty, tasty-hunit }: mkDerivation { pname = "monad-loops"; - version = "0.4.2.1"; - sha256 = "1dprwndc0bxzpmrkj1xb9kzjrg3i06zsg43yaabn5x5gcaj8is56"; + version = "0.4.3"; + sha256 = "062c2sn3hc8h50p1mhqkpyv6x8dydz2zh3ridvlfjq9nqimszaky"; buildDepends = [ base ]; + testDepends = [ base tasty tasty-hunit ]; homepage = "https://github.com/mokus0/monad-loops"; description = "Monadic loops"; license = stdenv.lib.licenses.publicDomain; @@ -88881,9 +89189,10 @@ self: { mkDerivation { pname = "monad-products"; version = "4.0.0.1"; + revision = "1"; sha256 = "017cxiavxfw0f08sr0d6m3avla1lplmdj51rxpf1103ripq20r53"; + editedCabalFile = "fb4d07af0ad3081f3f2a252c99b777fafa6b3ece61ca81642f8a889ef370710e"; buildDepends = [ base semigroupoids ]; - jailbreak = true; homepage = "http://github.com/ekmett/monad-products"; description = "Monad products"; license = stdenv.lib.licenses.bsd3; @@ -89692,17 +90001,16 @@ self: { }) {}; "moonshine" = callPackage - ({ mkDerivation, aeson, base, bytestring, canteven-config - , directory, ekg, ekg-core, filepath, hslogger, snap, text, time - , transformers, yaml + ({ mkDerivation, aeson, base, bytestring, canteven-config, ekg + , ekg-core, hslogger, snap, text, time, transformers, yaml }: mkDerivation { pname = "moonshine"; - version = "1.2.2.1"; - sha256 = "0x8rck2s7a8zhclhn9n6zfyx1p4z1krfg4vyv7gm0djasmcpwdp8"; + version = "2.0.0.0"; + sha256 = "1b8b7h9nk5nzk9q5ysg57q1rain36bxhvx4l7qwidsx30rdfs6qs"; buildDepends = [ - aeson base bytestring canteven-config directory ekg ekg-core - filepath hslogger snap text time transformers yaml + aeson base bytestring canteven-config ekg ekg-core hslogger snap + text time transformers yaml ]; homepage = "https://github.com/SumAll/moonshine"; description = "A web service framework for Haskell, similar in purpose to dropwizard"; @@ -90050,6 +90358,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "msi-kb-backlit" = callPackage + ({ mkDerivation, base, bytestring, hid, split }: + mkDerivation { + pname = "msi-kb-backlit"; + version = "0.1.0.1"; + sha256 = "1lq1a13h74dkhmh6mkg9mzksvzc2mjb8ynsbs9856z7079ifsdw4"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base bytestring hid split ]; + description = "A command line tool to change backlit colors of your MSI keyboards"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "mstate" = callPackage ({ mkDerivation, base, monad-peel, mtl, stm }: mkDerivation { @@ -90563,7 +90884,9 @@ self: { mkDerivation { pname = "multiset-comb"; version = "0.2.4"; + revision = "1"; sha256 = "0j7vxm67aws7dzlmdkvx2aja888jp22qdzz8hgmhvbpcr4p7lz99"; + editedCabalFile = "b6ecbed315e0578b665644b8a73ed1e348968e5a93bb1d491fb5a6faf79d7545"; buildDepends = [ base containers transformers ]; description = "Combinatorial algorithms over multisets"; license = stdenv.lib.licenses.bsd3; @@ -91838,6 +92161,24 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "neet" = callPackage + ({ mkDerivation, base, cereal, containers, graphviz, MonadRandom + , multimap, parallel, random, transformers + }: + mkDerivation { + pname = "neet"; + version = "0.2.0.0"; + sha256 = "1gcg172ghdqnrazx4zwy05jpm6vy5li49v42rwdcjggyx6nc0mhi"; + buildDepends = [ + base cereal containers graphviz MonadRandom multimap parallel + random transformers + ]; + jailbreak = true; + homepage = "https://github.com/raymoo/NEET"; + description = "A NEAT library for Haskell"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "nehe-tuts" = callPackage ({ mkDerivation, array, base, bytestring, cereal, directory, GLFW-b , GLURaw, OpenGLRaw, random @@ -92577,8 +92918,8 @@ self: { }: mkDerivation { pname = "network-conduit-tls"; - version = "1.2.0"; - sha256 = "16x334ly9lgrdp9prc9aqjraigqzlgsi9607alaj2pf2qbqa0ipg"; + version = "1.2.0.1"; + sha256 = "17d267sg74snq626kk8n9yy9njspjzivwjg60l69879z4nsvp200"; buildDepends = [ base bytestring conduit conduit-extra connection cprng-aes data-default monad-control network streaming-commons tls @@ -92673,8 +93014,8 @@ self: { ({ mkDerivation, base, bytestring }: mkDerivation { pname = "network-fancy"; - version = "0.2.2"; - sha256 = "12q2ifjwg4ss5l2pv42nfhsawncbwm6y4dwrspadkjv9b8idl91j"; + version = "0.2.3"; + sha256 = "1b4hbwqbir3qw3hs1mxdqdz0lnagyqrp5r383b6cm7yvjy3q3if5"; buildDepends = [ base bytestring ]; homepage = "http://github.com/taruti/network-fancy"; description = "Networking support with a cleaner API"; @@ -92837,8 +93178,8 @@ self: { }: mkDerivation { pname = "network-protocol-xmpp"; - version = "0.4.7"; - sha256 = "12xvg21lxvssnaxvzis49xqsccx2siymrva5702m1npdd6f9y81h"; + version = "0.4.8"; + sha256 = "07hy8byhaakjwfidrvkjp07jn25aw21g8wcs93ni3njj0kh2jxza"; buildDepends = [ base bytestring gnuidn gnutls gsasl libxml-sax monads-tf network text transformers xml-types @@ -93467,28 +93808,27 @@ self: { "nixfromnpm" = callPackage ({ mkDerivation, aeson, base, bytestring, classy-prelude - , data-default, directory, error-list, filepath, github, hspec - , hspec-expectations, http-client-streams, io-streams, MissingH - , mtl, network-uri, parsec, shelly, simple-nix, system-filepath - , text, text-render, unordered-containers + , containers, data-default, directory, docopt, error-list, filepath + , github, hnix, hspec, hspec-expectations, http-client-streams + , io-streams, MissingH, mtl, network-uri, parsec, shelly + , system-filepath, text, text-render, unordered-containers }: mkDerivation { pname = "nixfromnpm"; - version = "0.1.0.0"; - sha256 = "16m7rish1n8292virv0dgzvxwjhy73blmdpcfwdkmb2qvkvvv93j"; - isLibrary = false; + version = "0.1.0.7"; + sha256 = "0pl00kiirpmhzsyr96gzkjrzps69vycpabrjjdq31ngckwqvjib1"; + isLibrary = true; isExecutable = true; buildDepends = [ - aeson base bytestring classy-prelude data-default directory - error-list filepath MissingH mtl network-uri parsec shelly - simple-nix system-filepath text text-render unordered-containers + aeson base bytestring classy-prelude containers data-default + directory docopt error-list filepath hnix MissingH mtl network-uri + parsec shelly system-filepath text text-render unordered-containers ]; testDepends = [ - aeson base bytestring classy-prelude data-default directory - error-list filepath github hspec hspec-expectations + aeson base bytestring classy-prelude containers data-default + directory error-list filepath github hnix hspec hspec-expectations http-client-streams io-streams MissingH mtl network-uri parsec - shelly simple-nix system-filepath text text-render - unordered-containers + shelly system-filepath text text-render unordered-containers ]; description = "Generate nix expressions from npm packages"; license = stdenv.lib.licenses.mit; @@ -93892,8 +94232,8 @@ self: { }: mkDerivation { pname = "notzero"; - version = "0.0.7"; - sha256 = "1247jhaqlmw720x5j2h6mj677jrg392f4i38zign05ral11xh4xf"; + version = "0.0.10"; + sha256 = "0g4l4b5f6m3da172k9n49zkcisbv88b3601zabb474l6a80zrz8p"; buildDepends = [ base bifunctors lens mtl semigroupoids semigroups transformers ]; @@ -94147,7 +94487,9 @@ self: { mkDerivation { pname = "numeric-prelude"; version = "0.4.2"; + revision = "1"; sha256 = "1i6qavz3av3dbf70li7yqsh184bl618l1sm9s9ia15srrkzsj9sk"; + editedCabalFile = "acbf128b14ff1177ed767ec9ebb89b1c3c0e998d5d031fdd0e4bc64ebc6bffe2"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -95560,6 +95902,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "optparse-declarative" = callPackage + ({ mkDerivation, base, bytestring, fast-logger, monad-logger, mtl + }: + mkDerivation { + pname = "optparse-declarative"; + version = "0.2.0"; + sha256 = "189fh9f2k2bzjl0c4mxhg23m87fhmnmszl2qym6ni2npb58df0qa"; + buildDepends = [ base bytestring fast-logger monad-logger mtl ]; + homepage = "https://github.com/tanakh/optparse-declarative"; + description = "Declarative command line option parser"; + license = stdenv.lib.licenses.mit; + }) {}; + "optparse-simple" = callPackage ({ mkDerivation, base, either, gitrev, optparse-applicative , template-haskell, transformers @@ -96148,8 +96503,8 @@ self: { }: mkDerivation { pname = "pagerduty"; - version = "0.0.3.1"; - sha256 = "1l68a5s4w3x2n1qqmd2g6q7925rpvyqf1b9gisq8nsxs1dknin2r"; + version = "0.0.3.2"; + sha256 = "0cdn5xmqpfl85nair2ns3dv690wgyfiapks0lnc3aqi8nnly7bws"; buildDepends = [ aeson base bifunctors bytestring bytestring-conversion conduit data-default-class exceptions generics-sop http-client http-types @@ -96157,7 +96512,6 @@ self: { time-locale-compat transformers transformers-base transformers-compat unordered-containers ]; - jailbreak = true; homepage = "http://github.com/brendanhay/pagerduty"; description = "Client library for PagerDuty Integration and REST APIs"; license = "unknown"; @@ -97157,8 +97511,8 @@ self: { }: mkDerivation { pname = "path"; - version = "0.5.1"; - sha256 = "181dq5r4nslh37yy3hs1k20vd2w9yyp8ccjvxcmq12czfzgzz8bi"; + version = "0.5.2"; + sha256 = "10ai0ygal1pipdi6221nhv0apgv8hzrra7jpgkn7nl62dbj2sl34"; buildDepends = [ base exceptions filepath template-haskell ]; testDepends = [ base hspec HUnit mtl ]; description = "Path"; @@ -98931,6 +99285,18 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "pipe-enumerator" = callPackage + ({ mkDerivation, base, enumerator, pipes, transformers }: + mkDerivation { + pname = "pipe-enumerator"; + version = "0.3.0.0"; + sha256 = "0ralmrhyz88dmnlggmw7kq2gfw5xdb5xypjmmmlgs478z7f2qyd8"; + buildDepends = [ base enumerator pipes transformers ]; + homepage = "https://github.com/zadarnowski/pipe-enumerator"; + description = "A bidirectional bridge between pipes and iteratees"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "pipeclip" = callPackage ({ mkDerivation, base, bytestring, editor-open, Hclip, safe }: mkDerivation { @@ -100269,9 +100635,10 @@ self: { mkDerivation { pname = "polysoup"; version = "0.5.2"; + revision = "1"; sha256 = "13923ff6lzvl6j059gyhcb3cx27plkxgbyjr7skg9g5hxia5j73b"; + editedCabalFile = "28bbd0ec4944d449118244081956e0d6d5b0c8c787cdb77509c028d3ee4c222f"; buildDepends = [ base containers polyparse tagsoup ]; - jailbreak = true; homepage = "https://github.com/kawu/polysoup"; description = "Online XML parsing with polyparse and tagsoup"; license = stdenv.lib.licenses.bsd3; @@ -100848,8 +101215,10 @@ self: { }: mkDerivation { pname = "postgresql-query"; - version = "1.2.0"; - sha256 = "0syjgaxp77dq7yk9hhyf5mfznf4z0wlfdsxh9dz92krfs5kl3wqr"; + version = "1.2.1"; + revision = "1"; + sha256 = "0dkbg55y4dmdka0ks2mz5m1dk17r5gdhkhk3bypjwchb4nyjvx1f"; + editedCabalFile = "a751cfcead636156595561698606a6ddb945d763156414c71854a718494768e0"; buildDepends = [ aeson attoparsec base blaze-builder bytestring containers data-default either exceptions file-embed haskell-src-meta @@ -100862,7 +101231,6 @@ self: { quickcheck-instances tasty tasty-hunit tasty-quickcheck tasty-th text ]; - jailbreak = true; homepage = "https://bitbucket.org/s9gf4ult/postgresql-query"; description = "Sql interpolating quasiquote plus some kind of primitive ORM using it"; license = stdenv.lib.licenses.bsd3; @@ -102421,6 +102789,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "promises" = callPackage + ({ mkDerivation, base, primitive }: + mkDerivation { + pname = "promises"; + version = "0.2"; + sha256 = "0fgczzjf93fvrfh9sgy49072c6qw27626qwla0qwl0wvfhaal7ah"; + buildDepends = [ base primitive ]; + homepage = "http://github.com/ekmett/promises/"; + description = "Lazy demand-driven promises"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "propane" = callPackage ({ mkDerivation, base, colour, containers, directory, filepath , repa, repa-devil, spawn @@ -102473,16 +102853,17 @@ self: { "property-list" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, cereal - , containers, free, old-locale, oneOfN, recursion-schemes, syb - , template-haskell, text, time, transformers, vector, xml + , containers, free, oneOfN, recursion-schemes, syb + , template-haskell, text, time, time-locale-compat, transformers + , vector, xml }: mkDerivation { pname = "property-list"; - version = "0.1.0.4"; - sha256 = "19i0pzdys7k0gavax6ygk0x58cf636phzp2r99glyn8qcb51yj0z"; + version = "0.1.0.5"; + sha256 = "0wv97v6b7yfkwaz6mpw3l12q34k620jb1clz0j9a1kvysm1r005k"; buildDepends = [ - base base64-bytestring bytestring cereal containers free old-locale - oneOfN recursion-schemes syb template-haskell text time + base base64-bytestring bytestring cereal containers free oneOfN + recursion-schemes syb template-haskell text time time-locale-compat transformers vector xml ]; homepage = "https://github.com/mokus0/property-list"; @@ -102735,8 +103116,8 @@ self: { }: mkDerivation { pname = "pseudo-boolean"; - version = "0.1.0.1"; - sha256 = "1a46dx6xxnzhf66kym9xbxxcbqkmqbadg7gxhd2clsahbwlm4w4d"; + version = "0.1.1.0"; + sha256 = "0j80pwmp8jpkmh0k76v9mqa3xcbdhb0r4sgq1nkfdf4gm5mn7v03"; buildDepends = [ attoparsec base bytestring bytestring-builder containers deepseq dlist hashable parsec @@ -104791,14 +105172,16 @@ self: { }) {}; "razom-text-util" = callPackage - ({ mkDerivation, base, QuickCheck, regex-applicative, smaoin + ({ mkDerivation, base, QuickCheck, regex-applicative, smaoin, text , text-position }: mkDerivation { pname = "razom-text-util"; - version = "0.1.1.0"; - sha256 = "1zmqfjbhvszf2ky6556q1311x23y1h0v90yqaa1mynn8lqhplgkv"; - buildDepends = [ base regex-applicative smaoin text-position ]; + version = "0.1.2.0"; + sha256 = "0sfqc222pplsdmbrhwvbdf6pmqa18vgjd83rk7hqixzp6rk9h7pg"; + buildDepends = [ + base regex-applicative smaoin text text-position + ]; testDepends = [ base QuickCheck regex-applicative smaoin ]; homepage = "http://rel4tion.org/projects/razom-text-util/"; description = "Common text/parsing tools for Razom language packages"; @@ -105345,9 +105728,9 @@ self: { }: mkDerivation { pname = "record-preprocessor"; - version = "0.1.0.0"; - sha256 = "0ign3zvpnz4zrzfqglf34xbcrb21dq8hyzwkzlq9y26r9g3nmbd5"; - isLibrary = false; + version = "0.1.0.3"; + sha256 = "0vfij2kj4lg9pvyrcq3x33vnibq441fc80cpd67c9ik9axgf0r3y"; + isLibrary = true; isExecutable = true; buildDepends = [ base base-prelude conversion conversion-text record-syntax text @@ -105365,8 +105748,8 @@ self: { }: mkDerivation { pname = "record-syntax"; - version = "0.1.0.0"; - sha256 = "115z96ific9n3612yzkfmj7hxnbjc8xjz5nmfiddklx9zjih7h40"; + version = "0.1.0.2"; + sha256 = "177zy0j05yvpalflja5wpp0a45nplhpa9vq8ssfxw2nw9ydam637"; buildDepends = [ base base-prelude conversion conversion-text haskell-src-exts parsec record template-haskell text transformers @@ -106132,8 +106515,11 @@ self: { mkDerivation { pname = "regex-tdfa-text"; version = "1.0.0.2"; + revision = "1"; sha256 = "1p17xv3j2xd74iilyqwlqhkmyp26asq4k1pb0h2f0wdqqfr87bfd"; + editedCabalFile = "e445c4a0ce6f4723af060b4ea64d4926c573f43fe41aad883bae464704720243"; buildDepends = [ array base regex-base regex-tdfa text ]; + jailbreak = true; description = "Text interface for regex-tdfa"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -106551,8 +106937,8 @@ self: { }: mkDerivation { pname = "relational-query"; - version = "0.5.0.2"; - sha256 = "1n9x0yrfjgyf49b19vjp0n57h88vvj6bzc8nz0c9z0568cdb9fsh"; + version = "0.5.0.3"; + sha256 = "0kqhlnyl6gn1mm7ixz284xk78xrk1j80id6s0znpa6lpck2bszfz"; buildDepends = [ array base bytestring containers dlist names-th persistable-record sql-words template-haskell text time time-locale-compat @@ -107450,8 +107836,8 @@ self: { }: mkDerivation { pname = "rest-core"; - version = "0.36.0.4"; - sha256 = "07ypxsf15ghcnlb706cnl3jw275jlwa158dxb0gkr6ab8sq5f2zk"; + version = "0.36.0.5"; + sha256 = "1xvhhj03kyv39w8s330gn3pxz4431xmcbiacf6y8a4d0nd6fw8qf"; buildDepends = [ aeson aeson-utils base bytestring case-insensitive errors fclabels hxt hxt-pickle-utils json-schema mtl mtl-compat multipart random @@ -108554,8 +108940,8 @@ self: { }: mkDerivation { pname = "roshask"; - version = "0.2"; - sha256 = "1zgvvf7dvfazb4if9wmapgnklh561mjikn21w0ch43zxaqpx6b6k"; + version = "0.2.1"; + sha256 = "12sa8ir9cl2gygayk3vhd00shv3wy3sqyhf4hh6arml5q7wz1f3m"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -109291,7 +109677,9 @@ self: { mkDerivation { pname = "safecopy"; version = "0.8.5"; + revision = "1"; sha256 = "1r0v2276hynxkysyrdmy2334gwxgaz2v6j8g0hd5jzfj2kmnnmk9"; + editedCabalFile = "9b7af1be25774add78e43c0f9a4f1fe55ce2a98fb00738400661835adf1672c0"; buildDepends = [ array base bytestring cereal containers old-time template-haskell text time vector @@ -110092,18 +110480,19 @@ self: { }) {}; "schedule-planner" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, http-types - , mtl, options, text, transformers, wai, warp + ({ mkDerivation, aeson, base, bytestring, composition, containers + , HTTP, http-types, mtl, options, text, text-icu, transformers, wai + , warp }: mkDerivation { pname = "schedule-planner"; - version = "1.0.1.0"; - sha256 = "0vlr4wwazpr7xf5pym2f42gwniy017h02wwymn0zn80wypiv6dz1"; + version = "1.0.1.1"; + sha256 = "1x42jm9fciwdp1khlvcw5vl748pw12n8xk4phbnd6iwqaazf9wv8"; isLibrary = false; isExecutable = true; buildDepends = [ - aeson base bytestring containers http-types mtl options text - transformers wai warp + aeson base bytestring composition containers HTTP http-types mtl + options text text-icu transformers wai warp ]; description = "Find the ideal lesson layout"; license = stdenv.lib.licenses.gpl3; @@ -110452,20 +110841,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "scotty_0_10_0" = callPackage + "scotty_0_10_1" = callPackage ({ mkDerivation, aeson, async, base, blaze-builder, bytestring , case-insensitive, data-default-class, directory, hspec, hspec-wai - , http-types, lifted-base, monad-control, mtl, network + , http-types, lifted-base, monad-control, mtl, nats, network , regex-compat, text, transformers, transformers-base , transformers-compat, wai, wai-extra, warp }: mkDerivation { pname = "scotty"; - version = "0.10.0"; - sha256 = "0r1k96cf5nykgg987hfqfayyix23rjfn73njqqsfxjiai1dgrnzn"; + version = "0.10.1"; + sha256 = "0rz7m12pqyrw1ihvg7lhciy5lvn1g5mmdrbcyc5z32icqys3qi8v"; buildDepends = [ aeson base blaze-builder bytestring case-insensitive - data-default-class http-types monad-control mtl network + data-default-class http-types monad-control mtl nats network regex-compat text transformers transformers-base transformers-compat wai wai-extra warp ]; @@ -110732,8 +111121,8 @@ self: { }: mkDerivation { pname = "scyther-proof"; - version = "0.10.0.0"; - sha256 = "1mzv56d1v4r0024azz7s1yfxpdq53yf6231657y9hnc5z1ybsig3"; + version = "0.10.0.1"; + sha256 = "0c4djdr2lq6kbi726zmjicscsc2ksj4l787pzyj5lfbl9c11fb6j"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -110741,7 +111130,6 @@ self: { pretty process safe tagsoup time uniplate utf8-string ]; buildTools = [ alex ]; - jailbreak = true; description = "Automatic generation of Isabelle/HOL correctness proofs for security protocols"; license = "GPL"; hydraPlatforms = stdenv.lib.platforms.none; @@ -110801,8 +111189,8 @@ self: { ({ mkDerivation, base, SDL2, sdl2, SDL2_image }: mkDerivation { pname = "sdl2-image"; - version = "0.1.1.0"; - sha256 = "1rxkb4fl3350vxzwvsj25a1m8s7s179anaal33kq3q3kn0jfa72i"; + version = "0.1.3.1"; + sha256 = "1czkx3b9grdka0plgpxrk48vygaxc9mfl772kjpm0wvvwgywk9sf"; buildDepends = [ base sdl2 ]; extraLibraries = [ SDL2 ]; pkgconfigDepends = [ SDL2 SDL2_image ]; @@ -110968,14 +111356,16 @@ self: { }: mkDerivation { pname = "second-transfer"; - version = "0.5.3.2"; - sha256 = "0qc6xm7c37n2r9xnqc6njkm2d8lkwmripcr3q1q4m7q97qsvjbdl"; + version = "0.5.4.0"; + sha256 = "0942z5pdwy4dck3iprx9qafwzv006vkma0626yfarqqw2k5a4jjb"; buildDepends = [ attoparsec base base16-bytestring binary bytestring conduit containers exceptions hashable hashtables hslogger http2 lens network network-uri text time transformers ]; - testDepends = [ base bytestring conduit http2 HUnit lens ]; + testDepends = [ + base bytestring conduit http2 HUnit lens transformers + ]; buildTools = [ cpphs ]; extraLibraries = [ openssl ]; homepage = "https://www.httptwo.com/second-transfer/"; @@ -111472,12 +111862,12 @@ self: { }) {}; "seqid" = callPackage - ({ mkDerivation, base, transformers }: + ({ mkDerivation, base, mtl, transformers }: mkDerivation { pname = "seqid"; - version = "0.3.2"; - sha256 = "03xyvjflas8sfnsxzpcnm0k3kf8x72y9hwfayxn8zn3gjmwl3b3y"; - buildDepends = [ base transformers ]; + version = "0.4.1"; + sha256 = "0lfgw2fwizhid58aj4ncia8pqldzmkpzrmpgmvw51pgd0c25wjz0"; + buildDepends = [ base mtl transformers ]; description = "Sequence ID production and consumption"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -111498,8 +111888,8 @@ self: { ({ mkDerivation, base, io-streams, seqid }: mkDerivation { pname = "seqid-streams"; - version = "0.3.3"; - sha256 = "0jddjsvkc2fdnz9yny44ikrqwwx500rd0cgh8fz1894c6p6qfgkm"; + version = "0.4.0"; + sha256 = "05h2878dlrnlv66lsf41bngk4w9nwqviq4jl3bj0wdhcdvy9d9il"; buildDepends = [ base io-streams seqid ]; jailbreak = true; description = "Sequence ID IO-Streams"; @@ -112249,9 +112639,10 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "setlocale"; - version = "1.0.0.2"; - sha256 = "07yby0lz51b9pazh1abpgp1m86gxydkzky51ba04h771nschjj50"; + version = "1.0.0.3"; + sha256 = "17n173byca8k5cmqmnzgjk7772ibhg5am5sd1adfp0zd0rcqnqsd"; buildDepends = [ base ]; + homepage = "https://bitbucket.org/IchUndNichtDu/haskell-setlocale"; description = "Haskell bindings to setlocale"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -112533,8 +112924,8 @@ self: { }: mkDerivation { pname = "shake"; - version = "0.15.2"; - sha256 = "1vjvfmscmja4f60ag619bca9xdpqlaj3ra2yacrmh1wdi5fzcrdf"; + version = "0.15.4"; + sha256 = "189qyxvy6rxlkgmssy2v66f7anp4q9xjmwqcpwxq86h0pj7vr3i9"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -112791,6 +113182,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "shared-fields" = callPackage + ({ mkDerivation, base, Cabal, hspec, lens, template-haskell, text + }: + mkDerivation { + pname = "shared-fields"; + version = "0.1.0.0"; + sha256 = "178jpksnxmyc07nc49wdalyh63bxwshddif9fb48p1fzcy2z5aph"; + buildDepends = [ base template-haskell ]; + testDepends = [ base Cabal hspec lens text ]; + homepage = "http://github.com/intolerable/shared-fields"; + description = "a tiny library for using shared lens fields"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "shared-memory" = callPackage ({ mkDerivation, base, bytestring, unix }: mkDerivation { @@ -113586,17 +113991,22 @@ self: { }) {}; "simple-nix" = callPackage - ({ mkDerivation, base, classy-prelude, error-list, MissingH, mtl - , parsec, system-filepath, text, text-render, unordered-containers + ({ mkDerivation, base, classy-prelude, error-list, hspec + , hspec-expectations, MissingH, mtl, parsec, system-filepath, text + , text-render, unordered-containers }: mkDerivation { pname = "simple-nix"; - version = "0.1.0.0"; - sha256 = "18bvqc3gkbczgvipsv6rn71vmw8ybbgvyxccm6q5fgniv1knzh0i"; + version = "0.1.0.4"; + sha256 = "1kyarxkp9zdf6k1jpx9a5yjrjghbr52ranfzrbcnb8kdnzi0mh0f"; buildDepends = [ base classy-prelude error-list MissingH mtl parsec system-filepath text text-render unordered-containers ]; + testDepends = [ + base classy-prelude error-list hspec hspec-expectations MissingH + mtl parsec system-filepath text text-render unordered-containers + ]; homepage = "https://github.com/adnelson/simple-nix"; description = "Simple parsing/pretty printing for Nix expressions"; license = stdenv.lib.licenses.mit; @@ -114051,8 +114461,8 @@ self: { ({ mkDerivation, base, singletons }: mkDerivation { pname = "singleton-nats"; - version = "0.2.0.0"; - sha256 = "0qq5zg2m5w55fimz9xm7dc9953zlm345whvlf2j0gk1iw7n6a1ax"; + version = "0.3.0.1"; + sha256 = "1zgrvpszlvbq3mhfrs50dz2wd3bx6zxpyh0cj1zlwbn62psbdqxm"; buildDepends = [ base singletons ]; description = "Unary natural numbers relying on the singletons infrastructure"; license = stdenv.lib.licenses.bsd3; @@ -114577,8 +114987,8 @@ self: { }: mkDerivation { pname = "smaoin"; - version = "0.2.0.0"; - sha256 = "1zciyb1kknhnrnkw57bfi28sc80fbz6dq4vrnyq1b63b4nmhl2sd"; + version = "0.3.0.0"; + sha256 = "0j18pdpywgb01679b4f2aj7pzna1njh45giw1b1dsqqdp45gz2rp"; buildDepends = [ base bytestring random text uuid ]; testDepends = [ base bytestring QuickCheck ]; homepage = "http://rel4tion.org/projects/smaoin-hs/"; @@ -114782,6 +115192,7 @@ self: { cprng-aes data-default filepath mime-mail network resourcet stringsearch text tls transformers ]; + jailbreak = true; homepage = "https://github.com/enzoh/smtps-gmail"; description = "Gmail SMTP Client"; license = stdenv.lib.licenses.bsd3; @@ -115031,15 +115442,12 @@ self: { }: mkDerivation { pname = "snap-loader-dynamic"; - version = "0.10.0.2"; - revision = "1"; - sha256 = "0fnpzhwnj3dsqwx880391x9x6y0ry8f6dfrzkfs963zib9l3qvh7"; - editedCabalFile = "2f64bcfd0c84d6f6f161c4418778e5c463d127a383c2f3f8216155d161d87d7d"; + version = "0.10.0.3"; + sha256 = "0nk4knkxnfffs5pgf6x3ld83l174aymqlyasxbf7j10w0w8srmvw"; buildDepends = [ base directory directory-tree hint mtl snap-core template-haskell time unix ]; - jailbreak = true; homepage = "http://snapframework.com/"; description = "Snap: A Haskell Web Framework: dynamic loader"; license = stdenv.lib.licenses.bsd3; @@ -115308,15 +115716,12 @@ self: { }: mkDerivation { pname = "snaplet-fay"; - version = "0.3.3.11"; - revision = "2"; - sha256 = "18g61qivc49g37zmb4qv2piwlgs572fmngdpsjdhjmrgqn049fjr"; - editedCabalFile = "6b536ac4ad158ceed55ca18802caf4e970caabce93af33d95579ac431a003e9d"; + version = "0.3.3.12"; + sha256 = "1j9khzd1zalzkli0p139fx48dljn76f4g851k889q3zq5lriihps"; buildDepends = [ aeson base bytestring configurator directory fay filepath mtl snap snap-core transformers ]; - jailbreak = true; homepage = "https://github.com/faylang/snaplet-fay"; description = "Fay integration for Snap with request- and pre-compilation"; license = stdenv.lib.licenses.bsd3; @@ -115735,13 +116140,12 @@ self: { }: mkDerivation { pname = "snaplet-sass"; - version = "0.1.1.0"; - sha256 = "05vif2rz0dj2b3vm0yh0bwj234xjnjpiaf2fk8vlv00jirgrdr40"; + version = "0.1.2.0"; + sha256 = "1aiznsi54lxzwxnilckspvp6rdfmksxppa3964kqxh93a9gvkr9z"; buildDepends = [ base bytestring configurator directory filepath mtl process snap snap-core transformers ]; - jailbreak = true; homepage = "https://github.com/lukerandall/snaplet-sass"; description = "Sass integration for Snap with request- and pre-compilation"; license = stdenv.lib.licenses.bsd3; @@ -116184,8 +116588,8 @@ self: { ({ mkDerivation, async, base, bytestring }: mkDerivation { pname = "socket"; - version = "0.4.0.1"; - sha256 = "0xb5mdx8mxyy1h0kccgkj8qc3qkpi1rn1l0z52rid716yw1lia42"; + version = "0.5.1.0"; + sha256 = "1kmaw7m44iq1mk643y3kif9g2dmcyirnsv2y7gvf6c12xwrf5adh"; buildDepends = [ base bytestring ]; testDepends = [ async base bytestring ]; homepage = "https://github.com/lpeterse/haskell-socket"; @@ -116222,6 +116626,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "socket-sctp" = callPackage + ({ mkDerivation, base, bytestring, sctp, socket }: + mkDerivation { + pname = "socket-sctp"; + version = "0.1.0.0"; + sha256 = "1xdrc3d31xzi0q8arh8liv1h9xqinscaa5ip2xs6dvf4gap7rvs8"; + buildDepends = [ base bytestring socket ]; + testDepends = [ base bytestring socket ]; + extraLibraries = [ sctp ]; + homepage = "https://github.com/lpeterse/haskell-socket-sctp"; + description = "STCP socket extensions library"; + license = stdenv.lib.licenses.mit; + }) { sctp = null;}; + "socketio" = callPackage ({ mkDerivation, aeson, ansi-terminal, attoparsec, base , blaze-builder, bytestring, conduit, conduit-extra, http-types @@ -116827,8 +117245,8 @@ self: { }: mkDerivation { pname = "species"; - version = "0.3.4.1"; - sha256 = "0nn8s43d6r297my3y3m83qv082j2if32c7pyy14c5ll893v16nvw"; + version = "0.3.4.2"; + sha256 = "07xixq45wbfqmdiykra2fpsfjv1n5s1zn0jvqrhja5d2i92865ly"; buildDepends = [ base containers multiset-comb np-extras numeric-prelude template-haskell @@ -117774,20 +118192,21 @@ self: { , base64-bytestring, bifunctors, binary, bytestring, Cabal, conduit , conduit-combinators, conduit-extra, containers, cryptohash , cryptohash-conduit, deepseq, directory, either - , enclosed-exceptions, exceptions, fast-logger, filepath, hashable - , hspec, http-client, http-client-tls, http-conduit, http-types - , lifted-base, monad-control, monad-logger, monad-loops, mtl - , old-locale, optparse-applicative, optparse-simple, path - , persistent, persistent-sqlite, persistent-template, pretty - , process, resourcet, safe, split, stm, streaming-commons, tar - , template-haskell, temporary, text, time, transformers - , transformers-base, unix, unordered-containers, vector - , vector-binary-instances, void, yaml, zlib + , enclosed-exceptions, exceptions, fast-logger, file-embed + , filepath, hashable, hspec, http-client, http-client-tls + , http-conduit, http-types, lifted-base, monad-control + , monad-logger, monad-loops, mtl, old-locale, optparse-applicative + , optparse-simple, path, persistent, persistent-sqlite + , persistent-template, pretty, process, resourcet, safe, split, stm + , streaming-commons, tar, template-haskell, temporary, text, time + , transformers, transformers-base, unix, unix-compat + , unordered-containers, vector, vector-binary-instances, void + , word8, yaml, zlib }: mkDerivation { pname = "stack"; - version = "0.0.2.1"; - sha256 = "1gv2cbjnr93s4cyhybpd8nsqa8gqd9hpm9wyrh19fl82p8db46x6"; + version = "0.1.0.0"; + sha256 = "0ws0d1gran02jag06176w5c2wrc13q5hp82mxdmm9sif93k2cvg6"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -117795,22 +118214,22 @@ self: { bifunctors binary bytestring Cabal conduit conduit-combinators conduit-extra containers cryptohash cryptohash-conduit deepseq directory either enclosed-exceptions exceptions fast-logger - filepath hashable http-client http-client-tls http-conduit - http-types lifted-base monad-control monad-logger monad-loops mtl - old-locale optparse-applicative optparse-simple path persistent - persistent-sqlite persistent-template pretty process resourcet safe - split stm streaming-commons tar template-haskell temporary text - time transformers transformers-base unix unordered-containers - vector vector-binary-instances void yaml zlib + file-embed filepath hashable http-client http-client-tls + http-conduit http-types lifted-base monad-control monad-logger + monad-loops mtl old-locale optparse-applicative optparse-simple + path persistent persistent-sqlite persistent-template pretty + process resourcet safe split stm streaming-commons tar + template-haskell temporary text time transformers transformers-base + unix unordered-containers vector vector-binary-instances void word8 + yaml zlib ]; testDepends = [ - base Cabal conduit conduit-extra containers cryptohash directory - exceptions filepath hspec http-conduit monad-logger path resourcet - temporary transformers + async base bytestring Cabal conduit conduit-extra containers + cryptohash directory exceptions filepath hspec http-conduit + monad-logger path process resourcet temporary text transformers + unix-compat ]; - homepage = "https://github.com/commercialhaskell/stack -test/package-dump/ghc-7.8.txt -test/package-dump/ghc-7.10.txt"; + homepage = "https://github.com/commercialhaskell/stack"; description = "The Haskell Tool Stack"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -120923,6 +121342,27 @@ test/package-dump/ghc-7.10.txt"; license = stdenv.lib.licenses.mit; }) {}; + "sys-process" = callPackage + ({ mkDerivation, base, bifunctors, directory, doctest, filepath + , lens, mtl, notzero, process, QuickCheck, semigroupoids + , semigroups, template-haskell, transformers + }: + mkDerivation { + pname = "sys-process"; + version = "0.1.5"; + sha256 = "1lpysza901xv4942pixbgccpxh4rc8z9v819fb45zyxfakjcywbj"; + buildDepends = [ + base bifunctors directory filepath lens mtl notzero process + semigroupoids semigroups transformers + ]; + testDepends = [ + base directory doctest filepath QuickCheck template-haskell + ]; + homepage = "https://github.com/NICTA/sys-process"; + description = "A replacement for System.Exit and System.Process."; + license = stdenv.lib.licenses.bsd3; + }) {}; + "system-argv0" = callPackage ({ mkDerivation, base, bytestring, system-filepath, text }: mkDerivation { @@ -121505,8 +121945,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "taggy"; - version = "0.1.4"; - sha256 = "1fanngprqscpjczqi7v0h5s6qd52y3vj11jv1fasp4hwj6gx92f7"; + version = "0.2.0"; + sha256 = "01q2ccf3a8akaifh79ajnfr5yrjsq4xihq0pl7lsz173n7mhnsy3"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -123436,13 +123876,13 @@ test/package-dump/ghc-7.10.txt"; "text-ldap" = callPackage ({ mkDerivation, attoparsec, base, base64-bytestring, bytestring - , Cabal, cabal-test-compat, containers, dlist, QuickCheck, random + , containers, dlist, QuickCheck, quickcheck-simple, random , semigroups, transformers }: mkDerivation { pname = "text-ldap"; - version = "0.1.1.5"; - sha256 = "164kyvcmbhpvpqb5yvr55zd90cq2lw6q5qqd6wb4caa668badpzb"; + version = "0.1.1.6"; + sha256 = "12r0bcj83qfaaj6q1sw21dh3y4c82rxas1s5nzyn650pfnpvv2mq"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -123450,8 +123890,7 @@ test/package-dump/ghc-7.10.txt"; semigroups transformers ]; testDepends = [ - base bytestring Cabal cabal-test-compat QuickCheck random - semigroups + base bytestring QuickCheck quickcheck-simple random semigroups ]; description = "Parser and Printer for LDAP text data stream"; license = stdenv.lib.licenses.bsd3; @@ -123564,12 +124003,12 @@ test/package-dump/ghc-7.10.txt"; }) {}; "text-render" = callPackage - ({ mkDerivation, base, mtl, parsec, text }: + ({ mkDerivation, base, classy-prelude, mtl, parsec, text }: mkDerivation { pname = "text-render"; - version = "0.1.0.1"; - sha256 = "1viy7amiy6pz2mcay70r952jham9mnkmf70icfzd25cjzqx1h8wn"; - buildDepends = [ base mtl parsec text ]; + version = "0.1.0.2"; + sha256 = "17fgnddp4cfh9l6vlwyq4fnrws56gxxgdvq06fnvz0x8rd0c72wp"; + buildDepends = [ base classy-prelude mtl parsec text ]; homepage = "http://github.com/thinkpad20/text-render"; description = "A type class for rendering objects as text, pretty-printing, etc"; license = stdenv.lib.licenses.mit; @@ -123890,8 +124329,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "th-desugar"; - version = "1.5.3"; - sha256 = "1bnbx5fpdnw24q3cjq1riccing8wadhl2xa588kf1qdf1nd9g7i0"; + version = "1.5.4"; + sha256 = "1dwp77gys84bb0v2af33knhwnj37rg5r662d9kcvhvqk5z4i6c68"; buildDepends = [ base containers mtl syb template-haskell th-lift th-orphans ]; @@ -124919,8 +125358,8 @@ test/package-dump/ghc-7.10.txt"; ({ mkDerivation, base, time }: mkDerivation { pname = "time-locale-compat"; - version = "0.1.0.1"; - sha256 = "0q5d134cvcy7hlr473fanqqixqnqpqvz9ka2r45m59l6kzrws95c"; + version = "0.1.1.0"; + sha256 = "0mdl1i17hcbka8miq1n6mscrr84vnmx5a3mqgwv2yb28k404v815"; buildDepends = [ base time ]; homepage = "http://twitter.com/khibino/"; description = "Compatibility of TimeLocale between old-locale and time-1.5"; @@ -125437,27 +125876,22 @@ test/package-dump/ghc-7.10.txt"; "tls" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, async, base, byteable - , bytestring, cereal, cipher-aes, cipher-des, cipher-rc4, cprng-aes - , crypto-cipher-types, crypto-numbers, crypto-pubkey - , crypto-pubkey-types, crypto-random, cryptohash - , data-default-class, hourglass, mtl, network, QuickCheck, tasty - , tasty-quickcheck, transformers, x509, x509-store, x509-validation + , bytestring, cereal, cryptonite, data-default-class, hourglass + , memory, mtl, network, QuickCheck, tasty, tasty-quickcheck + , transformers, x509, x509-store, x509-validation }: mkDerivation { pname = "tls"; - version = "1.2.17"; - sha256 = "0j0a16zwpycp0drsjar0rpcs5vd1ljymhclfjls6091ph917rzn6"; + version = "1.3.1"; + sha256 = "1l6maasf4pr70cxasn6bwcy2aydlmiadmd28ymz0fp8ifw388zvl"; buildDepends = [ asn1-encoding asn1-types async base byteable bytestring cereal - cipher-aes cipher-des cipher-rc4 crypto-cipher-types crypto-numbers - crypto-pubkey crypto-pubkey-types crypto-random cryptohash - data-default-class mtl network transformers x509 x509-store - x509-validation + cryptonite data-default-class memory mtl network transformers x509 + x509-store x509-validation ]; testDepends = [ - base bytestring cereal cprng-aes crypto-pubkey crypto-random - data-default-class hourglass mtl QuickCheck tasty tasty-quickcheck - x509 x509-validation + base bytestring cereal cryptonite data-default-class hourglass mtl + QuickCheck tasty tasty-quickcheck x509 x509-validation ]; homepage = "http://github.com/vincenthz/hs-tls"; description = "TLS/SSL protocol native implementation (Server and Client)"; @@ -125465,19 +125899,18 @@ test/package-dump/ghc-7.10.txt"; }) {}; "tls-debug" = callPackage - ({ mkDerivation, base, bytestring, cprng-aes, crypto-pubkey - , data-default-class, network, pem, time, tls, x509, x509-system - , x509-validation + ({ mkDerivation, base, bytestring, cryptonite, data-default-class + , network, pem, time, tls, x509, x509-system, x509-validation }: mkDerivation { pname = "tls-debug"; - version = "0.3.4"; - sha256 = "08bxcl0lf07fx3xfajd99090glvgnpn5s4826g2hirr75b9a5b93"; + version = "0.4.0"; + sha256 = "06hvnyg89n4zplw2p4rnqwyyqc5r204pfdmpvim8y119pllg3mij"; isLibrary = false; isExecutable = true; buildDepends = [ - base bytestring cprng-aes crypto-pubkey data-default-class network - pem time tls x509 x509-system x509-validation + base bytestring cryptonite data-default-class network pem time tls + x509 x509-system x509-validation ]; homepage = "http://github.com/vincenthz/hs-tls"; description = "Set of programs for TLS testing and debugging"; @@ -125920,6 +126353,7 @@ test/package-dump/ghc-7.10.txt"; prettyclass QuickCheck random stm tasty tasty-hunit tasty-quickcheck tasty-th vector-space ]; + jailbreak = true; description = "Assorted decision procedures for SAT, Max-SAT, PB, MIP, etc"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -126508,8 +126942,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "trurl"; - version = "0.3.0.4"; - sha256 = "1ync81dhac7m62fq15ciipy2lbrqph2riq1af1z70ah30vyzr415"; + version = "0.3.1.0"; + sha256 = "0byg9gp6xgdy30mrjdlsijr87d6ivhj35baz5zpjxi6vgn8pa87v"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -126668,8 +127102,8 @@ test/package-dump/ghc-7.10.txt"; ({ mkDerivation, base, comonad, free, mtl, transformers }: mkDerivation { pname = "tubes"; - version = "0.2.1.0"; - sha256 = "1j1pzsmr4djjvhmix6ffsapm30lv4iim1jvcq454r1kxi0yid76z"; + version = "0.2.2.1"; + sha256 = "1zl7rnkind38a4ixxwq9qqxllrqi6aig6jnamda3r4nw1xh3ysxw"; buildDepends = [ base comonad free mtl transformers ]; homepage = "https://github.com/gatlin/tubes"; description = "Effectful, iteratee-inspired stream processing based on a free monad"; @@ -128786,20 +129220,20 @@ test/package-dump/ghc-7.10.txt"; "units" = callPackage ({ mkDerivation, base, containers, HUnit-approx, mtl, multimap - , parsec, singletons, syb, tasty, tasty-hunit, template-haskell - , th-desugar, vector-space + , singletons, syb, tasty, tasty-hunit, template-haskell, th-desugar + , units-parser, vector-space }: mkDerivation { pname = "units"; - version = "2.2.1"; - sha256 = "0b4h8kv8yraqs4rxidqi60833iib0zvqdnsywi4aryw14zkpvl17"; + version = "2.3"; + sha256 = "14h5566b68wr5qln3x4a862j0zmfdlishipbj9mhd2wmpri6bmzj"; buildDepends = [ - base containers mtl multimap parsec singletons syb template-haskell - th-desugar vector-space + base containers mtl multimap singletons syb template-haskell + th-desugar units-parser vector-space ]; testDepends = [ - base containers HUnit-approx mtl multimap parsec singletons syb - tasty tasty-hunit template-haskell th-desugar vector-space + base containers HUnit-approx mtl multimap singletons syb tasty + tasty-hunit template-haskell th-desugar units-parser vector-space ]; homepage = "https://github.com/goldfirere/units"; description = "A domain-specific type system for dimensional analysis"; @@ -128807,6 +129241,22 @@ test/package-dump/ghc-7.10.txt"; hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "units-attoparsec" = callPackage + ({ mkDerivation, attoparsec, base, template-haskell, text, units + , units-defs + }: + mkDerivation { + pname = "units-attoparsec"; + version = "1.0"; + sha256 = "11saazsgx7gpbfhwwgvrp3zwirkvv8h8c61rrsczfq1qmsljxxiz"; + buildDepends = [ + attoparsec base template-haskell text units units-defs + ]; + homepage = "https://github.com/jcristovao/units-attoparsec"; + description = "Attoparsec parsers for the units package"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "units-defs" = callPackage ({ mkDerivation, base, template-haskell, units }: mkDerivation { @@ -131482,6 +131932,18 @@ test/package-dump/ghc-7.10.txt"; license = stdenv.lib.licenses.bsd3; }) {}; + "vocabulary-kadma" = callPackage + ({ mkDerivation, base, smaoin }: + mkDerivation { + pname = "vocabulary-kadma"; + version = "0.1.0.0"; + sha256 = "1qzx1kl93ic68rvpwf1y9q3gn5c2zf5536ajp6l4xh75dykl8mpb"; + buildDepends = [ base smaoin ]; + homepage = "http://rel4tion.org/projects/vocabularies-hs/"; + description = "Smaoin vocabulary definitions of the base framework"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "void" = callPackage ({ mkDerivation, base, ghc-prim, hashable, semigroups }: mkDerivation { @@ -132530,13 +132992,12 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "wai-routes"; - version = "0.7.0"; - sha256 = "1adiijvnwgm7j3qdr5ngxcc59amzcphgww3drj308hq278fpac08"; + version = "0.7.1"; + sha256 = "053bgiw2abwjlc6ap9ka4kdg410gxxmyqdfzsxiva94sp3w816xx"; buildDepends = [ aeson base blaze-builder bytestring containers http-types mtl path-pieces random template-haskell text wai ]; - jailbreak = true; homepage = "https://github.com/ajnsit/wai-routes"; description = "Typesafe URLs for Wai applications"; license = stdenv.lib.licenses.mit; @@ -132841,8 +133302,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "warp-tls"; - version = "3.0.4.1"; - sha256 = "0p9472j9sa584gw8i1jg89rhbl0kv6r1d6naiqfmmirxii4pmp4y"; + version = "3.0.4.2"; + sha256 = "070bq28mg29yw5w7n92j73b74amqxn0yb5cx9z28p8ilmx3y03v1"; buildDepends = [ base bytestring cprng-aes data-default-class network streaming-commons tls wai warp @@ -133279,12 +133740,13 @@ test/package-dump/ghc-7.10.txt"; mkDerivation { pname = "web-routing"; version = "0.6.2"; + revision = "1"; sha256 = "1x7imgnpq3998fk4pi2z5ba0r9xc7blf61rn1i51yqqd24la887f"; + editedCabalFile = "4aa263239149f8ef52999fdc29c8e90c552081672a4476adedce903248e15524"; buildDepends = [ base bytestring primitive text types-compat unordered-containers ]; testDepends = [ base doctest ]; - jailbreak = true; homepage = "https://github.com/philopon/web-routing"; description = "simple routing library"; license = stdenv.lib.licenses.mit; @@ -134206,7 +134668,9 @@ test/package-dump/ghc-7.10.txt"; mkDerivation { pname = "word-trie"; version = "0.3.0"; + revision = "1"; sha256 = "10ljyb1hl4awg2c3wq5shdqj2s53q5fklf7p6np1jhn6i30c5wx3"; + editedCabalFile = "85582eefb0020e6e35a0e2588e1dd647fb20bb7f70108f29493f994af5b74a05"; buildDepends = [ base binary containers ]; testDepends = [ base binary containers hspec QuickCheck ]; homepage = "https://github.com/yi-editor/word-trie"; @@ -134862,21 +135326,19 @@ test/package-dump/ghc-7.10.txt"; "x509" = callPackage ({ mkDerivation, asn1-encoding, asn1-parse, asn1-types, base - , bytestring, containers, crypto-pubkey-types, cryptohash - , directory, filepath, hourglass, mtl, pem, process, tasty - , tasty-quickcheck + , bytestring, containers, cryptonite, directory, filepath + , hourglass, memory, mtl, pem, process, tasty, tasty-quickcheck }: mkDerivation { pname = "x509"; - version = "1.5.1"; - sha256 = "1mxg3bill1zqxdn6x0ayf8dja7y3xqikjaj9dhwf22y24vsj6v2n"; + version = "1.6.0"; + sha256 = "0fy2jyqkz6qi4x5x9hipnkwqcp3iqyb8h3cj23b69mqx98bfr7lk"; buildDepends = [ asn1-encoding asn1-parse asn1-types base bytestring containers - crypto-pubkey-types cryptohash directory filepath hourglass mtl pem - process + cryptonite directory filepath hourglass memory mtl pem process ]; testDepends = [ - asn1-types base bytestring crypto-pubkey-types hourglass mtl tasty + asn1-types base bytestring cryptonite hourglass mtl tasty tasty-quickcheck ]; homepage = "http://github.com/vincenthz/hs-certificate"; @@ -134886,16 +135348,16 @@ test/package-dump/ghc-7.10.txt"; "x509-store" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, base, bytestring - , containers, crypto-pubkey-types, directory, filepath, mtl, pem - , process, x509 + , containers, cryptonite, directory, filepath, mtl, pem, process + , x509 }: mkDerivation { pname = "x509-store"; - version = "1.5.0"; - sha256 = "1w9sqb007s4avjzvrdwq13a4c528h7h2lg3m8cl31syrgznc9ny5"; + version = "1.6.0"; + sha256 = "08ifb2gy2ssq7ci1rlmxvm344rvcil8418ymj95l5c361nl4gcym"; buildDepends = [ - asn1-encoding asn1-types base bytestring containers - crypto-pubkey-types directory filepath mtl pem process x509 + asn1-encoding asn1-types base bytestring containers cryptonite + directory filepath mtl pem process x509 ]; homepage = "http://github.com/vincenthz/hs-certificate"; description = "X.509 collection accessing and storing methods"; @@ -134908,8 +135370,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "x509-system"; - version = "1.5.0"; - sha256 = "159zwg35nq42j1rl0p4x00hdf3iy48hd7kavz0rnpwd2p7ljamr3"; + version = "1.6.0"; + sha256 = "0d8ppvszc1xlvz7ixb8bbqmvhv2d9yyrrh51f5yng8mb2d2w5yah"; buildDepends = [ base bytestring containers directory filepath mtl pem process x509 x509-store @@ -134942,19 +135404,18 @@ test/package-dump/ghc-7.10.txt"; "x509-validation" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, base, byteable - , bytestring, containers, crypto-pubkey, crypto-pubkey-types - , cryptohash, data-default-class, directory, filepath, hourglass - , mtl, network, pem, process, x509, x509-store + , bytestring, containers, cryptonite, data-default-class, directory + , filepath, hourglass, memory, mtl, network, pem, process, x509 + , x509-store }: mkDerivation { pname = "x509-validation"; - version = "1.5.2"; - sha256 = "1w97x9075kib88vxhxsgndhsw2bhg31sdw0czcvl16zsgj8998ay"; + version = "1.6.0"; + sha256 = "07lz6klfslrlkc5zn8x4ynkpa9vfbn19vz7i67ygm1g608jcj1yc"; buildDepends = [ asn1-encoding asn1-types base byteable bytestring containers - crypto-pubkey crypto-pubkey-types cryptohash data-default-class - directory filepath hourglass mtl network pem process x509 - x509-store + cryptonite data-default-class directory filepath hourglass memory + mtl network pem process x509 x509-store ]; homepage = "http://github.com/vincenthz/hs-certificate"; description = "X.509 Certificate and CRL validation"; @@ -135481,8 +135942,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "xml-conduit-parse"; - version = "0.2.0.1"; - sha256 = "04cs7bfdyia56vp9khdszxap1ri2riymmhsdb8shkcypf4ndhyyw"; + version = "0.3.0.0"; + sha256 = "0dhg2wgb7gbyn5h1z8fq813l158c49lazfxp1kx9p5jfbc12kk7s"; buildDepends = [ base conduit conduit-parse containers exceptions parsers text xml-conduit xml-types @@ -135778,8 +136239,8 @@ test/package-dump/ghc-7.10.txt"; ({ mkDerivation, base, deepseq, text }: mkDerivation { pname = "xml-types"; - version = "0.3.4"; - sha256 = "1689ijr4xxh4shxxvd51wdkpc535kzv6liqg4m1prag96aq05r8y"; + version = "0.3.5"; + sha256 = "0vddb60a5yi7cxwyxik7vwnlrpwmvfz7jq20pdp355q61qc842sa"; buildDepends = [ base deepseq text ]; homepage = "https://john-millikin.com/software/haskell-xml/"; description = "Basic types for representing XML"; @@ -137049,8 +137510,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "yesod-auth-account"; - version = "1.4.0"; - sha256 = "15b9pwxgh73wa7bmydkh4wdndfkn85v0f7q4mfi582vk272n3ra0"; + version = "1.4.1"; + sha256 = "18bi75kx89gfzh7vi5p8pcqwip1qfpkab415bmn6pcqrlh3jd90i"; buildDepends = [ base blaze-html bytestring mtl nonce persistent pwstore-fast text yesod-auth yesod-core yesod-form yesod-persistent @@ -137059,7 +137520,6 @@ test/package-dump/ghc-7.10.txt"; base bytestring hspec monad-logger mtl persistent-sqlite resourcet text xml-conduit yesod yesod-auth yesod-test ]; - jailbreak = true; homepage = "https://bitbucket.org/wuzzeb/yesod-auth-account"; description = "An account authentication plugin for Yesod"; license = stdenv.lib.licenses.mit; @@ -138191,8 +138651,8 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "yesod-static-angular"; - version = "0.1.3"; - sha256 = "115lrq6mga31qhdwa3f3hrnxcn8ifgas97hy8mg4wv6ijbzw680y"; + version = "0.1.4"; + sha256 = "0yqqy2fpnrqhlljm3pk8d5nxqp1fiqnyf1cd4h6c8yfrs46w41d5"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -138205,7 +138665,6 @@ test/package-dump/ghc-7.10.txt"; base bytestring hamlet hspec HUnit shakespeare template-haskell text yesod-core yesod-static yesod-test ]; - jailbreak = true; homepage = "https://bitbucket.org/wuzzeb/yesod-static-generators"; description = "Yesod generators for embedding AngularJs code into yesod-static at compile time"; license = stdenv.lib.licenses.mit; @@ -138290,13 +138749,12 @@ test/package-dump/ghc-7.10.txt"; }: mkDerivation { pname = "yesod-text-markdown"; - version = "0.1.7"; - sha256 = "133zv2f8240qbygpza39m28k4hfy2aiqmr6ds8ihwbb8dz98d5rr"; + version = "0.1.8"; + sha256 = "1k48wjnn4vvlh9cvh8p3yanjmr772vqz4jbz9nxk0vv9ab9dns81"; buildDepends = [ aeson base markdown persistent shakespeare text yesod-core yesod-form yesod-persistent ]; - jailbreak = true; description = "Yesod support for Text.Markdown."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -139357,9 +139815,10 @@ test/package-dump/ghc-7.10.txt"; mkDerivation { pname = "zlib-lens"; version = "0.1.2"; + revision = "1"; sha256 = "1vm12sm9ypik5qnnizmwx56fmpjghldzb06kn020hwlabz8c4j8n"; + editedCabalFile = "353e3ef6e0281894cd494b95563bb93a30ec0ff96e309a173c36bddfc4069e66"; buildDepends = [ base bytestring profunctors zlib ]; - jailbreak = true; homepage = "http://lens.github.io/"; description = "Lenses for zlib"; license = stdenv.lib.licenses.bsd3;