hackage-packages.nix: update to 377c4aff87
with hackage2nix revision e4785fc969ad3ea9d2fdda94a86d0fff9c56721c
This commit is contained in:
parent
e0181e4b72
commit
34c533009d
@ -1511,23 +1511,20 @@ self: {
|
||||
, containers, data-default, directory, filepath, HaXml, haxr
|
||||
, highlighting-kate, hscolour, lens, mtl, pandoc, pandoc-citeproc
|
||||
, pandoc-types, parsec, process, split, strict, temporary
|
||||
, transformers, utf8-string
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "BlogLiterately";
|
||||
version = "0.7.1.7";
|
||||
revision = "3";
|
||||
sha256 = "05i0v5mrmnxbmrqrm473z6hs9j4c2jv1l81i4kdmm2wia6p93s90";
|
||||
editedCabalFile = "04eff5dba1e60fa191970db5aa7c08f4c95dbc5f425cdea79037c5ee5823074c";
|
||||
version = "0.7.1.8";
|
||||
sha256 = "0l326xnagszwv7f21dqzdb0qj5q2xhj1mmll7rpy1mxr5c0bvm2h";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base blaze-html bool-extras bytestring cmdargs containers
|
||||
data-default directory filepath HaXml haxr highlighting-kate
|
||||
hscolour lens mtl pandoc pandoc-citeproc pandoc-types parsec
|
||||
process split strict temporary transformers utf8-string
|
||||
process split strict temporary transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://byorgey.wordpress.com/blogliterately/";
|
||||
description = "A tool for posting Haskelly articles to blogs";
|
||||
license = "GPL";
|
||||
@ -17202,8 +17199,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-better-errors";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "188pi0x2hfl1m1s55xb64s6gm6bcfck9b1hs3lmcbpczka84wy20";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "01kfbbpf0kdjidgiscljg6mx0x4qk89n5jl44lhg52i3ni3wr28x";
|
||||
buildDepends = [
|
||||
aeson base bytestring dlist mtl scientific text transformers
|
||||
transformers-compat unordered-containers vector void
|
||||
@ -27890,12 +27887,11 @@ self: {
|
||||
({ mkDerivation, base, Cabal, containers, directory, filepath }:
|
||||
mkDerivation {
|
||||
pname = "cabal-dependency-licenses";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1zccbhv7ysx9v6k0m2i08mrrx0d16x00cpkq7k5r765g9yjmn80k";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "11bp5gmm0j0w5pbd26qd7w05v1mkkxi5gf28rlx44dzic55xpkld";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base Cabal containers directory filepath ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/jaspervdj/cabal-dependency-licenses";
|
||||
description = "Compose a list of a project's transitive dependencies with their licenses";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -28964,6 +28960,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"call-haskell-from-anything" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, msgpack, mtl
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "call-haskell-from-anything";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0hav4kypy39lil49wrclrrajrwa5prmi7r7s6y9i3xshn1mhnjx1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
attoparsec base bytestring msgpack mtl template-haskell
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nh2/call-haskell-from-anything";
|
||||
description = "Python-to-Haskell function calls";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"camh" = callPackage
|
||||
({ mkDerivation, base, bytestring, Imlib, terminfo }:
|
||||
mkDerivation {
|
||||
@ -33664,6 +33679,28 @@ self: {
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"conduit_1_2_4_1" = callPackage
|
||||
({ mkDerivation, base, containers, exceptions, hspec, lifted-base
|
||||
, mmorph, mtl, QuickCheck, resourcet, safe, transformers
|
||||
, transformers-base, void
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conduit";
|
||||
version = "1.2.4.1";
|
||||
sha256 = "0g5rdcj0xbiz3x2pkmhwm67r9f0yncpnssv32s7k0w7qld46wri6";
|
||||
buildDepends = [
|
||||
base exceptions lifted-base mmorph mtl resourcet transformers
|
||||
transformers-base void
|
||||
];
|
||||
testDepends = [
|
||||
base containers exceptions hspec mtl QuickCheck resourcet safe
|
||||
transformers void
|
||||
];
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
description = "Streaming data processing library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"conduit" = callPackage
|
||||
({ mkDerivation, base, containers, exceptions, hspec, lifted-base
|
||||
, mmorph, mtl, QuickCheck, resourcet, safe, transformers
|
||||
@ -37716,9 +37753,10 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "data-carousel";
|
||||
version = "0.1.0.0";
|
||||
revision = "1";
|
||||
sha256 = "1vp17428a2pw4g3y2ra22ll5vjnqwl2xwr2wfj8ppkxaj34a2nsh";
|
||||
editedCabalFile = "56aa17d4ad0390625d0694ff6f8e281720d96bdabc678cc10934ac9becc663ea";
|
||||
buildDepends = [ base containers lens ];
|
||||
jailbreak = true;
|
||||
description = "A rotating sequence data structure";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
@ -38787,6 +38825,18 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"dbcleaner" = callPackage
|
||||
({ mkDerivation, base, hspec, postgresql-simple, text }:
|
||||
mkDerivation {
|
||||
pname = "dbcleaner";
|
||||
version = "0.1.1";
|
||||
sha256 = "1n4al0fd577ldvaxca6nz181lp0b29z4slrjldx3m51nkxy1ficc";
|
||||
buildDepends = [ base postgresql-simple text ];
|
||||
testDepends = [ base hspec postgresql-simple text ];
|
||||
description = "Clean database tables automatically around hspec tests";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"dbf" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, monad-loops, rwlock }:
|
||||
mkDerivation {
|
||||
@ -42362,8 +42412,8 @@ self: {
|
||||
({ mkDerivation, base, doctest, HUnit, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "doctest-prop";
|
||||
version = "0.2";
|
||||
sha256 = "09wxkhcmh297hqnx3g4x8ff0w5dcmls9y383417rc8wawf5q288n";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1amfsq53s0bgal77g7hbsvbn1vlqh1jc3qvcjwv0achc6z65dc2a";
|
||||
buildDepends = [ base HUnit QuickCheck ];
|
||||
testDepends = [ base doctest HUnit QuickCheck ];
|
||||
description = "Allow QuickCheck-style property testing within doctest";
|
||||
@ -49987,18 +50037,13 @@ self: {
|
||||
}) { inherit (pkgs) libdevil;};
|
||||
|
||||
"friendly-time" = callPackage
|
||||
({ mkDerivation, base, HUnit, old-locale, test-framework
|
||||
, test-framework-hunit, time
|
||||
}:
|
||||
({ mkDerivation, base, hspec, old-locale, time }:
|
||||
mkDerivation {
|
||||
pname = "friendly-time";
|
||||
version = "0.3";
|
||||
sha256 = "10p78qbb1c87d0ag6cwc7blgwaw8r5sbs00gp5qg3sh9x7n9l3nj";
|
||||
version = "0.4";
|
||||
sha256 = "1x73jk9smga912nfyxa77j6yz74kyx8zdr4q6xj3sirp46qm5nh5";
|
||||
buildDepends = [ base old-locale time ];
|
||||
testDepends = [
|
||||
base HUnit old-locale test-framework test-framework-hunit time
|
||||
];
|
||||
homepage = "http://github.com/pbrisbin/friendly-time";
|
||||
testDepends = [ base hspec old-locale time ];
|
||||
description = "Print time information in friendly ways";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -51681,8 +51726,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-events";
|
||||
version = "0.4.3.0";
|
||||
sha256 = "128p651hp8v1i0iaccmfh3ap6lajcrzdihjb853s71pgnpal6izr";
|
||||
version = "0.4.4.0";
|
||||
sha256 = "0vagr03rivl5ymcnkxnzb1x5b4cr6xknnkwmfliqfrc1hhjgcaxb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ array base binary bytestring containers mtl ];
|
||||
@ -55915,13 +55960,13 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "hXmixer";
|
||||
version = "0.2.5.0";
|
||||
revision = "1";
|
||||
revision = "2";
|
||||
sha256 = "0nl6ylprxc1mz96713n222gy1b3pifkp3mb42v181w1iwms405y5";
|
||||
editedCabalFile = "c59d268da5fbb74957b9b9a2dd908a06a002d4c4845748876da77bafcc2deeb7";
|
||||
editedCabalFile = "3d625ce1058f3df1e7384767fe12bc7a364a0c3ee075a6033bf8e91cfc5c8acc";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base directory gtk3 process split text ];
|
||||
description = "A Gtk mixer application for FreeBSD";
|
||||
description = "A Gtk mixer GUI application for FreeBSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@ -63203,13 +63248,24 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hgeometry" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
({ mkDerivation, array, base, bifunctors, bytestring, containers
|
||||
, data-clist, doctest, fixed-vector, hexpat, lens, linear, mtl
|
||||
, parsec, random, semigroups, singletons, text, validation, vector
|
||||
, vinyl
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hgeometry";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "04czprwf74cyghi5c0mj5iyxdxc0wln6wxvknfvb7ns739mg2019";
|
||||
buildDepends = [ base ];
|
||||
description = "Geometry types in Haskell";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "00z6xna83j9klba6rj09cdiriqgn45cx15pw22zylywn0s8agc4d";
|
||||
buildDepends = [
|
||||
base bifunctors bytestring containers data-clist fixed-vector
|
||||
hexpat lens linear mtl parsec random semigroups singletons text
|
||||
validation vector vinyl
|
||||
];
|
||||
testDepends = [ array base data-clist doctest lens linear ];
|
||||
jailbreak = true;
|
||||
homepage = "http://fstaals.net/software/hgeometry";
|
||||
description = "Data types for geometric objects, geometric algorithms, and data structures";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@ -70653,17 +70709,17 @@ self: {
|
||||
}) {};
|
||||
|
||||
"http-media" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, cabal-test-quickcheck
|
||||
, case-insensitive, containers, QuickCheck
|
||||
({ mkDerivation, base, bytestring, case-insensitive, containers
|
||||
, QuickCheck, test-framework, test-framework-quickcheck2
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-media";
|
||||
version = "0.6.1";
|
||||
sha256 = "0x2smkccs64ll31adwj4n7kr1qalihyj28py2k5qwl2ynyygxbxq";
|
||||
version = "0.6.2";
|
||||
sha256 = "0r3xghxhnwpc8gblcj6l5sq3lxzra7280vlph1s4xfqxknv69km7";
|
||||
buildDepends = [ base bytestring case-insensitive containers ];
|
||||
testDepends = [
|
||||
base bytestring Cabal cabal-test-quickcheck case-insensitive
|
||||
containers QuickCheck
|
||||
base bytestring case-insensitive containers QuickCheck
|
||||
test-framework test-framework-quickcheck2
|
||||
];
|
||||
homepage = "https://github.com/zmthy/http-media";
|
||||
description = "Processing HTTP Content-Type and Accept headers";
|
||||
@ -76339,8 +76395,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "json-rpc";
|
||||
version = "0.2.1.5";
|
||||
sha256 = "10yxfdqj1bpi065wi7wp80z24bil7gxajiqxkx2w91w198pzlrlh";
|
||||
version = "0.2.1.6";
|
||||
sha256 = "1y9c95qbvkg0r75y4dd0fvcy5r0bj08pklf7hl052ncwm87l9hln";
|
||||
buildDepends = [
|
||||
aeson async attoparsec base bytestring conduit conduit-extra
|
||||
deepseq hashable mtl stm stm-conduit text transformers
|
||||
@ -87817,6 +87873,26 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"mosaico-lib" = callPackage
|
||||
({ mkDerivation, base, base-unicode-symbols, colour, diagrams-cairo
|
||||
, diagrams-core, diagrams-gtk, diagrams-lib, glib, gtk, JuicyPixels
|
||||
, mtl, split, stm, stm-chans, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mosaico-lib";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0jk1x7jwcx8ackapz91v6apwvwjlhjx36j2pr9ayriyl3s00q0vq";
|
||||
buildDepends = [
|
||||
base base-unicode-symbols colour diagrams-cairo diagrams-core
|
||||
diagrams-gtk diagrams-lib glib gtk JuicyPixels mtl split stm
|
||||
stm-chans transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://ldc.usb.ve/~05-38235/cursos/CI3661/2015AJ/";
|
||||
description = "Generación interactiva de mosaicos";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"mount" = callPackage
|
||||
({ mkDerivation, base, bytestring }:
|
||||
mkDerivation {
|
||||
@ -96879,8 +96955,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pipes-text";
|
||||
version = "0.0.0.15";
|
||||
sha256 = "10906gdb9gjhxxmxvmib6kw7py6fl2r4df5bryqvbjvr1afcc3x9";
|
||||
version = "0.0.0.16";
|
||||
sha256 = "0db6xh10g4h1zy62aamcz59hykhlnq8d7qs24yp7lva8g0ymapyv";
|
||||
buildDepends = [
|
||||
base bytestring pipes pipes-bytestring pipes-group pipes-parse
|
||||
pipes-safe streaming-commons text transformers
|
||||
@ -98972,7 +99048,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "pretty-show";
|
||||
version = "1.6.8.2";
|
||||
revision = "1";
|
||||
sha256 = "1s95nzjkmqb747s50i68c9s8p91cxgydzqkd2l5yjzdaygrvrhqv";
|
||||
editedCabalFile = "3454673131f18cc65fb3fbca43d5d010f6b228abc0b7e501e67ef90ffded4218";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -106776,13 +106854,12 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sandi";
|
||||
version = "0.3.3";
|
||||
sha256 = "0nbp5brry13nfs05aqzscyy4gp678bzqsq8d0726dj23iffd4191";
|
||||
version = "0.3.4";
|
||||
sha256 = "1f2id34ga5d7cfas9z3n9b28yxpga44rkn5qvkma41cpf4djg72r";
|
||||
buildDepends = [ base bytestring conduit exceptions ];
|
||||
testDepends = [
|
||||
base bytestring HUnit tasty tasty-hunit tasty-quickcheck tasty-th
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://hackage.haskell.org/package/sandi";
|
||||
description = "Data encoding library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -111583,6 +111660,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;
|
||||
@ -114480,25 +114558,41 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stackage-cabal" = callPackage
|
||||
({ mkDerivation, base, bytestring, exceptions, http-client
|
||||
, http-client-tls, http-types, optparse-applicative, parsec
|
||||
, process, stackage-cli, system-fileio, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage-cabal";
|
||||
version = "0.1.0";
|
||||
sha256 = "11xafmg1lywgd6vnpgrbk2v8w576i41m9h911y86vh5m4d4bq2q1";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base bytestring exceptions http-client http-client-tls http-types
|
||||
optparse-applicative parsec process stackage-cli system-fileio text
|
||||
];
|
||||
homepage = "https://www.stackage.org/package/stackage-cabal";
|
||||
description = "A CLI executable for cabal-based stackage commands";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stackage-cli" = callPackage
|
||||
({ mkDerivation, base, bytestring, conduit, directory, either
|
||||
, exceptions, filepath, hashable, http-client, http-client-tls
|
||||
, http-types, optparse-applicative, optparse-simple, parsec
|
||||
, process, split, system-fileio, system-filepath, text
|
||||
, transformers, unordered-containers
|
||||
({ mkDerivation, base, conduit, directory, either, exceptions
|
||||
, filepath, hashable, optparse-applicative, optparse-simple
|
||||
, process, split, text, transformers, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage-cli";
|
||||
version = "0.0.0.4";
|
||||
sha256 = "1ygsy9ms89prs693x9gw5dv7gyhaxl3q74wbd5c2p9138gp1zykq";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1mcmpr745z221pp5lbib3c9cdjw8nv0lp76kv1xz7bppsn26sncm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base bytestring conduit directory either exceptions filepath
|
||||
hashable http-client http-client-tls http-types
|
||||
optparse-applicative optparse-simple parsec process split
|
||||
system-fileio system-filepath text transformers
|
||||
unordered-containers
|
||||
base conduit directory either exceptions filepath hashable
|
||||
optparse-applicative optparse-simple process split text
|
||||
transformers unordered-containers
|
||||
];
|
||||
homepage = "https://www.stackage.org/package/stackage-cli";
|
||||
description = "A CLI library for stackage commands";
|
||||
@ -114561,6 +114655,49 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stackage-sandbox" = callPackage
|
||||
({ mkDerivation, base, filepath, optparse-applicative, process
|
||||
, stackage-cli, system-fileio, system-filepath, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage-sandbox";
|
||||
version = "0.1.0";
|
||||
sha256 = "0c71mb29mqzinrlbh2blpssl9r5jsdpaffrsjg398fbzam9i9xzx";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base filepath optparse-applicative process stackage-cli
|
||||
system-fileio system-filepath text
|
||||
];
|
||||
homepage = "https://www.stackage.org/package/stackage-sandbox";
|
||||
description = "Work with shared stackage sandboxes";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stackage-setup" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, classy-prelude-conduit
|
||||
, cryptohash, cryptohash-conduit, filepath, http-client-tls
|
||||
, http-conduit, http-types, optparse-applicative, process
|
||||
, stackage-cli, system-fileio, system-filepath, text
|
||||
, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage-setup";
|
||||
version = "0.0.0";
|
||||
sha256 = "0igm3yyfzbmqrr6h1ifk5jg4r9rl0xap03ibb381lmmghbxvixx2";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson base bytestring classy-prelude-conduit cryptohash
|
||||
cryptohash-conduit filepath http-client-tls http-conduit http-types
|
||||
optparse-applicative process stackage-cli system-fileio
|
||||
system-filepath text unordered-containers yaml
|
||||
];
|
||||
homepage = "https://www.stackage.org/package/stackage-setup";
|
||||
description = "An executable for downloading a Haskell setup";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stackage-types" = callPackage
|
||||
({ mkDerivation, aeson, base, Cabal, containers, exceptions
|
||||
, hashable, semigroups, text, unordered-containers, vector
|
||||
@ -120830,8 +120967,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "threadscope";
|
||||
version = "0.2.6";
|
||||
sha256 = "0pycxvf3gjx86yp948anczxidhi6ra95szkqyvvlfpriay7klfya";
|
||||
version = "0.2.7";
|
||||
sha256 = "1dpxgzm29p07iy17hkfzki4c9ckhwx4acvjhlwxmpmaj2a1m6mnc";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -127077,8 +127214,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-algorithms";
|
||||
version = "0.6.0.4";
|
||||
sha256 = "09f0kds50xa0r2l837gqarzazvlhx2afvvykkqiwjqma9caj52av";
|
||||
version = "0.7";
|
||||
sha256 = "1ijnmgvdhj2qi5rsq4b1ffci47inck9arrcan5jzfkvzr54fvzcx";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base bytestring mtl mwc-random primitive vector ];
|
||||
@ -128964,8 +129101,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "warp";
|
||||
version = "3.0.12.1";
|
||||
sha256 = "0dahx5g6dclpgrapwvplz4di6yjhy7i3ja089nlyn46lx15pzp6b";
|
||||
version = "3.0.13";
|
||||
sha256 = "0ggjbkgxzrvi7smjvrprr07c49n6d3s21jqnjc9l4ss3f3nd7699";
|
||||
buildDepends = [
|
||||
array auto-update base blaze-builder bytestring case-insensitive
|
||||
ghc-prim hashable http-date http-types iproute network
|
||||
|
Loading…
Reference in New Issue
Block a user