mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
hackage-packages.nix: re-generate from Hackage 2015-01-14T09:34:03+0100
This commit is contained in:
parent
0a0b46a9b0
commit
30904c7789
|
@ -369,6 +369,7 @@ self: {
|
|||
pname = "AES";
|
||||
version = "0.2.9";
|
||||
sha256 = "12n484dpjr08910ni1vvw030g9p37lz68l5lw0212rvklkva6wzc";
|
||||
editedCabalFile = "9e51c1b1687fe35ccd0f2983e861b5b0441399803ff76b192530984724a68d6f";
|
||||
buildDepends = [
|
||||
base bytestring cereal monads-tf random transformers
|
||||
];
|
||||
|
@ -2832,20 +2833,24 @@ self: {
|
|||
}) {};
|
||||
|
||||
"DRBG" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, cipher-aes128
|
||||
, crypto-api, cryptohash-cryptoapi, entropy, mtl, parallel
|
||||
, prettyclass, tagged
|
||||
({ mkDerivation, base, binary, bytestring, cereal, cipher-aes128
|
||||
, crypto-api, crypto-api-tests, cryptohash-cryptoapi, entropy
|
||||
, HUnit, mtl, parallel, prettyclass, QuickCheck, tagged
|
||||
, test-framework, test-framework-hunit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "DRBG";
|
||||
version = "0.5.3";
|
||||
sha256 = "197kp2bchkj3zrl3f06glba9lbjf51mp710sx0qj8i4spvf3jfr8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
version = "0.5.4";
|
||||
sha256 = "03nkcrjkaj36bs4sasf1286ca3wam1ndahq3y88bib2q0h5psqdx";
|
||||
buildDepends = [
|
||||
base bytestring cereal cipher-aes128 crypto-api
|
||||
cryptohash-cryptoapi entropy mtl parallel prettyclass tagged
|
||||
];
|
||||
testDepends = [
|
||||
base binary bytestring cereal cipher-aes128 crypto-api
|
||||
crypto-api-tests cryptohash-cryptoapi entropy HUnit mtl parallel
|
||||
prettyclass QuickCheck tagged test-framework test-framework-hunit
|
||||
];
|
||||
configureFlags = [ "-f-test" ];
|
||||
description = "Deterministic random bit generator (aka RNG, PRNG) based HMACs, Hashes, and Ciphers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -3869,6 +3874,27 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"Euterpea" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, arrows, base, bytestring
|
||||
, Cabal, CCA, containers, deepseq, ghc-prim, HCodecs, heap
|
||||
, markov-chain, monadIO, mtl, PortMidi, pure-fft, QuickCheck
|
||||
, random, stm, syb, template-haskell, UISF
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Euterpea";
|
||||
version = "1.0.0";
|
||||
sha256 = "0cfcsrm47sb1z4zdmipipg9p31hzicwzpqdpa2m985j3hwm42vds";
|
||||
buildDepends = [
|
||||
array arrows base bytestring CCA containers deepseq ghc-prim
|
||||
HCodecs heap markov-chain monadIO mtl PortMidi pure-fft random stm
|
||||
syb template-haskell UISF
|
||||
];
|
||||
testDepends = [ ansi-terminal base Cabal QuickCheck ];
|
||||
homepage = "http://haskell.cs.yale.edu/";
|
||||
description = "Library for computer music research and education";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"EventSocket" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, haskell98, mtl
|
||||
, network
|
||||
|
@ -16371,8 +16397,8 @@ self: {
|
|||
({ mkDerivation, base, optparse-applicative, text }:
|
||||
mkDerivation {
|
||||
pname = "align-text";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "09r59frnnihf82cbgjpiwgm83kclcrk1zk6y5rf1d6c109vddail";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1vn8l9lxih2w8bjkfl8j4xxi8p44c1gqia63gi143xk9s035rjh2";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base optparse-applicative text ];
|
||||
|
@ -20275,16 +20301,17 @@ self: {
|
|||
"b-tree" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers, directory
|
||||
, errors, filepath, lens, mmap, mtl, pipes, pipes-interleave
|
||||
, transformers, vector
|
||||
, QuickCheck, transformers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "b-tree";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0ckj5gh3p6rycqwydlapw5gl4sx00g4idjnqnh1m7piszhhr3bw0";
|
||||
version = "0.1.1";
|
||||
sha256 = "1c20w9rzyj2gnd18042pv41r45cv3zvd5h83igh6w2gz1z7hl821";
|
||||
buildDepends = [
|
||||
base binary bytestring containers directory errors filepath lens
|
||||
mmap mtl pipes pipes-interleave transformers vector
|
||||
];
|
||||
testDepends = [ base binary containers pipes QuickCheck ];
|
||||
homepage = "http://github.com/bgamari/b-tree";
|
||||
description = "Immutable disk-based B* trees";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -24225,8 +24252,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "bus-pirate";
|
||||
version = "0.6.1";
|
||||
sha256 = "179mmjc7admn6vqfdyqlnnj19vg4lf89ld3ma1i3zv730pl7dq6j";
|
||||
version = "0.6.2";
|
||||
sha256 = "1l2icqm9wm1q61nrhab9zininifwql304lgzfqbddvah6qx53iqd";
|
||||
buildDepends = [
|
||||
base bytestring either errors serialport transformers
|
||||
];
|
||||
|
@ -35873,8 +35900,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-builder";
|
||||
version = "0.6.0.2";
|
||||
sha256 = "18avlhwywhrxlf1cyp9fdiy0i3gy12k4i28cymllmmyx78fv59q5";
|
||||
version = "0.6.0.3";
|
||||
sha256 = "1wcdn6hgacn0lmz7ivgz08fg02fscrbf0zz8785yq5mcssyq0r70";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -35899,8 +35926,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-cairo";
|
||||
version = "1.2.0.5";
|
||||
sha256 = "1624l5821qn6zrpd7zlskx4cpxbbssxgjyyb42450xac8rkr9kwc";
|
||||
version = "1.2.0.6";
|
||||
sha256 = "058sg89a3jlcr83azjkv7c9g1ylmkpnspyzflwrb3vwzz6glhh0a";
|
||||
buildDepends = [
|
||||
base bytestring cairo colour containers data-default-class
|
||||
diagrams-core diagrams-lib directory filepath hashable JuicyPixels
|
||||
|
@ -35920,8 +35947,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-canvas";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "1y1wm5ziy6wrz75dgs8wjvlzb3g7bgk21smm9d247bghpjnrwshv";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "1qxqkj1chmr305mpgyafy79sdypis559xbjaaflxblq0m9890zyr";
|
||||
buildDepends = [
|
||||
base blank-canvas cmdargs containers data-default-class
|
||||
diagrams-core diagrams-lib lens mtl NumInstances
|
||||
|
@ -35942,8 +35969,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-contrib";
|
||||
version = "1.1.2.4";
|
||||
sha256 = "0iq5psy5wjm664hqsaprynba0b7x3ijxngh7mbk6hkh004vsna1w";
|
||||
version = "1.1.2.5";
|
||||
sha256 = "1d7f9jjmfamqg9v6yrr23xw9qq55kk6n8wr51af7rjz09l3fgb3q";
|
||||
buildDepends = [
|
||||
arithmoi base circle-packing colour containers data-default
|
||||
data-default-class diagrams-core diagrams-lib force-layout lens
|
||||
|
@ -35966,8 +35993,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-core";
|
||||
version = "1.2.0.4";
|
||||
sha256 = "1axkgprqs4jvzh5vfr118nzr1h0m48axr5jfiqqrqvy5xyjcagkq";
|
||||
version = "1.2.0.5";
|
||||
sha256 = "11h5k6r69b55lpl56265kqhcd66n0r6232il3cv8q30ad12azbcw";
|
||||
buildDepends = [
|
||||
base containers dual-tree lens MemoTrie monoid-extras newtype
|
||||
semigroups vector-space vector-space-points
|
||||
|
@ -35998,8 +36025,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-haddock";
|
||||
version = "0.2.2.12";
|
||||
sha256 = "1yrbrq54ihxh7pnn3cax3r880mawpxmp044bdb581ah1ch3l8ch6";
|
||||
version = "0.2.2.13";
|
||||
sha256 = "0113598w5vqp7ywd1d074sjxyvj7l25jajnx55hvr32f9slz6zwh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -36026,8 +36053,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-lib";
|
||||
version = "1.2.0.7";
|
||||
sha256 = "12ddlipp47j2mifwhi0ilb2fjdh2whk24s4d5h6ais2znj3hh99a";
|
||||
version = "1.2.0.8";
|
||||
sha256 = "1g9z1ww2f2f6gq8q2aa362568632c5dnayhanx4vl2qdc7j1sz8f";
|
||||
buildDepends = [
|
||||
active array base colour containers data-default-class
|
||||
diagrams-core dual-tree filepath fingertree hashable intervals
|
||||
|
@ -36064,8 +36091,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-postscript";
|
||||
version = "1.1.0.3";
|
||||
sha256 = "172r7q9jzhy2kv5bsbakakwv6gpvy308gvp8xpirbch9mrvnjxhz";
|
||||
version = "1.1.0.4";
|
||||
sha256 = "02a1b68b25id7g70gcq508miibp3wxljxza9zh6g7ad44as8yy5q";
|
||||
buildDepends = [
|
||||
base containers data-default-class diagrams-core diagrams-lib dlist
|
||||
filepath hashable lens monoid-extras mtl semigroups split
|
||||
|
@ -36097,8 +36124,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-rasterific";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "1a95l8g55jsmqhbv9flk5kfkfa40z93axbjfz6xb74lyvl6xccwr";
|
||||
version = "0.1.0.6";
|
||||
sha256 = "0hj42ln9gynjcnz7r2r71l73c262jkrdkdl7sy1a99qb4dbr15c6";
|
||||
buildDepends = [
|
||||
base bytestring containers data-default-class diagrams-core
|
||||
diagrams-lib directory filepath FontyFruity JuicyPixels lens mtl
|
||||
|
@ -36118,8 +36145,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "diagrams-svg";
|
||||
version = "1.1.0.3";
|
||||
sha256 = "0byqxwz9h1hi2yrq2vz32gv0az9q3l94qa2q3nl3j8sa64qmpdwq";
|
||||
version = "1.1.0.4";
|
||||
sha256 = "11adbfvj5a8yzlbkqs433qgr7884n1vlff9vr6h9w1n0nc1amzpl";
|
||||
buildDepends = [
|
||||
base base64-bytestring blaze-markup blaze-svg bytestring colour
|
||||
containers diagrams-core diagrams-lib directory filepath hashable
|
||||
|
@ -42370,6 +42397,7 @@ self: {
|
|||
pname = "fgl";
|
||||
version = "5.5.0.1";
|
||||
sha256 = "0qw70f5hfrxmrx49wx8vk2f5cam7jbpb20mp4i0ybcwdld5ncqda";
|
||||
editedCabalFile = "3f816c9f86c3320b9a1b93c2830edfc88ca7a27e58b3b7092a2292cf1fd78f65";
|
||||
buildDepends = [ array base containers mtl ];
|
||||
homepage = "http://web.engr.oregonstate.edu/~erwig/fgl/haskell";
|
||||
description = "Martin Erwig's Functional Graph Library";
|
||||
|
@ -43689,8 +43717,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "force-layout";
|
||||
version = "0.3.0.8";
|
||||
sha256 = "00b831l94r3lx0b330ql3w551w0fwziayhsjydzbfqq335syaaxg";
|
||||
version = "0.3.0.9";
|
||||
sha256 = "109n0rlwpbrpsa0j4vcab61zmc1j01ln141v19zjv4dm5al14bd5";
|
||||
buildDepends = [
|
||||
base containers data-default-class lens vector-space
|
||||
vector-space-points
|
||||
|
@ -44707,12 +44735,12 @@ self: {
|
|||
({ mkDerivation, base, filepath, process }:
|
||||
mkDerivation {
|
||||
pname = "funcmp";
|
||||
version = "1.7";
|
||||
sha256 = "1rna7x7lw36fv5pyq0zn4b472mh11r0bszzji13wm3byhhmzs04k";
|
||||
version = "1.8";
|
||||
sha256 = "09kmfgl15d71fr5h66j2b0ngw69y8dp41d55lz35nrjxq3l3gz1k";
|
||||
buildDepends = [ base filepath process ];
|
||||
homepage = "http://savannah.nongnu.org/projects/funcmp/";
|
||||
description = "Functional MetaPost";
|
||||
license = "GPL";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"function-combine" = callPackage
|
||||
|
@ -46550,8 +46578,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "git-annex";
|
||||
version = "5.20141231";
|
||||
sha256 = "0rrwaclc3mpn39087fs5pgn0axjp5mki0nhj9a3fjjchdwd8wzyf";
|
||||
version = "5.20150113";
|
||||
sha256 = "16lvw2sh0i69ryf43yl7rh1x1vkvwfqibkbzwvnkcjm9rzga5kxg";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -54289,8 +54317,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haste-compiler";
|
||||
version = "0.4.4";
|
||||
sha256 = "1cjjp6p56r21dh6b0pvy0sffrccgxiszdfnp5kjhwac77wlc2dfd";
|
||||
version = "0.4.4.1";
|
||||
sha256 = "1h98zwyf0ycdrzxwak40accr6xyi38s6ckkyl4mqfvbm3hz2vfq8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -56839,8 +56867,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hindent";
|
||||
version = "4.1.0";
|
||||
sha256 = "0ly9xyc9cpdscwjfgy21l93klz6zk9b5qhv4qqbcscswkj1jx18b";
|
||||
version = "4.1.1";
|
||||
sha256 = "042pyz3xq6xggrap276i47j2h3h5imjv9zklifgr14xj2205v2az";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -58791,8 +58819,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hoogle";
|
||||
version = "4.2.36";
|
||||
sha256 = "1h65pl0jfki2pcrywak9mh3hfi3wziffhb2q0xp6r4v01536zifv";
|
||||
version = "4.2.37";
|
||||
sha256 = "0yzm3k7gvpim0mhmc3x16yl00xa3iz8dvq8732nfyfh4i3scnqd4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -58816,8 +58844,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hoogle-index";
|
||||
version = "0.3.3";
|
||||
sha256 = "1dl92i2hrgs47lvkc5kg0hww6h6s94z9ml8fil8g0rcg9jm1643c";
|
||||
version = "0.4.0";
|
||||
sha256 = "0a7zkpqcjx225c3prwca8cs8sai0yaxv56vsb0in1s9p86qw1gfv";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -59174,6 +59202,7 @@ self: {
|
|||
pname = "hourglass";
|
||||
version = "0.2.8";
|
||||
sha256 = "1n5kffmf9qnr2zy6igck7rlrw0gx5lqc92n1lajpa8vq96qzx7lj";
|
||||
editedCabalFile = "df23ba9b63af9fd6ed50bdbde1c2a2b43dc702e68a85722a49cd1ff1b21894b5";
|
||||
buildDepends = [ base deepseq ];
|
||||
testDepends = [
|
||||
base deepseq mtl old-locale tasty tasty-hunit tasty-quickcheck time
|
||||
|
@ -62789,28 +62818,29 @@ self: {
|
|||
}) {};
|
||||
|
||||
"htsn-import" = callPackage
|
||||
({ mkDerivation, base, cmdargs, configurator, directory, doctest
|
||||
, filepath, groundhog, groundhog-postgresql, groundhog-sqlite
|
||||
, groundhog-th, hslogger, htsn-common, hxt, MissingH, old-locale
|
||||
, process, split, tasty, tasty-hunit, time, transformers, tuple
|
||||
({ mkDerivation, base, cmdargs, configurator, containers, directory
|
||||
, doctest, filepath, fixed-vector-hetero, groundhog
|
||||
, groundhog-postgresql, groundhog-sqlite, groundhog-th, hslogger
|
||||
, htsn-common, hxt, MissingH, old-locale, process, split, tasty
|
||||
, tasty-hunit, time, transformers, tuple
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "htsn-import";
|
||||
version = "0.2.0";
|
||||
sha256 = "1k8563jaqkdx3i8h0hslbw1vkdc3ff1ip5xg621fzsqs9fpxz29j";
|
||||
version = "0.2.1";
|
||||
sha256 = "1gwijlkrdb3p79za7h2m3ilcwnrxmffqn3xvmd3sfszvrj2wws6n";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base cmdargs configurator directory filepath groundhog
|
||||
groundhog-postgresql groundhog-sqlite groundhog-th hslogger
|
||||
htsn-common hxt MissingH old-locale split tasty tasty-hunit time
|
||||
transformers tuple
|
||||
base cmdargs configurator containers directory filepath
|
||||
fixed-vector-hetero groundhog groundhog-postgresql groundhog-sqlite
|
||||
groundhog-th hslogger htsn-common hxt MissingH old-locale split
|
||||
tasty tasty-hunit time transformers tuple
|
||||
];
|
||||
testDepends = [
|
||||
base cmdargs configurator directory doctest filepath groundhog
|
||||
groundhog-postgresql groundhog-sqlite groundhog-th hslogger
|
||||
htsn-common hxt MissingH old-locale process split tasty tasty-hunit
|
||||
time transformers tuple
|
||||
base cmdargs configurator containers directory doctest filepath
|
||||
fixed-vector-hetero groundhog groundhog-postgresql groundhog-sqlite
|
||||
groundhog-th hslogger htsn-common hxt MissingH old-locale process
|
||||
split tasty tasty-hunit time transformers tuple
|
||||
];
|
||||
description = "Import XML files from The Sports Network into an RDBMS";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
|
@ -63402,8 +63432,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "http2";
|
||||
version = "0.6.0";
|
||||
sha256 = "1brsvq1v24p8ayfnmq2as47xx4lj5hyg1yqvdf9j6126ad31cacg";
|
||||
version = "0.7.0";
|
||||
sha256 = "02l9f5na5sci7rd839nfb9l8glwkpba07jv4jr57zf460hvyp5fk";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -63417,7 +63447,7 @@ self: {
|
|||
hspec PSQueue text unordered-containers vector word8
|
||||
];
|
||||
configureFlags = [ "-f-devel" ];
|
||||
description = "HTTP/2.0 library including HPACK";
|
||||
description = "HTTP/2.0 library including frames and HPACK";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
|
@ -65549,6 +65579,7 @@ self: {
|
|||
pname = "index-core";
|
||||
version = "1.0.1";
|
||||
sha256 = "01d7025js5a3373a8ixl3clvmd0blpkly6js3ggnp26p4h5ilhv4";
|
||||
editedCabalFile = "dbc4c7390f6664ca0ad083bb005897e6f3ca5dca5e95709621c131d7a1a0f09f";
|
||||
buildDepends = [ base ];
|
||||
description = "Indexed Types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -65823,8 +65854,8 @@ self: {
|
|||
({ mkDerivation, attoparsec, base, bytestring, dlist }:
|
||||
mkDerivation {
|
||||
pname = "inserts";
|
||||
version = "0.1.1";
|
||||
sha256 = "1ncm75rhsxc4bd8swd2vwmb5pl872wpy01989lwdhdpypawhax6y";
|
||||
version = "0.1.2";
|
||||
sha256 = "1m72ysfd2g2jszvcihh7zbfxvpj2a8qjq3ra4vs4bjzpja4kh477";
|
||||
buildDepends = [ attoparsec base bytestring dlist ];
|
||||
homepage = "http://github.com/tel/inserts";
|
||||
description = "Stupid simple bytestring templates";
|
||||
|
@ -68479,6 +68510,7 @@ self: {
|
|||
pname = "kan-extensions";
|
||||
version = "4.2.1";
|
||||
sha256 = "0lymh1njw1zh9is6zk3bmr7jylna28632l4pylh6chlxpjvy4zwl";
|
||||
editedCabalFile = "c0b1fdbd894c452f2658615bb14db240921b9ba5115f4f232d173ecbdae83ead";
|
||||
buildDepends = [
|
||||
adjunctions array base comonad containers contravariant
|
||||
distributive free mtl semigroupoids tagged transformers
|
||||
|
@ -70182,8 +70214,8 @@ self: {
|
|||
({ mkDerivation, attoparsec, base, bytestring }:
|
||||
mkDerivation {
|
||||
pname = "language-openscad";
|
||||
version = "0.1.5";
|
||||
sha256 = "157qc3p2rj80z25g6j5cwfyzs82b3iwmxibrm80r3zmcx0ns0ha6";
|
||||
version = "0.1.6";
|
||||
sha256 = "0xbwd0arsxinszlmdql5d61w33mpqya8gybkllyb1v7xhqskjasr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ attoparsec base bytestring ];
|
||||
|
@ -71865,8 +71897,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "lifted-async";
|
||||
version = "0.6.0";
|
||||
sha256 = "03m8nkcyv5hjcfrg58z1nj9908d6254g5abrgl4xg2f2mn8dcxpl";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "12qbibsl26njx6m1dq12gqfb15rkyag23c1vkcinlk301a0cvsmf";
|
||||
buildDepends = [
|
||||
async base constraints lifted-base monad-control transformers-base
|
||||
];
|
||||
|
@ -72132,8 +72164,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "linear-opengl";
|
||||
version = "0.2.0.4";
|
||||
sha256 = "11pdif2w730jqknajr2si77a0z4v4k5spm5zdks642i25ya135ba";
|
||||
version = "0.2.0.5";
|
||||
sha256 = "17njj6r6k31da254wa6q84x80rz9rwbdmmk9yi27d7zjmdczv94s";
|
||||
buildDepends = [
|
||||
base distributive lens linear OpenGL OpenGLRaw tagged
|
||||
];
|
||||
|
@ -72287,9 +72319,10 @@ self: {
|
|||
({ mkDerivation, base, bytestring, time, unix }:
|
||||
mkDerivation {
|
||||
pname = "linux-evdev";
|
||||
version = "0.3";
|
||||
sha256 = "1cyy9z56pmlzvs5n0sz22322agb4kzmi8pmbvwsb24fcdk68k7rp";
|
||||
version = "0.3.1";
|
||||
sha256 = "1zx5m0446rkbbj43m1f110a7jvl7vd7wkhikqql608a0jzqr7bk0";
|
||||
buildDepends = [ base bytestring time unix ];
|
||||
homepage = "http://github.com/bgamari/linux-evdev";
|
||||
description = "Bindings to Linux evdev input device interface";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -74067,8 +74100,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "lzma-conduit";
|
||||
version = "1.1.2";
|
||||
sha256 = "027lkp9n13bymn19ap19pra08aglcsi0z3547702zn74gg70a70c";
|
||||
version = "1.1.3";
|
||||
sha256 = "01pf7q56y4m377qcbfwdv767dhlvkhd4cs01bqcg9k667iy21fr4";
|
||||
buildDepends = [
|
||||
base bindings-DSL bytestring conduit resourcet transformers
|
||||
];
|
||||
|
@ -77295,6 +77328,7 @@ self: {
|
|||
pname = "monad-peel";
|
||||
version = "0.1.1";
|
||||
sha256 = "0n3cxa94wd3hjvy9jgf3d8p7qfb9jaaf29simjya7rlcb673pg3l";
|
||||
editedCabalFile = "64e1f99ea3e8c36d5d4e86794d1fc02966e7036b43ae4e1dcf01ade192962611";
|
||||
buildDepends = [ base extensible-exceptions transformers ];
|
||||
homepage = "http://andersk.mit.edu/haskell/monad-peel/";
|
||||
description = "Lift control operations like exception catching through monad transformers";
|
||||
|
@ -77888,8 +77922,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "monoid-subclasses";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1gq1j5pq5764qxklhnpqi36vcacgqapjnzsfzcvivwxq564hky41";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "17f8mixdxdqbv6dr1l249pyd587z8g9nr3xy4ja81yhj2zqm1n3c";
|
||||
buildDepends = [ base bytestring containers primes text vector ];
|
||||
testDepends = [
|
||||
base bytestring containers primes QuickCheck quickcheck-instances
|
||||
|
@ -79096,8 +79130,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "mutable-containers";
|
||||
version = "0.2.1";
|
||||
sha256 = "1ja0xy0kkpqdxgk5mkq8dasl8g5h2xyrs6w7zfanxvrnsy62mb4j";
|
||||
version = "0.2.1.2";
|
||||
sha256 = "1j1dzx8iniq3arpjrndkpvkjad175hl4ijjryaf3s59pzpbz17y8";
|
||||
buildDepends = [
|
||||
base containers ghc-prim mono-traversable primitive vector
|
||||
];
|
||||
|
@ -79243,8 +79277,7 @@ self: {
|
|||
homepage = "http://haskell.cs.yale.edu/";
|
||||
description = "None";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
broken = true;
|
||||
}) { Euterpea = null;};
|
||||
}) {};
|
||||
|
||||
"mybitcoin-sci" = callPackage
|
||||
({ mkDerivation, base, cgi, curl, directory, mtl, process, split }:
|
||||
|
@ -82703,8 +82736,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "optimization";
|
||||
version = "0.1.5";
|
||||
sha256 = "0k9g3gs3ysrj7mm8prnahpdmw9wa7zxxnx5hfmr805a0ydg3qjb6";
|
||||
version = "0.1.6";
|
||||
sha256 = "182dwjs24m60waqqhvq42l9hpshwzr07bbb87jjpmhfjrlxf4xly";
|
||||
buildDepends = [
|
||||
ad base distributive linear semigroupoids vector
|
||||
];
|
||||
|
@ -83391,8 +83424,8 @@ self: {
|
|||
({ mkDerivation, base, containers, lens, pandoc-types }:
|
||||
mkDerivation {
|
||||
pname = "pandoc-lens";
|
||||
version = "0.3";
|
||||
sha256 = "1871s6ckv34p2k3y1w61rrr3f4yn1zpyhzd1r0k30cr70g8qrg7h";
|
||||
version = "0.3.1";
|
||||
sha256 = "1h943cyj6ph5w32rmkzlvszjbb7s65is1h9ifws4m7nj9mbn13lf";
|
||||
buildDepends = [ base containers lens pandoc-types ];
|
||||
homepage = "http://github.com/bgamari/pandoc-lens";
|
||||
description = "Lenses for Pandoc documents";
|
||||
|
@ -86866,6 +86899,7 @@ self: {
|
|||
pname = "pool";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "1fwwnwxk3kprr2z9y7bwa1qwxfkzwcb2n5l6vkq1c5s8gjls581c";
|
||||
editedCabalFile = "c79e139723764f4d4ba584c6cf6f73174700271910b15ed0f25a150a53a8c951";
|
||||
buildDepends = [ base monad-control transformers ];
|
||||
homepage = "http://www.yesodweb.com/book/persistent";
|
||||
description = "Thread-safe resource pools. (deprecated)";
|
||||
|
@ -87318,9 +87352,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "postgresql-typed";
|
||||
version = "0.3.0";
|
||||
sha256 = "081f1ga1pn6p32hr58m7ji3v589fpqdgj6c2zxnbs5q9yqv5fmnl";
|
||||
editedCabalFile = "35940b0e46fe7407cd7f915d94dfd4f7fe8e3741d11817595f8c05a69195e224";
|
||||
version = "0.3.1";
|
||||
sha256 = "0x7c01ai2k75qcr244cr33dylim44dhphvwd1ji9h4hlvmpr9j11";
|
||||
buildDepends = [
|
||||
array base binary bytestring containers cryptohash haskell-src-meta
|
||||
network old-locale parsec postgresql-binary scientific
|
||||
|
@ -88100,13 +88133,14 @@ self: {
|
|||
}) {};
|
||||
|
||||
"process-extras" = callPackage
|
||||
({ mkDerivation, base, bytestring, deepseq, process, text }:
|
||||
({ mkDerivation, base, bytestring, deepseq, ListLike, process, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "process-extras";
|
||||
version = "0.2.0";
|
||||
sha256 = "0mr4f2v19qz6d6jhffz9gky0ykdqwl8c11adbdm04wm2a3xsvf7g";
|
||||
buildDepends = [ base bytestring deepseq process text ];
|
||||
homepage = "https://github.com/davidlazar/process-extras";
|
||||
version = "0.3.0";
|
||||
sha256 = "0dy4clrnd33dmn5dy9fnniv8khz6ifirj1a9flfm5wwx286lnkxx";
|
||||
buildDepends = [ base bytestring deepseq ListLike process text ];
|
||||
homepage = "https://github.com/seereason/process-extras";
|
||||
description = "Process extras";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
@ -94081,12 +94115,15 @@ self: {
|
|||
}) {};
|
||||
|
||||
"rss" = callPackage
|
||||
({ mkDerivation, base, HaXml, network, old-locale, time }:
|
||||
({ mkDerivation, base, HaXml, network, network-uri, old-locale
|
||||
, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rss";
|
||||
version = "3000.2.0.3";
|
||||
sha256 = "0q1z3rxjl4f72w7vxcpl4rbxkdwhlqk1a3fvaqn6ggvcm3l9rvm6";
|
||||
buildDepends = [ base HaXml network old-locale time ];
|
||||
version = "3000.2.0.4";
|
||||
sha256 = "1kq7bk3kl48699n2ri15im5ds8cd2pmcjglh06br1knxkli80kbq";
|
||||
buildDepends = [ base HaXml network network-uri old-locale time ];
|
||||
configureFlags = [ "-fnetwork-uri" "-fold-locale" ];
|
||||
homepage = "https://github.com/basvandijk/rss";
|
||||
description = "A library for generating RSS 2.0 feeds.";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
|
@ -97214,8 +97251,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "shakespeare";
|
||||
version = "2.0.2.2";
|
||||
sha256 = "0d44qp9a1m573n15h9ddvnbpyf5rcphxm6y1bzfllpgzjmjl39n5";
|
||||
version = "2.0.3";
|
||||
sha256 = "0kc6xada1c53a8z47ihbvsfmz5jfxxsp8xibrdxzn9p1wc2wr38l";
|
||||
buildDepends = [
|
||||
aeson base blaze-html blaze-markup bytestring containers directory
|
||||
exceptions ghc-prim parsec process system-fileio system-filepath
|
||||
|
@ -98223,8 +98260,8 @@ self: {
|
|||
({ mkDerivation, base, process }:
|
||||
mkDerivation {
|
||||
pname = "simple-smt";
|
||||
version = "0.4.0";
|
||||
sha256 = "02mhwiijf7rh4h8ljqb9vnbafqlmkksxbizdhgpqzs4imbzl9qp3";
|
||||
version = "0.5.0";
|
||||
sha256 = "00ag8kfc7lf0lkmbrblxmz81vwd05ifnfh5wkd4s0432b9vljjmb";
|
||||
buildDepends = [ base process ];
|
||||
description = "A simple way to interact with an SMT solver process";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -101680,8 +101717,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage";
|
||||
version = "0.5.1";
|
||||
sha256 = "19fq9acs14s12y56ffrxyg85d89ifqd7clliil4di36nsrzrq8mq";
|
||||
version = "0.5.2";
|
||||
sha256 = "08rxph7xb0kcbcdhcvm3frmrcm5rsyvr8fr2pczd1xxlz37fwbh3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -102139,8 +102176,8 @@ self: {
|
|||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "stemmer";
|
||||
version = "0.5";
|
||||
sha256 = "16y0lapjma4ivnkpgqpw60763lfvnf6rxwc9gs0dyffvq6lfrz8i";
|
||||
version = "0.5.1";
|
||||
sha256 = "0jiwwhwyqnbwzfn0vhd6d4f2zq6aazh18fbhm8w7zjc3cz0cr4m0";
|
||||
buildDepends = [ base ];
|
||||
homepage = "http://www.github.com/bgamari/stemmer";
|
||||
description = "Haskell bindings to the Snowball stemming library";
|
||||
|
@ -103592,8 +103629,8 @@ self: {
|
|||
({ mkDerivation, attoparsec, base, bytestring, containers }:
|
||||
mkDerivation {
|
||||
pname = "svm-light-utils";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1nphv98ch0s336rr9nm7bw7vagn4qa5fv6xk6fjkbr5fs19ddbs2";
|
||||
version = "0.1.1";
|
||||
sha256 = "08mifhbmwmd0n0zvgbfzs3mgf5hdvrmn8w3wa6cqn0cqk58z0a2j";
|
||||
buildDepends = [ attoparsec base bytestring containers ];
|
||||
homepage = "http://github.com/bgamari/svm-light-utils";
|
||||
description = "Parsers and formatters for the SVMlight input file format";
|
||||
|
@ -113071,8 +113108,8 @@ self: {
|
|||
({ mkDerivation, base, vector-space }:
|
||||
mkDerivation {
|
||||
pname = "vector-space-points";
|
||||
version = "0.2";
|
||||
sha256 = "05wczgvcqwqhcr4v0md4x5vybq6ns8rk6459yqyrc96kaig0sf2i";
|
||||
version = "0.2.1";
|
||||
sha256 = "061gpayzqz0shn2s6fx4ss0dfgxcq717dycmkxjhrx3hy0dczv34";
|
||||
buildDepends = [ base vector-space ];
|
||||
description = "A type for points, as distinct from vectors";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -113105,9 +113142,8 @@ self: {
|
|||
({ mkDerivation, base, data-default, template-haskell, vector }:
|
||||
mkDerivation {
|
||||
pname = "vector-th-unbox";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0r8yxj63hvkm923y8mk1b5kv1b15lqadxhlncc02glvmy8zf1prh";
|
||||
editedCabalFile = "5c71ff12b57058a0bb8f9dd2db98e705618bfbb6b1fa2181025a669a41f78d82";
|
||||
version = "0.2.1.2";
|
||||
sha256 = "01admr0akldwwmzmc465f5dbqmq03ldvma67kibanjs25m39dxhd";
|
||||
buildDepends = [ base template-haskell vector ];
|
||||
testDepends = [ base data-default vector ];
|
||||
description = "Deriver for Data.Vector.Unboxed using Template Haskell";
|
||||
|
@ -115472,8 +115508,8 @@ self: {
|
|||
({ mkDerivation, base, lens, linear, parsec, parsec-numbers }:
|
||||
mkDerivation {
|
||||
pname = "wkt";
|
||||
version = "0.2.3";
|
||||
sha256 = "1j41d8zxqyc7s6dq0zc4id0pcp0wlyzbx8f96q4r6fhhbngyj8z4";
|
||||
version = "0.2.4";
|
||||
sha256 = "0xbzk4p5jazdkrlvj67xzy9vphl6rw90jp8cv4hr8p63v7ja2kfq";
|
||||
buildDepends = [ base lens linear parsec parsec-numbers ];
|
||||
homepage = "http://github.com/bgamari/wkt";
|
||||
description = "Parsec parsers and types for geographic data in well-known text (WKT) format";
|
||||
|
@ -118698,15 +118734,15 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-markdown";
|
||||
version = "0.9.3";
|
||||
sha256 = "16xvclai6aqgjj11mzc84wb98wsw59w0nhjh1c1xx2hw2m5g37k6";
|
||||
version = "0.9.3.1";
|
||||
sha256 = "1spbgcsq1lkywp19k7ksiy6rsh2n060mxzh33k0ngbxxg566n08i";
|
||||
buildDepends = [
|
||||
base blaze-html blaze-markup bytestring directory pandoc persistent
|
||||
shakespeare texmath text xss-sanitize yesod-core yesod-form
|
||||
];
|
||||
homepage = "http://github.com/pbrisbin/yesod-markdown";
|
||||
description = "Tools for using markdown in a yesod application";
|
||||
license = "GPL";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
}) {};
|
||||
|
||||
"yesod-newsfeed" = callPackage
|
||||
|
|
Loading…
Reference in a new issue