forked from mirrors/nixpkgs
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
cbb22921db
commit
161a30b76a
186
pkgs/development/haskell-modules/hackage-packages.nix
generated
186
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -51679,8 +51679,8 @@ self: {
|
|||
({ mkDerivation, base, Cabal, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "cabal-detailed-quickcheck";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "188yzxmrk758py75vk5rfbrn105dysk5nmf9wdgb3a27911b649c";
|
||||
version = "0.1.3.2";
|
||||
sha256 = "0pxl8jf8ak9irln9vkkhb5mrbvq62c9p71gxhwzml1042gbl93x9";
|
||||
libraryHaskellDepends = [ base Cabal QuickCheck ];
|
||||
description = "QuickCheck for Cabal tests";
|
||||
license = lib.licenses.mit;
|
||||
|
@ -94547,6 +94547,27 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"explainable-predicates_0_1_2_3" = callPackage
|
||||
({ mkDerivation, array, base, doctest-exitcode-stdio, doctest-lib
|
||||
, hspec, HUnit, mono-traversable, QuickCheck, regex-tdfa, syb
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "explainable-predicates";
|
||||
version = "0.1.2.3";
|
||||
sha256 = "1ch86wb7bz9ydvrbdd2arskaj5pdc2x9vby4pbvnwv1r4d8n40la";
|
||||
libraryHaskellDepends = [
|
||||
array base HUnit mono-traversable QuickCheck regex-tdfa syb
|
||||
template-haskell
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base doctest-exitcode-stdio doctest-lib hspec
|
||||
];
|
||||
description = "Predicates that can explain themselves";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"explicit-constraint-lens" = callPackage
|
||||
({ mkDerivation, base, tasty, tasty-hunit }:
|
||||
mkDerivation {
|
||||
|
@ -110363,8 +110384,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-tags-core";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1w1h1j3pchka8nvqpa25s7z5hbzlf4nb2xb2g7krnannkd58wxyp";
|
||||
version = "0.4.1.0";
|
||||
sha256 = "0lcgbp61zvaa52ynp4lwnjf7vwk126f496r16zfbc6saxrgdmz0p";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring containers deepseq directory
|
||||
filepath-bytestring ghc mtl pipes pipes-attoparsec pipes-bytestring
|
||||
|
@ -110393,8 +110414,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-tags-plugin";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "1vwrk7cdq9hc2yw0ab5p86bp69vwkj26c3ys5k3fgvy5w343i148";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "0k8lg8k4vd6z12zfks50j6i9mz827bgchjg55snbgnh3h30is6ab";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -130787,8 +130808,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.65.3";
|
||||
sha256 = "07m5dha3ayqrdp8alq40wqq8b3388m130r0m33v0dfda51gr3p5n";
|
||||
version = "0.65.5";
|
||||
sha256 = "00w0y7agxmazfaq8ghkv8mppswxppdp8d02bcdnr70xfich8w3qc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -130836,8 +130857,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store-data";
|
||||
version = "0.65.2";
|
||||
sha256 = "1nx2fiai27mycbqsxi1hbgwnsaa36836zzg65bdaj5wl03549ywj";
|
||||
version = "0.65.5";
|
||||
sha256 = "121vyncj8f2hwxd1j96d134c6fdr4lf3pqdrrj5n3gjb0rj61vn8";
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary bytes bytestring cereal containers data-default
|
||||
deepseq hashable haskoin-core http-client http-types lens mtl
|
||||
|
@ -137433,8 +137454,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hgettext";
|
||||
version = "0.1.40";
|
||||
sha256 = "1qrmvgi0517zywqw3yvm7f86766sv6hanchv6cr54vm2z9r88ciy";
|
||||
version = "0.1.40.1";
|
||||
sha256 = "1wdwrp4zjhjjq49yihid9x4lhx26nbixax84njj02d79wq2kmdb7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -139969,7 +139990,7 @@ self: {
|
|||
maintainers = [ lib.maintainers.peti ];
|
||||
}) {};
|
||||
|
||||
"hledger_1_27" = callPackage
|
||||
"hledger_1_27_1" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, breakpoint, bytestring
|
||||
, cmdargs, containers, data-default, Decimal, Diff, directory
|
||||
, extra, filepath, githash, hashable, haskeline, hledger-lib, lucid
|
||||
|
@ -139980,8 +140001,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger";
|
||||
version = "1.27";
|
||||
sha256 = "0v74wja2rd9ip1993p0sv7pwl2f0k4rapd6r6s5wq0c5j50s2wpq";
|
||||
version = "1.27.1";
|
||||
sha256 = "0qdg87m7ys2ykqqq32p7h7aw827w4f5bcqx4dspxxq6zqlvzddqb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -140238,7 +140259,7 @@ self: {
|
|||
license = lib.licenses.gpl3Only;
|
||||
}) {};
|
||||
|
||||
"hledger-lib_1_27" = callPackage
|
||||
"hledger-lib_1_27_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base
|
||||
, blaze-markup, breakpoint, bytestring, call-stack, cassava
|
||||
, cassava-megaparsec, cmdargs, containers, data-default, Decimal
|
||||
|
@ -140250,8 +140271,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-lib";
|
||||
version = "1.27";
|
||||
sha256 = "0l52dhpglvjsw1dllidpqd38gc2djm2mxlcidsm1iil93812vmyp";
|
||||
version = "1.27.1";
|
||||
sha256 = "0w2jnpyfc6pp3n5fzdjd78hdh9vv9w98xwd2j6dw98rm6hlapwhb";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal array base blaze-markup breakpoint
|
||||
bytestring call-stack cassava cassava-megaparsec cmdargs containers
|
||||
|
@ -140383,7 +140404,7 @@ self: {
|
|||
maintainers = [ lib.maintainers.peti ];
|
||||
}) {};
|
||||
|
||||
"hledger-ui_1_27" = callPackage
|
||||
"hledger-ui_1_27_1" = callPackage
|
||||
({ mkDerivation, ansi-terminal, async, base, breakpoint, brick
|
||||
, cmdargs, containers, data-default, directory, doclayout, extra
|
||||
, filepath, fsnotify, hledger, hledger-lib, megaparsec, microlens
|
||||
|
@ -140392,8 +140413,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-ui";
|
||||
version = "1.27";
|
||||
sha256 = "06gkzzckq3bq5z0svi498zvsi9hzgrkzvf8736s28mcazdlkxdj1";
|
||||
version = "1.27.1";
|
||||
sha256 = "1srzlz0mdcp0259k0vsc8xkisd9l59s30j1k1x9bnsn179n8bi22";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
@ -140466,7 +140487,7 @@ self: {
|
|||
maintainers = [ lib.maintainers.peti ];
|
||||
}) {};
|
||||
|
||||
"hledger-web_1_27" = callPackage
|
||||
"hledger-web_1_27_1" = callPackage
|
||||
({ mkDerivation, aeson, base, base64, blaze-html, blaze-markup
|
||||
, breakpoint, bytestring, case-insensitive, clientsession, cmdargs
|
||||
, conduit, conduit-extra, containers, data-default, Decimal
|
||||
|
@ -140479,8 +140500,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-web";
|
||||
version = "1.27";
|
||||
sha256 = "0j4xdpxhx83g4pg4w2x81x93ca3apwdnpgjig43x16p1gc04kvw4";
|
||||
version = "1.27.1";
|
||||
sha256 = "151dxci7dld8626dzw823sr3d9iaac92wfzbfcbdz4jh9f7n07wa";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -141209,8 +141230,8 @@ self: {
|
|||
pname = "hls-qualify-imported-names-plugin";
|
||||
version = "1.0.1.0";
|
||||
sha256 = "0h456cq3qvksrkzfzpq2qsabsl3vpg4gh2mwyxc39xh4qm7ifban";
|
||||
revision = "1";
|
||||
editedCabalFile = "0pb9fgpbv24726n250rkb33gx3f3xcaxmv1qqh12q4sz181qn4mb";
|
||||
revision = "2";
|
||||
editedCabalFile = "1adnnd8fg4pfdc6n1797naqf4pmgspisjmw121mk39y02b057cdw";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers deepseq dlist ghc ghcide hls-graph
|
||||
hls-plugin-api lsp text transformers unordered-containers
|
||||
|
@ -142569,8 +142590,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hoauth2-tutorial";
|
||||
version = "0.1";
|
||||
sha256 = "08c5zhqsi4817sgjczb4k0a2ga12n6vgr17r9dlgzwx2x7khak6l";
|
||||
version = "0.1.1";
|
||||
sha256 = "1qac41pv4j13kbf43915j5ybdsi3a93akcn15ip3rs36zvcv63i3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -178110,8 +178131,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "linearmap-category";
|
||||
version = "0.4.3.0";
|
||||
sha256 = "0319x0fz863d44p1lzgbnp8nwxdpvn50ms29z7lwh0g3s0mcs628";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0d8abx928mr0cw04xja5ffybzlmvb4pq6g4cdm9px5r7x567hpb5";
|
||||
libraryHaskellDepends = [
|
||||
base call-stack constrained-categories containers
|
||||
data-default-class free-vector-spaces hashable ieee754 lens linear
|
||||
|
@ -222764,8 +222785,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-log";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "1n39zpg992vmz0pcf89ljf6vy83z5r27jzg4iakh97bpfskacii6";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "1cmj8h9c8w17sg2kqm9dw6cnh0b3va44n8aga02r1dg7cbw7wlbk";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal async base incipit-core polysemy polysemy-conc
|
||||
polysemy-time stm time
|
||||
|
@ -222785,8 +222806,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-log-co";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "10f5fg0xx58v4rnd62ll68k7anahrgb7iqv5fkz4xb17yvrkgckk";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "1qylyx2fjk5x685z523xzk1z3vld1w7gn62jx43hjgd6839ngzbz";
|
||||
libraryHaskellDepends = [
|
||||
base co-log co-log-polysemy incipit-core polysemy polysemy-conc
|
||||
polysemy-log polysemy-time stm
|
||||
|
@ -222806,8 +222827,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-log-di";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "03rfjx91wc2m79alxjhi2mqlxnal87nbgwidin04s9x3zq2hyk9k";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "1nzqlj1sdic8hai8bmy6mbic0519nm17zinlrzzlmxha78a75bp9";
|
||||
libraryHaskellDepends = [
|
||||
base di-polysemy incipit-core polysemy polysemy-conc polysemy-log
|
||||
polysemy-time stm
|
||||
|
@ -236983,6 +237004,8 @@ self: {
|
|||
pname = "rebase";
|
||||
version = "1.16.1";
|
||||
sha256 = "0mb1x5p3lvfhxsrnmkhsv6f4rd1cxp6m3qg6kyz30svrbwxsvvkz";
|
||||
revision = "1";
|
||||
editedCabalFile = "1igpk9gz54jfvf5m69xcp7hl567c4lkbmwhzylcbx0i1n0pd7i2n";
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors bytestring comonad containers contravariant deepseq
|
||||
dlist either groups hashable invariant mtl profunctors scientific
|
||||
|
@ -251056,14 +251079,29 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"selda_0_5_2_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, exceptions, mtl
|
||||
, random, text, time, uuid-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "selda";
|
||||
version = "0.5.2.0";
|
||||
sha256 = "1n0zkd80a9z83q5nld0gyg2p25nfy4rjkihql88binhknhk3hkgk";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers exceptions mtl random text time
|
||||
uuid-types
|
||||
];
|
||||
description = "Multi-backend, high-level EDSL for interacting with SQL databases";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"selda-json" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, selda, text }:
|
||||
mkDerivation {
|
||||
pname = "selda-json";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1ai24qmz5nkpqx0zd24ix0ci5aqiccfy57fkf8f87swrv28101l8";
|
||||
revision = "1";
|
||||
editedCabalFile = "1gajzv8zhj8i3bxzjh81vjn8j2igh3nrawfpddvxg1ayb5l2d2y0";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "0sjy83538g6a2yq1q9ifadfwp7lf5b2grmm0i02qpp47n1b039rh";
|
||||
libraryHaskellDepends = [ aeson base bytestring selda text ];
|
||||
description = "JSON support for the Selda database library";
|
||||
license = lib.licenses.mit;
|
||||
|
@ -251077,10 +251115,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "selda-postgresql";
|
||||
version = "0.1.8.1";
|
||||
sha256 = "0dxycilvxjbi1cy9c0rzq9ywh48i2lh37j77a5i1x6v1625h51mk";
|
||||
revision = "1";
|
||||
editedCabalFile = "10qlb9yswjsvpj1f7dmm0amkq52g00f1kc2xqh1d7vfkvkb2bhk6";
|
||||
version = "0.1.8.2";
|
||||
sha256 = "1rn75ynvn2iipz9yj3h4iwgz2922s9hwpgiga0brj00pb0b5a52g";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring exceptions postgresql-binary postgresql-libpq selda
|
||||
selda-json text time uuid-types
|
||||
|
@ -251108,6 +251144,23 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"selda-sqlite_0_1_7_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, direct-sqlite, directory
|
||||
, exceptions, selda, text, time, uuid-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "selda-sqlite";
|
||||
version = "0.1.7.2";
|
||||
sha256 = "1cldk804vv82dp3hyxcddzy3plijgkmjz3ykrjzy7afqni97yc4y";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring direct-sqlite directory exceptions selda text time
|
||||
uuid-types
|
||||
];
|
||||
description = "SQLite backend for the Selda database EDSL";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"select" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -267445,7 +267498,7 @@ self: {
|
|||
, mintty, mono-traversable, mtl, mustache, neat-interpolation
|
||||
, network-uri, open-browser, optparse-applicative, pantry, path
|
||||
, path-io, persistent, persistent-sqlite, persistent-template
|
||||
, pretty, primitive, process, project-template, QuickCheck
|
||||
, pretty, primitive, process, project-template, QuickCheck, random
|
||||
, raw-strings-qq, retry, rio, rio-prettyprint, semigroups
|
||||
, smallcheck, split, stm, streaming-commons, tar, template-haskell
|
||||
, temporary, text, text-metrics, th-reify-many, time, tls
|
||||
|
@ -267455,10 +267508,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "stack";
|
||||
version = "2.7.5";
|
||||
sha256 = "103yyfl02chbmkb6csri403921z7jhfdrrv99lch951flv149pcx";
|
||||
revision = "2";
|
||||
editedCabalFile = "18hiffjrzfn97yl9al97vxing6qajiv732nr61i4lv1y4xhhm6v8";
|
||||
version = "2.9.1";
|
||||
sha256 = "01020dx89m07qmjs58vs2kidhkzq3106md08w6c65bzxvlf6kcwk";
|
||||
configureFlags = [
|
||||
"-fdisable-git-info" "-fhide-dependency-versions"
|
||||
"-fsupported-build"
|
||||
|
@ -267477,9 +267528,9 @@ self: {
|
|||
mtl mustache neat-interpolation network-uri open-browser
|
||||
optparse-applicative pantry path path-io persistent
|
||||
persistent-sqlite persistent-template pretty primitive process
|
||||
project-template retry rio rio-prettyprint semigroups split stm
|
||||
streaming-commons tar template-haskell temporary text text-metrics
|
||||
th-reify-many time tls transformers typed-process
|
||||
project-template random retry rio rio-prettyprint semigroups split
|
||||
stm streaming-commons tar template-haskell temporary text
|
||||
text-metrics th-reify-many time tls transformers typed-process
|
||||
unicode-transforms unix unix-compat unliftio unordered-containers
|
||||
vector yaml zip-archive zlib
|
||||
];
|
||||
|
@ -267494,9 +267545,9 @@ self: {
|
|||
mtl mustache neat-interpolation network-uri open-browser
|
||||
optparse-applicative pantry path path-io persistent
|
||||
persistent-sqlite persistent-template pretty primitive process
|
||||
project-template retry rio rio-prettyprint semigroups split stm
|
||||
streaming-commons tar template-haskell temporary text text-metrics
|
||||
th-reify-many time tls transformers typed-process
|
||||
project-template random retry rio rio-prettyprint semigroups split
|
||||
stm streaming-commons tar template-haskell temporary text
|
||||
text-metrics th-reify-many time tls transformers typed-process
|
||||
unicode-transforms unix unix-compat unliftio unordered-containers
|
||||
vector yaml zip-archive zlib
|
||||
];
|
||||
|
@ -267511,7 +267562,7 @@ self: {
|
|||
mono-traversable mtl mustache neat-interpolation network-uri
|
||||
open-browser optparse-applicative pantry path path-io persistent
|
||||
persistent-sqlite persistent-template pretty primitive process
|
||||
project-template QuickCheck raw-strings-qq retry rio
|
||||
project-template QuickCheck random raw-strings-qq retry rio
|
||||
rio-prettyprint semigroups smallcheck split stm streaming-commons
|
||||
tar template-haskell temporary text text-metrics th-reify-many time
|
||||
tls transformers typed-process unicode-transforms unix unix-compat
|
||||
|
@ -273988,8 +274039,8 @@ self: {
|
|||
({ mkDerivation, base, blaze-markup, blaze-svg, directory, text }:
|
||||
mkDerivation {
|
||||
pname = "svg-icons";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "00d5n73p31xci44hkd58gn5szixmk4mvgzfiikkan1padg4kknki";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "1z31ynhchk27hzfayrbnh9xzdq5ibz57ls2jk7j5jck9xmxl7zac";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -287233,6 +287284,8 @@ self: {
|
|||
pname = "toml-reader";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "06gxp8pzh8cdrifg5n0mhlnrslrx7k235sz2ldpy60x7vz7qywv9";
|
||||
revision = "1";
|
||||
editedCabalFile = "16qfl1bz7c8a34xvs5fzs5r421309xpw9gfsiv2szivd5hcp9f9r";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq megaparsec parser-combinators text time
|
||||
];
|
||||
|
@ -287244,6 +287297,23 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"toml-reader-parse" = callPackage
|
||||
({ mkDerivation, base, comonad, containers, deepseq, dlist, mtl
|
||||
, prettyprinter, prettyprinter-combinators, text, time, toml-reader
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "toml-reader-parse";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1ddwk29isiq190fd025laq0g8js7ifcngph9acy8zlmppp3685w7";
|
||||
libraryHaskellDepends = [
|
||||
base comonad containers deepseq dlist mtl prettyprinter
|
||||
prettyprinter-combinators text time toml-reader vector
|
||||
];
|
||||
description = "Alternative parser for TOML values produced by the toml-reader package";
|
||||
license = lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"tomland" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, deepseq, directory
|
||||
, hashable, hedgehog, hspec, hspec-hedgehog, hspec-megaparsec
|
||||
|
|
Loading…
Reference in a new issue