forked from mirrors/nixpkgs
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-3-gc8d18e2 from Hackage revision
a1470d397f
.
This commit is contained in:
parent
0699f9ef07
commit
f3900c0617
452
pkgs/development/haskell-modules/hackage-packages.nix
generated
452
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -724,49 +724,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"Agda" = callPackage
|
||||
({ mkDerivation, alex, array, async, base, binary, blaze-html
|
||||
, boxes, bytestring, Cabal, containers, cpphs, data-hash, deepseq
|
||||
, directory, EdisonCore, edit-distance, emacs, equivalence
|
||||
, filemanip, filepath, geniplate-mirror, gitrev, happy, hashable
|
||||
, hashtables, haskeline, ieee754, mtl, murmur-hash, pretty, process
|
||||
, regex-tdfa, stm, strict, template-haskell, text, time
|
||||
, transformers, unordered-containers, uri-encode, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Agda";
|
||||
version = "2.5.4.1";
|
||||
sha256 = "0bxpibsk98n9xp42d92ma5vj2fam8rsnl61fbhr3askfjdvalnbp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal filemanip filepath process ];
|
||||
libraryHaskellDepends = [
|
||||
array async base binary blaze-html boxes bytestring containers
|
||||
data-hash deepseq directory EdisonCore edit-distance equivalence
|
||||
filepath geniplate-mirror gitrev hashable hashtables haskeline
|
||||
ieee754 mtl murmur-hash pretty process regex-tdfa stm strict
|
||||
template-haskell text time transformers unordered-containers
|
||||
uri-encode zlib
|
||||
];
|
||||
libraryToolDepends = [ alex cpphs happy ];
|
||||
executableHaskellDepends = [ base directory filepath process ];
|
||||
executableToolDepends = [ emacs ];
|
||||
postInstall = ''
|
||||
files=("$data/share/ghc-"*"/"*"-ghc-"*"/Agda-"*"/lib/prim/Agda/"{Primitive.agda,Builtin"/"*.agda})
|
||||
for f in "''${files[@]}" ; do
|
||||
$out/bin/agda $f
|
||||
done
|
||||
for f in "''${files[@]}" ; do
|
||||
$out/bin/agda -c --no-main $f
|
||||
done
|
||||
$out/bin/agda-mode compile
|
||||
'';
|
||||
description = "A dependently typed functional programming language and proof assistant";
|
||||
license = "unknown";
|
||||
maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||
}) {inherit (pkgs) emacs;};
|
||||
|
||||
"Agda_2_5_4_2" = callPackage
|
||||
({ mkDerivation, alex, array, async, base, binary, blaze-html
|
||||
, boxes, bytestring, Cabal, containers, data-hash, deepseq
|
||||
, directory, EdisonCore, edit-distance, emacs, equivalence
|
||||
|
@ -806,7 +763,6 @@ self: {
|
|||
'';
|
||||
description = "A dependently typed functional programming language and proof assistant";
|
||||
license = "unknown";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||
}) {inherit (pkgs) emacs;};
|
||||
|
||||
|
@ -17300,6 +17256,8 @@ self: {
|
|||
pname = "Stack";
|
||||
version = "0.3.2";
|
||||
sha256 = "1rap4xyldzwj26r8mbvzkyy9021q8h06pz8cyd061vyslrl7p89b";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ngyrylqmc2fc088d49pn41nlps3mqjimh0y8wc6nmpkay5pj0m8";
|
||||
libraryHaskellDepends = [ base nats stm ];
|
||||
description = "Stack data structure";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -30356,6 +30314,25 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"atomic-write_0_2_0_6" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, filepath, hspec
|
||||
, temporary, text, unix-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "atomic-write";
|
||||
version = "0.2.0.6";
|
||||
sha256 = "1xs3shwnlj8hmnm3q6jc8nv78z0481i5n4hrqqdmbpx8grvlnqyl";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring directory filepath temporary text unix-compat
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring filepath hspec temporary text unix-compat
|
||||
];
|
||||
description = "Atomically write to a file";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"atomo" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, directory
|
||||
, filepath, hashable, haskeline, hint, mtl, parsec, pretty
|
||||
|
@ -34332,6 +34309,29 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bencodex" = callPackage
|
||||
({ mkDerivation, attoparsec, base, base64-bytestring, bytestring
|
||||
, containers, file-embed, filepath, hashable, hlint, hspec
|
||||
, hspec-attoparsec, hspec-discover, HsYAML, text
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bencodex";
|
||||
version = "1.0.0";
|
||||
sha256 = "1ny60qg63kyi12rlk8spc6db40zq3laqfw0k89s0jvnkjlksdyj8";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring hashable text unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base64-bytestring bytestring containers file-embed filepath
|
||||
hlint hspec hspec-attoparsec hspec-discover HsYAML text
|
||||
unordered-containers
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Bencodex reader/writer for Haskell";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"bencoding" = callPackage
|
||||
({ mkDerivation, AttoBencode, attoparsec, base, bencode, bytestring
|
||||
, containers, criterion, deepseq, ghc-prim, hspec, integer-gmp, mtl
|
||||
|
@ -68994,18 +68994,19 @@ self: {
|
|||
}) {eibclient = null;};
|
||||
|
||||
"eigen" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, mtl, primitive
|
||||
, transformers, vector
|
||||
({ mkDerivation, base, binary, bytestring, constraints, ghc-prim
|
||||
, mtl, primitive, transformers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "eigen";
|
||||
version = "3.3.4.1";
|
||||
sha256 = "0kpbnl5yrsp9923al5g9x48yf88m4vsdryq69g8fmlh0wdqkdapa";
|
||||
version = "3.3.4.2";
|
||||
sha256 = "0l88bzp6f5bs5lpcav1c0lg2dc59rfdka2d6dx3c6gzbj1jmf5iz";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring primitive transformers vector
|
||||
base binary bytestring constraints ghc-prim primitive transformers
|
||||
vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring mtl primitive transformers vector
|
||||
base binary bytestring ghc-prim mtl primitive transformers vector
|
||||
];
|
||||
description = "Eigen C++ library (linear algebra: matrices, sparse matrices, vectors, numerical solvers)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -73584,24 +73585,23 @@ self: {
|
|||
"extensible-effects-concurrent" = callPackage
|
||||
({ mkDerivation, async, base, containers, data-default, deepseq
|
||||
, directory, enclosed-exceptions, extensible-effects, filepath
|
||||
, HUnit, lens, logging-effect, monad-control, mtl, parallel
|
||||
, process, QuickCheck, random, stm, tagged, tasty, tasty-discover
|
||||
, tasty-hunit, time, transformers
|
||||
, HUnit, lens, monad-control, mtl, parallel, process, QuickCheck
|
||||
, stm, tasty, tasty-discover, tasty-hunit, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "extensible-effects-concurrent";
|
||||
version = "0.9.0";
|
||||
sha256 = "0y6rf1whjwhrzkjw70sayl95lf8b6dhn5l9pxhwp05gnz3ll81ka";
|
||||
version = "0.9.2.2";
|
||||
sha256 = "0zw8qvsiblsms9cpmwlg70ix7qlmpgxhm2jdp16j04rvl93zaykw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
async base containers data-default deepseq directory
|
||||
enclosed-exceptions extensible-effects filepath lens logging-effect
|
||||
monad-control mtl parallel process QuickCheck random stm tagged
|
||||
time transformers
|
||||
async base containers data-default deepseq enclosed-exceptions
|
||||
extensible-effects filepath lens monad-control mtl parallel process
|
||||
QuickCheck stm time
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base data-default extensible-effects lens
|
||||
base data-default deepseq directory extensible-effects filepath
|
||||
lens
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers data-default deepseq extensible-effects HUnit lens
|
||||
|
@ -76740,8 +76740,8 @@ self: {
|
|||
({ mkDerivation, base, random }:
|
||||
mkDerivation {
|
||||
pname = "fixedprec";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "0s921nhkmdglmcwzyr048r04dswc6hz7kvh9p4lvd8i2mxq0szgi";
|
||||
version = "0.2.2.2";
|
||||
sha256 = "01ss9rzg2r4gii6f7771n4vdyg022skyws6ncc3l62xycgz153a7";
|
||||
libraryHaskellDepends = [ base random ];
|
||||
description = "A fixed-precision real number type";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -85288,23 +85288,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"gi-gtk-hs" = callPackage
|
||||
({ mkDerivation, base, base-compat, containers, gi-gdk
|
||||
, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk, haskell-gi-base, mtl
|
||||
, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-gtk-hs";
|
||||
version = "0.3.6.2";
|
||||
sha256 = "04gksr27nqzx77c8kv2c94ysf1pz3nwhvnxvbz8h7cn4hzvzhb8z";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject
|
||||
gi-gtk haskell-gi-base mtl text transformers
|
||||
];
|
||||
description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {};
|
||||
|
||||
"gi-gtk-hs_0_3_6_3" = callPackage
|
||||
({ mkDerivation, base, base-compat, containers, gi-gdk
|
||||
, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk, haskell-gi-base, mtl
|
||||
, text, transformers
|
||||
|
@ -85319,7 +85302,6 @@ self: {
|
|||
];
|
||||
description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"gi-gtkosxapplication" = callPackage
|
||||
|
@ -85366,27 +85348,6 @@ self: {
|
|||
}) {gtksourceview3 = pkgs.gnome3.gtksourceview;};
|
||||
|
||||
"gi-javascriptcore" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi
|
||||
, haskell-gi-base, haskell-gi-overloading, text, transformers
|
||||
, webkitgtk
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-javascriptcore";
|
||||
version = "4.0.15";
|
||||
sha256 = "07dz5kisis93x0ywb207w8nv54bfdgsahq325dyvbfvlgkqrxsh3";
|
||||
setupHaskellDepends = [ base Cabal haskell-gi ];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers haskell-gi haskell-gi-base
|
||||
haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ webkitgtk ];
|
||||
doHaddock = false;
|
||||
description = "JavaScriptCore bindings";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome3) webkitgtk;};
|
||||
|
||||
"gi-javascriptcore_4_0_16" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
|
||||
, gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading
|
||||
, text, transformers, webkitgtk
|
||||
|
@ -85945,8 +85906,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "git-annex";
|
||||
version = "7.20181031";
|
||||
sha256 = "02h3c77mdlr4c6l7c14ai0i2kq8c7pawvsf33my449b1srviazlm";
|
||||
version = "7.20181105";
|
||||
sha256 = "0jh49bfgsccrvhdgyp1xp5rj0vp9iz8kkmh1x5cmrsjajs8qdpw3";
|
||||
configureFlags = [
|
||||
"-fassistant" "-fcryptonite" "-fdbus" "-fdesktopnotify" "-fdns"
|
||||
"-ffeed" "-finotify" "-fpairing" "-fproduction" "-fquvi" "-f-s3"
|
||||
|
@ -100374,8 +100335,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.6.0";
|
||||
sha256 = "1qzxx1rbwv792f96wcsqmbsshd6qf34fqj6byi17la51s900zr09";
|
||||
version = "0.6.1";
|
||||
sha256 = "0jgsf4f3qyq60dbyyni0d1cdphabf8ix4l0y1iiql5ii2fy50dw2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -100978,8 +100939,8 @@ self: {
|
|||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "haskus-utils-types";
|
||||
version = "1.1";
|
||||
sha256 = "1fihf61z5078l73a08fvm5qb67dr3yc32nhgakkldd0fbh7clyrz";
|
||||
version = "1.2";
|
||||
sha256 = "0q7i2z1l55x9pgf9bd5xng0bdx4v74356gayhdxws1gfmghgf7f0";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Haskus utility modules";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -100991,8 +100952,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskus-utils-variant";
|
||||
version = "2.0.3";
|
||||
sha256 = "0yxlpznmc5yyv9ibx38f2slcj8r70qcz963j2fsbi5xr88ih7and";
|
||||
version = "2.1.1";
|
||||
sha256 = "1n8hhb4lv4d9xa0s9fzj6hhj2r22jqf9jrihck5y5nr5rvribfyk";
|
||||
libraryHaskellDepends = [
|
||||
base haskus-utils-data haskus-utils-types template-haskell
|
||||
];
|
||||
|
@ -109881,14 +109842,14 @@ self: {
|
|||
|
||||
"hpack-dhall" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, Cabal
|
||||
, dhall, dhall-json, Diff, filepath, hpack, megaparsec, microlens
|
||||
, optparse-applicative, prettyprinter, tasty, tasty-golden, text
|
||||
, transformers, utf8-string, yaml
|
||||
, dhall, dhall-json, Diff, directory, filepath, hpack, megaparsec
|
||||
, microlens, optparse-applicative, prettyprinter, tasty
|
||||
, tasty-golden, text, transformers, utf8-string, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hpack-dhall";
|
||||
version = "0.4.0";
|
||||
sha256 = "04bjhfc5xqkvp58y28cifsq58l2rbc8xa7ywvzmk9hvw7acbixca";
|
||||
version = "0.5.0";
|
||||
sha256 = "0nqvcs9ch2knlllb0r0j0aqwab7h3yxh5iay377gyq8xc0m4l8w6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -109902,7 +109863,7 @@ self: {
|
|||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring Cabal dhall dhall-json Diff
|
||||
filepath hpack megaparsec microlens prettyprinter tasty
|
||||
directory filepath hpack megaparsec microlens prettyprinter tasty
|
||||
tasty-golden text transformers utf8-string yaml
|
||||
];
|
||||
description = "hpack's dhalling";
|
||||
|
@ -116569,36 +116530,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"http2" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
|
||||
, bytestring-builder, case-insensitive, containers, criterion
|
||||
, directory, doctest, filepath, Glob, hashtables, heaps, hex, hspec
|
||||
, mwc-random, psqueues, stm, text, unordered-containers, vector
|
||||
, word8
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http2";
|
||||
version = "1.6.3";
|
||||
sha256 = "0hww0rfsv6lqx62qzycbcqy5q6rh9k09qkyjkdm5m1sp1z50wqk1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring bytestring-builder case-insensitive
|
||||
containers psqueues stm
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty array base bytestring bytestring-builder
|
||||
case-insensitive containers directory doctest filepath Glob hex
|
||||
hspec psqueues stm text unordered-containers vector word8
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
array base bytestring case-insensitive containers criterion
|
||||
hashtables heaps mwc-random psqueues stm
|
||||
];
|
||||
description = "HTTP/2 library including frames, priority queues and HPACK";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"http2_1_6_4" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
|
||||
, case-insensitive, containers, criterion, directory, doctest
|
||||
, filepath, Glob, heaps, hex, hspec, mwc-random, network-byte-order
|
||||
|
@ -116626,7 +116557,6 @@ self: {
|
|||
];
|
||||
description = "HTTP/2 library including frames, priority queues and HPACK";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http2-client" = callPackage
|
||||
|
@ -117914,29 +117844,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hw-prim" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, directory, exceptions
|
||||
, hedgehog, hspec, hw-hspec-hedgehog, mmap, QuickCheck, semigroups
|
||||
, transformers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-prim";
|
||||
version = "0.6.2.17";
|
||||
sha256 = "184ymryvfj3s6bc3igahfyd8k9cqf59vmpb9g3afh8xpicpmmiv6";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring mmap semigroups transformers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring directory exceptions hedgehog hspec
|
||||
hw-hspec-hedgehog mmap QuickCheck semigroups transformers vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring criterion mmap semigroups transformers vector
|
||||
];
|
||||
description = "Primitive functions and data types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hw-prim_0_6_2_18" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, directory, exceptions
|
||||
, hedgehog, hspec, hw-hspec-hedgehog, mmap, QuickCheck, semigroups
|
||||
, transformers, vector
|
||||
|
@ -117957,7 +117864,6 @@ self: {
|
|||
];
|
||||
description = "Primitive functions and data types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hw-prim-bits" = callPackage
|
||||
|
@ -144435,8 +144341,8 @@ self: {
|
|||
({ mkDerivation, base, ghc-typelits-knownnat }:
|
||||
mkDerivation {
|
||||
pname = "modular";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1md01c9rzw24nymllkabckv46l7076kac6c317h5jindsncm7b8i";
|
||||
version = "0.1.0.8";
|
||||
sha256 = "1igg7am4z1kfvpyp5a53rsqan5i209rp1s0z9xamqydx60ilc2s3";
|
||||
libraryHaskellDepends = [ base ghc-typelits-knownnat ];
|
||||
description = "Type-safe modular arithmetic";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -164545,10 +164451,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "pixela";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "02ab3n56j3y93wrwdj8rd3ff9zw9kskily1s9j2yq49zwpjnilpj";
|
||||
revision = "3";
|
||||
editedCabalFile = "0kndzh00saxdinyz5hbqkir9n578fz8db291nqynqpymw6lwkyc3";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1hwizaxgn6x61vdspn8l3yljjlsglilvlimlz32ngcl1bpdhxh9l";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default http-client http-client-tls
|
||||
http-types split text unordered-containers uri-encode vector
|
||||
|
@ -183451,26 +183355,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"sandi" = callPackage
|
||||
({ mkDerivation, base, bytestring, conduit, criterion, exceptions
|
||||
, HUnit, stringsearch, tasty, tasty-hunit, tasty-quickcheck
|
||||
, tasty-th
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sandi";
|
||||
version = "0.4.2";
|
||||
sha256 = "0dvkpk91n9kz2ha04rvp231ra9sgd1ilyc1qkzf9l03iir7zrh9b";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring conduit exceptions stringsearch
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring HUnit tasty tasty-hunit tasty-quickcheck tasty-th
|
||||
];
|
||||
benchmarkHaskellDepends = [ base bytestring criterion ];
|
||||
description = "Data encoding library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"sandi_0_4_3" = callPackage
|
||||
({ mkDerivation, base, bytestring, conduit, criterion, exceptions
|
||||
, tasty, tasty-hunit, tasty-quickcheck, tasty-th
|
||||
}:
|
||||
|
@ -183485,7 +183369,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base bytestring criterion ];
|
||||
description = "Data encoding library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"sandlib" = callPackage
|
||||
|
@ -186887,6 +186770,8 @@ self: {
|
|||
pname = "servant-auth";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "12s1m7vqp0ka8nani4cnrb6fad2y5mxji95bba2b6b07ih8xbd3v";
|
||||
revision = "1";
|
||||
editedCabalFile = "10ss4v45lclf5n0k6rch22zzs59v7p5ppd04dbc97pqxiygpbnd9";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Authentication combinators for servant";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -186903,6 +186788,8 @@ self: {
|
|||
pname = "servant-auth-client";
|
||||
version = "0.3.3.0";
|
||||
sha256 = "1pxkwpg1in3anamfvrp8gd7iihng0ikhl4k7ymz5d75ma1qwa2j9";
|
||||
revision = "1";
|
||||
editedCabalFile = "0jd1frgvghd9zp0rzzar9xxvj6qwg1l7f0zv7977rf6v930fqhw9";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers servant servant-auth servant-client-core
|
||||
text
|
||||
|
@ -186957,8 +186844,8 @@ self: {
|
|||
pname = "servant-auth-docs";
|
||||
version = "0.2.10.0";
|
||||
sha256 = "0j1ynnrb6plrhpb2vzs2p7a9jb41llp0j1jwgap7hjhkwhyc7wxd";
|
||||
revision = "1";
|
||||
editedCabalFile = "0rg38ibrw110c3dllqda7badbf6y89g2ilqybkzipyprwkg8s69x";
|
||||
revision = "2";
|
||||
editedCabalFile = "0309a6pc8jj24xwqmzj1yslgij9g212hnaqh2qkcvlm6k6riffil";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base lens servant servant-auth servant-docs text
|
||||
|
@ -187040,7 +186927,7 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-auth-server_0_4_1_0" = callPackage
|
||||
"servant-auth-server_0_4_2_0" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, blaze-builder
|
||||
, bytestring, bytestring-conversion, case-insensitive, cookie
|
||||
, crypto-api, data-default-class, entropy, hspec, hspec-discover
|
||||
|
@ -187051,8 +186938,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-auth-server";
|
||||
version = "0.4.1.0";
|
||||
sha256 = "1fxh50fjrdi5j88qs2vsrflqdwq3pc8s5h424nhjrpc24w277bqi";
|
||||
version = "0.4.2.0";
|
||||
sha256 = "000szizds1c8amxm7gl75gpwrlj38gv665bhp59d35wcq03na4ap";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64-bytestring blaze-builder bytestring
|
||||
bytestring-conversion case-insensitive cookie crypto-api
|
||||
|
@ -187079,6 +186966,8 @@ self: {
|
|||
pname = "servant-auth-swagger";
|
||||
version = "0.2.10.0";
|
||||
sha256 = "04ndbbhdmpgb8yshki6q2j46a5q8fzvlb4nn8x8gv0mqkriq79sh";
|
||||
revision = "1";
|
||||
editedCabalFile = "105rniz4cmmwr0ynyv75s4ap1fgfwxy2k5mvvj66gwpvzmj55cnx";
|
||||
libraryHaskellDepends = [
|
||||
base lens servant servant-auth servant-swagger swagger2 text
|
||||
];
|
||||
|
@ -191419,17 +191308,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"simple-cmd" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, process }:
|
||||
mkDerivation {
|
||||
pname = "simple-cmd";
|
||||
version = "0.1.1";
|
||||
sha256 = "0y9ga7m3zykrmgfzys6g7k1z79spp2319ln4sayw8i0abpwh63m9";
|
||||
libraryHaskellDepends = [ base directory filepath process ];
|
||||
description = "Simple String-based process commands";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"simple-cmd_0_1_2" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, process }:
|
||||
mkDerivation {
|
||||
pname = "simple-cmd";
|
||||
|
@ -191438,7 +191316,6 @@ self: {
|
|||
libraryHaskellDepends = [ base directory filepath process ];
|
||||
description = "Simple String-based process commands";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"simple-conduit" = callPackage
|
||||
|
@ -192060,24 +191937,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"simple-vec3" = callPackage
|
||||
({ mkDerivation, base, criterion, doctest, doctest-driver-gen
|
||||
, QuickCheck, tasty, tasty-quickcheck, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "simple-vec3";
|
||||
version = "0.4.0.8";
|
||||
sha256 = "0jikq60ixk21gb7j3rayxqha73m9vn4n8kz4799rcw5qiii7rr4a";
|
||||
libraryHaskellDepends = [ base QuickCheck vector ];
|
||||
testHaskellDepends = [
|
||||
base doctest doctest-driver-gen tasty tasty-quickcheck
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion vector ];
|
||||
description = "Three-dimensional vectors of doubles with basic operations";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"simple-vec3_0_4_0_9" = callPackage
|
||||
({ mkDerivation, base, criterion, doctest, doctest-driver-gen
|
||||
, QuickCheck, tasty, tasty-quickcheck, vector
|
||||
}:
|
||||
|
@ -193109,6 +192968,30 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"slack-web_0_2_0_8" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, errors, hspec
|
||||
, http-api-data, http-client, http-client-tls, megaparsec, mtl
|
||||
, servant, servant-client, servant-client-core, text, time
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "slack-web";
|
||||
version = "0.2.0.8";
|
||||
sha256 = "00sm4sh8ik472l5hk1yifczppr6nxx9b68byilg0zwzy1c4mq9kg";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers errors http-api-data http-client
|
||||
http-client-tls megaparsec mtl servant servant-client
|
||||
servant-client-core text time transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base containers errors hspec http-api-data megaparsec text
|
||||
time
|
||||
];
|
||||
description = "Bindings for the Slack web API";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"slate" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, htoml
|
||||
, optparse-applicative, process, string-conversions
|
||||
|
@ -200191,6 +200074,18 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"storable-complex_0_2_3_0" = callPackage
|
||||
({ mkDerivation, base, base-orphans }:
|
||||
mkDerivation {
|
||||
pname = "storable-complex";
|
||||
version = "0.2.3.0";
|
||||
sha256 = "0fnwbfmd5vsaaqvf9182qdcjrzcfjd1zhdyvjwzifbwvn6r9kx4s";
|
||||
libraryHaskellDepends = [ base base-orphans ];
|
||||
description = "Storable instance for Complex";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"storable-endian" = callPackage
|
||||
({ mkDerivation, base, byteorder }:
|
||||
mkDerivation {
|
||||
|
@ -212655,8 +212550,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "toodles";
|
||||
version = "0.1.2";
|
||||
sha256 = "0s4smdh8y308a6bwp21k070qc1xnzabab6hv2wrrmdkmmc36wfws";
|
||||
version = "0.1.3";
|
||||
sha256 = "09ph9jmhma211r16fyvib8fwv3jm8v526swjgwrzsl9c97xfpzjg";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -221178,23 +221073,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"vector-binary-instances" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, criterion, deepseq
|
||||
, tasty, tasty-quickcheck, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-binary-instances";
|
||||
version = "0.2.5";
|
||||
sha256 = "0l9zj58a4sbpic1dc9if7iwv4rihya2bj4zb4qfna5fb3pf6plwc";
|
||||
libraryHaskellDepends = [ base binary vector ];
|
||||
testHaskellDepends = [ base binary tasty tasty-quickcheck vector ];
|
||||
benchmarkHaskellDepends = [
|
||||
base binary bytestring criterion deepseq vector
|
||||
];
|
||||
description = "Instances of Data.Binary for vector";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"vector-binary-instances_0_2_5_1" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, deepseq, gauge, tasty
|
||||
, tasty-quickcheck, vector
|
||||
}:
|
||||
|
@ -221209,7 +221087,6 @@ self: {
|
|||
];
|
||||
description = "Instances of Data.Binary for vector";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"vector-buffer" = callPackage
|
||||
|
@ -228283,29 +228160,6 @@ self: {
|
|||
}) {inherit (pkgs.xorg) libXi;};
|
||||
|
||||
"x509" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-parse, asn1-types, base
|
||||
, bytestring, containers, cryptonite, hourglass, memory, mtl, pem
|
||||
, tasty, tasty-quickcheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "x509";
|
||||
version = "1.7.4";
|
||||
sha256 = "1vm1ir0q7nxcyq65bmw7hbwlmf3frya077v9jikcrh8igg18m717";
|
||||
revision = "1";
|
||||
editedCabalFile = "0p9zzzj118n8ymacj6yp7nkf22d09mj31wnzc1alq26w2ybcrifz";
|
||||
libraryHaskellDepends = [
|
||||
asn1-encoding asn1-parse asn1-types base bytestring containers
|
||||
cryptonite hourglass memory mtl pem
|
||||
];
|
||||
testHaskellDepends = [
|
||||
asn1-types base bytestring cryptonite hourglass mtl tasty
|
||||
tasty-quickcheck
|
||||
];
|
||||
description = "X509 reader and writer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"x509_1_7_5" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-parse, asn1-types, base
|
||||
, bytestring, containers, cryptonite, hourglass, memory, mtl, pem
|
||||
, tasty, tasty-quickcheck
|
||||
|
@ -228324,28 +228178,9 @@ self: {
|
|||
];
|
||||
description = "X509 reader and writer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"x509-store" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring
|
||||
, containers, cryptonite, directory, filepath, mtl, pem, tasty
|
||||
, tasty-hunit, x509
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "x509-store";
|
||||
version = "1.6.6";
|
||||
sha256 = "0dbndqmnmyixxc7308nyq3zlkhz9dff4rbcw2a49c77rbicny9va";
|
||||
libraryHaskellDepends = [
|
||||
asn1-encoding asn1-types base bytestring containers cryptonite
|
||||
directory filepath mtl pem x509
|
||||
];
|
||||
testHaskellDepends = [ base bytestring tasty tasty-hunit x509 ];
|
||||
description = "X.509 collection accessing and storing methods";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"x509-store_1_6_7" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring
|
||||
, containers, cryptonite, directory, filepath, mtl, pem, tasty
|
||||
, tasty-hunit, x509
|
||||
|
@ -228361,7 +228196,6 @@ self: {
|
|||
testHaskellDepends = [ base bytestring tasty tasty-hunit x509 ];
|
||||
description = "X.509 collection accessing and storing methods";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"x509-system" = callPackage
|
||||
|
@ -228401,29 +228235,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"x509-validation" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring
|
||||
, containers, cryptonite, data-default-class, hourglass, memory
|
||||
, mtl, pem, tasty, tasty-hunit, x509, x509-store
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "x509-validation";
|
||||
version = "1.6.10";
|
||||
sha256 = "1ms51scawldgyfcim5a2qlgyn3rnrclyh205d6djaa1569vrs73n";
|
||||
revision = "1";
|
||||
editedCabalFile = "1isap8v1gh31q4pj3gn155ya8nd1da0a5a3cryqh4yhf0ivbwl0w";
|
||||
libraryHaskellDepends = [
|
||||
asn1-encoding asn1-types base bytestring containers cryptonite
|
||||
data-default-class hourglass memory mtl pem x509 x509-store
|
||||
];
|
||||
testHaskellDepends = [
|
||||
asn1-encoding asn1-types base bytestring cryptonite
|
||||
data-default-class hourglass tasty tasty-hunit x509 x509-store
|
||||
];
|
||||
description = "X.509 Certificate and CRL validation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"x509-validation_1_6_11" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring
|
||||
, containers, cryptonite, data-default-class, hourglass, memory
|
||||
, mtl, pem, tasty, tasty-hunit, x509, x509-store
|
||||
|
@ -228443,7 +228254,6 @@ self: {
|
|||
];
|
||||
description = "X.509 Certificate and CRL validation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"x86-64bit" = callPackage
|
||||
|
@ -234224,8 +234034,8 @@ self: {
|
|||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "yoda";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1p8zvxf63fbj2dpp3pa9awq1jc0makyka42j1aqsljfp08nx4pzn";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "0qkg8aykr8whjrkwfnsds3bjbrb51r83rd60mpdwcs12zyqlpi0d";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Parser combinators for young padawans";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue