From cb01f210636531ff80b4dd1f9d6b38bdca73e192 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 6 Apr 2015 16:01:20 +0200 Subject: [PATCH] hackage-packages.nix: re-generate from Hackage 2015-04-06T16:01:20+0200 --- .../haskell-modules/hackage-packages.nix | 1747 +++++++++++------ 1 file changed, 1176 insertions(+), 571 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d9c10f29b56f..7e16c3d3ba59 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -649,7 +649,9 @@ self: { mkDerivation { pname = "Agda"; version = "2.4.2.2"; + revision = "1"; sha256 = "1hxvapnvlkx6imifswc70ng869zll0zfsygivhc2mjyhaiv10i13"; + editedCabalFile = "b604adb3c6609d27384834ce1d9483841245ac3d59e07571bc1ec114a080dcf3"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -2554,6 +2556,18 @@ self: { license = stdenv.lib.licenses.gpl2; }) {}; + "Concurrential" = callPackage + ({ mkDerivation, async, base }: + mkDerivation { + pname = "Concurrential"; + version = "0.1.0.0"; + sha256 = "1fsqqc4nrfaq2r9vvvy7rjkahb92vn0bxyygbygqidbp2pbrfshi"; + buildDepends = [ async base ]; + homepage = "http://github.com/avieth/Concurrential"; + description = "Mix concurrent and sequential computation"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "Condor" = callPackage ({ mkDerivation, base, binary, Cabal, containers, directory , filepath, glider-nlp, HUnit, text @@ -3539,8 +3553,8 @@ self: { }: mkDerivation { pname = "DocTest"; - version = "0.2.0"; - sha256 = "1jp68chgg0n3wy4ryc0l71ynfv4pmnazxc2a8gfbw7fbbn8898ag"; + version = "0.2.0.1"; + sha256 = "1w9r50cyiz31fn4dmlh3qmmpv9qapxgg70c10a86m6sxdl75q827"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -5061,8 +5075,8 @@ self: { }: mkDerivation { pname = "Gamgine"; - version = "0.4.1"; - sha256 = "180s8ly7i9lg8fyh6p7xkinxrac876938wkyzam9h6ildvik2qdd"; + version = "0.5"; + sha256 = "131pgif3x61agk6an27p33bnqi45zlyiwxivxkxdbzi82wckr0w0"; buildDepends = [ array base bytestring composition cpphs data-lens directory filepath GLFW-b ListZipper mtl OpenGLRaw parsec pretty-show @@ -7900,10 +7914,10 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "HoleyMonoid"; - version = "0.1"; - sha256 = "01gyw3imcn18g005rradgxbsh6b7niqi46914pcvz5cbkhf7whsd"; + version = "0.1.1"; + sha256 = "1z3d80r6w8n7803q52xlp8mzpk87q1pr3mnz6dswp39q3gygr9fr"; buildDepends = [ base ]; - homepage = "http://code.google.com/p/monoid-cont/"; + homepage = "https://github.com/MedeaMelana/HoleyMonoid"; description = "Monoids with holes"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8163,8 +8177,8 @@ self: { ({ mkDerivation, base, bytestring, HsOpenSSL, unix }: mkDerivation { pname = "HsOpenSSL-x509-system"; - version = "0.1.0.1"; - sha256 = "06i40ng2f0q3rrhp9i30b4q38klf5k9vn1m91b1mpf5hf30iz6qg"; + version = "0.1.0.2"; + sha256 = "16r82d6mk5l1pb0vvc16d1cn5pi4wg9k83y7vr9gl9ackz345jgc"; buildDepends = [ base bytestring HsOpenSSL unix ]; homepage = "https://github.com/redneb/HsOpenSSL-x509-system"; description = "Use the system's native CA certificate store with HsOpenSSL"; @@ -8404,6 +8418,7 @@ self: { testDepends = [ base HUnit test-framework test-framework-hunit text ]; + jailbreak = true; homepage = "https://github.com/MichelBoucey/IPv6Addr"; description = "Library to deal with IPv6 address text representations"; license = stdenv.lib.licenses.gpl3; @@ -8717,8 +8732,8 @@ self: { }: mkDerivation { pname = "JsonGrammar"; - version = "1.0"; - sha256 = "0pw2syqzv0z4l7rvghidp4l7zi006pm49rd9b0pk6hih7jbmar7c"; + version = "1.0.1"; + sha256 = "0y29199vjs1rxpsl0af66696y1awfhslqq30x4ps2ajs9zhhfkn2"; buildDepends = [ aeson attoparsec base bytestring containers hashable language-typescript mtl semigroups stack-prism template-haskell @@ -8728,7 +8743,6 @@ self: { aeson base HUnit language-typescript stack-prism test-framework test-framework-hunit text ]; - jailbreak = true; homepage = "https://github.com/MedeaMelana/JsonGrammar2"; description = "Combinators for bidirectional JSON parsing"; license = stdenv.lib.licenses.bsd3; @@ -8862,8 +8876,8 @@ self: { ({ mkDerivation, base, hmatrix }: mkDerivation { pname = "Kalman"; - version = "0.1.0.0"; - sha256 = "0l4z7l90s14z24rlzdpl1rh7vjgpk7adbavza6k3144p1an5rfqp"; + version = "0.1.0.1"; + sha256 = "1mzdaj6h21is3fwnckzq5zcxd4zqahsdppsx65bv5vdplsiadrw5"; buildDepends = [ base hmatrix ]; homepage = "https://github.com/idontgetoutmuch/Kalman"; description = "A slightly extended Kalman filter"; @@ -9086,8 +9100,8 @@ self: { }: mkDerivation { pname = "LambdaHack"; - version = "0.4.100.0"; - sha256 = "15v3aagwsh180603an3wd7rfgbjzgamdw270ciw2m03v8pkg9d28"; + version = "0.4.101.0"; + sha256 = "1ilp54w8659rdbspsz4adw697v06498z9akvylfis3c1am2ja39q"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -11947,14 +11961,14 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "QuickCheck_2_8" = callPackage + "QuickCheck_2_8_1" = callPackage ({ mkDerivation, base, containers, random, template-haskell , test-framework, tf-random, transformers }: mkDerivation { pname = "QuickCheck"; - version = "2.8"; - sha256 = "04xs6mq22bcnkpi616qrbm7jlivh9csnhmvjgp1ifq52an1wr4rx"; + version = "2.8.1"; + sha256 = "0fvnfl30fxmj5q920l13641ar896d53z0z6z66m7c1366lvalwvh"; buildDepends = [ base containers random template-haskell tf-random transformers ]; @@ -12352,8 +12366,8 @@ self: { }: mkDerivation { pname = "Rasterific"; - version = "0.5.1"; - sha256 = "1h3sfgxkr002n4sb0rrc5562mbpwrjndkjl3ab4wfsm5zh6q3gl2"; + version = "0.5.2"; + sha256 = "0d7s2p3lis7mndsjw2v4jkn9s9sicq6dwmg4l3hd361d7paxkqb4"; buildDepends = [ base dlist FontyFruity free JuicyPixels mtl primitive vector vector-algorithms @@ -12386,8 +12400,8 @@ self: { }: mkDerivation { pname = "Redmine"; - version = "0.0.5"; - sha256 = "0hmxxnb48arh0rbd0z1vl95l3n8yr24kjqnnf3n2by5szdhz06fb"; + version = "0.0.6"; + sha256 = "10lq9lhz3yyzkzwbi8rx060hmwh0c8cplydrfzdmd1653x8267z8"; buildDepends = [ aeson base bytestring connection containers HTTP http-client-tls http-conduit http-types MissingH network old-locale old-time @@ -12423,8 +12437,8 @@ self: { }: mkDerivation { pname = "RefSerialize"; - version = "0.3.1.3"; - sha256 = "0qrca0jismpvjy7i4xx19ljrj72gqcmwqg47a51ykncsvci0fjrm"; + version = "0.3.1.4"; + sha256 = "1hl1jxdarqp59fs1sjvxpyhcazrnlm4iywysgkf3iqm56jfp2f6w"; buildDepends = [ base binary bytestring containers hashtables stringsearch ]; @@ -14463,16 +14477,16 @@ self: { }) {}; "Unixutils" = callPackage - ({ mkDerivation, base, bytestring, directory, filepath, process - , pureMD5, regex-tdfa, unix, zlib + ({ mkDerivation, base, bytestring, directory, exceptions, filepath + , mtl, process, process-extras, pureMD5, regex-tdfa, unix, zlib }: mkDerivation { pname = "Unixutils"; - version = "1.52.4"; - sha256 = "10s665gspadqn2735npidvf4l5wg383nj11za094ibhq7hd8i304"; + version = "1.53"; + sha256 = "0gh8fii9kc2nah5l0gv1pzlxdxgw962vgr1w9kc5wksf85hgyplr"; buildDepends = [ - base bytestring directory filepath process pureMD5 regex-tdfa unix - zlib + base bytestring directory exceptions filepath mtl process + process-extras pureMD5 regex-tdfa unix zlib ]; homepage = "https://github.com/seereason/haskell-unixutils.git"; description = "A crude interface between Haskell and Unix-like operating systems"; @@ -14926,10 +14940,9 @@ self: { ({ mkDerivation, base, text, Win32, Win32-errors }: mkDerivation { pname = "Win32-dhcp-server"; - version = "0.2.1"; - sha256 = "1y2war9adqkwc3zy2g45nvg7ccp4axdbjkn54mnhf34q6n4dwwg8"; + version = "0.3"; + sha256 = "03mhf1w8672jknz2v5cijgwqhc6q0bj0k6pxfnqj8wi98fzbibfy"; buildDepends = [ base text Win32 Win32-errors ]; - jailbreak = true; homepage = "http://github.com/mikesteele81/win32-dhcp-server"; description = "Win32 DHCP Server Management API"; license = stdenv.lib.licenses.bsd3; @@ -14994,8 +15007,8 @@ self: { ({ mkDerivation, base, text, Win32, Win32-errors }: mkDerivation { pname = "Win32-security"; - version = "0.1"; - sha256 = "19v0fcxqvkqzrpgbwzkgh06asfg86bkmkbb66w64wnh8s93iqywr"; + version = "0.1.1"; + sha256 = "0dh4z7a0mxwpqhx1cxvwwjc7w24mcrqc0bmg7bp86kd6zqz6rjly"; isLibrary = true; isExecutable = true; buildDepends = [ base text Win32 Win32-errors ]; @@ -15009,8 +15022,8 @@ self: { ({ mkDerivation, Advapi32, base, Win32 }: mkDerivation { pname = "Win32-services"; - version = "0.2.5"; - sha256 = "1ipsizxhs4900pn84r9hwm718mhrqs89g51vma6ba2j81fmziky2"; + version = "0.2.5.1"; + sha256 = "1biirmn4fmw9zdhvbwzj5lrw2ac5wn6zz2zvzqi4b0gz8hlywzr7"; buildDepends = [ base Win32 ]; extraLibraries = [ Advapi32 ]; homepage = "http://github.com/mikesteele81/win32-services"; @@ -16441,15 +16454,14 @@ self: { }: mkDerivation { pname = "active"; - version = "0.1.0.18"; - sha256 = "1q2j7mx8a3mwsb809iyrr2d66bwn4na3y7hmisy6dq8jx4ajfrbk"; + version = "0.1.0.19"; + sha256 = "1zzzrjpfwxzf0zbz8vcnpfqi7djvrfxglhkvw1s6yj5gcblg2rcw"; buildDepends = [ array base newtype semigroupoids semigroups vector-space ]; testDepends = [ array base newtype QuickCheck semigroupoids semigroups vector-space ]; - jailbreak = true; description = "Abstractions for animation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -16817,6 +16829,31 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "aeson-diff" = callPackage + ({ mkDerivation, aeson, base, bytestring, edit-distance-vector + , hashable, mtl, optparse-applicative, QuickCheck + , quickcheck-instances, scientific, text, unordered-containers + , vector + }: + mkDerivation { + pname = "aeson-diff"; + version = "0.1.1.1"; + sha256 = "102fa65xnma0d1g7gyhjagybzjys93m32gwxc9zliz3wbbpyarp3"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + aeson base bytestring edit-distance-vector hashable mtl + optparse-applicative scientific text unordered-containers vector + ]; + testDepends = [ + aeson base QuickCheck quickcheck-instances text + unordered-containers vector + ]; + homepage = "https://github.com/thsutton/aeson-diff"; + description = "Extract and apply patches to JSON documents"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "aeson-lens" = callPackage ({ mkDerivation, aeson, base, bytestring, doctest, lens, text , unordered-containers, vector @@ -16903,8 +16940,8 @@ self: { }: mkDerivation { pname = "aeson-schema"; - version = "0.3.0.0"; - sha256 = "0glnx168klmfhq2rsp3h149hyafym2rlw9n00vja13kxs557k8s6"; + version = "0.3.0.3"; + sha256 = "1cb09lq21mb4471w3k3gjhhq7g081wkpnx39bqy15lj6alpbqvd2"; buildDepends = [ aeson attoparsec base bytestring containers ghc-prim mtl QuickCheck regex-base regex-compat regex-pcre scientific syb template-haskell @@ -17203,8 +17240,8 @@ self: { ({ mkDerivation, array, base, containers, mtl, random, vector }: mkDerivation { pname = "aivika"; - version = "4.0"; - sha256 = "1narrw9xy7xv7jvb94c0pvbgx22zcxjg78a78gc1b4kg9dh5gyjc"; + version = "4.0.1"; + sha256 = "0vhpv55wcljywh8rvv829c69wam0w505p6gf8bs5680spwc4z4y0"; buildDepends = [ array base containers mtl random vector ]; homepage = "http://github.com/dsorokin/aivika"; description = "A multi-paradigm simulation library"; @@ -17318,12 +17355,12 @@ self: { }) {}; "al" = callPackage - ({ mkDerivation, base, c2hs, openal }: + ({ mkDerivation, base, c2hs, mtl, openal }: mkDerivation { pname = "al"; - version = "0.1.1.3"; - sha256 = "09ppkvzkka3c5hiawkz7lcrwp6sa8bhbg10m9hfp9rk4g9339czy"; - buildDepends = [ base ]; + version = "0.1.2"; + sha256 = "1vni9rbpngdgn530n5d9rvmj8j0nad54nw7njk1gd8krbnbgfy9k"; + buildDepends = [ base mtl ]; buildTools = [ c2hs ]; extraLibraries = [ openal ]; homepage = "http://github.com/phaazon/al"; @@ -17399,8 +17436,8 @@ self: { }: mkDerivation { pname = "alfred"; - version = "0.3.1"; - sha256 = "1nsa3d9mza81rqdg2vbvf4x2318j96l5px6zx7hhc28ril62971a"; + version = "0.4"; + sha256 = "1zmjllvcpj42cp01n1p2f2kzzx2ik4fql2vwbzlkaay9v9pskjk0"; buildDepends = [ aeson base bytestring hexpat HTTP network-uri text xmlgen ]; @@ -18984,16 +19021,23 @@ self: { "api-builder" = callPackage ({ mkDerivation, aeson, attoparsec, base, bifunctors, bytestring - , either, HTTP, http-conduit, http-types, text, transformers + , Cabal, containers, datetime, either, hspec, HTTP, http-client + , http-conduit, http-types, text, transformers }: mkDerivation { pname = "api-builder"; - version = "0.5.0.0"; - sha256 = "1lf70k7cb90jzj3nz31d17zbgsmi3fg3lwzdh9fqkjclhgk3al8y"; + version = "0.6.0.0"; + sha256 = "1ljc81zxh5zi8k7ccp6mh1kr3wmsp6z9df17zpymqjh2mgc6kswb"; buildDepends = [ - aeson attoparsec base bifunctors bytestring either HTTP + aeson attoparsec base bifunctors bytestring either HTTP http-client http-conduit http-types text transformers ]; + testDepends = [ + aeson base bytestring Cabal containers datetime hspec http-conduit + text transformers + ]; + jailbreak = true; + homepage = "https://github.com/intolerable/api-builder"; description = "Library for easily building REST API wrappers in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -19573,8 +19617,8 @@ self: { }: mkDerivation { pname = "arbtt"; - version = "0.9.0.1"; - sha256 = "0x0aixipm32vx1jdqlpnwzk9lsv5d9fiqw5jzz92mfbs9s8jv81k"; + version = "0.9.0.2"; + sha256 = "0ab5qrsrp6fcc2p1a4idbqazs7yrh957bfagdmw6b7rrydpig1lc"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -19899,6 +19943,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "array-primops" = callPackage + ({ mkDerivation, base, ghc-prim }: + mkDerivation { + pname = "array-primops"; + version = "0.1.0.0"; + sha256 = "11qwgs06ivfjhcjhihchg46hvpcrwmc7zz36630v9qyy2611q66x"; + buildDepends = [ base ghc-prim ]; + description = "Extra foreign primops for primitive arrays"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "array-utils" = callPackage ({ mkDerivation, array, base }: mkDerivation { @@ -20723,8 +20778,8 @@ self: { }: mkDerivation { pname = "attoparsec"; - version = "0.12.1.5"; - sha256 = "131l2qax0qnc157r9llp3lbwy7390g8r3ckzvdqbif6lfy0zg2rq"; + version = "0.12.1.6"; + sha256 = "1a06vhg0ykix94q7qxvmh30v017fjl9j2i1b860wjb937a6bc2yf"; buildDepends = [ array base bytestring containers deepseq scientific text ]; @@ -21074,8 +21129,10 @@ self: { }: mkDerivation { pname = "auto"; - version = "0.2.0.6"; - sha256 = "1k0nzhkn32jypf1yqjqadmqwq9ckyax23lmvwzz110fx657j1nhi"; + version = "0.4.1.0"; + revision = "1"; + sha256 = "00l7dxcg6xx63vkwa8kx4k8bcpvxdyhmb4gvffnwkf1dg4kqd9qd"; + editedCabalFile = "5170b5e4efc880cae0dc3275adf79a0b8491ebe32fd54e42116c863f9e76df50"; buildDepends = [ base bytestring cereal containers deepseq MonadRandom profunctors random semigroups transformers @@ -21122,8 +21179,8 @@ self: { }: mkDerivation { pname = "autonix-deps-kf5"; - version = "0.2.0.0"; - sha256 = "11s723xz3n761kr1i09sd1cvbqg2rcm15dhfaxfs7qq4kka2ahhp"; + version = "0.2.0.1"; + sha256 = "11azj8cl5g8fz0bzdh1z1alv9ljdzhgvkb8qr5y0dfsjbbyhz5v0"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -21278,7 +21335,9 @@ self: { mkDerivation { pname = "aws"; version = "0.11.3"; + revision = "1"; sha256 = "02p3dn380qj8wg6alm7yqw4svwwkw9ln9rjd6shbk4jz8gsaka8l"; + editedCabalFile = "e4265585066ef7d7cb3473938a62d6c996084ba1a9e05f9efbfa60057760efac"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -22209,12 +22268,12 @@ self: { }) {}; "base-compat" = callPackage - ({ mkDerivation, base, hspec, QuickCheck, setenv }: + ({ mkDerivation, base, ghc-prim, hspec, QuickCheck, setenv }: mkDerivation { pname = "base-compat"; - version = "0.6.0"; - sha256 = "1ry85ymd0m99z2g45x7nlvpda699xa6zzn8l51im5bda6zsczlyv"; - buildDepends = [ base setenv ]; + version = "0.7.0"; + sha256 = "1i52zamyalcyaq0sg38m7m5f1667yzdxi6shsf9rw7vr820pnbn4"; + buildDepends = [ base ghc-prim setenv ]; testDepends = [ base hspec QuickCheck ]; description = "A compatibility layer for base"; license = stdenv.lib.licenses.mit; @@ -22405,8 +22464,8 @@ self: { }: mkDerivation { pname = "basic-prelude"; - version = "0.3.11.1"; - sha256 = "057sq6jm8vskw9d9maqc6a85x45lslyiw3j1q7kaczl3851zaxl3"; + version = "0.3.12"; + sha256 = "1qmwxd8wfszawhfncqhcnbc2h1a47jcqa4zj4pfwybhy3xnn0yns"; buildDepends = [ base bytestring containers hashable lifted-base ReadArgs safe system-filepath text transformers unordered-containers vector @@ -24941,8 +25000,10 @@ self: { }: mkDerivation { pname = "blaze-builder-enumerator"; - version = "0.2.0.7"; - sha256 = "1ipfx99d3amgpl63lpby88qczgxb5wbw52srpy94phynw9xpxnvk"; + version = "0.2.1.0"; + revision = "1"; + sha256 = "15mz4dfnngll61b1xv3hfazvzjfd8g9ym0hps1qiks1hl4c2kxah"; + editedCabalFile = "28796d33301d22cfca6188f54699d9efd7721802bc5e9c88a394bec14c9c4fae"; buildDepends = [ base blaze-builder bytestring enumerator streaming-commons transformers @@ -25074,6 +25135,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "blaze-json" = callPackage + ({ mkDerivation, aeson, base, bytestring, bytestring-builder + , containers, data-default-class, doctest, QuickCheck, scientific + , tasty, tasty-quickcheck, text, unordered-containers, vector + }: + mkDerivation { + pname = "blaze-json"; + version = "0.2.1"; + sha256 = "1jqrvv485qyscjppgq2kh6cvhd2lwwqq7gd69ynmrp3qllsc8x83"; + buildDepends = [ + base bytestring bytestring-builder containers data-default-class + text + ]; + testDepends = [ + aeson base doctest QuickCheck scientific tasty tasty-quickcheck + text unordered-containers vector + ]; + homepage = "https://github.com/philopon/blaze-json"; + description = "tiny library for encoding json"; + license = stdenv.lib.licenses.mit; + }) {}; + "blaze-markup_0_6_2_0" = callPackage ({ mkDerivation, base, blaze-builder, bytestring, containers, HUnit , QuickCheck, test-framework, test-framework-hunit @@ -25370,18 +25453,18 @@ self: { "blunt" = callPackage ({ mkDerivation, aeson, array, base, bytestring, clay, containers - , haskell-src-exts, http-types, jmacro, lucid, pointful, text + , flow, haskell-src-exts, http-types, jmacro, lucid, pointful, text , transformers, wai, wai-extra, wai-websockets, warp, websockets , wl-pprint-text }: mkDerivation { pname = "blunt"; - version = "0.0.15"; - sha256 = "122gic92hibcic7yrk3anp1rbwlpxkv87cigbz49zvxdjr9c7d6y"; + version = "0.0.16"; + sha256 = "03pradwal8ncrpj7gin9ri753hsi78lpfj8zsihf26dli79g5vmk"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson array base bytestring clay containers haskell-src-exts + aeson array base bytestring clay containers flow haskell-src-exts http-types jmacro lucid pointful text transformers wai wai-extra wai-websockets warp websockets wl-pprint-text ]; @@ -26039,8 +26122,8 @@ self: { }: mkDerivation { pname = "buildbox"; - version = "2.1.4.3"; - sha256 = "01zhhw9fqijzn63z63bgg1l2p3wjiarfrsnids18n4vam4yjyvn2"; + version = "2.1.6.1"; + sha256 = "15ddnbnm6wqm5dqf6f2qmxlxy5az0sxvml4rwghivcj0609lfc6i"; buildDepends = [ base bytestring containers directory mtl old-locale pretty process random stm time @@ -26365,8 +26448,8 @@ self: { ({ mkDerivation, base, bytestring, deepseq }: mkDerivation { pname = "bytestring-builder"; - version = "0.10.4.1.2"; - sha256 = "0gp0ymz551qhxx3n3lxjhrr1fwcyd2qpn2y690k8qi6nc09sn14y"; + version = "0.10.6.0.0"; + sha256 = "1mkg24zl0rapb3gqzkyj5ibp07wx3yzd72hmfczssl0is63rjhww"; buildDepends = [ base bytestring deepseq ]; description = "The new bytestring builder, packaged outside of GHC"; license = stdenv.lib.licenses.bsd3; @@ -26520,8 +26603,8 @@ self: { ({ mkDerivation, base, bytestring, terminal-progress-bar, time }: mkDerivation { pname = "bytestring-progress"; - version = "1.0.3"; - sha256 = "1v9cl7d4fcchbdrpbgjj4ilg79cj241vzijiifdsgkq30ikv2yxs"; + version = "1.0.5"; + sha256 = "02j9gmvncap4xzvvmj0s84bkhf4xh8plw5saakiljxf6zi7hpdwq"; buildDepends = [ base bytestring terminal-progress-bar time ]; homepage = "http://github.com/acw/bytestring-progress"; description = "A library for tracking the consumption of a lazy ByteString"; @@ -26592,8 +26675,8 @@ self: { ({ mkDerivation, base, binary, bytestring }: mkDerivation { pname = "bytestring-trie"; - version = "0.2.4"; - sha256 = "1fv3xh52hqhzdbq78c3lrgx5vd49cabwp9ww5ki1888zlq29pyck"; + version = "0.2.4.1"; + sha256 = "0qqklrvdcprchnl4bxr6w7zf6k5gncincl3kysm34gd04sszxr1g"; buildDepends = [ base binary bytestring ]; homepage = "http://code.haskell.org/~wren/"; description = "An efficient finite map from (byte)strings to values"; @@ -26853,8 +26936,8 @@ self: { }: mkDerivation { pname = "cabal-bounds"; - version = "0.9.2"; - sha256 = "162h4fcr5n6k2l20vxhlnrqfh2x6dvka14zibj0xq1g12ik8dz4j"; + version = "0.9.3"; + sha256 = "0r8ayxsfx7z4hivknshj2sybssn3hjwprxpyqw4yv3w26gv7d82j"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -26877,8 +26960,8 @@ self: { }: mkDerivation { pname = "cabal-cargs"; - version = "0.7.6"; - sha256 = "0f2ji0bvz6rdld1vgnpr5cfrkfjdg2nzk1adncyb0h8dmvzbki9c"; + version = "0.7.7"; + sha256 = "08f3fpfsjj4kk5flxgpjvqffifhfkhnf7i4n23adkf7w1rdw4nlz"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -26930,21 +27013,26 @@ self: { "cabal-debian" = callPackage ({ mkDerivation, base, Cabal, containers, data-default, debian - , deepseq, Diff, directory, filepath, hsemail, HUnit, lens, memoize - , mtl, network-uri, parsec, pretty, prettyclass, process, pureMD5 - , regex-tdfa, set-extra, syb, text, unix, Unixutils, utf8-string + , deepseq, Diff, directory, exceptions, filepath, hsemail, HUnit + , lens, memoize, mtl, network-uri, parsec, pretty, prettyclass + , process, pureMD5, regex-tdfa, set-extra, syb, text, unix + , Unixutils, utf8-string }: mkDerivation { pname = "cabal-debian"; - version = "4.24.8"; - sha256 = "13csdlk33ik0jskapy56i7fza6hxh59y2c2yy02ha3himvrm8q77"; + version = "4.26"; + sha256 = "1imglja5b8q5z1l7na2h4b9cd9kbfjdqclgx12vzasan9gagl0k1"; isLibrary = true; isExecutable = true; buildDepends = [ base Cabal containers data-default debian deepseq Diff directory - filepath hsemail HUnit lens memoize mtl network-uri parsec pretty - prettyclass process pureMD5 regex-tdfa set-extra syb text unix - Unixutils utf8-string + exceptions filepath hsemail HUnit lens memoize mtl network-uri + parsec pretty prettyclass process pureMD5 regex-tdfa set-extra syb + text unix Unixutils utf8-string + ]; + testDepends = [ + base Cabal containers debian Diff filepath hsemail HUnit lens + pretty prettyclass process text ]; homepage = "https://github.com/ddssff/cabal-debian"; description = "Create a Debianization for a Cabal package"; @@ -27058,10 +27146,8 @@ self: { }: mkDerivation { pname = "cabal-helper"; - version = "0.3.0.0"; - revision = "1"; - sha256 = "1yrv5amv8g4r07z47j7082xhxhfim6d089ib2dnv0b6iik3xfyfv"; - editedCabalFile = "dc30481b4261dae5151f3f4d6fba41c8c2e6415b8cc4dc7df9c08284febb453d"; + version = "0.3.1.0"; + sha256 = "1hfprys4q4azfgqcv2xcyn14y8nybmvrl8y3z3ckx0v5r13ss75n"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -27204,8 +27290,8 @@ self: { ({ mkDerivation, base, Cabal, lens, unordered-containers }: mkDerivation { pname = "cabal-lenses"; - version = "0.4.4"; - sha256 = "13gggbbzcq5allf2b76rgxmilrzkvvr3srshfpzh4xavdlm8wmch"; + version = "0.4.5"; + sha256 = "1v09n4mah5azb1hmc14ygiqwwm2an6ff2z2f9hw2c7jddbmays5n"; buildDepends = [ base Cabal lens unordered-containers ]; jailbreak = true; description = "Lenses and traversals for the Cabal library"; @@ -27913,14 +27999,14 @@ self: { ({ mkDerivation, base, containers, haskeline, parsec, QuickCheck }: mkDerivation { pname = "calculator"; - version = "0.3.0.1"; - sha256 = "067rnx1ixdnhqan2kwscqh6325ml523km7dg2apx1ksm51hl3gvc"; + version = "0.3.0.2"; + sha256 = "14fcb4zfx7pk0ha3hvlpj84mxp82jpn1ywyjnfmczm3ic4mq98m9"; isLibrary = false; isExecutable = true; buildDepends = [ base containers haskeline parsec ]; testDepends = [ base containers parsec QuickCheck ]; homepage = "https://github.com/sumitsahrawat/calculator"; - description = "A calculator repl"; + description = "A calculator repl, with variables, functions & Mathematica like dynamic plots"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -28693,8 +28779,8 @@ self: { }: mkDerivation { pname = "cblrepo"; - version = "0.14.0"; - sha256 = "0nki3pdpzykjcczrmikzi9c81yprq7y0hqqgd610dqp8p00pf754"; + version = "0.15.0"; + sha256 = "1a7bhy3yvrmnirh7nmlz6d1nyxs5dng2ap17h8585yhx9k1a5n68"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -28702,6 +28788,7 @@ self: { filepath mtl optparse-applicative process safe tar unix Unixutils utf8-string zlib ]; + jailbreak = true; description = "Tool to maintain a database of CABAL packages and their dependencies"; license = "unknown"; }) {}; @@ -29235,8 +29322,8 @@ self: { }: mkDerivation { pname = "charset"; - version = "0.3.7"; - sha256 = "1x912dx5650x8ql3ivhpiwmxd6kv7zghark3s8ljvl1g3qr1pxd6"; + version = "0.3.7.1"; + sha256 = "1gn0m96qpjww8hpp2g1as5yy0wcwy4iq73h3kz6g0yxxhcl5sh9x"; buildDepends = [ array base bytestring containers semigroups unordered-containers ]; @@ -30284,8 +30371,8 @@ self: { }: mkDerivation { pname = "classy-prelude"; - version = "0.11.0"; - sha256 = "07fqmmsirf83xkb1mc3jaklq47cbdx3slp4f60m6bhnmlg7zjdnf"; + version = "0.11.1"; + sha256 = "001anap27s3h04xkzyl1bnvf9fmrxvhqpjxyjkv1s77sdvaf19ii"; buildDepends = [ base basic-prelude bifunctors bytestring chunked-data containers dlist enclosed-exceptions exceptions ghc-prim hashable lifted-base @@ -30308,8 +30395,8 @@ self: { }: mkDerivation { pname = "classy-prelude-conduit"; - version = "0.11.0"; - sha256 = "1ahz02q5qc7abax85m28d7gjnppghf772bqy0wlw39ngp3z6ch81"; + version = "0.11.1"; + sha256 = "0rjm8kzx34m1x3yndm9i2ybvw9lfddgaab1n51n8psml3yxckqic"; buildDepends = [ base bytestring classy-prelude conduit conduit-combinators monad-control resourcet system-fileio transformers void @@ -30329,8 +30416,8 @@ self: { }: mkDerivation { pname = "classy-prelude-yesod"; - version = "0.11.0"; - sha256 = "1i0s0hgc57dizbw5s17f894ssdmglh6sw8jwpxcsh8hzqdw7jrqc"; + version = "0.11.1"; + sha256 = "1481cs7l0bf4jy9q2rg35aw0pfzdhnj7kc22ll2n7jb2wg1xvcv3"; buildDepends = [ aeson base classy-prelude classy-prelude-conduit data-default http-conduit http-types persistent yesod yesod-newsfeed @@ -32204,8 +32291,8 @@ self: { }: mkDerivation { pname = "comptrans"; - version = "0.1.0.4"; - sha256 = "01yv0j405ninkvmfx7r4cwzvxdhcdivncds46086s1v0qmp2zag0"; + version = "0.1.0.5"; + sha256 = "05r07900bniy1gazvgj3wj4g07j33h493885bhh7gq1n1xilqgkm"; buildDepends = [ base compdata containers deepseq deepseq-generics ghc-prim lens template-haskell th-expand-syns @@ -32829,14 +32916,14 @@ self: { }) {}; "config-value" = callPackage - ({ mkDerivation, alex, array, base, bytestring, happy, pretty, text + ({ mkDerivation, alex, array, base, happy, pretty, text , transformers }: mkDerivation { pname = "config-value"; - version = "0.4"; - sha256 = "1p648vdlhqg587l9r4dr8v44mg1wshqbkg75qdy425cqs0jwkgyl"; - buildDepends = [ array base bytestring pretty text transformers ]; + version = "0.4.0.1"; + sha256 = "0d9g6ih1rl0z4a2gf285f408vz7iysxwvw6kav280nvx99k2msb7"; + buildDepends = [ array base pretty text transformers ]; buildTools = [ alex happy ]; homepage = "https://github.com/glguy/config-value"; description = "Simple, layout-based value language similar to YAML or JSON"; @@ -32941,15 +33028,14 @@ self: { }: mkDerivation { pname = "confsolve"; - version = "0.5.3"; - sha256 = "10x3ykg76imw8vgd9jh6zn8cdi8aamdqqwmsjc3qqmy30jqff2ls"; + version = "0.5.4"; + sha256 = "0984gcahddrzlvzsfsrkr8i8jijjg7j2m5namfv8zhdlkrny8h11"; isLibrary = false; isExecutable = true; buildDepends = [ attoparsec base cmdargs process system-fileio system-filepath text time unordered-containers ]; - jailbreak = true; description = "A command line tool for resolving conflicts of file synchronizers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -33272,8 +33358,8 @@ self: { }: mkDerivation { pname = "context-free-grammar"; - version = "0.0.1"; - sha256 = "11xns7rfxb9s9adzkd2v1s46s8lay6yd32r83p63k96z570ccpj2"; + version = "0.1.0"; + sha256 = "11s6v8h39iq0wy4p4y8cwpr8fjhphql07s38rgbm8qsq1hj9f3a1"; buildDepends = [ array base containers control-monad-omega dlist mtl pretty template-haskell @@ -33283,7 +33369,6 @@ self: { template-haskell test-framework test-framework-hunit test-framework-quickcheck2 ]; - jailbreak = true; homepage = "http://github.com/nedervold/context-free-grammar"; description = "Basic algorithms on context-free grammars"; license = stdenv.lib.licenses.bsd3; @@ -34302,6 +34387,7 @@ self: { base bytestring cereal Decimal iproute network QuickCheck tasty tasty-quickcheck text time uuid ]; + jailbreak = true; homepage = "https://github.com/twittner/cql/"; description = "Cassandra CQL binary protocol"; license = "unknown"; @@ -34323,6 +34409,7 @@ self: { network semigroups stm text time tinylog transformers transformers-base uuid vector ]; + jailbreak = true; homepage = "https://github.com/twittner/cql-io/"; description = "Cassandra CQL client"; license = "unknown"; @@ -34490,12 +34577,12 @@ self: { ({ mkDerivation, base, data-binary-ieee754, ieee754 }: mkDerivation { pname = "crackNum"; - version = "1.0"; - sha256 = "1606f0pkl3rck72h8gap3k73k48pdlgkfzv96ij0dl910q332l1q"; + version = "1.1"; + sha256 = "12sr5dqm4cgmc2hk4fhn5zd4dqnhjzzb5hqldmj4s75xhpsnws10"; isLibrary = true; isExecutable = true; buildDepends = [ base data-binary-ieee754 ieee754 ]; - description = "Crack various integer/floating-point data formats"; + description = "Crack various integer, floating-point data formats"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -35261,8 +35348,8 @@ self: { }: mkDerivation { pname = "csound-expression"; - version = "4.4"; - sha256 = "10xv10qndgcj43vyc94pb482773advv6pd2sklh1pwnzyp6wsvpb"; + version = "4.4.1"; + sha256 = "03l7gbbiqs1djizda16hhi24pqgmqpdsfgl0dxvpzpvz703imfg5"; buildDepends = [ base Boolean colour csound-expression-opcodes csound-expression-typed data-default process @@ -35278,8 +35365,8 @@ self: { }: mkDerivation { pname = "csound-expression-dynamic"; - version = "0.1.1"; - sha256 = "1jb4x6arpfskxwlhc5l1kggmzcsp0c7ygvywbzm7bqswmp5sdhvy"; + version = "0.1.2"; + sha256 = "05x9fbsm8ah2s7p81xzqmfvkxs81iplg1r334j6djcyab1waqa9i"; buildDepends = [ array base Boolean containers data-default data-fix data-fix-cse transformers wl-pprint @@ -35311,8 +35398,8 @@ self: { }: mkDerivation { pname = "csound-expression-typed"; - version = "0.0.7.0"; - sha256 = "1kd4fhlgkcc8d50rmkar1waniaqm5ip0g3nw47qkh7a668yfmfa4"; + version = "0.0.7.1"; + sha256 = "163jkx5x3mnlcj0zxx9595i4bpp29lz60fgcdkx07vmqky7hb1ng"; buildDepends = [ base Boolean colour containers csound-expression-dynamic data-default deepseq ghc-prim stable-maps transformers wl-pprint @@ -35610,8 +35697,8 @@ self: { ({ mkDerivation, base, bytestring, c2hs, pretty }: mkDerivation { pname = "cuda"; - version = "0.6.6.0"; - sha256 = "0xa8wfqrgc0br7cr3g5j0i30kna07bci7vx05iw46fv445rhjv5y"; + version = "0.6.6.2"; + sha256 = "10c2nn0qhhznajpkjvmxivz3w6zr96fpsych53hnvpi2g6a332k1"; isLibrary = true; isExecutable = true; buildDepends = [ base bytestring pretty ]; @@ -36749,6 +36836,7 @@ self: { base lazysmallcheck prelude-safeenum QuickCheck reflection smallcheck tagged ]; + jailbreak = true; homepage = "http://code.haskell.org/~wren/"; description = "Finite totally ordered sets"; license = stdenv.lib.licenses.bsd3; @@ -37086,8 +37174,8 @@ self: { ({ mkDerivation, base, containers }: mkDerivation { pname = "data-partition"; - version = "0.2.0.1"; - sha256 = "1pgl8xr91kscqpx2bgvgy7qcdl17pkw9m1xdy9k075jvammlfxk7"; + version = "0.3.0.0"; + sha256 = "05i8fg9q7fpc9jalhwbqpw6pfki2flqj4nqwgs3yfi0hvasvgjjb"; buildDepends = [ base containers ]; homepage = "https://github.com/luqui/data-partition"; description = "A pure disjoint set (union find) data structure"; @@ -38915,6 +39003,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "dgim" = callPackage + ({ mkDerivation, base, Cabal, QuickCheck }: + mkDerivation { + pname = "dgim"; + version = "0.0.3"; + sha256 = "1brffyfawrdgr2659hbda42mpn9jiiq474a0yd57kj7z0dzq25f6"; + buildDepends = [ base ]; + testDepends = [ base Cabal QuickCheck ]; + jailbreak = true; + homepage = "https://github.com/musically-ut/haskell-dgim"; + description = "Implementation of DGIM algorithm"; + license = stdenv.lib.licenses.mit; + }) {}; + "dgs" = callPackage ({ mkDerivation, base, HTTP, mtl, network, split }: mkDerivation { @@ -38981,8 +39083,8 @@ self: { }: mkDerivation { pname = "diagrams-builder"; - version = "0.6.0.3"; - sha256 = "1wcdn6hgacn0lmz7ivgz08fg02fscrbf0zz8785yq5mcssyq0r70"; + version = "0.6.0.4"; + sha256 = "11zpl1zk1cn71as8n86mg4c1whr59h9qaddkq7pfw7ni5whx0k3n"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39007,15 +39109,14 @@ self: { }: mkDerivation { pname = "diagrams-cairo"; - version = "1.2.0.6"; - sha256 = "058sg89a3jlcr83azjkv7c9g1ylmkpnspyzflwrb3vwzz6glhh0a"; + version = "1.2.0.7"; + sha256 = "0z87qrp2z4j2x5zwwczrjw7kps7izcyb045665319kp9yp0dbzjk"; buildDepends = [ base bytestring cairo colour containers data-default-class diagrams-core diagrams-lib directory filepath hashable JuicyPixels lens mtl old-time optparse-applicative pango process split statestack time transformers unix vector ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Cairo backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -39029,14 +39130,13 @@ self: { }: mkDerivation { pname = "diagrams-canvas"; - version = "0.3.0.3"; - sha256 = "1qxqkj1chmr305mpgyafy79sdypis559xbjaaflxblq0m9890zyr"; + version = "0.3.0.4"; + sha256 = "1jc47y739rg51czny0z17pspskim4ss2jraw6h5gyhnr8f50rv5w"; buildDepends = [ base blank-canvas cmdargs containers data-default-class diagrams-core diagrams-lib lens mtl NumInstances optparse-applicative statestack text vector-space ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "HTML5 canvas backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -39052,8 +39152,8 @@ self: { }: mkDerivation { pname = "diagrams-contrib"; - version = "1.1.2.5"; - sha256 = "1d7f9jjmfamqg9v6yrr23xw9qq55kk6n8wr51af7rjz09l3fgb3q"; + version = "1.1.2.6"; + sha256 = "0bkil4klkdx30q6hwdcag20fbgx04vcn9kl7196mccl7yhh1msi0"; buildDepends = [ arithmoi base circle-packing colour containers data-default data-default-class diagrams-core diagrams-lib force-layout lens @@ -39064,7 +39164,6 @@ self: { base containers diagrams-lib HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Collection of user contributions to diagrams EDSL"; license = stdenv.lib.licenses.bsd3; @@ -39077,13 +39176,12 @@ self: { }: mkDerivation { pname = "diagrams-core"; - version = "1.2.0.5"; - sha256 = "11h5k6r69b55lpl56265kqhcd66n0r6232il3cv8q30ad12azbcw"; + version = "1.2.0.6"; + sha256 = "1i8h7arzhq2qzkv9hjldz3vymcns7y1w3wn56w57k2sbx3vx0zls"; buildDepends = [ base containers dual-tree lens MemoTrie monoid-extras newtype semigroups vector-space vector-space-points ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Core libraries for diagrams EDSL"; license = stdenv.lib.licenses.bsd3; @@ -39110,8 +39208,8 @@ self: { }: mkDerivation { pname = "diagrams-haddock"; - version = "0.2.2.13"; - sha256 = "0113598w5vqp7ywd1d074sjxyvj7l25jajnx55hvr32f9slz6zwh"; + version = "0.2.2.14"; + sha256 = "0j2flbirqxvgvyv8s3d8cwiqz9w3p864g2wg5hsya8r30jmlyycl"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39124,7 +39222,6 @@ self: { base containers haskell-src-exts lens parsec QuickCheck tasty tasty-quickcheck ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Preprocessor for embedding diagrams in Haddock documentation"; license = stdenv.lib.licenses.bsd3; @@ -39159,15 +39256,14 @@ self: { }: mkDerivation { pname = "diagrams-lib"; - version = "1.2.0.8"; - sha256 = "1g9z1ww2f2f6gq8q2aa362568632c5dnayhanx4vl2qdc7j1sz8f"; + version = "1.2.0.9"; + sha256 = "1naamjx7i9k3jwbvrz5jwhsfmri3jgjxqwalckyc473pclf6y4k9"; buildDepends = [ active array base colour containers data-default-class diagrams-core dual-tree filepath fingertree hashable intervals JuicyPixels lens MemoTrie monoid-extras optparse-applicative semigroups tagged vector-space vector-space-points ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Embedded domain-specific language for declarative graphics"; license = stdenv.lib.licenses.bsd3; @@ -39200,14 +39296,13 @@ self: { }: mkDerivation { pname = "diagrams-postscript"; - version = "1.1.0.4"; - sha256 = "02a1b68b25id7g70gcq508miibp3wxljxza9zh6g7ad44as8yy5q"; + version = "1.1.0.5"; + sha256 = "1nriv964zmzlcyqxb3drfbxsimg786n4bsyyy1020rchf3df8rp5"; buildDepends = [ base containers data-default-class diagrams-core diagrams-lib dlist filepath hashable lens monoid-extras mtl semigroups split vector-space ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Postscript backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -39234,15 +39329,14 @@ self: { }: mkDerivation { pname = "diagrams-rasterific"; - version = "0.1.0.7"; - sha256 = "180ip125phg6q7wvmsq57pdwfc8fq8a5vfadizcqfmc6ng6xzd88"; + version = "0.1.0.8"; + sha256 = "08a80w466hz89xp82n5yqqisd2vkd1876z4hw2p99bg22qr8b87k"; buildDepends = [ base bytestring containers data-default-class diagrams-core diagrams-lib directory filepath FontyFruity JuicyPixels lens mtl old-time optparse-applicative process Rasterific split statestack time unix ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Rasterific backend for diagrams"; license = stdenv.lib.licenses.bsd3; @@ -39268,17 +39362,14 @@ self: { }: mkDerivation { pname = "diagrams-svg"; - version = "1.1.0.4"; - revision = "1"; - sha256 = "11adbfvj5a8yzlbkqs433qgr7884n1vlff9vr6h9w1n0nc1amzpl"; - editedCabalFile = "2fd35c0f8bb7ba4d17e04ae258addf4a949b91c2b404c0bbac76dbc6dc819c31"; + version = "1.1.0.5"; + sha256 = "0n4ljdym9cbq4n7ynx5caxlr26ai5ifzv9x0yvqydhczmm0n35xf"; buildDepends = [ base base64-bytestring blaze-markup blaze-svg bytestring colour containers diagrams-core diagrams-lib directory filepath hashable JuicyPixels lens monoid-extras mtl old-time process split time unix vector-space ]; - jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "SVG backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -41666,8 +41757,8 @@ self: { ({ mkDerivation, base, monoid-extras, newtype, semigroups }: mkDerivation { pname = "dual-tree"; - version = "0.2.0.5"; - sha256 = "077njr9m6x9n2id0419rn6v4xwb9nvxshrmas9pkknp52va4ljg5"; + version = "0.2.0.6"; + sha256 = "0zdmycfr7b2gf63r2w48ylhcywphz9v3z79im33q1wb7p7pjiacv"; buildDepends = [ base monoid-extras newtype semigroups ]; description = "Rose trees with cached and accumulating monoidal annotations"; license = stdenv.lib.licenses.bsd3; @@ -41874,13 +41965,12 @@ self: { }: mkDerivation { pname = "dynamic-graph"; - version = "0.1.0.5"; - sha256 = "002i8ck0xhgh6kd2z8hyw0c16d10sbc444n2kwgdb0mj4qsss8mn"; + version = "0.1.0.6"; + sha256 = "0ikyszx122amlg6vp6jvz16y2qndy4plwh2hq1xhi83xicjkc0x1"; buildDepends = [ base bytestring cairo colour deepseq either GLFW-b GLUtil OpenGL pango pipes transformers ]; - jailbreak = true; homepage = "https://github.com/adamwalker/dynamic-graph"; description = "Draw and update graphs in real time with OpenGL"; license = stdenv.lib.licenses.bsd3; @@ -42351,6 +42441,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "edit-distance-vector" = callPackage + ({ mkDerivation, base, QuickCheck, quickcheck-instances, vector }: + mkDerivation { + pname = "edit-distance-vector"; + version = "1.0.0.1"; + sha256 = "1whpv0qm00fn0p8v6pgjy9kk04rw9p6ngwan4nrgi4kca0hvf8id"; + buildDepends = [ base vector ]; + testDepends = [ base QuickCheck quickcheck-instances vector ]; + homepage = "https://github.com/thsutton/edit-distance-vector"; + description = "Calculate edit distances and edit scripts between vectors"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "edit-lenses" = callPackage ({ mkDerivation, base, containers, data-default, lattices, mtl }: mkDerivation { @@ -42769,6 +42872,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "ekg-push" = callPackage + ({ mkDerivation, base, bytestring, ekg-core, text, time + , unordered-containers + }: + mkDerivation { + pname = "ekg-push"; + version = "0.0.2"; + sha256 = "1z41x3i7hvrnca3clrrz62kah3a4lik0f3gxhw3vnyqgszzb46l5"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + base bytestring ekg-core text time unordered-containers + ]; + homepage = "https://github.com/adarqui/ekg-push"; + description = "Small framework to push metric deltas to a broadcast channel using the ekg-core library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "ekg-rrd" = callPackage ({ mkDerivation, base, directory, ekg-core, HUnit, mtl, process , test-framework, test-framework-hunit, text, time @@ -43777,13 +43898,14 @@ self: { }: mkDerivation { pname = "equivalence"; - version = "0.2.5"; - sha256 = "014r9v81r7nj5pynfk3wa4lm4hk04123fgxkhb9a945wi6d9m5h3"; + version = "0.3"; + sha256 = "1fp8zyhl93jndk9xqb5qxsn5hab5xiipilng2n0wcpaqii3rzka0"; buildDepends = [ base containers mtl STMonadTrans ]; testDepends = [ base containers mtl QuickCheck STMonadTrans template-haskell test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://bitbucket.org/paba/equivalence/"; description = "Maintaining an equivalence relation implemented as union-find using STT"; license = stdenv.lib.licenses.bsd3; @@ -43965,8 +44087,8 @@ self: { ({ mkDerivation, base, base-compat, hspec, QuickCheck }: mkDerivation { pname = "errorcall-eq-instance"; - version = "0.2.0"; - sha256 = "1hq3f4m7hp6czyv5c9h3iwd99510vf88890kcd3kkw11id7sbj6n"; + version = "0.2.0.1"; + sha256 = "0df2w882bnm9khkwvs8f1p8svaqjz5vpsidgwx5dd01ypjqkzzq5"; buildDepends = [ base base-compat ]; testDepends = [ base hspec QuickCheck ]; description = "An orphan Eq instance for ErrorCall"; @@ -44358,8 +44480,8 @@ self: { }: mkDerivation { pname = "eventstore"; - version = "0.7.0.0"; - sha256 = "1nc5y2j6yrns3nyy3jhp99qvkzfm0r36snbcy4982b5p21kgpi98"; + version = "0.7.0.1"; + sha256 = "1k94kh1wgskhh51by522sz58lzxpgv8qddfalwjmy845dfivbswg"; buildDepends = [ aeson async base bytestring cereal containers network protobuf random sodium text time uuid @@ -44464,13 +44586,12 @@ self: { }: mkDerivation { pname = "exception-monads-tf"; - version = "0.3.0.3"; - sha256 = "1smmbdiqp2qxa13sv2j7sqyakvsv1g7g9mh9z65b756ss672913x"; + version = "0.4"; + sha256 = "0k9ada0g4nxwxggarpfcfdzg2zvxqdg9bkb4hv5v3qqanjmvb9hg"; buildDepends = [ base exception-transformers monads-tf transformers ]; jailbreak = true; - homepage = "http://www.cs.drexel.edu/~mainland/"; description = "Exception monad transformer instances for monads-tf classes"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44479,27 +44600,26 @@ self: { ({ mkDerivation, base, exception-transformers, mtl, transformers }: mkDerivation { pname = "exception-mtl"; - version = "0.3.0.5"; - sha256 = "1rqrh1wbm67w9rbh1gg5zsavlsw9nfw0hnbs9q2djglh73pq3iqj"; + version = "0.4"; + sha256 = "1ya2xxl25afj2rxl2vziifrc91nzyg47vs06s0b65qjd7yz533j3"; buildDepends = [ base exception-transformers mtl transformers ]; - homepage = "http://www.cs.drexel.edu/~mainland/"; - description = "Exception monad transformer instances for mtl2 classes"; + description = "Exception monad transformer instances for mtl classes"; license = stdenv.lib.licenses.bsd3; }) {}; "exception-transformers" = callPackage ({ mkDerivation, base, HUnit, stm, test-framework - , test-framework-hunit, transformers + , test-framework-hunit, transformers, transformers-compat }: mkDerivation { pname = "exception-transformers"; - version = "0.3.0.4"; - sha256 = "1m4mwgzynymdjvrrrvl90q468pgwik07yy2lsff9spxhcd43w2ra"; - buildDepends = [ base stm transformers ]; + version = "0.4.0.1"; + sha256 = "1ay46wawrrsvii3b4kqxi2cg3b6r7wfw0l7d66il195qa6hh4sfq"; + buildDepends = [ base stm transformers transformers-compat ]; testDepends = [ base HUnit test-framework test-framework-hunit transformers + transformers-compat ]; - homepage = "http://www.cs.drexel.edu/~mainland/"; description = "Type classes and monads for unchecked extensible exceptions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44644,10 +44764,8 @@ self: { }: mkDerivation { pname = "expiring-cache-map"; - version = "0.0.5.3"; - revision = "1"; - sha256 = "0ihyfhkqdr29pmcb2pylrj6p2xmfgfz9qw6dabxxy8dbcg38ppvf"; - editedCabalFile = "e3990400b7a0fc202dd68fb9d4fea926af9fdaeb34d2e9cf7e04eb3c2a03da4c"; + version = "0.0.5.4"; + sha256 = "0wbx9qp9ki9gwrc9qafpflkmyj1yiryak1di163mz0i3dv2w73h8"; buildDepends = [ base containers hashable unordered-containers ]; testDepends = [ base bytestring containers hashable time unordered-containers @@ -44858,6 +44976,7 @@ self: { version = "0.2.0"; sha256 = "1dg9zvqszlg5v3mygazzgm84qlkcmpryv3vv4x3zwrzi1g0idq72"; buildDepends = [ base constraints ghc-prim tagged ]; + jailbreak = true; homepage = "github.com/ian-mi/extended-categories"; description = "Extended Categories"; license = stdenv.lib.licenses.bsd3; @@ -45187,10 +45306,12 @@ self: { mkDerivation { pname = "farmhash"; version = "0.1.0.2"; + revision = "1"; sha256 = "0k2x3si0px55widz3kgfdrm6y39lkwfahfqlfyr001vv6h4my0mq"; + editedCabalFile = "cd08b430fb52fb06590611fdcc555d9056c2d982e8f3c7d6be7b17b0c4b19865"; buildDepends = [ base bytestring ]; testDepends = [ base bytestring hspec QuickCheck ]; - homepage = "https://github.com/abhinav/haskell-farmhash"; + homepage = "https://github.com/abhinav/farmhash"; description = "Fast hash functions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45632,10 +45753,9 @@ self: { ({ mkDerivation, base, text }: mkDerivation { pname = "feature-flags"; - version = "0.1.0.0"; - sha256 = "1xkmzpdc7920vjkz3v77ds1wf2c896rkxykdd36my6aw85qg9pa6"; + version = "0.1.0.1"; + sha256 = "1lssjgksq0k2dd7l5lmzxnr9f5zk3gbh386zfmcqgc4iczdzfk0f"; buildDepends = [ base text ]; - jailbreak = true; homepage = "https://github.com/iand675/feature-flags"; description = "A simple library for dynamically enabling and disabling functionality"; license = stdenv.lib.licenses.mit; @@ -46169,6 +46289,27 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "filediff" = callPackage + ({ mkDerivation, base, data-default, data-memocombinators + , directory, either, mtl, tasty, tasty-hunit, text, time + , transformers, Zora + }: + mkDerivation { + pname = "filediff"; + version = "0.1.0.3"; + sha256 = "1z52hv2s0rh8z9m4jnh3zqhbplsqf3i8pcq2gnf561hgkqjh8pqi"; + buildDepends = [ + base data-default data-memocombinators directory either mtl tasty + tasty-hunit text time transformers Zora + ]; + testDepends = [ + base directory either mtl tasty tasty-hunit text time transformers + ]; + homepage = "https://github.com/bgwines/filediff"; + description = "Diffing and patching module"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "filelock" = callPackage ({ mkDerivation, base, unix }: mkDerivation { @@ -46246,8 +46387,8 @@ self: { }: mkDerivation { pname = "filestore"; - version = "0.6.0.4"; - sha256 = "1b3ymdqwcn84m8kkybshx10bfylby49i0yhbassvlgf0n096lp12"; + version = "0.6.0.6"; + sha256 = "1lknngdg1c4a58qxbzzvpy72nx1pncm2p4akid2b3s7ydl7j96xr"; buildDepends = [ base bytestring containers Diff directory filepath old-locale parsec process split time utf8-string xml @@ -46565,6 +46706,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "fixed-length" = callPackage + ({ mkDerivation, base, non-empty, utility-ht }: + mkDerivation { + pname = "fixed-length"; + version = "0.1"; + sha256 = "115j7bc6s45qn87hamy4w1ih247cxhyhrzaz244sw4qfkxypigkj"; + buildDepends = [ base non-empty utility-ht ]; + homepage = "http://code.haskell.org/~thielema/fixed-length/"; + description = "Lists with statically known length based on non-empty package"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "fixed-list" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -46714,6 +46867,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "fixedwidth-hs" = callPackage + ({ mkDerivation, aeson, attoparsec, base, bytestring, text }: + mkDerivation { + pname = "fixedwidth-hs"; + version = "0.3.0.0"; + sha256 = "0azqjz559vrz4l65ylvnlihlfvblycwnbb9w0rq7kpcfb4rj2iic"; + isLibrary = true; + isExecutable = true; + buildDepends = [ aeson attoparsec base bytestring text ]; + homepage = "https://github.com/michaelochurch/fixedwidth-hs"; + description = "Quick parsing of fixed-width data formats"; + license = stdenv.lib.licenses.mit; + }) {}; + "fixhs" = callPackage ({ mkDerivation, attoparsec, attoparsec-enumerator, base , bytestring, containers, deepseq, dlist, enumerator, HaXml @@ -46790,8 +46957,8 @@ self: { }: mkDerivation { pname = "flaccuraterip"; - version = "0.3.3"; - sha256 = "0l6lh7ji8qp11jj4cc29b1f5lmr2cqb76krccc8p9jfizdxia8fl"; + version = "0.3.4"; + sha256 = "0vx4fn1d8i2qh0q20vijhp7yc0zcvjdwk1v7f7ra0kbm4ygmi38h"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -47016,6 +47183,18 @@ self: { license = "unknown"; }) {}; + "flow" = callPackage + ({ mkDerivation, base, doctest, QuickCheck, template-haskell }: + mkDerivation { + pname = "flow"; + version = "1.0.0"; + sha256 = "15vr7d1fyabr9v9r9vnh9m2x0r2i0ggg714cc7r6zxhjbrrc9rbn"; + buildDepends = [ base ]; + testDepends = [ base doctest QuickCheck template-haskell ]; + description = "Functions and operators for more understandable Haskell"; + license = stdenv.lib.licenses.mit; + }) {}; + "flow2dot" = callPackage ({ mkDerivation, base, containers, mtl, parsec, QuickCheck , utf8-string @@ -47150,8 +47329,8 @@ self: { }: mkDerivation { pname = "fluent-logger"; - version = "0.2.2.0"; - sha256 = "0gg9nhfmhi7qz79i4jbqixyw032sk394gmcjcb3hna09jqas71ab"; + version = "0.2.3.0"; + sha256 = "1zmkb36ki30chvjfabm1vn4xzixf8dk2y5ryy72as5c9n6xnkkkq"; buildDepends = [ base bytestring cereal containers messagepack network network-socket-options random stm text time vector @@ -47406,13 +47585,12 @@ self: { }: mkDerivation { pname = "force-layout"; - version = "0.3.0.10"; - sha256 = "0s3q1az0fvx1kn79nsz3d7d4gampcz4yyp9nmqj9baip1lws6k36"; + version = "0.3.0.11"; + sha256 = "01cjj30xf34j7c8nk0pbrsy7zp1pyl9qwq3mvnvbikrjqbhdylhh"; buildDepends = [ base containers data-default-class lens vector-space vector-space-points ]; - jailbreak = true; description = "Simple force-directed layout"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -48978,8 +49156,8 @@ self: { ({ mkDerivation, base, GConf, glib, gtk2hs-buildtools, text }: mkDerivation { pname = "gconf"; - version = "0.13.0.1"; - sha256 = "13api4n1jagbminbz4k55x5ryyxgk01r77mwhr6542awc54brpy1"; + version = "0.13.0.2"; + sha256 = "0xyxia19bfpi4pd118d33z8gi5cnyygs3idrby7zrmj69rnwj2lk"; buildDepends = [ base glib text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ GConf ]; @@ -49224,10 +49402,8 @@ self: { }: mkDerivation { pname = "generic-aeson"; - version = "0.2.0.2"; - revision = "1"; - sha256 = "1x58c7xgdc1asg4n61fpikn7jvspyqawykq4q49xhsp5dp11lzzh"; - editedCabalFile = "51683167451b51086821ec0cb41902f0471a2444aa81a5cf66cc68838f47f99d"; + version = "0.2.0.4"; + sha256 = "1h5vj66dx25iais9yia33ia95nr0ywxsbnrcm71v50jvj73ywhbx"; buildDepends = [ aeson attoparsec base generic-deriving mtl tagged text unordered-containers vector @@ -49316,6 +49492,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "generic-pretty" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, bytestring, containers + , tasty, tasty-hunit, text, vector + }: + mkDerivation { + pname = "generic-pretty"; + version = "0.1.0"; + sha256 = "0mg7mdbxf3va0xl2j0kz5wzy3mg6nvxv68axfjvx1zij1yjlamn7"; + buildDepends = [ + ansi-wl-pprint base bytestring containers text vector + ]; + testDepends = [ + base bytestring containers tasty tasty-hunit text vector + ]; + jailbreak = true; + homepage = "https://github.com/tanakh/generic-pretty"; + description = "Pretty printing for Generic value"; + license = stdenv.lib.licenses.mit; + }) {}; + "generic-server" = callPackage ({ mkDerivation, base, bytestring, network }: mkDerivation { @@ -49618,6 +49814,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "geoip2" = callPackage + ({ mkDerivation, base, binary, bytestring, bytestring-mmap + , containers, iproute, reinterpret-cast, text + }: + mkDerivation { + pname = "geoip2"; + version = "0.1.0.0"; + sha256 = "11vpk32kbsgvzq45brpmy6hn5ibcmpgjh2lqxp1s2y87fx6g9y6h"; + buildDepends = [ + base binary bytestring bytestring-mmap containers iproute + reinterpret-cast text + ]; + description = "Pure haskell interface to MaxMind GeoIP database"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "geojson" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, doctest , filepath, hlint, lens, QuickCheck, semigroups, text, transformers @@ -50468,8 +50680,8 @@ self: { }: mkDerivation { pname = "gio"; - version = "0.13.0.4"; - sha256 = "1g2nwllgrckgg8kcgmripx8wqc664601kv4r7h4qq3v6hghvhdja"; + version = "0.13.1.0"; + sha256 = "1qxbdjznxz56jw108cc78lzwh1r4g8l2jcaz2bh2akc1nwhv2x5j"; buildDepends = [ array base bytestring containers glib mtl ]; buildTools = [ gtk2hs-buildtools ]; homepage = "http://projects.haskell.org/gtk2hs/"; @@ -50958,8 +51170,8 @@ self: { }: mkDerivation { pname = "gitit"; - version = "0.10.6.1"; - sha256 = "1l6zra0yiwrmiycblp25b5yd1yrz94537l8zkspkf7z6wc8vdkn0"; + version = "0.10.6.2"; + sha256 = "0n4g4v6mdqml83vz5gz48l58747xnzz1h645kj6pwygfg4s48nza"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -50971,7 +51183,6 @@ self: { random recaptcha safe SHA split syb tagsoup text time uri url utf8-string uuid xhtml xml xss-sanitize zlib ]; - jailbreak = true; homepage = "http://gitit.net"; description = "Wiki using happstack, git or darcs, and pandoc"; license = "GPL"; @@ -51387,8 +51598,8 @@ self: { }: mkDerivation { pname = "gloss"; - version = "1.9.2.1"; - sha256 = "1fk7472lw4621gv64fv4mna8z1av15f7d0didpc9r22rdlkpa80l"; + version = "1.9.3.1"; + sha256 = "01a4l164f7ffwskd626q10z9klsbn6dkh3nbik3iq68426jryvns"; buildDepends = [ base bmp bytestring containers ghc-prim gloss-rendering GLUT OpenGL ]; @@ -51416,9 +51627,10 @@ self: { ({ mkDerivation, base, containers, ghc-prim, gloss }: mkDerivation { pname = "gloss-algorithms"; - version = "1.9.2.1"; - sha256 = "1cmjzwajn1y01p68fb8wvx7ld5ildkjzdzbmymlifcvw9csy3n2r"; + version = "1.9.3.1"; + sha256 = "1fdbjnrc1f42jxzgi362wccdx8fdhb1ws6bg3ds7cfanffkkf6an"; buildDepends = [ base containers ghc-prim gloss ]; + jailbreak = true; homepage = "http://gloss.ouroborus.net"; description = "Data structures and algorithms for working with 2D graphics"; license = stdenv.lib.licenses.mit; @@ -51455,8 +51667,8 @@ self: { }: mkDerivation { pname = "gloss-examples"; - version = "1.9.2.1"; - sha256 = "0pl0p5g0vn5dw5f16dj2qyn39qln48a9kiaxznhy2hxjqp1in3jz"; + version = "1.9.3.1"; + sha256 = "0d9wh50n2n6ia9vds2pnd8p9wdyxl423c7s135bbjx1iwrsvyq11"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -51464,6 +51676,7 @@ self: { gloss-algorithms gloss-raster gloss-rendering random repa repa-algorithms repa-io vector ]; + jailbreak = true; homepage = "http://gloss.ouroborus.net"; description = "Examples using the gloss library"; license = stdenv.lib.licenses.mit; @@ -51503,12 +51716,13 @@ self: { }: mkDerivation { pname = "gloss-raster"; - version = "1.9.2.1"; - sha256 = "0vz03hw9rck9vcbh1lvy7dncij9ykgh7mslb3hwsz8z570dbnacw"; + version = "1.9.3.1"; + sha256 = "1siwsmx8n0yaalcbm0c2dwxfxk5im1gpddbc2nkbf9br5yvn7py5"; buildDepends = [ base containers ghc-prim gloss gloss-rendering repa ]; extraLibraries = [ llvm ]; + jailbreak = true; homepage = "http://gloss.ouroborus.net"; description = "Parallel rendering of raster images"; license = stdenv.lib.licenses.mit; @@ -51536,8 +51750,8 @@ self: { ({ mkDerivation, base, bmp, bytestring, containers, GLUT, OpenGL }: mkDerivation { pname = "gloss-rendering"; - version = "1.9.2.1"; - sha256 = "05wdiadwjykz8x0fimznp3q1drm4v3vnv6cv6wjkj1xsclmhb99k"; + version = "1.9.3.1"; + sha256 = "1ns9x9fwkvxy0dwgdd3apv3p0d4857h3mkb3dx0rg9rs3wbapyzy"; buildDepends = [ base bmp bytestring containers GLUT OpenGL ]; jailbreak = true; description = "Gloss picture data types and rendering functions"; @@ -51685,8 +51899,8 @@ self: { }: mkDerivation { pname = "gnuplot"; - version = "0.5.2.2"; - sha256 = "0l5hi346bhs9w11i3z6yy4mcr3k50xcp3j31g6wza9grxlfqc5av"; + version = "0.5.3.1"; + sha256 = "03q226k7dhlc9mvfkkw3p00h7fh55s7l5hxgb2aarlz6q3rnjrcb"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -53068,8 +53282,8 @@ self: { }: mkDerivation { pname = "gtk"; - version = "0.13.4"; - sha256 = "1xfcwj37jy3w9gkap1p7mw8ix9xsvpc1268nrpilp2wkch2gs7qp"; + version = "0.13.6"; + sha256 = "1xj3vafk6rhy5nifixsp72n88i0idlknggcq1w626jfszx5anx2c"; buildDepends = [ array base bytestring cairo containers gio glib mtl pango text ]; @@ -53343,8 +53557,8 @@ self: { }: mkDerivation { pname = "gtk3"; - version = "0.13.4"; - sha256 = "041yg1h7g7mm3iy6wz8mp74ximw63vc4x918gpha5lpj6l2fxaqh"; + version = "0.13.6"; + sha256 = "12fsbl56gf8inxvg7jqad2j689gpwp4bwznyz153y6xzgqs7vaq0"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -53437,8 +53651,8 @@ self: { }: mkDerivation { pname = "gtksourceview2"; - version = "0.13.1.2"; - sha256 = "1s9ighkkqrc4f3w5ij5v3dwx7pp5cmd9arfk0rld0vpskx0x4vax"; + version = "0.13.1.3"; + sha256 = "1ji8sfkjggjxl4yrazm6n8gp74hlh3h28kjc9nfxka062bjmxfhf"; buildDepends = [ array base containers glib gtk mtl text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ gtksourceview ]; @@ -53453,8 +53667,8 @@ self: { }: mkDerivation { pname = "gtksourceview3"; - version = "0.13.1.2"; - sha256 = "1jgvj1r7vibcf5gnx29b27q209l7dcn42zffyxbsy0507ka6394q"; + version = "0.13.1.3"; + sha256 = "1h23wy26mjivr4wmdscsnjzsija1g560a1bgcxvmrl4k1x9799d0"; buildDepends = [ array base containers glib gtk3 mtl text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ gtksourceview ]; @@ -53777,15 +53991,16 @@ self: { }) {}; "hPushover" = callPackage - ({ mkDerivation, aeson, base, bytestring, http-conduit, network }: + ({ mkDerivation, aeson, base, bytestring, http-conduit, network + , text + }: mkDerivation { pname = "hPushover"; - version = "0.1.1"; - sha256 = "1qz1hd05fhh9vfjxmmnl9qs29hjl2qdyvfi9h687dp1dvk36j7ns"; - buildDepends = [ aeson base bytestring http-conduit network ]; - jailbreak = true; - homepage = "https://github.com/WJWH/hPushover"; - description = "Pushover.net API functions."; + version = "0.2"; + sha256 = "14k3sdy2c0anfsw0hdir0l107ixlsnr90miwxrxdsckh40kz3ad3"; + buildDepends = [ aeson base bytestring http-conduit network text ]; + homepage = "tot"; + description = "Pushover.net API functions"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -55190,6 +55405,7 @@ self: { version = "0.1.0.3"; sha256 = "0mkbsivifggi64k97ssxb0dskzwf7h0sny4m8gmkdsvwqjhfdjam"; buildDepends = [ base hakyll hyphenation split tagsoup ]; + jailbreak = true; homepage = "https://bitbucket.org/rvlm/hakyll-contrib-hyphenation"; description = "automatic hyphenation for Hakyll"; license = stdenv.lib.licenses.mit; @@ -55498,8 +55714,8 @@ self: { }: mkDerivation { pname = "handsy"; - version = "0.0.13"; - sha256 = "0v79p5gcz9b0s2x910ddhcpxxagiyx59zajxndikp9a0nxx8x0l5"; + version = "0.0.14"; + sha256 = "1a2yzpj883wsn013cy2jvn6wjsqqyf5xn91nkw6f5cg4sd9znzmy"; buildDepends = [ base bytestring data-default-class operational process-extras retry shell-escape split transformers @@ -56141,8 +56357,8 @@ self: { }: mkDerivation { pname = "happstack-server"; - version = "7.4.2"; - sha256 = "0fwxc3i0ghv0acasrpzvvbji679wg614kmpdka8p0g3cmhlrpfrg"; + version = "7.4.3"; + sha256 = "0ij359i1lmxs1gpzl6spli94s0mpp6mbbhjcf4jrbxkpavdg8g73"; buildDepends = [ base base64-bytestring blaze-html bytestring containers directory exceptions extensible-exceptions filepath hslogger html @@ -56408,13 +56624,12 @@ self: { }: mkDerivation { pname = "haroonga"; - version = "0.1.7.0"; - sha256 = "1v2pxl08588ii5syp9ym1dn7bmvj76w5dx1p594lissf7f2cm3bd"; + version = "0.1.7.1"; + sha256 = "0j4668611qazzwb4w05v0xliw1w0a7kmlz0g2z9ixz0kywbfim2g"; buildDepends = [ base bindings-DSL monad-control resourcet transformers ]; pkgconfigDepends = [ groonga ]; - jailbreak = true; description = "Low level bindings for Groonga"; license = stdenv.lib.licenses.lgpl21; }) { groonga = null;}; @@ -56425,8 +56640,8 @@ self: { }: mkDerivation { pname = "haroonga-httpd"; - version = "0.1.0.0"; - sha256 = "15236s7289mckymapnvs6fx31lp6j68d8c38882qh6wwk9z71d5j"; + version = "0.1.1.0"; + sha256 = "1745b7khz1dn7n9w3z89na01jap62vbg1mb6c7i9n2mgwkkrys5g"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -57494,16 +57709,16 @@ self: { }) {}; "haskell-spacegoo" = callPackage - ({ mkDerivation, aeson, base, bytestring, conduit, mtl - , network-conduit, pretty, pretty-show, text, vector, vector-space + ({ mkDerivation, aeson, base, bytestring, conduit, conduit-extra + , mtl, pretty, pretty-show, text, vector, vector-space }: mkDerivation { pname = "haskell-spacegoo"; - version = "0.2"; - sha256 = "1qa9nh0c38az7ssssziz0hdbdd8i78sp6yv00393v9mrycj4f2qi"; + version = "0.2.0.1"; + sha256 = "0g6ximrv5jwibklkyr74vy3qkx8mv4xbpc7f6w1qg9gnlylzmcqy"; buildDepends = [ - aeson base bytestring conduit mtl network-conduit pretty - pretty-show text vector vector-space + aeson base bytestring conduit conduit-extra mtl pretty pretty-show + text vector vector-space ]; description = "Client API for Rocket Scissor Spacegoo"; license = stdenv.lib.licenses.mit; @@ -59845,8 +60060,8 @@ self: { ({ mkDerivation, base, directory, doctest, filepath }: mkDerivation { pname = "heaps"; - version = "0.3.2"; - sha256 = "1xkb2lk97ymgjxk89159h226qs89z5wank4jx35awwzv4f67ay46"; + version = "0.3.2.1"; + sha256 = "1g4nf361qfjyymwpyiiq0qk5brrsr4wz1pncij69pwda919b3j6b"; buildDepends = [ base ]; testDepends = [ base directory doctest filepath ]; homepage = "http://github.com/ekmett/heaps/"; @@ -61528,8 +61743,8 @@ self: { }: mkDerivation { pname = "hindent"; - version = "4.4.1"; - sha256 = "1hc71zzc8apl619449g9sp50wc6qprzd91c69rr3zf1pi77208qg"; + version = "4.4.2"; + sha256 = "14g3sqkps2bg8fc8vp5f632hj7msbl4kj0baasykxvf0iylgj7ii"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -64002,14 +64217,13 @@ self: { }: mkDerivation { pname = "hothasktags"; - version = "0.3.2"; - sha256 = "12gq3ni7w75wcvahx3yzpmgw8zl7bamswipfzr9a97j5hmi2h766"; + version = "0.3.3"; + sha256 = "1nyr77lm813v521fhhsd3zf7hlpad70g1aj729plrwaxj8c0cizl"; isLibrary = false; isExecutable = true; buildDepends = [ base cmdargs containers cpphs filepath haskell-src-exts ]; - jailbreak = true; homepage = "http://github.com/luqui/hothasktags"; description = "Generates ctags for Haskell, incorporating import lists and qualified imports"; license = stdenv.lib.licenses.bsd3; @@ -64035,10 +64249,8 @@ self: { }: mkDerivation { pname = "hourglass"; - version = "0.2.8"; - revision = "1"; - sha256 = "1n5kffmf9qnr2zy6igck7rlrw0gx5lqc92n1lajpa8vq96qzx7lj"; - editedCabalFile = "df23ba9b63af9fd6ed50bdbde1c2a2b43dc702e68a85722a49cd1ff1b21894b5"; + version = "0.2.9"; + sha256 = "1xha17nwzxdjizbcp63d2142c6q051y77facs7xribgcl5iz2m4v"; buildDepends = [ base deepseq ]; testDepends = [ base deepseq mtl old-locale tasty tasty-hunit tasty-quickcheck time @@ -64549,17 +64761,18 @@ self: { }) {}; "hquantlib" = callPackage - ({ mkDerivation, base, containers, hmatrix, hmatrix-special, HUnit - , mersenne-random, parallel, QuickCheck, statistics, test-framework - , test-framework-hunit, test-framework-quickcheck2, time, vector + ({ mkDerivation, base, containers, hmatrix, hmatrix-gsl + , hmatrix-special, HUnit, mersenne-random, parallel, QuickCheck + , statistics, test-framework, test-framework-hunit + , test-framework-quickcheck2, time, vector, vector-algorithms }: mkDerivation { pname = "hquantlib"; - version = "0.0.2.4"; - sha256 = "1jj4m74d07hkz8mbj732sqhwsprp0hn6rz75a01amf8h91c7aws5"; + version = "0.0.2.5"; + sha256 = "1n84j2bha8cgv38rl8jxsjiybwws2sc60x8pjmnkn83jpscgcqv0"; buildDepends = [ - base containers hmatrix hmatrix-special mersenne-random parallel - statistics time vector + base containers hmatrix hmatrix-gsl hmatrix-special mersenne-random + parallel statistics time vector vector-algorithms ]; testDepends = [ base HUnit QuickCheck test-framework test-framework-hunit @@ -64848,10 +65061,11 @@ self: { ({ mkDerivation, base, haskell-src, hspec }: mkDerivation { pname = "hs-inspector"; - version = "0.1.0.0"; - sha256 = "1vphymvkzm1gjs0dkazcbkifshiwwdh9rmnblpz59n4982wly6fp"; + version = "0.3.0.0"; + sha256 = "0nr7g8z70cgxfzqqs331aj1f11va0hjd0am83hm8iwmyrqv9rbk1"; buildDepends = [ base haskell-src ]; testDepends = [ base haskell-src hspec ]; + description = "Haskell source code analyzer"; license = stdenv.lib.licenses.mit; }) {}; @@ -66140,8 +66354,8 @@ self: { }: mkDerivation { pname = "hsimport"; - version = "0.6.4"; - sha256 = "07v7sm98a0vzfk1xx8mf6l2ybf3rwx4ml2wxp1rlw5w1aapffsfw"; + version = "0.6.5"; + sha256 = "10h19rdzqskjvaax30znqpvx765x0lj58wp1zgf8dv6mgvaz77zy"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -66831,8 +67045,8 @@ self: { ({ mkDerivation, hspec, test-shouldbe }: mkDerivation { pname = "hspec-shouldbe"; - version = "0.0.0"; - sha256 = "09fp3cl7mshn1812f1v7mvbcmgibbwy6ai7g1f0ndy5ipbam0yi5"; + version = "0.0.1"; + sha256 = "0b4y84vqyx22kihr0sbbxzr6sdz99hi2rhyl09r8ddzkzqadfii3"; buildDepends = [ hspec test-shouldbe ]; description = "Convenience wrapper and utilities for hspec"; license = stdenv.lib.licenses.mit; @@ -67135,6 +67349,7 @@ self: { testDepends = [ base containers directory QuickCheck tagged text ]; buildTools = [ c2hs ]; pkgconfigDepends = [ qt5 ]; + jailbreak = true; homepage = "http://www.gekkou.co.uk/software/hsqml/"; description = "Haskell binding for Qt Quick"; license = stdenv.lib.licenses.bsd3; @@ -67930,8 +68145,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.4.9"; - sha256 = "1dr8xd1y615hrc9557804zc9k1zi39rfb0hrmpr8ay28f71mb4an"; + version = "0.4.10"; + sha256 = "1llvhchjv86zfhyrf8zc4lnq3z3ryl9cg5lwy4fphnf537zg2c2c"; buildDepends = [ array base base64-bytestring blaze-builder bytestring case-insensitive clock containers cookie data-default-class deepseq @@ -68048,8 +68263,8 @@ self: { }: mkDerivation { pname = "http-client-streams"; - version = "0.3.0.0"; - sha256 = "0rzvswz68w581dqdbwjy2ywadfbjx95306rgaphac617zzgp5xpd"; + version = "0.3.1.0"; + sha256 = "1q9w0l89a599l4955kb3156ysmlg7il9pz0x7kfl3bxly4gadf8z"; buildDepends = [ base bytestring HsOpenSSL http-client http-client-openssl io-streams mtl transformers @@ -68159,8 +68374,8 @@ self: { }: mkDerivation { pname = "http-conduit-downloader"; - version = "1.0.24"; - sha256 = "1b8lg2vlh0idz2m979mxh0197wkksxwm7a0hzf2d5yjj88zzjdrr"; + version = "1.0.25"; + sha256 = "0g393cmkbpb40in03zlyahxxwiy5i7zj7wg5zb92a0hkmjkgbrka"; buildDepends = [ base bytestring conduit connection data-default HsOpenSSL http-client http-conduit http-types lifted-base mtl network @@ -69492,10 +69707,11 @@ self: { }: mkDerivation { pname = "hydrogen"; - version = "0.2.0.0"; - sha256 = "03psq7m52bg3ks53ny7ra1g0hkwg62140q1fy0236b64jbk15yq1"; + version = "0.3.0.0"; + sha256 = "0aq4svvwcys06mv172zz4yp624f6mnjg94lycj4r66xhm8m3fv4i"; buildDepends = [ base bytestring containers mtl pretty text ]; testDepends = [ base Cabal containers mtl QuickCheck ]; + jailbreak = true; homepage = "https://www.github.com/ktvoelker/hydrogen"; description = "An alternate Prelude"; license = stdenv.lib.licenses.gpl3; @@ -69802,8 +70018,8 @@ self: { }: mkDerivation { pname = "hyphenation"; - version = "0.4.2.1"; - sha256 = "069mbxdjlj36lyxr8bqkh1d05bhly64wk5lk71mz73lzcyaivcxi"; + version = "0.5"; + sha256 = "10xw74d1q2kz8mv8gspa9amgax5a864iz9jxihyjcs9x1pgh762a"; buildDepends = [ base containers unordered-containers ]; testDepends = [ base containers directory doctest filepath unordered-containers @@ -69976,8 +70192,8 @@ self: { }: mkDerivation { pname = "ide-backend"; - version = "0.9.0.4"; - sha256 = "00an3pk1im5mhrmkaal4p6i4niwjy13clsnjkh13k8g6dbr42vfv"; + version = "0.9.0.6"; + sha256 = "0dskhqcxhl7vq4mgbbb4bcfn78xlrf8gii4jlrx5i4psi583jqzq"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -70008,8 +70224,8 @@ self: { }: mkDerivation { pname = "ide-backend-common"; - version = "0.9.0"; - sha256 = "01hp54f9yhvv3w53n5l9508kkr9h4b0ns8b669bcw6nqg5vq8642"; + version = "0.9.1"; + sha256 = "1gix76gbc9ccx1hkddymk8hfx418kf1i7caajyzmdp6k8snvkc12"; buildDepends = [ aeson async attoparsec base binary bytestring bytestring-trie containers crypto-api data-accessor directory filepath fingertree @@ -72029,8 +72245,8 @@ self: { }: mkDerivation { pname = "iproute"; - version = "1.3.2"; - sha256 = "0zdcpmxyn1acxbdgh0k201ha70yzms1w27s7n6awp67hz7v0n95m"; + version = "1.4.0"; + sha256 = "00f4xddz9js73bsy15zsznmnad2psq7wg1ha7pmhdmdw5zlmqvad"; buildDepends = [ appar base byteorder containers network ]; testDepends = [ appar base byteorder containers doctest hspec network QuickCheck @@ -72172,6 +72388,33 @@ self: { license = "unknown"; }) {}; + "irc-core" = callPackage + ({ mkDerivation, array, attoparsec, base, base64-bytestring + , bytestring, config-value, connection, containers + , data-default-class, deepseq, directory, filepath, free + , haskell-lexer, lens, network, old-locale, split, stm, text, time + , tls, transformers, vty, x509, x509-store, x509-system + , x509-validation + }: + mkDerivation { + pname = "irc-core"; + version = "1.0"; + revision = "1"; + sha256 = "02ymy4zar7jl14pkhl6f4l42yzb1jv8apdsf86sv39sw9yygs305"; + editedCabalFile = "1fbb89234408096eb458a63862ebd84dcb5b103b93d587548490e9a5dc2d6b31"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + array attoparsec base base64-bytestring bytestring config-value + connection containers data-default-class deepseq directory filepath + free haskell-lexer lens network old-locale split stm text time tls + transformers vty x509 x509-store x509-system x509-validation + ]; + homepage = "https://github.com/glguy/irc-core"; + description = "An IRC client library and text client"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "irc-ctcp" = callPackage ({ mkDerivation, base, bytestring, text }: mkDerivation { @@ -73587,14 +73830,15 @@ self: { }) {}; "json-autotype" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, filepath - , GenericPretty, hashable, hflags, hint, lens, mtl, pretty, process - , scientific, text, uniplate, unordered-containers, vector + ({ mkDerivation, aeson, base, bytestring, containers, directory + , filepath, GenericPretty, hashable, hflags, hint, lens, mtl + , pretty, process, QuickCheck, scientific, smallcheck, text + , uniplate, unordered-containers, vector }: mkDerivation { pname = "json-autotype"; - version = "0.2.5.11"; - sha256 = "00m9i8fnbivqf2hdlq2gk8afdfrbgp2b3likdyz92qnjd1n2jl0y"; + version = "0.5"; + sha256 = "05r61sgp5asyah71zxhy3gw7f97bqsqxgqinfvj6fiwq7gir58wr"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -73602,6 +73846,11 @@ self: { hflags hint lens mtl pretty process scientific text uniplate unordered-containers vector ]; + testDepends = [ + aeson base bytestring containers directory filepath GenericPretty + hashable hflags lens mtl pretty process QuickCheck scientific + smallcheck text uniplate unordered-containers vector + ]; homepage = "https://github.com/mgajda/json-autotype"; description = "Automatic type declaration for JSON input data"; license = stdenv.lib.licenses.bsd3; @@ -73811,8 +74060,8 @@ self: { }: mkDerivation { pname = "json-schema"; - version = "0.7.3.1"; - sha256 = "07jvr0n6vakyvsqxl783fyqsgw83fvk5vk9p93v3hnpxlz0vrfnp"; + version = "0.7.3.3"; + sha256 = "0645ji3dl0xilpkgpblz3kkp1yvzxxcm9qm205wk2xsn00mp864c"; buildDepends = [ aeson base containers generic-aeson generic-deriving mtl scientific tagged text time unordered-containers vector @@ -73837,6 +74086,7 @@ self: { aeson base generics-sop lens-sop tagged text time transformers unordered-containers vector ]; + jailbreak = true; description = "Generics JSON (de)serialization using generics-sop"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -74108,14 +74358,16 @@ self: { mkDerivation { pname = "kafka-client"; version = "0.7.0.0"; + revision = "1"; sha256 = "1qaz47qqrbg1k4jjvq30qy3j57vsa0pqz91dcgx67pvqqw13n7r2"; + editedCabalFile = "2a9089e946bf6bbb67d9e464a672da4b958775a2572faf78554f1d2875eb7357"; buildDepends = [ base bytestring cereal digest dlist network snappy time zlib ]; testDepends = [ base bytestring cereal hspec hspec-discover QuickCheck time ]; - homepage = "https://github.com/abhinav/haskell-kafka-client"; + homepage = "https://github.com/abhinav/kafka-client"; description = "Low-level Haskell client library for Apache Kafka 0.7."; license = stdenv.lib.licenses.mit; }) {}; @@ -76268,6 +76520,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "language-thrift" = callPackage + ({ mkDerivation, base, mtl, parsers, text, trifecta }: + mkDerivation { + pname = "language-thrift"; + version = "0.1.0.0"; + sha256 = "17x6311mrijm1in78nbcgfq4gmhahqcrhf5yynq3g6b1hylgswsv"; + buildDepends = [ base mtl parsers text trifecta ]; + homepage = "https://github.com/abhinav/language-thrift"; + description = "Parser for the Thrift IDL format"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "language-typescript" = callPackage ({ mkDerivation, base, containers, parsec, pretty }: mkDerivation { @@ -76416,8 +76680,8 @@ self: { }: mkDerivation { pname = "layers-game"; - version = "0.4.3"; - sha256 = "1diisylvg78md3bcfx2jwh2w3sbp3ka76v93i5cjf54dv3fh97ax"; + version = "0.5"; + sha256 = "01j1gq3jd8mm519p3drxfpd32mm1qmik39vijncrx64p7wii73k8"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -76714,12 +76978,11 @@ self: { }: mkDerivation { pname = "learning-hmm"; - version = "0.3.2.1"; - sha256 = "1nk5dcz6h27d6y5lq4sgl9vn6dl9cmwrkfghxx33nbfq5p77vkyb"; + version = "0.3.2.2"; + sha256 = "1a2a97cflnlalcqr54ssbmy047i6y1xgswssy64hsr36g2lhywrs"; buildDepends = [ base containers deepseq hmatrix random-fu random-source vector ]; - jailbreak = true; homepage = "https://github.com/mnacamura/learning-hmm"; description = "Yet another library for hidden Markov models"; license = stdenv.lib.licenses.mit; @@ -76808,7 +77071,7 @@ self: { license = "GPL"; }) {}; - "lens_4_7" = callPackage + "lens_4_7_0_1" = callPackage ({ mkDerivation, array, base, bifunctors, bytestring, comonad , containers, contravariant, deepseq, directory, distributive , doctest, exceptions, filepath, free, generic-deriving, ghc-prim @@ -76821,10 +77084,10 @@ self: { }: mkDerivation { pname = "lens"; - version = "4.7"; - revision = "5"; - sha256 = "1z2ydc90m0cq76yamdaws4677lpi476f9z25xrz8r7y5kxh2aq4s"; - editedCabalFile = "bbf436c8c154dc8020aaa23d19e49bbde356447c9ca2e4112baf2ad5d23d7cb1"; + version = "4.7.0.1"; + revision = "2"; + sha256 = "1j9d7g4sj38zq2r8vhy05b2kbxx1sg2k0b3yx05lbxlb79wcm1j1"; + editedCabalFile = "fd79ae606fe461d82d0eca185ade4ba04200b4afbf65348a59ffc600a5b7dc03"; buildDepends = [ array base bifunctors bytestring comonad containers contravariant distributive exceptions filepath free ghc-prim hashable mtl @@ -76849,23 +77112,21 @@ self: { , containers, contravariant, deepseq, directory, distributive , doctest, exceptions, filepath, free, generic-deriving, ghc-prim , hashable, hlint, HUnit, kan-extensions, mtl, nats, parallel - , primitive, profunctors, QuickCheck, reflection, semigroupoids - , semigroups, simple-reflect, tagged, template-haskell - , test-framework, test-framework-hunit, test-framework-quickcheck2 + , profunctors, QuickCheck, reflection, semigroupoids, semigroups + , simple-reflect, tagged, template-haskell, test-framework + , test-framework-hunit, test-framework-quickcheck2 , test-framework-th, text, transformers, transformers-compat , unordered-containers, vector, void }: mkDerivation { pname = "lens"; - version = "4.8"; - revision = "1"; - sha256 = "1h39cbw25aynz7kzx55i3rcz4p2mi0907ri6g78xbk2r3wf0qbnr"; - editedCabalFile = "50c7ea763fd0273f84d02acdf9cdc2b497deb83d595a231ce3c663f877bd8d33"; + version = "4.9"; + sha256 = "1ssnjdcd50khm18pb4ramvadqqnqn119z90i7991jja3na2mwsqr"; buildDepends = [ array base bifunctors bytestring comonad containers contravariant distributive exceptions filepath free ghc-prim hashable - kan-extensions mtl parallel primitive profunctors reflection - semigroupoids semigroups tagged template-haskell text transformers + kan-extensions mtl parallel profunctors reflection semigroupoids + semigroups tagged template-haskell text transformers transformers-compat unordered-containers vector void ]; testDepends = [ @@ -76978,6 +77239,7 @@ self: { version = "4.7"; sha256 = "07acd6a9qp0z06nxb33ml8fa470i04v8bxyrhf7i30lvyy40gfik"; buildDepends = [ base lens QuickCheck transformers ]; + jailbreak = true; homepage = "http://github.com/ekmett/lens/"; description = "QuickCheck properties for lens"; license = stdenv.lib.licenses.bsd3; @@ -77286,8 +77548,8 @@ self: { }: mkDerivation { pname = "lhs2tex"; - version = "1.18.1"; - sha256 = "0j4n7vkabsggn94gbwixy1vmckdck2nggdiqvk6n9nx164if5jnw"; + version = "1.19"; + sha256 = "03mhhkrqjjqmmh18im8di1cl6wqv30lsib5hv73f0wsnv5bhbbi4"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -77890,6 +78152,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "lifted-threads" = callPackage + ({ mkDerivation, base, monad-control, threads, transformers-base }: + mkDerivation { + pname = "lifted-threads"; + version = "1.0"; + sha256 = "1sq071bn5z8ks2qj52bfx6n8bdx2chijh62ai3rz6lmjai6dazbz"; + buildDepends = [ base monad-control threads transformers-base ]; + homepage = "https://github.com/scrive/lifted-threads"; + description = "lifted IO operations from the threads library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "lifter" = callPackage ({ mkDerivation, array, base, bitmap, bytestring, directory , filepath, gloss, mtl, stb-image @@ -78138,6 +78412,7 @@ self: { buildDepends = [ base distributive lens linear OpenGL OpenGLRaw tagged ]; + jailbreak = true; homepage = "http://www.github.com/bgamari/linear-opengl"; description = "Isomorphisms between linear and OpenGL types"; license = stdenv.lib.licenses.bsd3; @@ -78275,15 +78550,15 @@ self: { }) {}; "linklater" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, hscolour - , http-types, lens, text, wai, wreq + ({ mkDerivation, aeson, base, base-prelude, bytestring, containers + , http-types, text, wai, wreq }: mkDerivation { pname = "linklater"; - version = "2.0.0.3"; - sha256 = "0rqlzji8wfc0dxixh2h2k1fa9m18swla2679d5gdq7fzq5344ccd"; + version = "3.1.0.0"; + sha256 = "0mvmlq1nl428syc013hif07rssvya7wxkr44rs58rjn2zsxhhlqq"; buildDepends = [ - aeson base bytestring containers hscolour http-types lens text wai + aeson base base-prelude bytestring containers http-types text wai wreq ]; jailbreak = true; @@ -78628,11 +78903,10 @@ self: { ({ mkDerivation, base, tasty, tasty-hunit }: mkDerivation { pname = "list-fusion-probe"; - version = "0.1.0.2"; - sha256 = "0rvj4qnbqs7m8zrrqwak508z26fa6ssirly1jzwh9sy5ksiyd6df"; + version = "0.1.0.3"; + sha256 = "1djmh6bwnmp64vwq5f5j4f54ygrjkl56gp0la06yxknyvyn9k8jp"; buildDepends = [ base ]; testDepends = [ base tasty tasty-hunit ]; - jailbreak = true; description = "testing list fusion for success"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78709,8 +78983,8 @@ self: { ({ mkDerivation, base, binary, containers, dlist }: mkDerivation { pname = "list-tries"; - version = "0.6.0"; - sha256 = "0raf2rdfq2kn7sif3czihj0mpgjrp63x0vf7wisb6hl9ipzn9x4s"; + version = "0.6.1"; + sha256 = "06li8zwhy3i3shgqrq4505af1b1dz9xpzx2lpx2has4p79bgd1mq"; isLibrary = true; isExecutable = true; buildDepends = [ base binary containers dlist ]; @@ -80265,19 +80539,19 @@ self: { }) { inherit (pkgs) lzma;}; "maam" = callPackage - ({ mkDerivation, base, Cabal, containers, directory + ({ mkDerivation, base, Cabal, containers, directory, ghc , template-haskell, text }: mkDerivation { pname = "maam"; - version = "0.1.0.0"; - sha256 = "016r6ifvn07089fxkki3374cxinj6z6axpg16660qx9i552lrg4r"; + version = "0.2.0.1"; + sha256 = "1r6vp774gjb52bd1lmjx6xzh0pw82b060pl7bh8n0z58i67bvm9q"; isLibrary = true; isExecutable = true; buildDepends = [ - base Cabal containers directory template-haskell text + base Cabal containers directory ghc template-haskell text ]; - description = "A monadic framework for abstract interpretation"; + description = "An application of the Galois Transformers framework to two example semantics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -82209,6 +82483,18 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "messente" = callPackage + ({ mkDerivation, base, bytestring, HTTP, http-conduit, network }: + mkDerivation { + pname = "messente"; + version = "0.1.0.1"; + sha256 = "1yv2dspkn34yf61z8c09aijngjr96w30s2sjmhyv9c2c48ys6jc5"; + buildDepends = [ base bytestring HTTP http-conduit network ]; + homepage = "http://github.com/kaiko/messente-haskell"; + description = "Messente SMS Gateway"; + license = stdenv.lib.licenses.mit; + }) {}; + "meta-misc" = callPackage ({ mkDerivation, base, loch-th, template-haskell }: mkDerivation { @@ -82542,8 +82828,8 @@ self: { }: mkDerivation { pname = "mighttpd2"; - version = "3.2.5"; - sha256 = "1f1zjp956k0xs1wyckk216i71mmr17ffl66d4y1cmfxm0wrcdnh8"; + version = "3.2.7"; + sha256 = "1l1d7hbx0ffxgfjvm8v4ay2pmw50yifw9g31mqa88pfwnjb4v5sp"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -83783,8 +84069,8 @@ self: { }: mkDerivation { pname = "monad-parallel-progressbar"; - version = "0.1.0.0"; - sha256 = "0h714gijrmg5z1cjn86j0q58igcrqwbad5yazhhmnb2xzvz1r2p5"; + version = "0.1.0.1"; + sha256 = "1pqi2alyvsflwy5ygp4cl5g90jg50ix61plqxvsldpdkzncmmk84"; buildDepends = [ base monad-parallel monadIO terminal-progress-bar ]; @@ -84004,6 +84290,23 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "monad-unlift" = callPackage + ({ mkDerivation, base, constraints, exceptions, monad-control, mtl + , mutable-containers, stm, transformers, transformers-base + }: + mkDerivation { + pname = "monad-unlift"; + version = "0.1.0.0"; + sha256 = "188xs20whrq9kqqc2rwlxframxsw19qc9fv0cdz1c7dk6h1s8anz"; + buildDepends = [ + base constraints exceptions monad-control mtl mutable-containers + stm transformers transformers-base + ]; + homepage = "https://github.com/fpco/monad-unlift"; + description = "Typeclasses for representing monad transformer unlifting"; + license = stdenv.lib.licenses.mit; + }) {}; + "monad-wrap" = callPackage ({ mkDerivation, base, transformers }: mkDerivation { @@ -84269,18 +84572,20 @@ self: { "mongoDB" = callPackage ({ mkDerivation, array, base, binary, bson, bytestring, containers - , cryptohash, hashtables, lifted-base, monad-control, mtl, network - , parsec, random, random-shuffle, text, transformers-base + , cryptohash, hashtables, hspec, lifted-base, monad-control, mtl + , network, old-locale, parsec, random, random-shuffle, text, time + , transformers-base }: mkDerivation { pname = "mongoDB"; - version = "2.0.3"; - sha256 = "1blqd30mw9fl861f07zn7az4psl9byjjbd986884p6rx07m28abk"; + version = "2.0.4"; + sha256 = "1gcv2vzmg6vllvpl8pzfkwmf4rqwldz4p0l4gl78hixbbilx0pgy"; buildDepends = [ array base binary bson bytestring containers cryptohash hashtables lifted-base monad-control mtl network parsec random random-shuffle text transformers-base ]; + testDepends = [ base hspec mtl old-locale time ]; homepage = "https://github.com/mongodb-haskell/mongodb"; description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS"; license = "unknown"; @@ -84833,23 +85138,21 @@ self: { }) {}; "msgpack" = callPackage - ({ mkDerivation, attoparsec, base, blaze-builder, bytestring - , containers, deepseq, ghc-prim, hashable, mtl, QuickCheck - , template-haskell, test-framework, test-framework-quickcheck2 - , text, unordered-containers, vector + ({ mkDerivation, base, binary, blaze-builder, bytestring + , containers, data-binary-ieee754, deepseq, hashable, mtl + , QuickCheck, tasty, tasty-quickcheck, text, unordered-containers + , vector }: mkDerivation { pname = "msgpack"; - version = "0.7.2.5"; - sha256 = "1iwibyv5aqp5h98x4s5pp3hj218l2k3vff87p727mh74f5j6l3s8"; + version = "1.0.0"; + sha256 = "0kk6nqn290sh0l0hhglccs0cqgk0fb3xdjzqz19yw9wb8aw01xh8"; buildDepends = [ - attoparsec base blaze-builder bytestring containers deepseq - ghc-prim hashable mtl template-haskell text unordered-containers - vector + base binary blaze-builder bytestring containers data-binary-ieee754 + deepseq hashable mtl text unordered-containers vector ]; testDepends = [ - base bytestring QuickCheck test-framework - test-framework-quickcheck2 + base bytestring QuickCheck tasty tasty-quickcheck ]; jailbreak = true; homepage = "http://msgpack.org/"; @@ -84857,6 +85160,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "msgpack-aeson" = callPackage + ({ mkDerivation, aeson, base, bytestring, deepseq, msgpack + , scientific, tasty, tasty-hunit, text, unordered-containers + , vector + }: + mkDerivation { + pname = "msgpack-aeson"; + version = "0.1.0.0"; + sha256 = "1ygnki55cj6951y75snc4gnv4vsjp9pgwqg3jp7cy9bcss3msq3j"; + buildDepends = [ + aeson base bytestring deepseq msgpack scientific text + unordered-containers vector + ]; + testDepends = [ aeson base msgpack tasty tasty-hunit ]; + homepage = "http://msgpack.org/"; + description = "Aeson adapter for MessagePack"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "msgpack-idl" = callPackage ({ mkDerivation, base, blaze-builder, bytestring, cmdargs , containers, directory, filepath, hspec, msgpack, peggy @@ -84881,19 +85203,19 @@ self: { }) {}; "msgpack-rpc" = callPackage - ({ mkDerivation, async, attoparsec-conduit, base, bytestring - , conduit, hspec, monad-control, msgpack, mtl, network - , network-conduit, random, text + ({ mkDerivation, async, base, binary, binary-conduit, bytestring + , conduit, conduit-extra, exceptions, monad-control, msgpack, mtl + , network, random, tasty, tasty-hunit, text }: mkDerivation { pname = "msgpack-rpc"; - version = "0.9.0"; - sha256 = "0gljj04f7zfaj7y3rknygyz0k5c0vx4zhphcp934q36xa943jmwr"; + version = "1.0.0"; + sha256 = "00m5hpj5cd521j3jzsaw49asbpxvka0x1zi2qs26si82wxgnpjkn"; buildDepends = [ - attoparsec-conduit base bytestring conduit monad-control msgpack - mtl network network-conduit random text + base binary binary-conduit bytestring conduit conduit-extra + exceptions monad-control msgpack mtl network random text ]; - testDepends = [ async base hspec mtl network ]; + testDepends = [ async base mtl network tasty tasty-hunit ]; jailbreak = true; homepage = "http://msgpack.org/"; description = "A MessagePack-RPC Implementation"; @@ -85203,6 +85525,26 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "multihash" = callPackage + ({ mkDerivation, attoparsec, base, base58-bytestring + , base64-bytestring, byteable, bytestring, cryptohash, hex + , io-streams, optparse-applicative + }: + mkDerivation { + pname = "multihash"; + version = "0.1.1"; + sha256 = "09yjr7whddn60kyn25hzjjls1m5xi87nqzbkrb6vp4hlvmzm0b1g"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + attoparsec base base58-bytestring base64-bytestring byteable + bytestring cryptohash hex io-streams optparse-applicative + ]; + homepage = "https://github.com/LukeHoersten/multihash"; + description = "Multihash library and CLI executable"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "multimap" = callPackage ({ mkDerivation, base, containers }: mkDerivation { @@ -85227,6 +85569,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "multipart-names" = callPackage + ({ mkDerivation, base, case-insensitive, HUnit, lens, parsec + , test-framework, test-framework-hunit + }: + mkDerivation { + pname = "multipart-names"; + version = "0.0.1"; + sha256 = "17cw9lg1qi3rm38yh13n6gkb0grld4gc003hz49vdz8bx4gzfqxc"; + buildDepends = [ base case-insensitive lens parsec ]; + testDepends = [ + base HUnit lens test-framework test-framework-hunit + ]; + homepage = "http://github.com/nedervold/multipart-names"; + description = "Handling of multipart names in various casing styles"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "multipass" = callPackage ({ mkDerivation, base, binary, containers, ghc-prim, hashable, keys , math-functions, newtype, unordered-containers @@ -86663,14 +87022,14 @@ self: { }) {}; "nero" = callPackage - ({ mkDerivation, base, bytestring, containers, doctest, Glob, lens - , safe, tasty, tasty-hunit, text + ({ mkDerivation, base, bifunctors, bytestring, containers, doctest + , Glob, lens, tasty, tasty-hunit, text }: mkDerivation { pname = "nero"; - version = "0.1.1"; - sha256 = "0wfrmdsmmwxashqdxxqc9nb3xr16m9ni05ypzq7ybyq0mgmaqzli"; - buildDepends = [ base bytestring containers lens safe text ]; + version = "0.2"; + sha256 = "1jw8sji0ci4za62zgjdlxsh9rknaj3pdm7p32rxdd33i6ir6pmh0"; + buildDepends = [ base bifunctors bytestring containers lens text ]; testDepends = [ base bytestring doctest Glob lens tasty tasty-hunit text ]; @@ -86680,6 +87039,25 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "nested-routes" = callPackage + ({ mkDerivation, aeson, base, blaze-html, bytestring, containers + , hspec, http-types, lucid, mtl, pseudo-trie, QuickCheck + , quickcheck-instances, semigroups, text, transformers, wai + , wai-extra + }: + mkDerivation { + pname = "nested-routes"; + version = "0.0.2"; + sha256 = "0gajlb66cqnsi8svs98cil7clhlwdwh5fhdx19vy8mlvl99d9ri8"; + buildDepends = [ + aeson base blaze-html bytestring containers http-types lucid mtl + pseudo-trie semigroups text transformers wai wai-extra + ]; + testDepends = [ base hspec QuickCheck quickcheck-instances ]; + description = "Like scotty, but nested"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "nested-sets" = callPackage ({ mkDerivation, base, containers, hspec }: mkDerivation { @@ -86828,6 +87206,23 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "netrc" = callPackage + ({ mkDerivation, base, bytestring, deepseq, parsec, tasty + , tasty-golden, tasty-quickcheck + }: + mkDerivation { + pname = "netrc"; + version = "0.2.0.0"; + sha256 = "11iax3ick0im397jyyjkny7lax9bgrlgk90a25dp2jsglkphfpls"; + buildDepends = [ base bytestring deepseq parsec ]; + testDepends = [ + base bytestring tasty tasty-golden tasty-quickcheck + ]; + homepage = "https://github.com/hvr/netrc"; + description = "Parser for .netrc files"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "netspec" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, mtl, network , template-haskell, text, transformers @@ -87088,8 +87483,8 @@ self: { }: mkDerivation { pname = "network-bitcoin"; - version = "1.7.1"; - sha256 = "0w801fmwfn1q5n65yd2c5n7c6901gxvx640r6mrjxgcj402bwjxk"; + version = "1.8.0"; + sha256 = "00gffxnsij6m7mr539983ry8n6n8zm6hk6fwlh6fxsj5kv34nprj"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -88140,8 +88535,8 @@ self: { ({ mkDerivation, base, containers, QuickCheck, utility-ht }: mkDerivation { pname = "non-empty"; - version = "0.2"; - sha256 = "1wapx5q8spvlq8g7nagj2lwhrqzg90dw4n0qvd1ap47n0rh3iymm"; + version = "0.2.1"; + sha256 = "1p0jp44xlc77da5g5fq78vvgfv8r9z4m0axm36qbliv609rnp5g3"; buildDepends = [ base containers QuickCheck utility-ht ]; homepage = "http://code.haskell.org/~thielema/non-empty/"; description = "List-like structures with static restrictions on the number of elements"; @@ -88585,15 +88980,14 @@ self: { }: mkDerivation { pname = "numeric-prelude"; - version = "0.4.1"; - sha256 = "1y1dg4bk811xmz3p23g8kjl6vxns3gs8qj671971c06nccfl1h5r"; + version = "0.4.2"; + sha256 = "1i6qavz3av3dbf70li7yqsh184bl618l1sm9s9ia15srrkzsj9sk"; isLibrary = true; isExecutable = true; buildDepends = [ array base containers deepseq non-negative parsec QuickCheck random storable-record utility-ht ]; - jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Numeric_Prelude"; description = "An experimental alternative hierarchy of numeric type classes"; license = stdenv.lib.licenses.bsd3; @@ -88620,7 +89014,9 @@ self: { mkDerivation { pname = "numeric-quest"; version = "0.2.0.1"; + revision = "1"; sha256 = "110v2frn085pggjzl3l8wqgr4vcdd5h29x2wak2a59x16ngjg7ga"; + editedCabalFile = "aae9d00f380bf447af5575311f566cd6960aafb7eec8c30abbab09a2fcff092e"; buildDepends = [ array base ]; homepage = "http://www.haskell.org/haskellwiki/Numeric_Quest"; description = "Math and quantum mechanics"; @@ -89983,13 +90379,12 @@ self: { }: mkDerivation { pname = "origami"; - version = "0.0.2"; - sha256 = "1fmr12y5dma4w8psxpnx8rk0yixm46gc8mjbdi5l8qxrkxlmnr2s"; + version = "0.0.4"; + sha256 = "0q0dsyhpp63kkpjqvjksy1xnwp1f9yilgxrxgwcqrzdjzmgg4rzw"; buildDepends = [ base bifunctors containers lens mtl pretty template-haskell ]; testDepends = [ base HUnit test-framework test-framework-hunit ]; - jailbreak = true; homepage = "http://github.com/nedervold/origami"; description = "An un-SYB framework for transforming heterogenous data through folds"; license = stdenv.lib.licenses.bsd3; @@ -90503,8 +90898,8 @@ self: { }: mkDerivation { pname = "pango"; - version = "0.13.0.5"; - sha256 = "031yrfz6i4sc8jp2r1ar3mhz4cg8ih3kics2g7qvrxi1s3ai3d3x"; + version = "0.13.1.0"; + sha256 = "0s69ga5gn9grdqcfxkbnvk0f3malql3fnhzh9cwvpfzqk3hxn4hn"; buildDepends = [ array base cairo containers directory glib mtl pretty process text ]; @@ -91359,8 +91754,8 @@ self: { }: mkDerivation { pname = "paypal-adaptive-hoops"; - version = "0.10.0.0"; - sha256 = "11v9s1hm1iyc03d20nzpp2djvxpikrqg915bjvgfcmw9zlfsh5qn"; + version = "0.10.0.1"; + sha256 = "0h4dq8p91jbzgr19jwmvmvk9agi3id226qdm46lxpnz3w6hrh5p6"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -91503,6 +91898,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pcf" = callPackage + ({ mkDerivation, base, bound, c-dsl, containers, monad-gen, mtl + , prelude-extras, transformers, void + }: + mkDerivation { + pname = "pcf"; + version = "0.1.0.1"; + sha256 = "1dmp9afylsf4n7gxa23wn25w8h89lqyhjlxa5g7gshrbwxkx7c55"; + buildDepends = [ + base bound c-dsl containers monad-gen mtl prelude-extras + transformers void + ]; + description = "A one file compiler for PCF"; + license = stdenv.lib.licenses.mit; + }) {}; + "pcg-random" = callPackage ({ mkDerivation, base, doctest, primitive, random, time }: mkDerivation { @@ -92292,8 +92703,8 @@ self: { }: mkDerivation { pname = "persistent-sqlite"; - version = "2.1.3"; - sha256 = "1vyfhiwahyfgv6xwbfyn42f19dijbmjshlyy6a5rf0bfllc2k7gf"; + version = "2.1.4"; + sha256 = "0284w3kvphlwp31d0mlkklimyrcjmwz4mp57q85sh27j7032sfkw"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -92838,18 +93249,18 @@ self: { "pinboard" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, either - , HsOpenSSL, http-streams, http-types, io-streams, mtl, network - , old-locale, random, text, time, transformers - , unordered-containers + , haskell-src-exts, HsOpenSSL, http-streams, http-types, io-streams + , mtl, network, old-locale, random, text, time, transformers + , unordered-containers, vector }: mkDerivation { pname = "pinboard"; - version = "0.6.2.2"; - sha256 = "02913abxcqcr12v6nd0zmij2mq9bhhz4sqay6vkmvwfdc3mr6k4b"; + version = "0.6.4"; + sha256 = "1v870whyk96imsx0ld6a3yc2am6ywjwmixh0g7b916xf8vdh727w"; buildDepends = [ - aeson base bytestring containers either HsOpenSSL http-streams - http-types io-streams mtl network old-locale random text time - transformers unordered-containers + aeson base bytestring containers either haskell-src-exts HsOpenSSL + http-streams http-types io-streams mtl network old-locale random + text time transformers unordered-containers vector ]; homepage = "https://github.com/jonschoning/pinboard"; description = "Access to the Pinboard API"; @@ -95777,8 +96188,8 @@ self: { }: mkDerivation { pname = "process-streaming"; - version = "0.7.0.2"; - sha256 = "07d9bhcl62ca6vjcqm783p1fknzzbw9jkm8grrkn67pncx107iin"; + version = "0.7.1.0"; + sha256 = "07f3qykiqf3a2al2dj72fm2mlpl263vgvb4n3m9a32lf7mw6243d"; buildDepends = [ base bifunctors bytestring conceit containers contravariant foldl free pipes pipes-bytestring pipes-concurrency pipes-parse @@ -96436,10 +96847,12 @@ self: { }: mkDerivation { pname = "pseudo-trie"; - version = "0.0.2"; - sha256 = "0pblqy1bp16wr4zpvd2l54la407f3jf13b55iy21j94fsyrn93x0"; - buildDepends = [ base data-default semigroups ]; - testDepends = [ base hspec QuickCheck quickcheck-instances ]; + version = "0.0.4"; + sha256 = "0v1j9ml746h3lpj5cvcwcwjan7vwqaadvblxnb0gl9in4k2kk0yz"; + buildDepends = [ base QuickCheck quickcheck-instances semigroups ]; + testDepends = [ + base data-default hspec QuickCheck quickcheck-instances semigroups + ]; description = "A tagged rose-tree with short circuited unique leaves"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -97354,6 +97767,26 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "quenya-verb" = callPackage + ({ mkDerivation, aeson, base, bytestring, cmdargs, cond, containers + , directory, iproute, MissingH, network, safe, scotty, text + , transformers, wai, wai-extra, wai-middleware-static, warp + }: + mkDerivation { + pname = "quenya-verb"; + version = "0.0.1"; + sha256 = "0zw15qym8r00m7kir9h9cys1rmszdqihfcvy6dw52f1pb6cp5vsx"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + aeson base bytestring cmdargs cond containers directory iproute + MissingH network safe scotty text transformers wai wai-extra + wai-middleware-static warp + ]; + description = "Quenya verb conjugator"; + license = stdenv.lib.licenses.agpl3; + }) {}; + "querystring-pickle" = callPackage ({ mkDerivation, base, bytestring, QuickCheck, test-framework , test-framework-quickcheck2, text @@ -98286,6 +98719,7 @@ self: { JuicyPixels lens linear mtl optparse-applicative Rasterific scientific svg-tree text transformers vector ]; + jailbreak = true; description = "SVG renderer based on Rasterific"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -100253,11 +100687,12 @@ self: { }: mkDerivation { pname = "repa"; - version = "3.3.1.2"; - sha256 = "0rsahd6c1mxd8hq9zfx4jqgmcfs4di4askky87y71xy5v4k1x4ai"; + version = "3.4.0.1"; + sha256 = "197ab7z0fi50n3i8lkcxqazgnv39dv8dhndzihppsmfkil5y58l4"; buildDepends = [ base bytestring ghc-prim QuickCheck template-haskell vector ]; + jailbreak = true; homepage = "http://repa.ouroborus.net"; description = "High performance, regular, shape polymorphic parallel arrays"; license = stdenv.lib.licenses.bsd3; @@ -100267,10 +100702,11 @@ self: { ({ mkDerivation, base, llvm, repa, vector }: mkDerivation { pname = "repa-algorithms"; - version = "3.3.1.2"; - sha256 = "12fizvma877ws3xiz3k34jg5xh5yhnl0n5aq2za005l9i5angkk9"; + version = "3.4.0.1"; + sha256 = "0q8jwp1msg5icvcqxszh5c1190llwz17gxc7nmd1bkyca59j8w0l"; buildDepends = [ base repa vector ]; extraLibraries = [ llvm ]; + jailbreak = true; homepage = "http://repa.ouroborus.net"; description = "Algorithms using the Repa array library"; license = stdenv.lib.licenses.bsd3; @@ -100351,8 +100787,8 @@ self: { }: mkDerivation { pname = "repa-examples"; - version = "3.3.1.1"; - sha256 = "0gdkwmdnmvq82zglryxx2ic1nm4g2r4a0bwndiwbj670w03p712p"; + version = "3.4.0.1"; + sha256 = "00v1z4kscvmnd4k7lsswzaxafkk7mbsy4ghdd503wpvr4fvslgaz"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -100404,9 +100840,10 @@ self: { }: mkDerivation { pname = "repa-io"; - version = "3.3.1.2"; - sha256 = "1i58ysk44y7s6z1jmns2fi83flqma4k5nsjh1pblqb2rgl7x0z5p"; + version = "3.4.0.1"; + sha256 = "06ks4gxsajnalxh9mpnl4pckxnyfc59823war3m74anb0pqcrbbl"; buildDepends = [ base binary bmp bytestring old-time repa vector ]; + jailbreak = true; homepage = "http://repa.ouroborus.net"; description = "Read and write Repa arrays in various formats"; license = stdenv.lib.licenses.bsd3; @@ -100746,6 +101183,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "resource-embed" = callPackage + ({ mkDerivation, base, bytestring, directory }: + mkDerivation { + pname = "resource-embed"; + version = "0.1.0.0"; + sha256 = "1i33z3rr72s5z2k6j5c10vjy7nslgfn3xqgwf8w05n9m2pwhn2fv"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base bytestring directory ]; + homepage = "https://bitbucket.org/tdammers/resource-embed"; + description = "Embed data files via C and FFI"; + license = stdenv.lib.licenses.mit; + }) {}; + "resource-pool" = callPackage ({ mkDerivation, base, hashable, monad-control, stm, time , transformers, transformers-base, vector @@ -100927,8 +101378,8 @@ self: { }: mkDerivation { pname = "rest-gen"; - version = "0.17.0.2"; - sha256 = "09jvhmk3bkdz7mwjm9qdmr4kn2mzx2dmzpjv4ryqi7bshf52rdsw"; + version = "0.17.0.3"; + sha256 = "0hydifrpyzgd2kyrxxwzh7z5iiz0x3584nlgx8gzikyqab8gbk04"; buildDepends = [ aeson base blaze-html Cabal code-builder directory fclabels filepath hashable haskell-src-exts HStringTemplate hxt json-schema @@ -100980,8 +101431,8 @@ self: { }: mkDerivation { pname = "rest-stringmap"; - version = "0.2.0.3"; - sha256 = "1xy3nnq5ryk78kbcidxk8gqwmnrlvzs1gzpbfm28xyv9awgahk6m"; + version = "0.2.0.4"; + sha256 = "0r9wmy5myysnw83000qlw547ny9lpshm09fi8hmfr14kd3mr9fb1"; buildDepends = [ aeson base containers hashable hxt json-schema tagged text tostring unordered-containers @@ -101119,22 +101570,22 @@ self: { "rethinkdb-client-driver" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, hashable, hspec - , hspec-smallcheck, mtl, network, scientific, smallcheck - , template-haskell, text, time, unordered-containers, vector + , hspec-smallcheck, mtl, network, old-locale, scientific + , smallcheck, template-haskell, text, time, unordered-containers + , vector }: mkDerivation { pname = "rethinkdb-client-driver"; - version = "0.0.15"; - sha256 = "0xdd9m2m61pfsn33048hz2cbjyf6rg5qkqwpib50bxdlj07s4w19"; + version = "0.0.16"; + sha256 = "1x4kw64mjp4900qnmvakrd7vfqg14h35k0jzai5qh6y88rr3qaf1"; buildDepends = [ - aeson base binary bytestring hashable mtl network scientific - template-haskell text time unordered-containers vector + aeson base binary bytestring hashable mtl network old-locale + scientific template-haskell text time unordered-containers vector ]; testDepends = [ base hspec hspec-smallcheck smallcheck text time unordered-containers vector ]; - jailbreak = true; homepage = "https://github.com/wereHamster/rethinkdb-client-driver"; description = "Client driver for RethinkDB"; license = stdenv.lib.licenses.mit; @@ -101607,8 +102058,8 @@ self: { }: mkDerivation { pname = "robots-txt"; - version = "0.4.1.1"; - sha256 = "16r6j96iay1r6435ym34dp9iggwlfigmzmqq5k5f5ss5bljfc72f"; + version = "0.4.1.2"; + sha256 = "0lqws8c8qjw7gakyp5ridp1khjhvv0na44rakbh6nhycykvnnfkv"; buildDepends = [ attoparsec base bytestring old-locale time ]; testDepends = [ attoparsec base bytestring directory heredoc hspec QuickCheck @@ -101720,8 +102171,8 @@ self: { }: mkDerivation { pname = "rollbar"; - version = "0.3"; - sha256 = "0x7g5h0daxdgjzm95mqp7vpgjc2zs312qrmyqczsws7mlpmcy41k"; + version = "0.3.1"; + sha256 = "0hv9i38c0c1bv36xy4inq6dghn79bmjw1x0xgi5mlwf5lzzp2fv1"; buildDepends = [ aeson base basic-prelude http-conduit monad-control network text vector @@ -102975,6 +103426,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "sandman" = callPackage + ({ mkDerivation, base, Cabal, containers, directory, filepath + , optparse-applicative, process, text, unix-compat + }: + mkDerivation { + pname = "sandman"; + version = "0.1.0.0"; + sha256 = "02lgpcr70icq9cgxzpd79d60pbk2fsg6n7pn8zmvjks7dv86bdvn"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + base Cabal containers directory filepath optparse-applicative + process text unix-compat + ]; + homepage = "https://github.com/abhinav/sandman"; + description = "Manages Cabal sandboxes to avoid rebuilding packages"; + license = stdenv.lib.licenses.mit; + }) {}; + "sarasvati" = callPackage ({ mkDerivation, base, deepseq, portaudio }: mkDerivation { @@ -103285,8 +103755,8 @@ self: { }: mkDerivation { pname = "scc"; - version = "0.8.2.1"; - sha256 = "177a4p72kaj92nn07b65pnxq3y310x2sg1lx3vb9p4hg4s8biafx"; + version = "0.8.2.2"; + sha256 = "0rsx9h0y5g2sgwg47lzdzpmx5nfnpb033fyzz5xkxnc5k4bllad5"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -104145,6 +104615,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "second-transfer" = callPackage + ({ mkDerivation, base, base16-bytestring, binary, bytestring + , conduit, containers, hashable, hashtables, hslogger, http2, lens + , network, network-uri, openssl, text, transformers + }: + mkDerivation { + pname = "second-transfer"; + version = "0.1.0.0"; + sha256 = "0y6wjni3sj0mkjwc6mbx9majc91aw51vwyqki603dggjfbp78b0x"; + buildDepends = [ + base base16-bytestring binary bytestring conduit containers + hashable hashtables hslogger http2 lens network network-uri text + transformers + ]; + testDepends = [ base conduit ]; + extraLibraries = [ openssl ]; + jailbreak = true; + homepage = "www.zunzun.se"; + description = "Second Transfer HTTP/2 web server"; + license = stdenv.lib.licenses.bsd3; + }) { inherit (pkgs) openssl;}; + "secret-santa" = callPackage ({ mkDerivation, base, containers, diagrams-cairo, diagrams-lib , haskell-qrencode, random @@ -104619,8 +105111,8 @@ self: { ({ mkDerivation, base, transformers }: mkDerivation { pname = "seqid"; - version = "0.3.1"; - sha256 = "1iaj9hifmmscjwi55996cx5dlm44k3gf0dlvdrnr92pf10qzdw86"; + version = "0.3.2"; + sha256 = "03xyvjflas8sfnsxzpcnm0k3kf8x72y9hwfayxn8zn3gjmwl3b3y"; buildDepends = [ base transformers ]; jailbreak = true; description = "Sequence ID production and consumption"; @@ -104643,8 +105135,8 @@ self: { ({ mkDerivation, base, io-streams, seqid }: mkDerivation { pname = "seqid-streams"; - version = "0.3.1"; - sha256 = "1pka0dl7csmpjd2xa4xdq643gpnpavgr202vmp92gv67a7jpp30d"; + version = "0.3.2"; + sha256 = "0v2d5125zyldr7f50zdhvgm1wcp7zbrnas9i2chqsq3s17qkrkm5"; buildDepends = [ base io-streams seqid ]; description = "Sequence ID IO-Streams"; license = stdenv.lib.licenses.bsd3; @@ -105509,10 +106001,9 @@ self: { ({ mkDerivation, base, bytestring, css-text, hjsmin, shake, text }: mkDerivation { pname = "shake-minify"; - version = "0.1.2"; - sha256 = "1xsh6bjrr0l4vqn8iqlkv8s0y5qwaqqz3yjlxk0y3fsi1qz28yxs"; + version = "0.1.3"; + sha256 = "1634dm4rzpp5bkxczj5bbnzcn1mcaxkqbvg08x9gib1nyi2m6zzb"; buildDepends = [ base bytestring css-text hjsmin shake text ]; - jailbreak = true; homepage = "https://github.com/LukeHoersten/shake-minify"; description = "Shake Minify Rules"; license = stdenv.lib.licenses.bsd3; @@ -105522,12 +106013,11 @@ self: { ({ mkDerivation, base, bytestring, bzlib, shake, tar }: mkDerivation { pname = "shake-pack"; - version = "0.1.0"; - sha256 = "158xjn4lzcj8gk4b9z4rhql7mqdp7v5x8rpc0sb3mlws2drr8yh0"; + version = "0.1.2"; + sha256 = "0iy2n7cg7fm0by479s1hm5w2jzzfdavjlyq6nf2sh6qlkc6w2ga1"; buildDepends = [ base bytestring bzlib shake tar ]; - jailbreak = true; homepage = "https://github.com/LukeHoersten/shake-pack"; - description = "Shake File Pack Actions"; + description = "Shake File Pack Rule"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -106128,6 +106618,7 @@ self: { exception-transformers language-c-quote mainland-pretty mtl operational ]; + jailbreak = true; homepage = "https://github.com/markus-git/signals"; description = "Stream Processing for Embedded Domain Specific Languages"; license = stdenv.lib.licenses.bsd3; @@ -107049,7 +107540,9 @@ self: { mkDerivation { pname = "skein"; version = "1.0.9.2"; + revision = "1"; sha256 = "1j8bhqm25r9vd4qb4v12g32r0dv6xyhk48cq287wfbzjraayi1gw"; + editedCabalFile = "824638ce2aaf27614e10fe56fe886e486969fb9483e722a025b38fff3fb099ab"; buildDepends = [ base bytestring cereal crypto-api tagged ]; testDepends = [ base bytestring cereal crypto-api filepath hspec tagged @@ -107137,17 +107630,17 @@ self: { "slack-api" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, errors , HsOpenSSL, io-streams, lens, lens-aeson, monad-loops, mtl - , network, network-uri, openssl-streams, text, time, transformers - , websockets, wreq + , network, network-uri, openssl-streams, text, time + , time-locale-compat, transformers, websockets, wreq }: mkDerivation { pname = "slack-api"; - version = "0.3"; - sha256 = "13qpvsm7k5b1lfl02dxpcffrj3ilyfcxz4yiy187xbk5hrgn2c39"; + version = "0.4"; + sha256 = "1xwpcvk906v2w995gsk8g41ml46w1r8h1gybsspkx6s6z6whhik5"; buildDepends = [ aeson base bytestring containers errors HsOpenSSL io-streams lens lens-aeson monad-loops mtl network network-uri openssl-streams text - time transformers websockets wreq + time time-locale-compat transformers websockets wreq ]; testDepends = [ base ]; description = "Bindings to the Slack RTM API"; @@ -107596,6 +108089,7 @@ self: { stm syb template-haskell text time transformers unordered-containers vector vector-algorithms xmlhtml ]; + jailbreak = true; homepage = "http://snapframework.com/"; description = "Top-level package for the Snap Web Framework"; license = stdenv.lib.licenses.bsd3; @@ -107693,8 +108187,8 @@ self: { }: mkDerivation { pname = "snap-core"; - version = "0.9.6.4"; - sha256 = "0azg5xyiclcir8mlf0aar05jijb0dycp3srzignd192x789y9lvi"; + version = "0.9.7.0"; + sha256 = "0ambk7q35v76ww62m4y6j45ga63c141zi3wxkgazybbazk5i36nw"; buildDepends = [ attoparsec attoparsec-enumerator base blaze-builder blaze-builder-enumerator bytestring bytestring-mmap @@ -107849,10 +108343,8 @@ self: { }: mkDerivation { pname = "snap-server"; - version = "0.9.4.6"; - revision = "1"; - sha256 = "01qfqc63qwq604s5vy0sln7l9zhqndyqbb1y1xf397rrn97xhrpp"; - editedCabalFile = "32c4388b62e047caebb4a51bd79cb592032a0cb4f2aa56c7eb8bff15e85588bf"; + version = "0.9.5.0"; + sha256 = "1rsn3zxrl8cngpl47hd4js18gw90dwn0zhwv2z6hxi7ygwnx8q0i"; buildDepends = [ attoparsec attoparsec-enumerator base blaze-builder blaze-builder-enumerator bytestring case-insensitive containers @@ -107927,15 +108419,12 @@ self: { }) {}; "snaplet-acid-state" = callPackage - ({ mkDerivation, acid-state, base, snap, text }: + ({ mkDerivation, acid-state, base, mtl, snap, text, transformers }: mkDerivation { pname = "snaplet-acid-state"; - version = "0.2.6.1"; - revision = "1"; - sha256 = "0wlawnsxisslqzspa29swsdmncgx04z3rd1bhwx73mx5pksykw60"; - editedCabalFile = "812a72ecdd562ff80cdb396a26235d963bbec7ca97e4afa728d5ca65716ef0a7"; - buildDepends = [ acid-state base snap text ]; - jailbreak = true; + version = "0.2.6.2"; + sha256 = "0p4cfc5llz2z0jfmkj225nxi8abdncjl53g1rjwc86yfgld0wwm9"; + buildDepends = [ acid-state base mtl snap text transformers ]; homepage = "https://github.com/mightybyte/snaplet-acid-state"; description = "acid-state snaplet for Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -108076,6 +108565,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "snaplet-hasql" = callPackage + ({ mkDerivation, base, hasql, hasql-backend, lens, mtl, snap }: + mkDerivation { + pname = "snaplet-hasql"; + version = "0.0.2"; + sha256 = "1argaxdmr1znjgvhyj8cnbnygj98nan66la9n4knmbizaqy0yw3m"; + buildDepends = [ base hasql hasql-backend lens mtl snap ]; + jailbreak = true; + description = "A Hasql snaplet"; + license = stdenv.lib.licenses.mit; + }) {}; + "snaplet-haxl" = callPackage ({ mkDerivation, base, haxl, MonadCatchIO-transformers, snap , transformers @@ -108330,6 +108831,7 @@ self: { MonadCatchIO-transformers mtl postgresql-simple resource-pool-catchio snap text transformers unordered-containers ]; + jailbreak = true; homepage = "https://github.com/mightybyte/snaplet-postgresql-simple"; description = "postgresql-simple snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -110118,8 +110620,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "srcloc"; - version = "0.5.0"; - sha256 = "1a5233jkdhzjl9vnmaxyswbnkadrf5h6v66f957dakvmdhs1m13m"; + version = "0.5.0.1"; + sha256 = "0v13s813s3a4xgadpcjwf36kw8qf6chpghrnx7r6nqii92nvry8q"; buildDepends = [ base ]; homepage = "http://www.cs.drexel.edu/~mainland/"; description = "Data types for managing source code locations"; @@ -110294,6 +110796,7 @@ self: { version = "0.3.0"; sha256 = "0a218ilzx1bgwirfp6v6bzgwwkx8l60q1xnxq347xas750wjn8a8"; buildDepends = [ base ghc-prim hashtables tagged ]; + jailbreak = true; description = "Memoization based on argument identity"; license = stdenv.lib.licenses.mit; }) {}; @@ -110329,8 +110832,8 @@ self: { }: mkDerivation { pname = "stack-prism"; - version = "0.1"; - sha256 = "1pl5bb1qyd59pgcbbr27vk8mzfdsv3wbyk9z40cm54v8513rq307"; + version = "0.1.2"; + sha256 = "01iz7x2f3pyagk42baryj9qgklcif8ias05cipyn349x3wgaqzz6"; buildDepends = [ base profunctors tagged template-haskell transformers ]; @@ -110384,8 +110887,8 @@ self: { }: mkDerivation { pname = "stackage-curator"; - version = "0.7.0.3"; - sha256 = "0sc9q1h3v1hbxya7csrm9jffrvp91sa2mvdpndkcarfpn39jv09y"; + version = "0.7.2.1"; + sha256 = "0ynx9xmhnb5vjzpz41b7n2wzfpindn8zs2lf9rf2yajvd1rnq3hr"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -111679,6 +112182,7 @@ self: { version = "0.1.6.4"; sha256 = "0hh2xcbf7sjsv15jgldpy5njjvkkkxwlg2g9961z9fn94zyi7854"; buildDepends = [ base bytestring tagged text ]; + jailbreak = true; homepage = "https://github.com/bairyn/string-class"; description = "String class library"; license = stdenv.lib.licenses.bsd3; @@ -111909,8 +112413,8 @@ self: { }: mkDerivation { pname = "strive"; - version = "0.8.0"; - sha256 = "0n9j3mpknmqm2y4psbg2yjrs6ddgw5j3ha26aq2mxqb9cz1kb29z"; + version = "1.0.0"; + sha256 = "02nfwi2h40cq393p1f43rrlx635v8fmgs4ww8jx7bl36nsrcjvwg"; buildDepends = [ aeson base bytestring data-default gpolyline http-conduit http-types template-haskell text time transformers @@ -112400,8 +112904,8 @@ self: { }: mkDerivation { pname = "svg-tree"; - version = "0.1.0.2"; - sha256 = "1fyq0pnh6i49wdx29dg4r9i7nb4dqs36y651cmp6bxkszzqrqka5"; + version = "0.1.1"; + sha256 = "19bh640jzpw03k5vc9471qh2cf4nr3nz8s5axk0bxpss1dpz26fs"; buildDepends = [ attoparsec base bytestring containers JuicyPixels lens linear mtl scientific text transformers vector xml @@ -112436,8 +112940,8 @@ self: { }: mkDerivation { pname = "svgcairo"; - version = "0.13.0.2"; - sha256 = "1d1aicj2krij6n0dxv1da501jk5am8rl463ghppgp2amkdxdmk2d"; + version = "0.13.0.3"; + sha256 = "0jbcz46n5324vf9i05y8zdjp4ayid2frggsadm5nr8h9mnd4vncz"; buildDepends = [ base cairo glib mtl text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ librsvg ]; @@ -112557,6 +113061,27 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) tokyocabinet;}; + "swearjure" = callPackage + ({ mkDerivation, attoparsec, base, containers, fixplate, mtl + , pretty, random, random-shuffle, readline, system-fileio + , system-filepath, text + }: + mkDerivation { + pname = "swearjure"; + version = "1.0.0"; + sha256 = "0g3xq3abwkv6rs7kvv6niwdhx50c90ys1zrrzspx2g47c9fbs2iq"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + attoparsec base containers fixplate mtl pretty random + random-shuffle readline system-fileio system-filepath text + ]; + jailbreak = true; + homepage = "http://www.swearjure.com"; + description = "Clojure without alphanumerics"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "swf" = callPackage ({ mkDerivation, base, mtl, pretty }: mkDerivation { @@ -113043,8 +113568,8 @@ self: { }: mkDerivation { pname = "synthesizer-core"; - version = "0.7.0.2"; - sha256 = "0r2www48svwvca6c0v1pgybhd0dmv2ajmc44iaz47wn5ia1vwcfn"; + version = "0.7.1"; + sha256 = "0h3dj4j9ha1db2lw3vd7zai05ivm9lfydaynq2bxqhz77s07skzf"; buildDepends = [ array base binary bytestring containers deepseq event-list explicit-exception filepath non-empty non-negative numeric-prelude @@ -113565,20 +114090,22 @@ self: { ({ mkDerivation, base, cairo, containers, dbus, dyre , enclosed-exceptions, filepath, gtk, gtk-traymanager , HStringTemplate, HTTP, mtl, network, network-uri, old-locale - , parsec, process, safe, split, stm, text, time, transformers - , utf8-string, X11, xdg-basedir, xmonad, xmonad-contrib + , parsec, process, safe, split, stm, text, time, time-locale-compat + , transformers, utf8-string, X11, xdg-basedir, xmonad + , xmonad-contrib }: mkDerivation { pname = "taffybar"; - version = "0.4.4"; - sha256 = "046nfp878mqj9acsid94mqp8q1yqnm1hsdkv88m5qpmn182xljwh"; + version = "0.4.5"; + sha256 = "0igwq5gmfki61igrs6v51pm8r3wz8pzv6iz8dw30nmqgr3ypddlw"; isLibrary = true; isExecutable = true; buildDepends = [ base cairo containers dbus dyre enclosed-exceptions filepath gtk gtk-traymanager HStringTemplate HTTP mtl network network-uri - old-locale parsec process safe split stm text time transformers - utf8-string X11 xdg-basedir xmonad xmonad-contrib + old-locale parsec process safe split stm text time + time-locale-compat transformers utf8-string X11 xdg-basedir xmonad + xmonad-contrib ]; homepage = "http://github.com/travitch/taffybar"; description = "A desktop bar similar to xmobar, but with more GUI"; @@ -113633,12 +114160,12 @@ self: { }) {}; "tagged" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "tagged"; - version = "0.7.3"; - sha256 = "016bzws7w09xhyyqiz56ahlf7zhagihn370ga0083fgv172lym7b"; - buildDepends = [ base ]; + version = "0.8.0.1"; + sha256 = "1w1xi107lmp8pfhf9d6hmaji2lp7himx0hqc8gh81w2rpr8g3bjh"; + buildDepends = [ base template-haskell ]; homepage = "http://github.com/ekmett/tagged"; description = "Haskell 98 phantom types to avoid unsafely passing dummy arguments"; license = stdenv.lib.licenses.bsd3; @@ -114333,6 +114860,7 @@ self: { base containers mtl optparse-applicative reducers split stm tagged tasty transformers ]; + jailbreak = true; homepage = "http://github.com/ocharles/tasty-rerun"; description = "Run tests by filtering the test tree depending on the result of previous test runs"; license = stdenv.lib.licenses.bsd3; @@ -114342,12 +114870,12 @@ self: { ({ mkDerivation, ansi-terminal, async, base, bytestring, containers , deepseq, directory, filepath, mtl, optparse-applicative, process , process-extras, stm, tagged, tasty, tasty-hunit, temporary-rc - , text + , text, transformers }: mkDerivation { pname = "tasty-silver"; - version = "3.0.2.2"; - sha256 = "0pla52i547mjr06nm2d5y3bf4gnw89mgw3d2gic90v6c3daynk97"; + version = "3.1.2"; + sha256 = "0yghvl3ld09fzkyn4w6y8bb7715gqsrmk92lb2n5w9z9bc1azxvg"; buildDepends = [ ansi-terminal async base bytestring containers deepseq directory filepath mtl optparse-applicative process process-extras stm tagged @@ -114355,6 +114883,7 @@ self: { ]; testDepends = [ base directory filepath process tasty tasty-hunit temporary-rc + transformers ]; homepage = "https://github.com/phile314/tasty-silver"; description = "Golden tests support for tasty. Fork of tasty-golden."; @@ -115265,12 +115794,11 @@ self: { ({ mkDerivation, base, hspec, hspec-discover, HUnit, silently }: mkDerivation { pname = "test-shouldbe"; - version = "0.2.1"; - sha256 = "0m8kb8ydj3s3agh45mzmn8icbik68fvh0fp2idkd1hs7km1qzaga"; + version = "0.2.1.1"; + sha256 = "0wagfhljym2mnwpxld8dcf4qcdbp3d9liyf9mcigd4kiy5sdhfx4"; buildDepends = [ base HUnit ]; testDepends = [ base hspec hspec-discover silently ]; jailbreak = true; - homepage = "https://github.com/sol/test-shouldbe#readme"; description = "Catchy combinators for HUnit"; license = stdenv.lib.licenses.mit; }) {}; @@ -116167,22 +116695,26 @@ self: { }) {}; "themoviedb" = callPackage - ({ mkDerivation, aeson, base, bytestring, HTTP, HUnit, network - , old-locale, text, time, unix + ({ mkDerivation, aeson, base, binary, bytestring, either + , http-client, http-client-tls, http-types, mtl, network + , network-uri, old-locale, tasty, tasty-hunit, text, text-binary + , time, transformers, unix }: mkDerivation { pname = "themoviedb"; - version = "0.1.0.1"; - sha256 = "1n0n57ah9nw9sb7gwyhvmqs7iiwaxrcpvjhgxqmiskhlwmjkpq85"; + version = "1.0.0.0"; + sha256 = "1gwvhbxmhzc5sbcfvyln84x7j8jpglknxx15q82dyr8bhccs4x0w"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson base bytestring HTTP network old-locale text time unix + aeson base binary bytestring either http-client http-client-tls + http-types mtl network network-uri old-locale text text-binary time + transformers unix ]; testDepends = [ - aeson base bytestring HTTP HUnit network old-locale text time unix + aeson base bytestring network old-locale tasty tasty-hunit text + time transformers unix ]; - jailbreak = true; homepage = "http://github.com/pjones/themoviedb"; description = "Haskell API bindings for http://themoviedb.org"; license = stdenv.lib.licenses.mit; @@ -117723,6 +118255,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "total-maps" = callPackage + ({ mkDerivation, adjunctions, base, base-compat, bytes, containers + , distributive, keys, linear, reflection, semigroups, vector + }: + mkDerivation { + pname = "total-maps"; + version = "1.0.0.2"; + sha256 = "0i5xr0xnqazjk5j9lzhdcxlaarij1jwbfih4plfa3kpqygz5s6ps"; + buildDepends = [ + adjunctions base base-compat bytes containers distributive keys + linear reflection semigroups vector + ]; + description = "Dense and sparse total maps"; + license = stdenv.lib.licenses.mit; + }) {}; + "touched" = callPackage ({ mkDerivation, base, cmdargs, directory, process, time }: mkDerivation { @@ -118804,6 +119352,31 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "twilio" = callPackage + ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal + , containers, errors, exceptions, free, http-client + , http-client-tls, http-types, mtl, network-uri, old-locale, text + , time, transformers, unordered-containers + }: + mkDerivation { + pname = "twilio"; + version = "0.1.1.0"; + sha256 = "0pzdmsr8ncbpqs42g0n1rbjprg70yfqrxlp8fn719s7gg37qaz78"; + buildDepends = [ + aeson base bifunctors bytestring containers errors exceptions free + http-client http-client-tls http-types mtl network-uri old-locale + text time transformers unordered-containers + ]; + testDepends = [ + aeson base bytestring Cabal http-client http-client-tls text + transformers + ]; + jailbreak = true; + homepage = "https://github.com/markandrus/twilio-haskell"; + description = "Twilio REST API library for Haskell"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "twill" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , base64-bytestring, bytestring, cryptohash, data-default, datetime @@ -119929,8 +120502,8 @@ self: { }: mkDerivation { pname = "uhc-util"; - version = "0.1.5.1"; - sha256 = "0ipqs9lli10y5nyr0gw91wih9kqlgsxipq7xn8pq3zivmbwswm54"; + version = "0.1.5.3"; + sha256 = "0hy950rl4d7ml0aqs0bkyjz3xc8b6p3m2ik6dqkagxxjl3cksjz3"; buildDepends = [ array base binary bytestring containers directory fclabels fgl hashable ListLike mtl process syb time time-compat uulib @@ -120041,10 +120614,9 @@ self: { ({ mkDerivation, base, io-streams, unagi-chan }: mkDerivation { pname = "unagi-streams"; - version = "0.1.1.0"; - sha256 = "1mns1qmxv1xmrrsbhr1ywami37gk416rwxi5p3ry6j88cbf4i4zg"; + version = "0.1.2"; + sha256 = "0fhs55bap2dkp9lismq4df4sy8878f52xawr4an4cl0v1yj12cq0"; buildDepends = [ base io-streams unagi-chan ]; - jailbreak = true; description = "Unagi Chan IO-Streams"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -121813,21 +122385,20 @@ self: { "uuid" = callPackage ({ mkDerivation, base, binary, bytestring, cryptohash, HUnit - , network-info, QuickCheck, random, test-framework - , test-framework-hunit, test-framework-quickcheck2, time - , uuid-types + , network-info, QuickCheck, random, tasty, tasty-hunit + , tasty-quickcheck, time, uuid-types }: mkDerivation { pname = "uuid"; - version = "1.3.9"; - sha256 = "1ngajcmg0sxj67qq9h4lfcvgazx1bbzq3y8zhqb6vb3vw6vwmcny"; + version = "1.3.10"; + sha256 = "0csq2y8rzdy8cnag4piqvxa742jasxqcq07qgrp4kmdkbnbqvyvy"; buildDepends = [ base binary bytestring cryptohash network-info random time uuid-types ]; testDepends = [ - base bytestring HUnit QuickCheck random test-framework - test-framework-hunit test-framework-quickcheck2 + base bytestring HUnit QuickCheck random tasty tasty-hunit + tasty-quickcheck ]; homepage = "https://github.com/aslatter/uuid"; description = "For creating, comparing, parsing and printing Universally Unique Identifiers"; @@ -121870,17 +122441,15 @@ self: { "uuid-types" = callPackage ({ mkDerivation, base, binary, bytestring, deepseq, hashable, HUnit - , QuickCheck, random, test-framework, test-framework-hunit - , test-framework-quickcheck2 + , QuickCheck, random, tasty, tasty-hunit, tasty-quickcheck }: mkDerivation { pname = "uuid-types"; - version = "1.0.0"; - sha256 = "09djqdbfd7a5fqarw38r4rrm9bq51f5a664g8hvk9190bwlsyvlq"; + version = "1.0.1"; + sha256 = "1brws1nq3pmd3sq786kig2raaxdcx2s8anwsn9f1jj92i5r7y7jb"; buildDepends = [ base binary bytestring deepseq hashable random ]; testDepends = [ - base bytestring HUnit QuickCheck test-framework - test-framework-hunit test-framework-quickcheck2 + base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck ]; homepage = "https://github.com/aslatter/uuid"; description = "Type definitions for Universally Unique Identifiers"; @@ -121891,10 +122460,10 @@ self: { ({ mkDerivation, base, ghc-prim }: mkDerivation { pname = "uulib"; - version = "0.9.17"; - sha256 = "1rwfnq4xwkbh4xdphbqc86fischld476qnq3868mgr1csmzc04gf"; + version = "0.9.19"; + sha256 = "1q7mnin2prjnxgjln60s97163191dl1kfaqjq01qxfax845c0qbn"; buildDepends = [ base ghc-prim ]; - homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome"; + homepage = "https://github.com/UU-ComputerScience/uulib"; description = "Haskell Utrecht Tools Library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -122707,8 +123276,8 @@ self: { ({ mkDerivation, base, Boolean, MemoTrie, NumInstances }: mkDerivation { pname = "vector-space"; - version = "0.10"; - sha256 = "06nrjis2ba61vpbng1yfxbj6s207x94aia7g4njgjwbb8clm66aw"; + version = "0.10.2"; + sha256 = "0n78g23jw6pcilkssnkqvnq1z8ram1al6cbas24ziacdwjbw6zah"; buildDepends = [ base Boolean MemoTrie NumInstances ]; description = "Vector & affine spaces, linear maps, and derivatives"; license = stdenv.lib.licenses.bsd3; @@ -122748,10 +123317,9 @@ self: { ({ mkDerivation, base, vector-space }: mkDerivation { pname = "vector-space-points"; - version = "0.2.1"; - sha256 = "061gpayzqz0shn2s6fx4ss0dfgxcq717dycmkxjhrx3hy0dczv34"; + version = "0.2.1.1"; + sha256 = "0d5k7wmwhm9y2jif4fy71bnp8nwbfnkh033nzhiw36wfl35aaznp"; buildDepends = [ base vector-space ]; - jailbreak = true; description = "A type for points, as distinct from vectors"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -123213,8 +123781,8 @@ self: { ({ mkDerivation, base, glib, gtk, gtk2hs-buildtools, pango, vte }: mkDerivation { pname = "vte"; - version = "0.13.0.1"; - sha256 = "1wn9cr6sjc0cjswgdpkg3zcyymgkd4kjzby83dv0mp15jbq09hxb"; + version = "0.13.0.2"; + sha256 = "1w3y88rqkxx3pmcx73kmihivk2k4ywm7jnb9lvmvkgj4bqggis3h"; buildDepends = [ base glib gtk pango ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ vte ]; @@ -123227,8 +123795,8 @@ self: { ({ mkDerivation, base, glib, gtk2hs-buildtools, gtk3, pango, vte }: mkDerivation { pname = "vtegtk3"; - version = "0.13.0.1"; - sha256 = "035vc1vrp4w9a2hrq4jhqjqwmwc734ilndqp5jbm7icdpdwbhd0y"; + version = "0.13.0.2"; + sha256 = "0dkmp6s58nmc4qvhmxpn91b1zxf0ard33dkbh4426086k1zkcfzg"; buildDepends = [ base glib gtk3 pango ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ vte ]; @@ -123263,6 +123831,7 @@ self: { string-qq terminfo test-framework test-framework-hunit test-framework-smallcheck text unix utf8-string vector ]; + jailbreak = true; homepage = "https://github.com/coreyoconnor/vty"; description = "A simple terminal UI library"; license = stdenv.lib.licenses.bsd3; @@ -123368,8 +123937,8 @@ self: { }: mkDerivation { pname = "wai-app-file-cgi"; - version = "3.0.5"; - sha256 = "0ba0q8kr2sfw4ngvm3a4k7izvfpzjwch16mi410w84ax4nk6chz1"; + version = "3.0.7"; + sha256 = "0ggxsnqk0wc47l98sykhyq7qwfys58y4048v1pqdd35w4p92qhbr"; buildDepends = [ array attoparsec attoparsec-conduit base blaze-builder blaze-html bytestring case-insensitive conduit conduit-extra containers @@ -123398,8 +123967,8 @@ self: { }: mkDerivation { pname = "wai-app-static"; - version = "3.0.0.6"; - sha256 = "0ilwlawffvib1p98q5jcc5m2i93n7iwmszwlbkb3ihlh1wz5q2b8"; + version = "3.0.1"; + sha256 = "0c2zhkm9c9ixaj210npi5vlm4rnyj56nxakjz63kahna121qjqak"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -123497,7 +124066,7 @@ self: { "wai-extra" = callPackage ({ mkDerivation, ansi-terminal, base, base64-bytestring - , blaze-builder, bytestring, case-insensitive, containers + , blaze-builder, bytestring, case-insensitive, containers, cookie , data-default-class, deepseq, directory, fast-logger, hspec , http-types, HUnit, lifted-base, network, old-locale, resourcet , streaming-commons, stringsearch, text, time, transformers, unix @@ -123505,18 +124074,18 @@ self: { }: mkDerivation { pname = "wai-extra"; - version = "3.0.5"; - sha256 = "1z4ifsldm1j6kf7jnbq8j4pk39f5d51yrygaxfs1m3mnnvr8xl52"; + version = "3.0.6.1"; + sha256 = "15wxr9y1f87q3wh5zkrv7d7w2mb9s4jd6l6cxwj9cgk0yw2nbi5f"; buildDepends = [ ansi-terminal base base64-bytestring blaze-builder bytestring - case-insensitive containers data-default-class deepseq directory - fast-logger http-types lifted-base network old-locale resourcet - streaming-commons stringsearch text time transformers unix - unix-compat void wai wai-logger word8 + case-insensitive containers cookie data-default-class deepseq + directory fast-logger http-types lifted-base network old-locale + resourcet streaming-commons stringsearch text time transformers + unix unix-compat void wai wai-logger word8 ]; testDepends = [ - base bytestring fast-logger hspec http-types HUnit resourcet text - transformers wai zlib + base blaze-builder bytestring cookie fast-logger hspec http-types + HUnit resourcet text time transformers wai zlib ]; homepage = "http://github.com/yesodweb/wai"; description = "Provides some basic WAI handlers and middleware"; @@ -124341,8 +124910,8 @@ self: { }: mkDerivation { pname = "warp"; - version = "3.0.10.1"; - sha256 = "1v3fffc12psj22p3b98ax1q7gx4v3z75sl68g9b7gj5hgnb2jaxh"; + version = "3.0.11"; + sha256 = "05sm9l8fjf18vl3b7qk3lpz2fd4knld0a90fh8smfxdvxap3fqv3"; buildDepends = [ array auto-update base blaze-builder bytestring case-insensitive ghc-prim hashable http-date http-types iproute network @@ -124835,10 +125404,8 @@ self: { }: mkDerivation { pname = "web-routing"; - version = "0.6.1"; - revision = "1"; - sha256 = "0lz81mdc0a2i1jpra1c7v1pva9nff2b35cm5snllnpkb7r898vgr"; - editedCabalFile = "5dec5fad0ea8297fe885bc149a175cf94765f668d3e698b4c5bc547f75ca5f7f"; + version = "0.6.2"; + sha256 = "1x7imgnpq3998fk4pi2z5ba0r9xc7blf61rn1i51yqqd24la887f"; buildDepends = [ base bytestring primitive text types-compat unordered-containers ]; @@ -124871,6 +125438,7 @@ self: { http-date http-media http-types lens mtl QuickCheck tasty tasty-hunit tasty-quickcheck unordered-containers ]; + jailbreak = true; homepage = "https://github.com/webcrank/webcrank.hs"; description = "Webmachine inspired toolkit for building http applications and services"; license = stdenv.lib.licenses.bsd3; @@ -124893,6 +125461,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "webcrank-wai" = callPackage + ({ mkDerivation, base, bytestring, exceptions, lens, mtl + , unix-compat, unordered-containers, wai, wai-lens, webcrank + , webcrank-dispatch + }: + mkDerivation { + pname = "webcrank-wai"; + version = "0.1"; + sha256 = "16w5hw517mmh46jxv7ks9lrpzaahkyal6a26f99118kzh6w0447b"; + buildDepends = [ + base bytestring exceptions lens mtl unix-compat + unordered-containers wai wai-lens webcrank webcrank-dispatch + ]; + homepage = "https://github.com/webcrank/webcrank-wai"; + description = "Build a WAI Application from Webcrank Resources"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "webdriver" = callPackage ({ mkDerivation, aeson, attoparsec, base, base64-bytestring , bytestring, cond, data-default, directory, directory-tree @@ -125016,8 +125602,8 @@ self: { }: mkDerivation { pname = "webkit"; - version = "0.13.1.1"; - sha256 = "0652as9wq0ajaqmcx14y2svishccgrywyagrbzga7m06r3h94dz5"; + version = "0.13.1.2"; + sha256 = "090gp3700dafb30jdf1bw1vcn7rj7cs4h0glbi5rqp2ssg5f78kc"; buildDepends = [ base bytestring cairo glib gtk mtl pango text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ webkit ]; @@ -125031,8 +125617,8 @@ self: { ({ mkDerivation, base, glib, gtk, gtk2hs-buildtools, webkit }: mkDerivation { pname = "webkit-javascriptcore"; - version = "0.13.0.3"; - sha256 = "13zhqpiw5b6gz033cpgmza048hpg8c1x1il0rw1xkr3wxija76lq"; + version = "0.13.0.4"; + sha256 = "1gj40kdll7pd84graxcrc327za6kgp453zh48srmzvrk9yvnj67x"; buildDepends = [ base glib gtk webkit ]; buildTools = [ gtk2hs-buildtools ]; description = "JavaScriptCore FFI from webkitgtk"; @@ -125046,8 +125632,8 @@ self: { }: mkDerivation { pname = "webkitgtk3"; - version = "0.13.1.1"; - sha256 = "0lm52xsgf3sayj5d32fyf9fy89zinn7c4z6rq4qw2bsnsdw8hcyb"; + version = "0.13.1.2"; + sha256 = "11b9n7q5xljjfnpfbh91kzs568y7nqdys5rm518cr4an20mbi47l"; buildDepends = [ base bytestring cairo glib gtk3 mtl pango text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ webkit ]; @@ -125062,8 +125648,8 @@ self: { }: mkDerivation { pname = "webkitgtk3-javascriptcore"; - version = "0.13.0.3"; - sha256 = "0w71phbs11iim2gb89bxix0grx9k7fbvabzjjsw7l24wwgfn8ad6"; + version = "0.13.0.4"; + sha256 = "0lq6n1bhvg9rf48scc5ss299dil205y23r9qzl1ls4g4msv6k25c"; buildDepends = [ base glib gtk3 webkitgtk3 ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ webkit ]; @@ -125467,8 +126053,8 @@ self: { }: mkDerivation { pname = "wiring"; - version = "0.2.0.1"; - sha256 = "1334hhsdhf2m91hwp0vmj9kfc02b77vlaq6amyqk57yh8sl7gz60"; + version = "0.2.1"; + sha256 = "1vbvv6wkizmh6wrzfk968vdsmp9iwrkpl3dgw6465s8z90ncclj5"; buildDepends = [ base mtl template-haskell transformers ]; testDepends = [ base hspec mtl QuickCheck template-haskell transformers @@ -125553,7 +126139,9 @@ self: { mkDerivation { pname = "wl-pprint"; version = "1.1"; + revision = "1"; sha256 = "16kp3fkh0x9kgzk6fdqrm8m0v7b5cgbv0m3x63ybbp5vxbhand06"; + editedCabalFile = "faf1b4364a3b77cf970f7d966be6dea925f6029625e12db730435230527c6aed"; buildDepends = [ base ]; description = "The Wadler/Leijen Pretty Printer"; license = stdenv.lib.licenses.bsd3; @@ -125616,8 +126204,8 @@ self: { ({ mkDerivation, base, text }: mkDerivation { pname = "wl-pprint-text"; - version = "1.1.0.3"; - sha256 = "1ghrkqdfsdkn71mpipbxiaar2gd8mdyd3dxbsz68awwnlpapy4f3"; + version = "1.1.0.4"; + sha256 = "1xgizzimfw17mpmw2afvmnvyag976j8ggn7k5r564rkw9f0m6bgz"; buildDepends = [ base text ]; description = "A Wadler/Leijen Pretty Printer for Text values"; license = stdenv.lib.licenses.bsd3; @@ -126707,6 +127295,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "xinput-conduit" = callPackage + ({ mkDerivation, base, bytestring, conduit, conduit-extra + , transformers + }: + mkDerivation { + pname = "xinput-conduit"; + version = "0.0.0"; + sha256 = "05pcaakqc6krv13480dp7ygr8s2k5wdwr6kixmc9fcp6baa1zkn4"; + buildDepends = [ + base bytestring conduit conduit-extra transformers + ]; + description = "Conduit of keys pressed by xinput"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "xkbcommon" = callPackage ({ mkDerivation, base, bytestring, cpphs, data-flags, filepath , process, storable-record, template-haskell, text, transformers @@ -127065,8 +127668,8 @@ self: { }: mkDerivation { pname = "xml-picklers"; - version = "0.3.5"; - sha256 = "1h0m6in8w3m8d987yzs4m8s86dsa6fb0i0l7xddk7csmhsyflk2a"; + version = "0.3.6"; + sha256 = "196iy4z58x58bjk5jy4fpmn8zhiramlyca4rd732i8j3jp6h5f6i"; buildDepends = [ base containers text xml-types ]; testDepends = [ base Cabal QuickCheck tasty tasty-hunit tasty-quickcheck text @@ -128014,16 +128617,18 @@ self: { "yaml-light-lens" = callPackage ({ mkDerivation, base, bytestring, bytestring-lexing, containers - , doctest, lens, yaml-light + , doctest, lens, transformers-compat, yaml-light }: mkDerivation { pname = "yaml-light-lens"; - version = "0.3.1.7"; - sha256 = "0r6gkvxcd598c52z1s4rzbc80xgc571jcr3p5h0bwkn93b8bj5vf"; + version = "0.3.1.9"; + sha256 = "0gxwa792g2nbgm2j6gl478qq5vgr06z6zzbbxranvh5fq7pq6al5"; buildDepends = [ - base bytestring bytestring-lexing containers lens yaml-light + base bytestring bytestring-lexing containers lens + transformers-compat yaml-light ]; testDepends = [ base doctest ]; + jailbreak = true; description = "Lens interface to yaml-light"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -128633,8 +129238,8 @@ self: { }: mkDerivation { pname = "yesod-bin"; - version = "1.4.6"; - sha256 = "1qr0bdnnmn13vyd6zx9d622lyhdpav9304yhc95fgzxz1cgbdza4"; + version = "1.4.7"; + sha256 = "1xi0i9j8gmgg920wzv363yq586kxcrmbf7br5ykxj30adj5w0cvp"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -128709,8 +129314,8 @@ self: { }: mkDerivation { pname = "yesod-core"; - version = "1.4.9"; - sha256 = "10rf7xrb0zrqpiv8149z52h1jx4nr96ajs2pxdr9avazprls9jmb"; + version = "1.4.9.1"; + sha256 = "1fqla2cahqr51jgr0l8pl2wq4rai2dq6yky75qjg5a4xrxcdq6sc"; buildDepends = [ aeson auto-update base blaze-builder blaze-html blaze-markup bytestring case-insensitive cereal clientsession conduit