hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-27-g11a103b from Hackage revision
d366f003dd
.
This commit is contained in:
parent
ea001ce814
commit
7525d3eb07
248
pkgs/development/haskell-modules/hackage-packages.nix
generated
248
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -5958,8 +5958,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Frames-streamly";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0gzg52icabky5fzglxms8h9n1ncp1gvg2f8bsywmyw1maqdy36fq";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1fxbbg2dqyzq593qzn35flf9yj1zlbzr0izmcxvsrxq2h6kcr2hh";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base exceptions Frames primitive streamly text vinyl
|
||||
@ -30666,10 +30666,8 @@ self: {
|
||||
({ mkDerivation, base, parsec, split, tagsoup }:
|
||||
mkDerivation {
|
||||
pname = "arxiv";
|
||||
version = "0.0.1";
|
||||
sha256 = "1has8v40h8w4v393pgd4qk4fzgdw02y12zk2hspkic1q5bx33dxh";
|
||||
revision = "1";
|
||||
editedCabalFile = "19xdrsrcg29c7ncy0gnxbk4zbnyb53j1kk9sys6j8h1l03k12qvl";
|
||||
version = "0.0.2";
|
||||
sha256 = "0lzmw35fry16zv8fbnqw3k5wv4d6vh9f0fz2yv9kph7zgs5sqgwh";
|
||||
libraryHaskellDepends = [ base parsec split tagsoup ];
|
||||
description = "A client for the Arxiv API";
|
||||
license = "LGPL";
|
||||
@ -60293,7 +60291,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"criterion_1_5_8_0" = callPackage
|
||||
"criterion_1_5_9_0" = callPackage
|
||||
({ mkDerivation, aeson, ansi-wl-pprint, base, base-compat
|
||||
, base-compat-batteries, binary, binary-orphans, bytestring
|
||||
, cassava, code-page, containers, criterion-measurement, deepseq
|
||||
@ -60305,8 +60303,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "criterion";
|
||||
version = "1.5.8.0";
|
||||
sha256 = "1qy9b1frdl5c8n9c6ayp5a93ynzmp85ffqznvdbgrq2f5aqj26vl";
|
||||
version = "1.5.9.0";
|
||||
sha256 = "0qhlylhra1d3vzk6miqv0gdrn10gw03bdwv8b4bfmdzgpf0zgqr1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -74609,6 +74607,18 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"easy-args" = callPackage
|
||||
({ mkDerivation, base, hspec }:
|
||||
mkDerivation {
|
||||
pname = "easy-args";
|
||||
version = "0.1.0";
|
||||
sha256 = "17ddcbnlyw6x6q5ryc6i1cwq5qwlxdrf406i5sr5j3q7ydwkf86n";
|
||||
libraryHaskellDepends = [ base hspec ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "Parses command line arguments";
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
}) {};
|
||||
|
||||
"easy-bitcoin" = callPackage
|
||||
({ mkDerivation, aeson, base, base16-bytestring, binary, byteable
|
||||
, bytestring, cryptohash, deepseq, lens, postgresql-simple, safe
|
||||
@ -92786,6 +92796,26 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ghc-events_0_14_0" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, containers, text
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-events";
|
||||
version = "0.14.0";
|
||||
sha256 = "1k7ky564x8s596axh0x006y4avr4dcb1h6nsvh8pbzj1ffi68sk1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring containers text vector
|
||||
];
|
||||
executableHaskellDepends = [ base containers ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Library and tool for parsing .eventlog files from GHC";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-events-analyze" = callPackage
|
||||
({ mkDerivation, base, blaze-svg, bytestring, containers
|
||||
, diagrams-lib, diagrams-svg, filepath, ghc-events, hashable, lens
|
||||
@ -105906,8 +105936,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hakyll-images";
|
||||
version = "0.4.4";
|
||||
sha256 = "0d837i2nsg6drwfsrxfnpzmzmzxqxvabjlrlml38z99pyp7m3h9b";
|
||||
version = "1.0.0";
|
||||
sha256 = "0433jha6rnw4c80igx6hka9a943b9qimscyda93mgn7v7pakw6l2";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring hakyll JuicyPixels JuicyPixels-extra
|
||||
@ -111240,8 +111270,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-core";
|
||||
version = "0.17.1";
|
||||
sha256 = "07w2ddgrq3s4xhhhh616a65zm3xnlmcfk7wzdj6dr26h0frpz6zi";
|
||||
version = "0.17.3";
|
||||
sha256 = "070z3qf4jgczl42dbmrfl0pcva9ddv59ygknw2yzlbablkhb160j";
|
||||
libraryHaskellDepends = [
|
||||
aeson array base base16-bytestring bytestring cereal conduit
|
||||
containers cryptonite deepseq entropy hashable hspec memory mtl
|
||||
@ -111293,8 +111323,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-node";
|
||||
version = "0.17.0";
|
||||
sha256 = "0lgphbjam3ml9j1q39ddv2cwz35vfvmbnxsf570s91ja86lyfbhy";
|
||||
version = "0.17.1";
|
||||
sha256 = "07p58jf2vn7hyk260ijimg2lyg3jcsqnza8v6kjcn6rjlsvcakvp";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cereal conduit conduit-extra containers
|
||||
data-default hashable haskoin-core monad-logger mtl network nqe
|
||||
@ -111368,8 +111398,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.38.0";
|
||||
sha256 = "0hw14mxlz6pbf9694vknypq6q60n8qglixx6sp1h43nqpmc52q8q";
|
||||
version = "0.38.2";
|
||||
sha256 = "1gs1nw6qvgmfzh79hbb8i437gcdypd1cn74j6fx0d3ximgc2nah4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -111383,9 +111413,10 @@ self: {
|
||||
executableHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring cereal conduit containers
|
||||
data-default deepseq filepath hashable haskoin-core haskoin-node
|
||||
haskoin-store-data monad-logger mtl nqe optparse-applicative random
|
||||
string-conversions text time transformers unliftio
|
||||
unordered-containers
|
||||
haskoin-store-data hedis http-types monad-logger mtl network nqe
|
||||
optparse-applicative random rocksdb-haskell-jprupp rocksdb-query
|
||||
scotty string-conversions text time transformers unliftio
|
||||
unordered-containers wai warp
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base base64 bytestring cereal conduit containers
|
||||
@ -111408,8 +111439,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store-data";
|
||||
version = "0.38.0";
|
||||
sha256 = "05218mbwdzz61c0d4fwj9pyr69zb4jc9fir2mp7bjfyrnymb08f5";
|
||||
version = "0.38.1";
|
||||
sha256 = "0x3p0fylfc8llv94nmjaz9537qp2jwm5zlbs8mw7b4lh9z69f3ba";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring cereal containers data-default deepseq
|
||||
hashable haskoin-core http-client http-types lens mtl network
|
||||
@ -114877,10 +114908,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hedn";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "02pwwxdgw3kkqwckap9mf015bbd27mgblfz7k4y63v0gppw6fqm7";
|
||||
revision = "1";
|
||||
editedCabalFile = "0nbkc1hj0b5q2c3mcz6v2drq8mrh06aryq7gy8cnhhiqzwflk1fh";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "1w9p9h06rgz80153b2q59bblpn124nicn1sscyyjc1cfwda2h0b4";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq deriving-compat megaparsec
|
||||
parser-combinators prettyprinter scientific template-haskell text
|
||||
@ -119467,6 +119496,26 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) openblasCompat;};
|
||||
|
||||
"hmatrix_0_20_1" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, deepseq
|
||||
, openblasCompat, primitive, random, semigroups, split
|
||||
, storable-complex, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hmatrix";
|
||||
version = "0.20.1";
|
||||
sha256 = "0v690zml7yqj6ndjszwqpfsad2vma3m6rdkjs6bnb9k2v35l905i";
|
||||
configureFlags = [ "-fdisable-default-paths" "-fopenblas" ];
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring deepseq primitive random semigroups
|
||||
split storable-complex vector
|
||||
];
|
||||
librarySystemDepends = [ openblasCompat ];
|
||||
description = "Numeric Linear Algebra";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) openblasCompat;};
|
||||
|
||||
"hmatrix-backprop" = callPackage
|
||||
({ mkDerivation, backprop, base, finite-typelits
|
||||
, ghc-typelits-knownnat, ghc-typelits-natnormalise, hedgehog
|
||||
@ -128084,7 +128133,7 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"http-client_0_7_2_1" = callPackage
|
||||
"http-client_0_7_3" = callPackage
|
||||
({ mkDerivation, array, async, base, blaze-builder, bytestring
|
||||
, case-insensitive, containers, cookie, deepseq, directory
|
||||
, exceptions, filepath, ghc-prim, hspec, http-types, memory
|
||||
@ -128093,8 +128142,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-client";
|
||||
version = "0.7.2.1";
|
||||
sha256 = "0b699f07yqa525xqqcs4cn32fryjc2212sv8v83yfqlqwdwzr7jg";
|
||||
version = "0.7.3";
|
||||
sha256 = "0jpy5rlv4iwq79h5p37g0nnh5ff2qi4swxx8xmr98v0znvz6wc8i";
|
||||
libraryHaskellDepends = [
|
||||
array base blaze-builder bytestring case-insensitive containers
|
||||
cookie deepseq exceptions filepath ghc-prim http-types memory
|
||||
@ -128207,6 +128256,26 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"http-client-openssl_0_3_3" = callPackage
|
||||
({ mkDerivation, base, bytestring, HsOpenSSL, HsOpenSSL-x509-system
|
||||
, hspec, http-client, http-types, network
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-client-openssl";
|
||||
version = "0.3.3";
|
||||
sha256 = "03rr1wz1907v3gx5qsqdkd850hy47glb574s69265pv6yspaivdx";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring HsOpenSSL HsOpenSSL-x509-system http-client network
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base HsOpenSSL hspec http-client http-types
|
||||
];
|
||||
doCheck = false;
|
||||
description = "http-client backend using the OpenSSL library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-client-overrides" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, http-client
|
||||
, http-client-tls, http-types, network-uri, tasty, tasty-hunit
|
||||
@ -138302,8 +138371,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "j";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0ggs57f07na6m3r6m65cdxh48qxwhl3hfvarhsbhv16l92x1rpap";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "1r2lldy35sfzqrd82v2fj113l10mhvllf4yxbkrfy0y7wv0c5v8n";
|
||||
libraryHaskellDepends = [ base bytestring repa unix ];
|
||||
testHaskellDepends = [ base bytestring repa tasty tasty-hunit ];
|
||||
description = "J in Haskell";
|
||||
@ -148127,6 +148196,8 @@ self: {
|
||||
pname = "libfuse3";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0a59b4xag5vzisrnvf4v1zkdsdzky96h8w2mdj6cip3vgr196frb";
|
||||
revision = "1";
|
||||
editedCabalFile = "0gnq6aav00xx7dc8am87q2n6xw7cf7jm29g5bq5n1b72gqs91rzf";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -159107,6 +159178,18 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens_0_4_12_0" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "microlens";
|
||||
version = "0.4.12.0";
|
||||
sha256 = "10q7gl9yavcln58sxdxzih7ff0ixxq5hpd87icvxw97yqf1p6hmm";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "A tiny lens library with no dependencies";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"microlens-aeson" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, deepseq
|
||||
, hashable, microlens, scientific, tasty, tasty-hunit, text
|
||||
@ -159165,6 +159248,22 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens-ghc_0_4_13" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, microlens
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "microlens-ghc";
|
||||
version = "0.4.13";
|
||||
sha256 = "1r6x788br3f9rksj0dmk1nyh5mfvd9zzasclf1mi3rxhb7c0j926";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers microlens transformers
|
||||
];
|
||||
description = "microlens + array, bytestring, containers, transformers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"microlens-mtl" = callPackage
|
||||
({ mkDerivation, base, microlens, mtl, transformers
|
||||
, transformers-compat
|
||||
@ -159196,6 +159295,23 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens-platform_0_4_2" = callPackage
|
||||
({ mkDerivation, base, hashable, microlens, microlens-ghc
|
||||
, microlens-mtl, microlens-th, text, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "microlens-platform";
|
||||
version = "0.4.2";
|
||||
sha256 = "0yf0z0glq2d6mpclzswc64h9w2cck4fd8l8ffm89pyb0a5n8m4c7";
|
||||
libraryHaskellDepends = [
|
||||
base hashable microlens microlens-ghc microlens-mtl microlens-th
|
||||
text unordered-containers vector
|
||||
];
|
||||
description = "microlens + all batteries included (best for apps)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"microlens-process" = callPackage
|
||||
({ mkDerivation, base, Cabal, cabal-doctest, doctest, filepath
|
||||
, microlens, process
|
||||
@ -159204,8 +159320,8 @@ self: {
|
||||
pname = "microlens-process";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0dvhvrk1v0kjb45xnpjbr8b97vc6dx4cq34jfzkazqdp5jk5nlxp";
|
||||
revision = "1";
|
||||
editedCabalFile = "0l0c6s655ramncmww146had034n58p4bgxsv3wqggjcjnb26j2d0";
|
||||
revision = "2";
|
||||
editedCabalFile = "04j2yap3ha45wq0slvxkd3gm7gkx2dks9abxfd6mg3asmdp743gk";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [ base filepath microlens process ];
|
||||
testHaskellDepends = [ base doctest microlens process ];
|
||||
@ -159230,6 +159346,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens-th_0_4_3_8" = callPackage
|
||||
({ mkDerivation, base, containers, microlens, template-haskell
|
||||
, th-abstraction, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "microlens-th";
|
||||
version = "0.4.3.8";
|
||||
sha256 = "0dy3vrqcw7ahlcwcqfw8jhisy4yj58f91pk4djqqvj8lnx74cm9f";
|
||||
libraryHaskellDepends = [
|
||||
base containers microlens template-haskell th-abstraction
|
||||
transformers
|
||||
];
|
||||
testHaskellDepends = [ base microlens ];
|
||||
description = "Automatic generation of record lenses for microlens";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"micrologger" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, hspec, lens
|
||||
, text, text-format, time, transformers
|
||||
@ -170702,8 +170836,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ngx-export-tools-extra";
|
||||
version = "0.5.7.0";
|
||||
sha256 = "0dhw68vkrwfgv9q4skml8kq6zgrg7awjq4vxqp541szvamwvgh6y";
|
||||
version = "0.5.8.0";
|
||||
sha256 = "15jqvrbsabwcix1pkvqc1q9gwfskyil9v995109rzfasw9aihaqk";
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-wl-pprint array base base64 binary bytestring
|
||||
case-insensitive containers ede enclosed-exceptions http-client
|
||||
@ -189563,28 +189697,28 @@ self: {
|
||||
|
||||
"predicate-typed" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, binary, bytestring
|
||||
, comonad, constraints, containers, deepseq, directory, doctest
|
||||
, hashable, lens, lens-action, pcre-heavy, pcre-light
|
||||
, pretty-terminal, QuickCheck, safe, stm, string-conversions, tasty
|
||||
, tasty-hunit, tasty-quickcheck, template-haskell, text, th-lift
|
||||
, comonad, containers, deepseq, directory, doctest, hashable, lens
|
||||
, lens-action, pcre-heavy, pcre-light, pretty-terminal, QuickCheck
|
||||
, safe, stm, string-conversions, tasty, tasty-hunit
|
||||
, tasty-quickcheck, template-haskell, text, th-lift
|
||||
, th-lift-instances, these, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "predicate-typed";
|
||||
version = "0.7.4.3";
|
||||
sha256 = "122v0c8zkpv3fdk8wqk4b6q2hicdj7hn1kaavcsf0z266w089ryg";
|
||||
version = "0.7.4.4";
|
||||
sha256 = "0ynlwwh8x5zmr8i3vijdava61ixyv7c0cqb2i9y89pbc4nn72pcm";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base binary bytestring comonad constraints
|
||||
containers deepseq directory hashable lens lens-action pcre-heavy
|
||||
pcre-light pretty-terminal QuickCheck safe string-conversions
|
||||
template-haskell text th-lift th-lift-instances these time
|
||||
aeson aeson-pretty base binary bytestring comonad containers
|
||||
deepseq directory hashable lens pcre-heavy pcre-light
|
||||
pretty-terminal QuickCheck safe string-conversions template-haskell
|
||||
text th-lift th-lift-instances these time
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base binary bytestring comonad constraints
|
||||
containers deepseq directory doctest hashable lens lens-action
|
||||
pcre-heavy pcre-light pretty-terminal QuickCheck safe stm
|
||||
string-conversions tasty tasty-hunit tasty-quickcheck
|
||||
template-haskell text th-lift th-lift-instances these time
|
||||
aeson aeson-pretty base binary bytestring comonad containers
|
||||
deepseq directory doctest hashable lens lens-action pcre-heavy
|
||||
pcre-light pretty-terminal QuickCheck safe stm string-conversions
|
||||
tasty tasty-hunit tasty-quickcheck template-haskell text th-lift
|
||||
th-lift-instances these time
|
||||
];
|
||||
description = "Predicates, Refinement types and Dsl";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -202871,8 +203005,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "require";
|
||||
version = "0.4.9";
|
||||
sha256 = "0f04cpgcgl5d0zj8j5d2wfg8m1g2zw5lw39qj8797y3shxh8jdih";
|
||||
version = "0.4.10";
|
||||
sha256 = "0ha9301ncb5li3sxjlbbq5hgjijr40vl5jy33fsi0wn13zp99x94";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -219160,6 +219294,8 @@ self: {
|
||||
pname = "smash-microlens";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "164vmvrgfsq777408skndzybhg4cp0d97vrijk6b66nnv9k4ril0";
|
||||
revision = "1";
|
||||
editedCabalFile = "020r04bxhml84lgl1bvf2s6gjahswdxpzcrla43rqhx0paz0n0cs";
|
||||
libraryHaskellDepends = [ base microlens smash ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Optics for the `smash` library";
|
||||
@ -228666,8 +228802,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "subG";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "0726w12aqjmbdvqp8lpv68dh4h98bzv13ng41831ljdr76c3lrsy";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0ss65f4k51hwhp1amg0nih766nf8chhdjhic854h7bxg5ywzjwlc";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Some extension to the Foldable and Monoid classes";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -233935,8 +234071,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "telegram-bot-simple";
|
||||
version = "0.3.4";
|
||||
sha256 = "1a007ldp20lcmv55zjca5hc0pszvp2n5yprl4lri9dn49xa8mf6k";
|
||||
version = "0.3.5";
|
||||
sha256 = "08b650z513lbmmb46xinwgdb3csgpx9rjk5vn345xb9b0ki94chq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
Loading…
Reference in New Issue
Block a user