mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
hackage-packages.nix: re-generate from Hackage 2015-02-14T10:41:17+0100
This commit is contained in:
parent
c0e7951de9
commit
1bb43ea027
|
@ -3269,6 +3269,7 @@ self: {
|
|||
pname = "Diff";
|
||||
version = "0.3.0";
|
||||
sha256 = "0k7fj4icnh25x21cmrnbqq0sjgxrr2ffhn8bz89qmy5h9dznvy98";
|
||||
editedCabalFile = "f016d6dd8604572ffa07922b2790658b0b869290c5eaf210018bca921e943d47";
|
||||
buildDepends = [ array base pretty ];
|
||||
description = "O(ND) diff algorithm in haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -9842,12 +9843,11 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "MonadCompose";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1vf2cwjmdq2ndd15sah3kg7xvbx6lxfh8qmragz87yg7d5ja9fyk";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0vmrfng90bn09sci2vzlhhvvkrbis1hpi9hsba0h8a8b9ac1bjax";
|
||||
buildDepends = [
|
||||
base ghc-prim MaybeT mmorph monad-products mtl transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://alkalisoftware.net";
|
||||
description = "Methods for composing monads";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -10088,14 +10088,13 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "MusicBrainz";
|
||||
version = "0.2.2";
|
||||
sha256 = "1byliyx6ykhd62n0zsvhaa94s77qj8lya5m7cq031zh5zkx6j7l3";
|
||||
version = "0.2.3";
|
||||
sha256 = "0xwyrjxrff38ijyppfbxsr2nbhg6zd7k0i2avch10dn15xfxapk8";
|
||||
buildDepends = [
|
||||
aeson base bytestring conduit conduit-extra HTTP http-conduit
|
||||
http-types monad-control old-locale resourcet text time
|
||||
transformers vector xml-conduit xml-types
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://floss.scru.org/hMusicBrainz";
|
||||
description = "interface to MusicBrainz XML2 web service";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
|
@ -10901,10 +10900,9 @@ self: {
|
|||
({ mkDerivation, OpenGLRaw }:
|
||||
mkDerivation {
|
||||
pname = "OpenGLRaw21";
|
||||
version = "1.2.0.1";
|
||||
sha256 = "1v848qhjksiwc8617fif4dbvw40xfnz39fpkcsv52mkh66flnv9j";
|
||||
version = "2.0.0.1";
|
||||
sha256 = "0mmljayrq7bbbkqv3q6a1v7g0ny1h8gqbbq3wyqnhn4868ws228d";
|
||||
buildDepends = [ OpenGLRaw ];
|
||||
jailbreak = true;
|
||||
description = "The intersection of OpenGL 2.1 and OpenGL 3.1 Core";
|
||||
license = "unknown";
|
||||
}) {};
|
||||
|
@ -11305,14 +11303,14 @@ self: {
|
|||
|
||||
"PerfectHash" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, cmph, containers
|
||||
, digest, haskell98, time
|
||||
, digest, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "PerfectHash";
|
||||
version = "0.1.3";
|
||||
sha256 = "11bs99iprcikcjz7psirmvlhlvhkwghfrb1yz662gk9kq6mhdyq6";
|
||||
version = "0.1.4";
|
||||
sha256 = "1hj05lv8yj81nhpb01ljaqj9k7j6amw6lfx1azzjnwysmjj6ipkn";
|
||||
buildDepends = [
|
||||
array base binary bytestring containers digest haskell98 time
|
||||
array base binary bytestring containers digest time
|
||||
];
|
||||
extraLibraries = [ cmph ];
|
||||
description = "A perfect hashing library for mapping bytestrings to values";
|
||||
|
@ -26937,6 +26935,18 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"cafeteria-prelude" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "cafeteria-prelude";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1iyasmd8zcg98vy7ffhxyyr664f02ird5z7rks9n67ixv7n60mrl";
|
||||
buildDepends = [ base ];
|
||||
homepage = "https://github.com/Scott-Fleischman/cafeteria-prelude";
|
||||
description = "Prelude subsets—take only what you want!";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"cairo" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, cairo, gtk2hs-buildtools
|
||||
, mtl, text, utf8-string
|
||||
|
@ -27382,8 +27392,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "cartel";
|
||||
version = "0.14.0.0";
|
||||
sha256 = "00z0v7zybmk9lmm78lhcna8385dkrcixcak583bc4pzilhq5ykx5";
|
||||
version = "0.14.2.0";
|
||||
sha256 = "0pxscg5rcp1b9inbwjqhspb7z18ykwgr026zaqshk3z9rkclwbx7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base directory filepath time transformers ];
|
||||
|
@ -33980,8 +33990,8 @@ self: {
|
|||
({ mkDerivation, base, csound-expression, transformers }:
|
||||
mkDerivation {
|
||||
pname = "csound-catalog";
|
||||
version = "0.2.0";
|
||||
sha256 = "1ci9iw24mnf0jixy1d7149s0a4477r5xnvfb41qr3614yidicgwi";
|
||||
version = "0.2.1";
|
||||
sha256 = "0shbiykfxmh627bq9xf3zhs0x5g4q2d60vkw1gjqa8cgvl67v94n";
|
||||
buildDepends = [ base csound-expression transformers ];
|
||||
homepage = "https://github.com/anton-k/csound-catalog";
|
||||
description = "a gallery of Csound instruments";
|
||||
|
@ -33994,8 +34004,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "csound-expression";
|
||||
version = "4.2.1";
|
||||
sha256 = "0ihi4svsq86zshx6b0jh7dg0cfyprckbxi356y0w1gbr53mihgmm";
|
||||
version = "4.3";
|
||||
sha256 = "11qy08pc1h83yj6qaw529bxrynzs8453ddih6qn2cqs9m35hy9vs";
|
||||
buildDepends = [
|
||||
base Boolean colour csound-expression-opcodes
|
||||
csound-expression-typed data-default process
|
||||
|
@ -34044,8 +34054,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "csound-expression-typed";
|
||||
version = "0.0.6.0";
|
||||
sha256 = "176f4lp8vjad80a7pa93vkrx54kq6pp3hdwlchr4asm1w52jh05h";
|
||||
version = "0.0.6.1";
|
||||
sha256 = "1wqzh0gvb53410ingfvvja0yw4wbzn21sypmi0b13nssacbv1y7q";
|
||||
buildDepends = [
|
||||
base Boolean colour containers csound-expression-dynamic
|
||||
data-default deepseq ghc-prim stable-maps transformers wl-pprint
|
||||
|
@ -37385,8 +37395,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "derive";
|
||||
version = "2.5.19";
|
||||
sha256 = "092n1893azx0sxby518qg49xl5ixq1gpldb9ndl077nc9kam4jjs";
|
||||
version = "2.5.20";
|
||||
sha256 = "0zv8k4h3qiv2xl4l5x7ab7i4np53va9ydsnnwc3vcxsgchqa53dr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -38268,6 +38278,19 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"digestive-functors-lucid" = callPackage
|
||||
({ mkDerivation, base, digestive-functors, lucid, text }:
|
||||
mkDerivation {
|
||||
pname = "digestive-functors-lucid";
|
||||
version = "0.0.0.1";
|
||||
sha256 = "1ddkg26srlax4az429yakn2mwhjj8c8lb9s3vairxmkrv3v6ga7z";
|
||||
buildDepends = [ base digestive-functors lucid text ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/jaspervdj/digestive-functors";
|
||||
description = "Lucid frontend for the digestive-functors library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"digestive-functors-scotty" = callPackage
|
||||
({ mkDerivation, base, bytestring, digestive-functors, http-types
|
||||
, scotty, text, wai, wai-extra
|
||||
|
@ -41249,8 +41272,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "either";
|
||||
version = "4.3.3.1";
|
||||
sha256 = "000ylizkarw925xs5i4lp0p843x5dzs1viv9b61livkkr4rir5d9";
|
||||
version = "4.3.3.2";
|
||||
sha256 = "05j4mk1qlp72w70cahfw4nm506sl0wmkgffi2f5xazwjgkggw595";
|
||||
buildDepends = [
|
||||
base bifunctors exceptions free monad-control MonadRandom mtl
|
||||
profunctors semigroupoids semigroups transformers transformers-base
|
||||
|
@ -43100,13 +43123,13 @@ self: {
|
|||
|
||||
"exceptions" = callPackage
|
||||
({ mkDerivation, base, mtl, QuickCheck, stm, test-framework
|
||||
, test-framework-quickcheck2, transformers
|
||||
, test-framework-quickcheck2, transformers, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "exceptions";
|
||||
version = "0.7";
|
||||
sha256 = "0y69xxwxvhyshbd687h30nk5sfly9khbbimclz5gfaf2k9sl6k9p";
|
||||
buildDepends = [ base mtl stm transformers ];
|
||||
version = "0.8";
|
||||
sha256 = "010sqlqcwlqrd9kg1lvvpvbdgagwvdh8li082zh44r26blsamd74";
|
||||
buildDepends = [ base mtl stm transformers transformers-compat ];
|
||||
testDepends = [
|
||||
base mtl QuickCheck stm test-framework test-framework-quickcheck2
|
||||
transformers
|
||||
|
@ -55391,8 +55414,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-formatter";
|
||||
version = "0.1.0";
|
||||
sha256 = "1qdn77k4pj3dyv2c1px7jv64x4rzgz4wqc1i94fsl9z63pb0xrv7";
|
||||
version = "1.0.0";
|
||||
sha256 = "0mrcd57g3pnn11smgak51pikxxf5zsi7h06f270pmf2r1vv2977b";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -55403,7 +55426,6 @@ self: {
|
|||
base containers directory-tree doctest filemanip filepath hlint
|
||||
tasty tasty-hunit
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/evolutics/haskell-formatter";
|
||||
description = "Haskell source code formatter";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
|
@ -60250,8 +60272,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hjsonschema";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0f0j8xxypff002ghvshcx87dxfyj53pifzk68ijrcnr35kfzm06f";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0razw0i5za62qf4gsjgrcyhfasfa3x6wgj0hi49byj4whbwrkc95";
|
||||
buildDepends = [
|
||||
aeson base bytestring hashable lens regexpr scientific text
|
||||
unordered-containers vector wreq
|
||||
|
@ -66939,6 +66961,18 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hwsl2" = callPackage
|
||||
({ mkDerivation, base, bytestring }:
|
||||
mkDerivation {
|
||||
pname = "hwsl2";
|
||||
version = "0.1.1.3";
|
||||
sha256 = "19wjxn1px8x441qbplbdl7vpmm7ig2iwkbk737qkplyj8dgj3pmm";
|
||||
buildDepends = [ base bytestring ];
|
||||
homepage = "https://github.com/srijs/hwsl2";
|
||||
description = "Hashing with SL2";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hx" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -71909,8 +71943,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "kansas-lava";
|
||||
version = "0.2.4";
|
||||
sha256 = "0rsjlj558k57r1sfm12n9r9wn8r615bbrwgjhal07qhvy4qip4pg";
|
||||
version = "0.2.4.2";
|
||||
sha256 = "1rng6hjkp6rqqp18dnfm3aps8k5hkxcjm9q1yynyzn12prv4xb1q";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -71927,17 +71961,17 @@ self: {
|
|||
|
||||
"kansas-lava-cores" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, bytestring, data-default
|
||||
, directory, kansas-lava, network, sized-types
|
||||
, directory, filepath, kansas-lava, network, sized-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "kansas-lava-cores";
|
||||
version = "0.1.2";
|
||||
sha256 = "0bgwm0w74l3p0w9xgs3qsmflk3hk923hqp46bh6j9czfjs7my389";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "0x2rgl3cf06srsfvcrrg8kf9r42x3qrvch7kk97zh9vp1f19jd9q";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
ansi-terminal base bytestring data-default directory kansas-lava
|
||||
network sized-types
|
||||
ansi-terminal base bytestring data-default directory filepath
|
||||
kansas-lava network sized-types
|
||||
];
|
||||
homepage = "http://ittc.ku.edu/csdl/fpg/Tools/KansasLava";
|
||||
description = "FPGA Cores Written in Kansas Lava";
|
||||
|
@ -71958,7 +71992,6 @@ self: {
|
|||
ansi-terminal base bytestring data-default directory filepath
|
||||
kansas-lava kansas-lava-cores netlist network sized-types
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Kansas Lava support files for the Papilio FPGA board";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -71966,14 +71999,15 @@ self: {
|
|||
|
||||
"kansas-lava-shake" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath, hastache
|
||||
, kansas-lava, shake, text
|
||||
, kansas-lava, shake, temporary, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "kansas-lava-shake";
|
||||
version = "0.1.1";
|
||||
sha256 = "0iqmz7kgnfpvmdjn29nnr1r0xwhb0j0pfmnclwlszhjsxcvsy627";
|
||||
version = "0.1.2";
|
||||
sha256 = "00xkrm724d7q5dmdgz41gm5s058b75rr4pgv3f6qkkx7g9qbd6d7";
|
||||
buildDepends = [
|
||||
base containers directory filepath hastache kansas-lava shake text
|
||||
base containers directory filepath hastache kansas-lava shake
|
||||
temporary text
|
||||
];
|
||||
description = "Shake rules for building Kansas Lava projects";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -74099,8 +74133,8 @@ self: {
|
|||
({ mkDerivation, array, base }:
|
||||
mkDerivation {
|
||||
pname = "lbfgs";
|
||||
version = "0.0.3";
|
||||
sha256 = "1rsdaphlzjhgzvdsd3m90sk8yv32321ys3cqmahd2d0bycsaiskp";
|
||||
version = "0.0.5";
|
||||
sha256 = "0j69hq053ksypb5a3dcvnfa5pscvxhsnby1p5pj4bw6c209g8a06";
|
||||
buildDepends = [ array base ];
|
||||
description = "L-BFGS optimization";
|
||||
license = "unknown";
|
||||
|
@ -75397,14 +75431,13 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "lifted-base";
|
||||
version = "0.2.3.5";
|
||||
sha256 = "1hqmj0191034sghq5rd6ckarfyjhc24fp0kxm7bsqp33yr24gzim";
|
||||
version = "0.2.3.6";
|
||||
sha256 = "1yz14a1rsgknwyl08n4kxrlc26hfwmb95a3c2drbnsgmhdyq7iap";
|
||||
buildDepends = [ base monad-control transformers-base ];
|
||||
testDepends = [
|
||||
base HUnit monad-control test-framework test-framework-hunit
|
||||
transformers transformers-base transformers-compat
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/basvandijk/lifted-base";
|
||||
description = "lifted IO operations from the base library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -80806,12 +80839,11 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-control";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "1jal6m6f8kz9lqfza6jm49jr1nyx6hhqyqfnjq226scm292zybsc";
|
||||
version = "1.0.0.4";
|
||||
sha256 = "07pn1p4m80wdd7gw62s4yny8rbvm60ka1q8qx5y1plznd8sbg179";
|
||||
buildDepends = [
|
||||
base stm transformers transformers-base transformers-compat
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/basvandijk/monad-control";
|
||||
description = "Lift control operations, like exception catching, through monad transformers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -82300,12 +82332,12 @@ self: {
|
|||
({ mkDerivation, base, mtl }:
|
||||
mkDerivation {
|
||||
pname = "mtl-compat";
|
||||
version = "0.1.1";
|
||||
sha256 = "0yajq85gdziwm8fcwh78w1br793yk8rk1pp8kb2yx1ijabmn3xdr";
|
||||
version = "0.2.1.3";
|
||||
sha256 = "15388p9ybdn6digk6cpdsw6havd0yva8vvwl3p7fnc9sb59wln34";
|
||||
buildDepends = [ base mtl ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/RyanGlScott/mtl-compat";
|
||||
description = "Orphan mtl instances for ExceptT from transformers-compat";
|
||||
description = "Backported Control.Monad.Except module from mtl";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
|
@ -84703,6 +84735,7 @@ self: {
|
|||
version = "0.4.0.3";
|
||||
sha256 = "0nbs79v07x18y324drngr1zrcgjla2y9qjxkd64qwbldw48s1i85";
|
||||
buildDepends = [ base bytestring exceptions network transformers ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/k0001/network-simple";
|
||||
description = "Simple network sockets usage patterns";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -90281,8 +90314,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "pipes-safe";
|
||||
version = "2.2.0";
|
||||
sha256 = "1m44a2pbws73jbr2ca48i94mrfwzlsibyc22i2w3fqq159qfg6ca";
|
||||
version = "2.2.1";
|
||||
sha256 = "0f1k2dbkm9my8kljzy72v0ag9bjkkm63lxi148nrpr9xv5f12kcj";
|
||||
buildDepends = [ base containers exceptions pipes transformers ];
|
||||
jailbreak = true;
|
||||
description = "Safety for the pipes ecosystem";
|
||||
|
@ -95582,6 +95615,19 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"reasonable-operational" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "reasonable-operational";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "18d49rzpygbsd17d9hz79bbgj6jznlx2jzhkw43gzw3rhvklwyh9";
|
||||
editedCabalFile = "963ed294ec0f951858022c25b9713b06e65d2a05098068a1183110e298b5c8cf";
|
||||
buildDepends = [ base ];
|
||||
homepage = "https://github.com/tokiwoousaka/reasonable-operational";
|
||||
description = "Just size Operational Monad implementation";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"recaptcha" = callPackage
|
||||
({ mkDerivation, base, HTTP, network, network-uri, xhtml }:
|
||||
mkDerivation {
|
||||
|
@ -97136,21 +97182,22 @@ self: {
|
|||
}) {};
|
||||
|
||||
"repl-toolkit" = callPackage
|
||||
({ mkDerivation, base, exceptions, functor-monadic, ListLike
|
||||
, listsafe, monad-loops, mtl, numericpeano, parsec, text
|
||||
, transformers
|
||||
({ mkDerivation, aeson, base, bytestring, data-default, directory
|
||||
, exceptions, functor-monadic, ListLike, listsafe, monad-loops, mtl
|
||||
, numericpeano, parsec, system-filepath, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "repl-toolkit";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "19nlnn1zn8qg6264q9hjzns8rr2jadgbv9cr6ndjjyqlyx4qd9p2";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "1bf2cigrn0frxprp8lgd78pv0ahk4zln9qyv15pwhmirvbbppgvn";
|
||||
buildDepends = [
|
||||
base exceptions functor-monadic ListLike listsafe monad-loops mtl
|
||||
numericpeano parsec text transformers
|
||||
aeson base bytestring data-default directory exceptions
|
||||
functor-monadic ListLike listsafe monad-loops mtl numericpeano
|
||||
parsec system-filepath text transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/ombocomp/repl-toolkit";
|
||||
description = "Toolkit for quickly whipping up command-line interfaces";
|
||||
description = "Toolkit for quickly whipping up config files and command-line interfaces";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
|
@ -100940,17 +100987,18 @@ self: {
|
|||
|
||||
"semigroupoids" = callPackage
|
||||
({ mkDerivation, base, comonad, containers, contravariant
|
||||
, distributive, semigroups, transformers
|
||||
, distributive, doctest, Glob, semigroups, transformers
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "semigroupoids";
|
||||
version = "4.2";
|
||||
sha256 = "18zip518f2l2ccmg3hjzy5mq2b8r98crzm10kr77yc4m64w5vac8";
|
||||
editedCabalFile = "0be7058f2eb89390b2752e8596fb47d0cb5c6a4636d33123dfbe4637f2ba451d";
|
||||
version = "4.3";
|
||||
sha256 = "1qn0rffc1zskk6f34pxrp96iarxgp36l2404rs6sz9khl1hh58sf";
|
||||
buildDepends = [
|
||||
base comonad containers contravariant distributive semigroups
|
||||
transformers
|
||||
transformers transformers-compat
|
||||
];
|
||||
testDepends = [ base doctest Glob ];
|
||||
homepage = "http://github.com/ekmett/semigroupoids";
|
||||
description = "Semigroupoids: Category sans id";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -100972,6 +101020,7 @@ self: {
|
|||
testDepends = [
|
||||
base directory doctest filepath QuickCheck template-haskell
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/NICTA/semigroupoids-syntax";
|
||||
description = "RebindableSyntax using the semigroupoids package";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -107027,10 +107076,9 @@ self: {
|
|||
({ mkDerivation, base, double-conversion, free, mtl, text }:
|
||||
mkDerivation {
|
||||
pname = "static-canvas";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0b6jdirlqgsywjkw8rdfhi4mp82zwdj3fvy1z95brmcfb8m3psyv";
|
||||
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;
|
||||
|
@ -110220,13 +110268,15 @@ self: {
|
|||
}) {};
|
||||
|
||||
"takahashi" = callPackage
|
||||
({ mkDerivation, base, free-operational, mtl, reasonable-lens }:
|
||||
({ mkDerivation, base, mtl, reasonable-lens, reasonable-operational
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "takahashi";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1r9r7scpvvi4fz8cai7vw7qkxjln39xgd3hbr0a5ym43b3ajzcfb";
|
||||
buildDepends = [ base free-operational mtl reasonable-lens ];
|
||||
description = "library for takahashi method";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0iwwmb0przjjgfz9xav4whgqh09dq4ndil29dmq2bp81wryay0l4";
|
||||
editedCabalFile = "907771d78ac3db503a9d832bae2dcc3a20d03a3a7698ff7769cb9e84703b27a1";
|
||||
buildDepends = [ base mtl reasonable-lens reasonable-operational ];
|
||||
description = "create slide for presentation";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
|
@ -112645,8 +112695,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "threads-supervisor";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0wbq92kg41srm0s2n0ckaimkrvba4na3acdg3ky9rpcwh7ir4a7v";
|
||||
version = "1.0.1.0";
|
||||
sha256 = "13j9hkdq1nxla00xzrfvk21g307zh4cj0b9ryzf7677qlf2kx2ka";
|
||||
buildDepends = [ base stm time unordered-containers ];
|
||||
testDepends = [
|
||||
base bytestring QuickCheck stm tasty tasty-hunit tasty-quickcheck
|
||||
|
@ -123536,8 +123586,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "y0l0bot";
|
||||
version = "0.1.0";
|
||||
sha256 = "0mdfhnwz5zh9zr2p6sp3yp3f23rqsj7y2bafk4ylh9dak69v2cwx";
|
||||
version = "0.1.1";
|
||||
sha256 = "0gjvnl5px7ir2lf7arpiji324n32mc1a90x3w6vh5xcyb13wvkv9";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -125270,8 +125320,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "yet-another-logger";
|
||||
version = "0.1";
|
||||
sha256 = "1kbdn8hivyv8dar2rafs3l0ynij2rwnk6pba0ijnpaq6xyfl410y";
|
||||
version = "0.1.1";
|
||||
sha256 = "0h6cszsjffp4crkavr74lfna847pxc506nrqcw108awyjji803by";
|
||||
buildDepends = [
|
||||
aeson ansi-terminal async base base-unicode-symbols bytestring
|
||||
case-insensitive configuration-tools deepseq either
|
||||
|
|
Loading…
Reference in a new issue