From d93b114bbecc3f139b9196e327560eef0042fac1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 7 Mar 2015 13:03:55 +0100 Subject: [PATCH] hackage-packages.nix: re-generate from Hackage 2015-03-07T13:02:15+0100 --- .../haskell-modules/configuration-common.nix | 1 - .../haskell-modules/hackage-packages.nix | 400 +++++++++++------- 2 files changed, 258 insertions(+), 143 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9a02b964b10..b88f938dc4e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -537,7 +537,6 @@ self: super: { wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK29; }; # Depends on QuickCheck 1.x. - ersatz = dontCheck (super.ersatz.override { QuickCheck = self.QuickCheck_1_2_0_1; }); # https://github.com/ekmett/ersatz/issues/8 HaVSA = super.HaVSA.override { QuickCheck = self.QuickCheck_1_2_0_1; }; test-framework-quickcheck = super.test-framework-quickcheck.override { QuickCheck = self.QuickCheck_1_2_0_1; }; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index c893e8ccbf2..79fc56accd6 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -11472,18 +11472,19 @@ self: { }) {}; "Plot-ho-matic" = callPackage - ({ mkDerivation, base, Chart, Chart-cairo, containers - , data-default-class, glib, gtk, lens, linear, stm, text, time + ({ mkDerivation, base, cairo, Chart, Chart-cairo, containers + , data-default-class, generic-accessors, glib, gtk, lens, linear + , spatial-math, stm, text, time }: mkDerivation { pname = "Plot-ho-matic"; - version = "0.4.0.4"; - sha256 = "1d6nrhk2wyyii6wwwk1mlxa46sdd6xjghyp3cn6qh1i6dwq7i604"; + version = "0.5.0.0"; + sha256 = "00dza3lkgaivxyxy7q8z936zmlpxr4nk0lgq3vyg524pd4hq38sg"; isLibrary = true; isExecutable = true; buildDepends = [ - base Chart Chart-cairo containers data-default-class glib gtk lens - linear stm text time + base cairo Chart Chart-cairo containers data-default-class + generic-accessors glib gtk lens linear spatial-math stm text time ]; description = "Real-time line plotter for protobuf-like data"; license = stdenv.lib.licenses.bsd3; @@ -19875,21 +19876,21 @@ self: { }) {}; "ascii-progress" = callPackage - ({ mkDerivation, ansi-terminal, async, base, data-default, hspec - , MissingH, time + ({ mkDerivation, ansi-terminal, async, base, bytestring, conduit + , data-default, hspec, HTTP, http-conduit, http-types, time + , transformers }: mkDerivation { pname = "ascii-progress"; - version = "0.1.0.3"; - sha256 = "1cnszfaidak1gywcivjzzraaqdbz074mc8709qnr1clpqzhkszsp"; + version = "0.2.0.0"; + sha256 = "0ky2dkjv2j2bwkg1p27237dwpshnq9h760l26nk2wzg2vym2knsp"; isLibrary = true; isExecutable = true; buildDepends = [ - ansi-terminal async base data-default MissingH time - ]; - testDepends = [ - ansi-terminal async base data-default hspec MissingH time + ansi-terminal async base bytestring conduit data-default HTTP + http-conduit http-types time transformers ]; + testDepends = [ ansi-terminal async base data-default hspec time ]; homepage = "https://github.com/yamadapc/haskell-ascii-progress"; description = "A simple progress bar for the console"; license = stdenv.lib.licenses.gpl2; @@ -22697,8 +22698,8 @@ self: { ({ mkDerivation, base, semigroupoids, semigroups, tagged }: mkDerivation { pname = "bifunctors"; - version = "4.2"; - sha256 = "0gxj22qv0avg2rhmfbbjrx35yr83r311vm8asc4q71lzkbyg8qf6"; + version = "4.2.1"; + sha256 = "0zy4lz08r60h8lgrf67zqqrcslrnbmdi254ydv5mw69z57nnx3ng"; buildDepends = [ base semigroupoids semigroups tagged ]; homepage = "http://github.com/ekmett/bifunctors/"; description = "Bifunctors"; @@ -24888,6 +24889,7 @@ self: { base bliplib bytestring containers filepath language-python mtl old-time parseargs pretty ]; + jailbreak = true; homepage = "https://github.com/bjpop/blip"; description = "Python to bytecode compiler"; license = stdenv.lib.licenses.bsd3; @@ -25556,8 +25558,8 @@ self: { }: mkDerivation { pname = "buffer-builder"; - version = "0.2.1.0"; - sha256 = "05kldfic7rmxqvq6mjy0q8gi5scpg9644rhni8jw9zrsh7j1f0n3"; + version = "0.2.2.2"; + sha256 = "1mqia6rjnz5as8qv780yhxn7iyw2bxh5fx2d83x7assr6vn2489w"; buildDepends = [ base bytestring mtl text unordered-containers vector ]; @@ -25908,9 +25910,8 @@ self: { }: mkDerivation { pname = "bytes"; - version = "0.14.1.3"; - sha256 = "18pbn7qz93hwkdlbdld2mh91hki1smbcz0gsn6d816gr7whf1fhx"; - editedCabalFile = "320ebe39de8e091a9a043c59a0f7b44fdaf9b7306bbc299cc9552aa2a31093be"; + version = "0.15"; + sha256 = "0898qlpf74ax33hm6hbla9kcjrldk26sc5yj3gdp99yb3qb5swz6"; buildDepends = [ base binary bytestring cereal containers mtl text time transformers transformers-compat void @@ -29462,27 +29463,27 @@ self: { "clafer" = callPackage ({ mkDerivation, aeson, array, base, bytestring, cmdargs , containers, data-stringmap, directory, executable-path, filepath - , ghc, glpk-hs, HaXml, HTTP, HUnit, json-builder, lens, MaybeT, mtl - , network, parsec, process, QuickCheck, split, string-conversions - , tasty, tasty-hunit, tasty-th, text, transformers + , ghc, HaXml, HTTP, HUnit, json-builder, lens, lens-aeson, mtl + , network, network-uri, parsec, process, QuickCheck, split + , string-conversions, tasty, tasty-hunit, tasty-th, text + , transformers }: mkDerivation { pname = "clafer"; - version = "0.3.8"; - sha256 = "1ws7mmfa3xq2vxcva55ib0d6biz9n50ri10jljv839kw8f9ilv36"; + version = "0.3.9"; + sha256 = "0zc5vjb9iqzqb0nl47mgp51xpi1n156xfc1qkwks7kwqhhc23slr"; isLibrary = true; isExecutable = true; buildDepends = [ aeson array base bytestring cmdargs containers data-stringmap - directory executable-path filepath glpk-hs HaXml HTTP json-builder - lens MaybeT mtl network parsec process split string-conversions - text transformers + directory executable-path filepath HaXml HTTP json-builder lens + lens-aeson mtl network network-uri parsec process split + string-conversions text transformers ]; testDepends = [ - base containers directory filepath ghc HaXml HUnit lens mtl - QuickCheck tasty tasty-hunit tasty-th + base containers data-stringmap directory filepath ghc HaXml HUnit + lens lens-aeson mtl QuickCheck tasty tasty-hunit tasty-th ]; - jailbreak = true; homepage = "http://clafer.org"; description = "clafer compiles Clafer models to other formats, such as Alloy, XML, HTML, Dot"; license = stdenv.lib.licenses.mit; @@ -29497,8 +29498,8 @@ self: { }: mkDerivation { pname = "claferIG"; - version = "0.3.8"; - sha256 = "1c6dhjg9g59gvcy1hzq3by9qbrab2x4nm06k0d4n2kss15zpn4xf"; + version = "0.3.9"; + sha256 = "1nbrdxq7ynwj6ms76ayl84bb9j9yjmy3qdfdd8w810php95jrkgx"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -29518,16 +29519,16 @@ self: { "claferwiki" = callPackage ({ mkDerivation, base, clafer, containers, directory, gitit - , MissingH, mtl, network, process, SHA, split, time, transformers - , utf8-string + , MissingH, mtl, network, network-uri, process, SHA, split, time + , transformers, utf8-string }: mkDerivation { pname = "claferwiki"; - version = "0.3.8"; - sha256 = "1qljiwzgq3cm6q9f35nd86am29crxvplbhd4y0zz4zfrq13yf0sd"; + version = "0.3.9"; + sha256 = "05fz0ps2k6g9298jk8y69wjhvfpcidkc3c9g083snylm2cl0dax3"; buildDepends = [ - base clafer containers directory gitit MissingH mtl network process - SHA split time transformers utf8-string + base clafer containers directory gitit MissingH mtl network + network-uri process SHA split time transformers utf8-string ]; homepage = "http://github.com/gsdlab/claferwiki"; description = "A wiki-based IDE for literate modeling with Clafer"; @@ -31174,8 +31175,8 @@ self: { }: mkDerivation { pname = "comonad"; - version = "4.2.2"; - sha256 = "022fcy0ijwsdnjb1b1jrwy2ypzzbzvfgj9ns0c74hrsj08gjh8j8"; + version = "4.2.3"; + sha256 = "1zs967yx1qv7382qks7fy42qxy7d20mkiw2bxrnk5m1x339hqysj"; buildDepends = [ base containers contravariant distributive semigroups tagged transformers transformers-compat @@ -32057,6 +32058,33 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "configifier" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, bytestring + , case-insensitive, containers, hspec, hspec-discover, mtl + , pretty-show, QuickCheck, regex-easy, safe, scientific + , string-conversions, text, unordered-containers, vector, yaml + }: + mkDerivation { + pname = "configifier"; + version = "0.0.2"; + sha256 = "0k7gbkj9cz4rgicnllfh99i3d53qqwddysns0q3xwvvgv50ps8h3"; + isLibrary = true; + isExecutable = true; + buildDepends = [ + aeson base bytestring case-insensitive containers mtl pretty-show + regex-easy safe string-conversions text unordered-containers vector + yaml + ]; + testDepends = [ + aeson aeson-pretty base case-insensitive hspec hspec-discover + pretty-show QuickCheck scientific string-conversions + unordered-containers vector + ]; + jailbreak = true; + description = "parser for config files, shell variables, command line args"; + license = stdenv.lib.licenses.agpl3; + }) {}; + "configuration" = callPackage ({ mkDerivation, base, containers }: mkDerivation { @@ -35794,9 +35822,9 @@ self: { }: mkDerivation { pname = "data-easy"; - version = "0.4"; - sha256 = "07cpsix22gvx23si1s4xsx4359qj5sp3gfw6a8075zzs8f10ci0y"; - buildDepends = [ base containers either safe ]; + version = "0.5"; + sha256 = "1rrq20v1nzkmak1m7x3gpcn262h26y4mcx058g8dp413gvdniypq"; + buildDepends = [ base containers safe ]; testDepends = [ base containers directory either errors haskell-src-exts hlint hspec HUnit QuickCheck safe text transformers unix @@ -41464,6 +41492,7 @@ self: { sha256 = "0ln2b4v9nb5hmivh389jaa3yp0mwc4pm2xizbc3alvjhxy2a83wx"; buildDepends = [ base free kan-extensions mtl ]; testDepends = [ base hspec hspec-discover HUnit QuickCheck ]; + jailbreak = true; homepage = "https://github.com/edofic/effect-handlers"; description = "A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers."; license = stdenv.lib.licenses.mit; @@ -43026,29 +43055,21 @@ self: { }) {}; "ersatz" = callPackage - ({ mkDerivation, array, base, blaze-builder, blaze-textual - , bytestring, containers, data-default, data-reify, directory - , doctest, filepath, HUnit, lens, mtl, parsec, process, QuickCheck - , temporary, test-framework, test-framework-hunit - , test-framework-quickcheck, transformers, unordered-containers + ({ mkDerivation, array, base, bytestring, containers, data-default + , directory, doctest, filepath, lens, mtl, parsec, process + , temporary, transformers, unordered-containers }: mkDerivation { pname = "ersatz"; - version = "0.2.6.1"; - sha256 = "1hbn49ycc47f5zjf5zdgls23a8da389ma19g43bc379l8hm2xrjj"; + version = "0.3"; + sha256 = "1hq6cdw1rvwc0289saz36x2imwwnj203hqk2lsbkbhyghdvqmpbr"; isLibrary = true; isExecutable = true; buildDepends = [ - array base blaze-builder blaze-textual bytestring containers - data-default lens mtl parsec process temporary transformers - unordered-containers + array base bytestring containers data-default lens mtl parsec + process temporary transformers unordered-containers ]; - testDepends = [ - array base containers data-reify directory doctest filepath HUnit - mtl QuickCheck test-framework test-framework-hunit - test-framework-quickcheck transformers - ]; - jailbreak = true; + testDepends = [ base directory doctest filepath ]; homepage = "http://github.com/ekmett/ersatz"; description = "A monad for expressing SAT or QSAT problems using observable sharing"; license = stdenv.lib.licenses.bsd3; @@ -43146,6 +43167,7 @@ self: { version = "1.1.0.0"; sha256 = "1qwbjy71zshlg8vp0qm5wya8ikgac9jpc5xr0x31i85p3yv5xl1p"; buildDepends = [ ad base distributive lens linear reflection ]; + jailbreak = true; homepage = "https://github.com/GaloisInc/estimator"; description = "State-space estimation algorithms such as Kalman Filters"; license = stdenv.lib.licenses.bsd3; @@ -43309,13 +43331,17 @@ self: { }) {}; "euler" = callPackage - ({ mkDerivation, base, hlint, hspec }: + ({ mkDerivation, base, hlint, hspec, hspec-core, process + , QuickCheck, regex-posix, xml + }: mkDerivation { pname = "euler"; - version = "0.3.3"; - sha256 = "16rd09kg7wcnli8fg5m6415hxx2y50930qad7ifglkw2p6cfwxg2"; - buildDepends = [ base ]; - testDepends = [ base hlint hspec ]; + version = "0.4.0"; + sha256 = "069sh0ih88wd35ii0ll8yck41by8m2bwwy4x24cy4sbrbbikg7z9"; + buildDepends = [ base regex-posix ]; + testDepends = [ + base hlint hspec hspec-core process QuickCheck regex-posix xml + ]; homepage = "https://github.com/decomputed/euler"; description = "Mathematics utilities for Haskell"; license = stdenv.lib.licenses.mit; @@ -45536,9 +45562,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "fixed"; - version = "0.2.1"; - sha256 = "1ayfya62ngcyyhi736fl5cd39iw568lkl16j4mliw3mi1cs2cic0"; - editedCabalFile = "ebdccc1365c476d64ebe64237dc19d65d2ad11e03c265a88367bdf185f4c6980"; + version = "0.2.1.1"; + sha256 = "1qhmwx8iqshns0crmr9d2f8hm65jxbcp3dvv0c39v34ra7if3a94"; buildDepends = [ base ]; homepage = "http://github.com/ekmett/fixed"; description = "Signed 15.16 precision fixed point arithmetic"; @@ -46822,8 +46847,8 @@ self: { }: mkDerivation { pname = "free"; - version = "4.10.0.1"; - sha256 = "0vs080bbcbncjqa7z0l6zd10kpmilj8khxiqdn4bq24mifyryhvq"; + version = "4.11"; + sha256 = "0k645n6ywy1as2lmw4gv2bmmr9y67pcnar0jhhf9kpaqvl5s2h5y"; buildDepends = [ base bifunctors comonad distributive mtl prelude-extras profunctors semigroupoids semigroups template-haskell transformers @@ -48153,6 +48178,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "generic-accessors" = callPackage + ({ mkDerivation, base, HUnit, linear, QuickCheck, spatial-math + , test-framework, test-framework-hunit + }: + mkDerivation { + pname = "generic-accessors"; + version = "0.1.0.0"; + sha256 = "0ssyrdn0cqm7gq3rp3dqkg7il2llagdri719z03ywj96qjh4vxw5"; + buildDepends = [ base linear spatial-math ]; + testDepends = [ + base HUnit QuickCheck test-framework test-framework-hunit + ]; + description = "stringly-named getters for generic data"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "generic-aeson" = callPackage ({ mkDerivation, aeson, attoparsec, base, generic-deriving, mtl , tagged, text, unordered-containers, vector @@ -48389,8 +48430,8 @@ self: { }: mkDerivation { pname = "geni-util"; - version = "0.24.1"; - sha256 = "0djfckf2k7wvnzsl7yy6f33csa82c7ps1mah6bdnw31bqijxiyjd"; + version = "0.24.1.1"; + sha256 = "1ydxg10s6bk02i3mikb8aqjai099874gby26q50lwf9xp04csbfk"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -48455,8 +48496,8 @@ self: { }: mkDerivation { pname = "geniserver"; - version = "0.24.1"; - sha256 = "0r12iz8zy3vbcjphprzydvf6rw94qdk2mcl4am9agmyw2g5gqcfd"; + version = "0.24.1.1"; + sha256 = "1597ah64rqag20qx8dvjmdhhhsjzsfdq2f43y3jyy2cnzssj953c"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -56115,24 +56156,25 @@ self: { , lifted-base, monad-control, mtl, QuickCheck, resourcet , scientific, test-framework, test-framework-hunit , test-framework-quickcheck2, test-framework-th, text, transformers - , transformers-base, unordered-containers, vector + , transformers-base, transformers-compat, unordered-containers + , vector }: mkDerivation { pname = "haskell-neo4j-client"; - version = "0.3.0.9"; - sha256 = "1qi7azm0j4r310dhyh2xhchw78brkagkig1wdjz9l8wazw0niqzn"; + version = "0.3.0.10"; + sha256 = "0av67yxcnnamg0420v9wzydnm07hfkc58zs0fn6827zrxmxzqcv2"; buildDepends = [ aeson base bytestring containers data-default hashable HTTP http-conduit http-types lifted-base monad-control mtl resourcet - scientific text transformers transformers-base unordered-containers - vector + scientific text transformers transformers-base transformers-compat + unordered-containers vector ]; testDepends = [ aeson base bytestring Cabal data-default hashable HTTP http-conduit http-types HUnit lifted-base monad-control mtl QuickCheck resourcet scientific test-framework test-framework-hunit test-framework-quickcheck2 test-framework-th text transformers - transformers-base unordered-containers vector + transformers-base transformers-compat unordered-containers vector ]; jailbreak = true; homepage = "https://github.com/asilvestre/haskell-neo4j-rest-client"; @@ -58294,6 +58336,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "hdbc-aeson" = callPackage + ({ mkDerivation, aeson, base, convertible, HDBC, scientific, text + , unordered-containers, vector + }: + mkDerivation { + pname = "hdbc-aeson"; + version = "0.1.2.0"; + sha256 = "0rwmswa5w84clgskwxlv553g584pwldflxdbq630gjxzqshhriz7"; + buildDepends = [ + aeson base convertible HDBC scientific text unordered-containers + vector + ]; + homepage = "https://github.com/danchoi/hdbc-aeson"; + description = "Deserialize from HDBC rows to FromJSON instances"; + license = stdenv.lib.licenses.mit; + }) {}; + "hdbc-postgresql-hstore" = callPackage ({ mkDerivation, attoparsec, base, containers, HDBC, text }: mkDerivation { @@ -61133,14 +61192,13 @@ self: { "hlibBladeRF" = callPackage ({ mkDerivation, base, bindings-DSL, bytestring, hlint, libbladeRF - , process, regex-compat }: mkDerivation { pname = "hlibBladeRF"; - version = "0.1.0.2"; - sha256 = "0yg8j1vj9p1i2n1nyd9zq9j66k55ib1y1qz0l7v026mvdd6qx7li"; + version = "0.1.0.3"; + sha256 = "1a74yyx06lxbfyfd2knvlnn7pvhlqgxw4fqmdzy20vr1pg7wrpm3"; buildDepends = [ base bindings-DSL bytestring ]; - testDepends = [ base hlint process regex-compat ]; + testDepends = [ base hlint ]; pkgconfigDepends = [ libbladeRF ]; homepage = "https://victoredwardocallaghan.github.io/hlibBladeRF"; description = "Haskell binding to libBladeRF SDR library"; @@ -66588,8 +66646,8 @@ self: { }: mkDerivation { pname = "htsn-import"; - version = "0.2.1"; - sha256 = "1gwijlkrdb3p79za7h2m3ilcwnrxmffqn3xvmd3sfszvrj2wws6n"; + version = "0.2.3"; + sha256 = "1c10p1l5rm98c4gyxhmxkhmlv3w6068ca399xjb762wp72xsyz8n"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -67981,8 +68039,8 @@ self: { }: mkDerivation { pname = "hxt-regex-xmlschema"; - version = "9.2.0.1"; - sha256 = "1djwqmd9kd28n7w3k28ks4xwb94d1q6i4yf1kj22iwr9cyy23xc1"; + version = "9.2.0.2"; + sha256 = "1hkcd5p7rhv8z2vlcpd1gcdiyni28m8k8yd5fnxw8a9bvrnnfi27"; buildDepends = [ base bytestring hxt-charproperties parsec text ]; testDepends = [ base bytestring HUnit parsec text ]; homepage = "http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema"; @@ -69840,8 +69898,8 @@ self: { }: mkDerivation { pname = "influxdb"; - version = "0.9.0.1"; - sha256 = "196cv6lidxmjhsj83maflsnxqivw6q60nrw5ib1ssl4iqqry4k02"; + version = "0.9.1"; + sha256 = "1zqck8x48lvvz1biphzv647sw1gsl6b06700d7qpmrcmci0lcyky"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -69853,7 +69911,6 @@ self: { base http-client HUnit mtl tasty tasty-hunit tasty-quickcheck tasty-th text vector ]; - jailbreak = true; homepage = "https://github.com/maoe/influxdb-haskell"; description = "Haskell client library for InfluxDB"; license = stdenv.lib.licenses.bsd3; @@ -70061,8 +70118,8 @@ self: { ({ mkDerivation, base, parallel }: mkDerivation { pname = "integration"; - version = "0.2.0.1"; - sha256 = "1pwykd7jjy1d7inf747mpz2bh7ygakmlb90xi57dwm8h249knbmk"; + version = "0.2.1"; + sha256 = "0bsqad6q4kc0wykswwqykcn6nd4wj6yd9dzpg075h2n1mmg3h9qc"; buildDepends = [ base parallel ]; homepage = "https://github.com/ekmett/integration"; description = "Fast robust numeric integration via tanh-sinh quadrature"; @@ -74765,16 +74822,17 @@ self: { "language-python" = callPackage ({ mkDerivation, alex, array, base, containers, happy, monads-tf - , pretty, transformers + , pretty, transformers, utf8-string }: mkDerivation { pname = "language-python"; - version = "0.4.1"; - sha256 = "174rj38bc3q4ak08d11r476wswfgv936m5x980kar7jj8p26q163"; + version = "0.5.0"; + sha256 = "1z0m0lbvrcjyh04zr52wi1zhmb28m4s67zlvf2wc6qh0z9y4l7wy"; buildDepends = [ - array base containers monads-tf pretty transformers + array base containers monads-tf pretty transformers utf8-string ]; buildTools = [ alex happy ]; + jailbreak = true; homepage = "http://github.com/bjpop/language-python"; description = "Parsing and pretty printing of Python code"; license = stdenv.lib.licenses.bsd3; @@ -74795,6 +74853,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "language-python-test" = callPackage + ({ mkDerivation, base, language-python }: + mkDerivation { + pname = "language-python-test"; + version = "0.5.0"; + sha256 = "0sxl2snzwi4v3fzfgdwy2fx1pih4qvh1z8s1qkkq346x76n4rgnv"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base language-python ]; + homepage = "http://github.com/bjpop/language-python-test"; + description = "testing code for the language-python library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "language-sh" = callPackage ({ mkDerivation, base, directory, filepath, mtl, parsec, pcre-light }: @@ -76620,21 +76692,23 @@ self: { }) {}; "linear" = callPackage - ({ mkDerivation, adjunctions, base, binary, bytestring, containers - , deepseq, directory, distributive, doctest, filepath, ghc-prim - , hashable, HUnit, lens, reflection, semigroupoids, semigroups - , simple-reflect, tagged, template-haskell, test-framework - , test-framework-hunit, transformers, unordered-containers, vector + ({ mkDerivation, adjunctions, base, binary, bytes, bytestring + , cereal, containers, deepseq, directory, distributive, doctest + , filepath, ghc-prim, hashable, HUnit, lens, reflection + , semigroupoids, semigroups, simple-reflect, tagged + , template-haskell, test-framework, test-framework-hunit + , transformers, transformers-compat, unordered-containers, vector , void }: mkDerivation { pname = "linear"; - version = "1.16.4"; - sha256 = "11ii56sxsr7c4b7n4lbwjc4kbz443zs2g5afklvvq3l685l5zp68"; + version = "1.17.1"; + sha256 = "009bp2lv2fniq0pnn19xiapc9fc9pp6qi9rcnzw1a646gmmb9si6"; buildDepends = [ - adjunctions base binary containers deepseq distributive ghc-prim - hashable lens reflection semigroupoids semigroups tagged - template-haskell transformers unordered-containers vector void + adjunctions base binary bytes cereal containers deepseq + distributive ghc-prim hashable lens reflection semigroupoids + semigroups tagged template-haskell transformers transformers-compat + unordered-containers vector void ]; testDepends = [ base binary bytestring directory doctest filepath HUnit lens @@ -78360,6 +78434,7 @@ self: { version = "0.3.1.1"; sha256 = "1c354ddx9niimfnppbg43d0v2dfr5s9s5dkppi0sld06jxaakxc5"; buildDepends = [ base data-default gl linear vector ]; + jailbreak = true; description = "Basic gl wrapper and reference"; license = stdenv.lib.licenses.bsd2; }) {}; @@ -84834,6 +84909,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "natural-transformation" = callPackage + ({ mkDerivation, base, containers, quickcheck-instances, tasty + , tasty-quickcheck + }: + mkDerivation { + pname = "natural-transformation"; + version = "0.1"; + sha256 = "0qs8zfd3pwjr539453w94rddssw85ky695jz8rasn85sxp2kflbc"; + buildDepends = [ base ]; + testDepends = [ + base containers quickcheck-instances tasty tasty-quickcheck + ]; + homepage = "https://github.com/ku-fpg/natural-transformation"; + description = "A natural transformation package"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "naturalcomp" = callPackage ({ mkDerivation, base, text, utf8-string }: mkDerivation { @@ -86563,12 +86655,16 @@ self: { }) {}; "not-gloss" = callPackage - ({ mkDerivation, base, GLUT, OpenGLRaw, spatial-math, time }: + ({ mkDerivation, base, binary, cereal, GLUT, OpenGLRaw + , spatial-math, time + }: mkDerivation { pname = "not-gloss"; - version = "0.7.0.0"; - sha256 = "0mc0sddkcqbhvawq1zfvypa8n7fhvg8z385w7m9f4awyyaza6jd0"; - buildDepends = [ base GLUT OpenGLRaw spatial-math time ]; + version = "0.7.0.2"; + sha256 = "1mizah0fwpk3nqk772qmp225kpbwbhikr70qrjzwgmlak9n8f54y"; + buildDepends = [ + base binary cereal GLUT OpenGLRaw spatial-math time + ]; description = "Painless 3D graphics, no affiliation with gloss"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -87519,6 +87615,7 @@ self: { testDepends = [ base postgresql-simple product-profunctors profunctors time ]; + jailbreak = true; homepage = "https://github.com/tomjaguarpaw/haskell-opaleye"; description = "An SQL-generating DSL targeting PostgreSQL"; license = stdenv.lib.licenses.bsd3; @@ -89849,8 +89946,8 @@ self: { }: mkDerivation { pname = "pdf-toolbox-content"; - version = "0.0.3.1"; - sha256 = "08icj65l6hjl2r07ipr6c65n7ny771zq714bswhv2q0iwdigz1iz"; + version = "0.0.3.2"; + sha256 = "09nscaska3jpc0kkz4fgiyini8g6pk9b5p6kw5yp5nx984f8579a"; buildDepends = [ attoparsec base base16-bytestring bytestring containers io-streams pdf-toolbox-core text @@ -89866,8 +89963,8 @@ self: { }: mkDerivation { pname = "pdf-toolbox-core"; - version = "0.0.3.0"; - sha256 = "1d9c275gdr2byri6nbabh2ap6lnq0wnfqfqq76fnb0fj92ydmxc6"; + version = "0.0.3.2"; + sha256 = "0wz9khfymnsyjrcvj2dgav1a1sjira481gx9ks7sz23h5pj69bds"; buildDepends = [ attoparsec base bytestring containers errors io-streams scientific transformers zlib-bindings @@ -89878,17 +89975,18 @@ self: { }) {}; "pdf-toolbox-document" = callPackage - ({ mkDerivation, base, bytestring, cipher-rc4, containers - , cryptohash, io-streams, pdf-toolbox-content, pdf-toolbox-core - , text, transformers + ({ mkDerivation, base, bytestring, cipher-aes, cipher-rc4 + , containers, crypto-api, cryptohash, io-streams + , pdf-toolbox-content, pdf-toolbox-core, text, transformers }: mkDerivation { pname = "pdf-toolbox-document"; - version = "0.0.4.0"; - sha256 = "1fjchlknkxxgy6rm2q4f9fhy53ip06kzvcv5876gxswdchi6kxwa"; + version = "0.0.5.0"; + sha256 = "0ilgbwmv2qvzbji79ybam5f2aghlqhq1jgchq39xxwrs2i40vrxz"; buildDepends = [ - base bytestring cipher-rc4 containers cryptohash io-streams - pdf-toolbox-content pdf-toolbox-core text transformers + base bytestring cipher-aes cipher-rc4 containers crypto-api + cryptohash io-streams pdf-toolbox-content pdf-toolbox-core text + transformers ]; homepage = "https://github.com/Yuras/pdf-toolbox"; description = "A collection of tools for processing PDF files"; @@ -89902,8 +90000,8 @@ self: { }: mkDerivation { pname = "pdf-toolbox-viewer"; - version = "0.0.3.0"; - sha256 = "173hc11aiy6zzsz624samxif953nl5gyjlxk8zy0c7a0yaxha1pp"; + version = "0.0.3.2"; + sha256 = "14245lv0jfmvmsldrhnp9n0fk7x2wjzsamwqjphbcxw70h9hw9s8"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -90639,8 +90737,8 @@ self: { }: mkDerivation { pname = "persona-idp"; - version = "0.1.0.1"; - sha256 = "138s5a565yaj2mq6gn8sh9iivwflgl9sxh6jxsf66a0hnr43mz6k"; + version = "0.1.0.2"; + sha256 = "082ly9m0m0g9brgzma489i4b4pkqqy50gv0a6hn7pvyhpr901b6n"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -90648,7 +90746,6 @@ self: { directory filepath hamlet http-types jose lens optparse-applicative pem persona scotty shakespeare text time transformers unix wai x509 ]; - jailbreak = true; homepage = "https://github.com/frasertweedale/hs-persona-idp"; description = "Persona (BrowserID) Identity Provider"; license = stdenv.lib.licenses.agpl3; @@ -94001,6 +94098,7 @@ self: { editedCabalFile = "49b845d840379a6920f4dde4d88ce96a4b7b98760410db0874ed9a322b113d32"; buildDepends = [ base contravariant profunctors template-haskell ]; testDepends = [ base profunctors ]; + jailbreak = true; homepage = "https://github.com/tomjaguarpaw/product-profunctors"; description = "product-profunctors"; license = stdenv.lib.licenses.bsd3; @@ -94077,9 +94175,8 @@ self: { }: mkDerivation { pname = "profunctors"; - version = "4.3.2"; - sha256 = "06dv9bjz2hsm32kzfqqm6z54197dfjm3wycnbbgl9pib711w484v"; - editedCabalFile = "be979686814ec350c42af61b496af101aee25e5be211d22caccf59ef93e6581b"; + version = "4.4"; + sha256 = "0q4ixqv4gkvxx3wsyvp0hys11h4mms90lvka1hp1ni3h739z7kyj"; buildDepends = [ base comonad distributive semigroupoids tagged transformers ]; @@ -101043,8 +101140,8 @@ self: { }: mkDerivation { pname = "sbv"; - version = "4.0"; - sha256 = "0clc65rwxdgr1ps7r06cv5dqq91cfb56z9zmmw700xdmjdjq73f4"; + version = "4.1"; + sha256 = "03igvz1xmp20bx2cqsjw6f36p6i10z51kkhpj54xmmqkphb7alpw"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -102298,8 +102395,8 @@ self: { }: mkDerivation { pname = "semigroups"; - version = "0.16.1"; - sha256 = "0ffy7xmzbwwbkcrpdyq0yw07w9ibiwnb2y5qmg0f5p71x830f3ad"; + version = "0.16.2.2"; + sha256 = "0mzdv05yhrvnib62mwfwwj66fmyzs3axm0y5sn374ig2r113wzni"; buildDepends = [ base bytestring containers deepseq hashable nats text unordered-containers @@ -105270,6 +105367,7 @@ self: { version = "0.1.0.1"; sha256 = "1gr36qbc1d6j3mhgpyxc08qkgk11kdpschvclh06jlcq3h2j62sy"; buildDepends = [ base linear vector ]; + jailbreak = true; homepage = "https://github.com/phaazon/smoothie"; description = "Smooth curves via several splines and polynomials"; license = stdenv.lib.licenses.bsd3; @@ -107183,12 +107281,12 @@ self: { }) {}; "spatial-math" = callPackage - ({ mkDerivation, base, cereal, doctest, ghc-prim, linear }: + ({ mkDerivation, base, binary, cereal, doctest, ghc-prim, linear }: mkDerivation { pname = "spatial-math"; - version = "0.2.1.1"; - sha256 = "0c5jy0kx88x48zibia8hiamy0fz2wy1gw6yv0271pdiw34b6va1c"; - buildDepends = [ base cereal ghc-prim linear ]; + version = "0.2.1.2"; + sha256 = "18b6q3dmw7xnl53ckhcsj831b98m3vx3nk9p16sjzh10zdpb0nk8"; + buildDepends = [ base binary cereal ghc-prim linear ]; testDepends = [ base doctest ]; description = "3d math including quaternions/euler angles/dcms and utility functions"; license = stdenv.lib.licenses.bsd3; @@ -108395,6 +108493,7 @@ self: { version = "0.2.0.0"; sha256 = "10fk8kjzksym7qz9xc8pcglcn24rzi6ry03rnhxiy0mc6d6dsrb4"; buildDepends = [ base double-conversion free mtl text ]; + jailbreak = true; homepage = "https://github.com/jeffreyrosenbluth/static-canvas"; description = "DSL to generate HTML5 Canvas javascript"; license = stdenv.lib.licenses.bsd3; @@ -114912,13 +115011,12 @@ self: { }: mkDerivation { pname = "tinylog"; - version = "0.12.0"; - sha256 = "1khwwikdgy202b3gscnlw87da0s9mdxzmmflcqk9c9ybmn1mx2jn"; + version = "0.12.1"; + sha256 = "1hh70788d0rd35raybix383s6bb3mnibmmpdxwbqybv2dgmm4jq9"; buildDepends = [ auto-update base bytestring containers double-conversion fast-logger text transformers unix-time ]; - jailbreak = true; homepage = "https://github.com/twittner/tinylog/"; description = "Simplistic logging using fast-logger"; license = "unknown"; @@ -122272,6 +122370,22 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "webcrank-dispatch" = callPackage + ({ mkDerivation, base, bytestring, mtl, path-pieces, reroute, text + , unordered-containers + }: + mkDerivation { + pname = "webcrank-dispatch"; + version = "0.1"; + sha256 = "1w4kfcm2d6iw4d45ywg2g6iysxl2iywk3nbk5ac6p6500y6hh97k"; + buildDepends = [ + base bytestring mtl path-pieces reroute text unordered-containers + ]; + homepage = "https://github.com/webcrank/webcrank-dispatch.hs"; + description = "A simple request dispatcher"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "webdriver" = callPackage ({ mkDerivation, aeson, attoparsec, base, base64-bytestring , bytestring, cond, data-default, directory, directory-tree @@ -122918,6 +123032,7 @@ self: { version = "0.2.4"; sha256 = "0xbzk4p5jazdkrlvj67xzy9vphl6rw90jp8cv4hr8p63v7ja2kfq"; buildDepends = [ base lens linear parsec parsec-numbers ]; + jailbreak = true; homepage = "http://github.com/bgamari/wkt"; description = "Parsec parsers and types for geographic data in well-known text (WKT) format"; license = stdenv.lib.licenses.bsd3; @@ -127820,6 +127935,7 @@ self: { version = "0.1.1.1"; sha256 = "1j37ic4v4q1wwysm4gf41f5bxd8ywr4qnqpxscigm0ghbwfs7f1z"; buildDepends = [ base bytestring profunctors zlib ]; + jailbreak = true; homepage = "http://lens.github.io/"; description = "Lenses for zlib"; license = stdenv.lib.licenses.bsd3;