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