mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-13-gd8bc043 from Hackage revision
4e1741ad6f
.
This commit is contained in:
parent
e7abee1939
commit
ba47d40db9
356
pkgs/development/haskell-modules/hackage-packages.nix
generated
356
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -6427,8 +6427,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "Gamgine";
|
||||
version = "0.5.2";
|
||||
sha256 = "0kry2ni9ba3sf2dpsjz0dq4dwnbgjicr1lwl7q4r8w6my94gkas0";
|
||||
version = "0.5.3";
|
||||
sha256 = "08awl1f1310ifx9gzjrinsv37n7k2yaxvmjaymjh01pawlp3w4gc";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring composition cpphs data-lens directory
|
||||
|
@ -8337,6 +8337,7 @@ self: {
|
|||
homepage = "http://www.alpheccar.org";
|
||||
description = "Generation of PDF documents";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"HPath" = callPackage
|
||||
|
@ -12841,6 +12842,22 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"MonadRandom_0_5_1_1" = callPackage
|
||||
({ mkDerivation, base, mtl, primitive, random, transformers
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "MonadRandom";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "0w44jl1n3kqvqaflh82l1wj3xxbhzfs3kf4m8rk7w6fgg8llmnmb";
|
||||
libraryHaskellDepends = [
|
||||
base mtl primitive random transformers transformers-compat
|
||||
];
|
||||
description = "Random-number generation monad";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"MonadRandomLazy" = callPackage
|
||||
({ mkDerivation, base, MonadRandom, mtl, random }:
|
||||
mkDerivation {
|
||||
|
@ -19859,6 +19876,7 @@ self: {
|
|||
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
|
||||
description = "Extensible Markup Language";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"XMLParser" = callPackage
|
||||
|
@ -22056,8 +22074,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "adb";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "17dxvdzmg3i8n0gbgbj0jyhm90w0dq7j27id8n24frild2w4c0d0";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "19v7v308z6db5f61lalhwnn8z38s9v50f6hqd39i7krjd26f0n9a";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cereal containers mtl network
|
||||
];
|
||||
|
@ -23208,6 +23226,7 @@ self: {
|
|||
libraryHaskellDepends = [ alg base ];
|
||||
description = "Affine spaces (generalized)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"affine-invariant-ensemble-mcmc" = callPackage
|
||||
|
@ -27821,6 +27840,7 @@ self: {
|
|||
homepage = "https://github.com/jxv/animate-preview#readme";
|
||||
description = "Preview tool for sprite animation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"animate-sdl2" = callPackage
|
||||
|
@ -27833,6 +27853,7 @@ self: {
|
|||
homepage = "https://github.com/jxv/animate-sdl2#readme";
|
||||
description = "sdl2 + animate auxiliary library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"anki-tools" = callPackage
|
||||
|
@ -34197,6 +34218,19 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"basic" = callPackage
|
||||
({ mkDerivation, base, stm, template-haskell, transformers, util }:
|
||||
mkDerivation {
|
||||
pname = "basic";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "13ikd2pkg2qspkdq0h21wa3clyaj47cm41239024g0sdv8m03bpb";
|
||||
libraryHaskellDepends = [
|
||||
base stm template-haskell transformers util
|
||||
];
|
||||
description = "Lifting values from base types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"basic-cpuid" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -34377,6 +34411,7 @@ self: {
|
|||
];
|
||||
description = "Core definitions for BattlePlace.io service";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"battleplace-api" = callPackage
|
||||
|
@ -34905,6 +34940,24 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bench-graph" = callPackage
|
||||
({ mkDerivation, base, bytestring, Chart, Chart-diagrams, csv
|
||||
, directory, filepath, split, text, transformers, Unique
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bench-graph";
|
||||
version = "0.1.0";
|
||||
sha256 = "0cmb15q4yrgi8f78ijgn8h51g2f183maslffh4l4dxmi2aqn7z8q";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring Chart Chart-diagrams csv directory filepath
|
||||
transformers Unique
|
||||
];
|
||||
testHaskellDepends = [ base split text ];
|
||||
homepage = "https://github.com/composewell/bench-graph";
|
||||
description = "Plot and compare benchmarks";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"benchmark-function" = callPackage
|
||||
({ mkDerivation, base, process, random, time }:
|
||||
mkDerivation {
|
||||
|
@ -37330,8 +37383,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "bishbosh";
|
||||
version = "0.0.0.2";
|
||||
sha256 = "18smrav39awp25j43c7k9r1laxwf7iix61qb2yi5h2b6djbgxq9h";
|
||||
version = "0.0.0.3";
|
||||
sha256 = "0kwscgfwpyn5ppwg8kfvxbmm6gmg1cvf9d7dhmbi6qydxaj0n11v";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -41480,6 +41533,7 @@ self: {
|
|||
benchmarkHaskellDepends = [ base bytestring gauge text ];
|
||||
description = "checks to see if a given bytestring adheres to a certain encoding";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"bytestring-from" = callPackage
|
||||
|
@ -42135,18 +42189,18 @@ self: {
|
|||
}) {};
|
||||
|
||||
"cabal-cargs" = callPackage
|
||||
({ mkDerivation, base, Cabal, cabal-lenses, cmdargs, directory
|
||||
, either, filepath, lens, strict, system-fileio, system-filepath
|
||||
({ mkDerivation, base, bytestring, Cabal, cabal-lenses, cmdargs
|
||||
, directory, either, filepath, lens, system-fileio, system-filepath
|
||||
, tasty, tasty-golden, text, transformers, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal-cargs";
|
||||
version = "0.9.0";
|
||||
sha256 = "0w371991841m4d9r73nr86j4jnr0jilj9jnvkmgh9a055vyi573s";
|
||||
version = "0.9.1";
|
||||
sha256 = "13qbp6416k684chd0f1mk0dw9xkjh85cj6yrgxb9cbhq2944zydi";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base Cabal cabal-lenses cmdargs directory either lens strict
|
||||
base bytestring Cabal cabal-lenses cmdargs directory either lens
|
||||
system-fileio system-filepath text transformers
|
||||
unordered-containers
|
||||
];
|
||||
|
@ -42515,8 +42569,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal-lenses";
|
||||
version = "0.7.0";
|
||||
sha256 = "07xyn4sy2snj8a5983p6g6w9pwklzmd3w9wzj02ig4pdnz7682ls";
|
||||
version = "0.7.1";
|
||||
sha256 = "1y6s99slblishngi2hw0brf6byd5w72kqz10x30vhxw2zdmprvl0";
|
||||
libraryHaskellDepends = [
|
||||
base Cabal either lens strict system-fileio system-filepath text
|
||||
transformers unordered-containers
|
||||
|
@ -45078,6 +45132,8 @@ self: {
|
|||
pname = "cbor-tool";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0m8ic53vbzk06xw8rxs9vndnmbdjmcslc8zqa7lafhnl3lgqaybp";
|
||||
revision = "1";
|
||||
editedCabalFile = "08yd8qv9kalgr6hn2kwwzmqzaq4i05fp7d7pfmnkfm7jg6zm8kwy";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
@ -45113,6 +45169,8 @@ self: {
|
|||
pname = "cborg-json";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "09ps2lyvxg0qpki9f0lydag9hyys20q5ywgxim0jcaa0jky0j92x";
|
||||
revision = "1";
|
||||
editedCabalFile = "1v0brbq9ri5fx19kb2ijhd3h3ibqadfprgcisja0mx6amzkbqnrz";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base cborg scientific text unordered-containers
|
||||
vector
|
||||
|
@ -50974,6 +51032,7 @@ self: {
|
|||
homepage = "https://github.com/roman/Haskell-componentm#readme";
|
||||
description = "Monad for allocation and cleanup of application resources";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"componentm-devel" = callPackage
|
||||
|
@ -50988,6 +51047,7 @@ self: {
|
|||
homepage = "https://github.com/roman/Haskell-componentm#readme";
|
||||
description = "Easy REPL driven development using ComponentM";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"composable-associations" = callPackage
|
||||
|
@ -52883,17 +52943,15 @@ self: {
|
|||
}) {};
|
||||
|
||||
"connection-string" = callPackage
|
||||
({ mkDerivation, base, containers, doctest, megaparsec
|
||||
, parser-combinators, text
|
||||
({ mkDerivation, base, case-insensitive, containers, doctest
|
||||
, megaparsec, parser-combinators, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "connection-string";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0hkszhms7n6vp9w8agik0qndz2a3f8l56yxidw9l9mjn3sx769g2";
|
||||
revision = "1";
|
||||
editedCabalFile = "0zirgds0ha3245cagx3fhssz58bpyzci7zv4mw9rfnc1k48v69b2";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0gj9czggj7nrp0jjwbi0v1fzl0qvyw3yvi1q5kvjnx3l6ikk3z1j";
|
||||
libraryHaskellDepends = [
|
||||
base containers megaparsec parser-combinators
|
||||
base case-insensitive containers megaparsec parser-combinators
|
||||
];
|
||||
testHaskellDepends = [ base doctest text ];
|
||||
homepage = "https://github.com/Porges/connection-string-hs";
|
||||
|
@ -53096,6 +53154,7 @@ self: {
|
|||
libraryHaskellDepends = [ base category constraint reflection ];
|
||||
description = "Constraint reflection";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"constraints" = callPackage
|
||||
|
@ -58862,14 +58921,14 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"data-diverse_3_1_0_0" = callPackage
|
||||
"data-diverse_4_0_0_0" = callPackage
|
||||
({ mkDerivation, base, containers, criterion, deepseq, ghc-prim
|
||||
, hspec, tagged
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "data-diverse";
|
||||
version = "3.1.0.0";
|
||||
sha256 = "0jg8g8zp8s14qalrmqa3faspg9kfifzdv0mi8a25xmqgi6rz64aq";
|
||||
version = "4.0.0.0";
|
||||
sha256 = "0kxhfxqb97hcp2pynsmpa9a5akg49x754ivqlm7dr0jy5kay0fa3";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq ghc-prim tagged
|
||||
];
|
||||
|
@ -58900,14 +58959,14 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"data-diverse-lens_3_1_1_0" = callPackage
|
||||
"data-diverse-lens_4_0_0_0" = callPackage
|
||||
({ mkDerivation, base, data-diverse, data-has, generic-lens, hspec
|
||||
, lens, profunctors, tagged
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "data-diverse-lens";
|
||||
version = "3.1.1.0";
|
||||
sha256 = "1ynw9j8a92ny8327i0r037swsc3rj3723dnlar77x640849nif0p";
|
||||
version = "4.0.0.0";
|
||||
sha256 = "06k8s7dfql4gdwws6nsajhj2g7fl1bs3nvgv76x6kxqwr42l675a";
|
||||
libraryHaskellDepends = [
|
||||
base data-diverse data-has generic-lens lens profunctors tagged
|
||||
];
|
||||
|
@ -62549,6 +62608,7 @@ self: {
|
|||
homepage = "https://bitbucket.org/jakobeha/descript-lang/src/master/README.md";
|
||||
description = "Library, interpreter, and CLI for Descript programming language";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"descriptive" = callPackage
|
||||
|
@ -62974,6 +63034,7 @@ self: {
|
|||
executableHaskellDepends = [ base dhall optparse-generic text ];
|
||||
description = "Template text using Dhall";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"dhall-to-cabal" = callPackage
|
||||
|
@ -63039,6 +63100,7 @@ self: {
|
|||
homepage = "https://github.com/k0001/di";
|
||||
description = "Typeful hierarchical structured logging using di, mtl and df1";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"di-core" = callPackage
|
||||
|
@ -63077,6 +63139,7 @@ self: {
|
|||
homepage = "https://github.com/k0001/di";
|
||||
description = "Write logs in the df1 format using the di logging framework";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"di-handle" = callPackage
|
||||
|
@ -63091,6 +63154,7 @@ self: {
|
|||
homepage = "https://github.com/k0001/di";
|
||||
description = "IO support for file handles in di-core";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"di-monad" = callPackage
|
||||
|
@ -63107,6 +63171,7 @@ self: {
|
|||
homepage = "https://github.com/k0001/di";
|
||||
description = "mtl flavoured typeful hierarchical structured logging for di-core";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"dia-base" = callPackage
|
||||
|
@ -63994,6 +64059,7 @@ self: {
|
|||
];
|
||||
homepage = "https://github.com/oisdk/difference-monoid#readme";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"difftodo" = callPackage
|
||||
|
@ -69378,6 +69444,7 @@ self: {
|
|||
libraryHaskellDepends = [ base ];
|
||||
description = "Either or both";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"either-list-functions" = callPackage
|
||||
|
@ -73379,6 +73446,29 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"exp-cache" = callPackage
|
||||
({ mkDerivation, array, base, containers, criterion, deepseq
|
||||
, hashable, HUnit, psqueues, QuickCheck, random, tasty, tasty-hunit
|
||||
, tasty-quickcheck, time, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "exp-cache";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "01y5kxskbai7a34xkr1b0clsawj3583m3m7l86zziyjfsbn048nm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base containers deepseq hashable psqueues random time
|
||||
unordered-containers
|
||||
];
|
||||
executableHaskellDepends = [ base criterion random ];
|
||||
testHaskellDepends = [
|
||||
base HUnit QuickCheck random tasty tasty-hunit tasty-quickcheck
|
||||
];
|
||||
homepage = "https://github.com/ChrisCoffey/exp-cache#readme";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"exp-extended" = callPackage
|
||||
({ mkDerivation, base, compensated, log-domain }:
|
||||
mkDerivation {
|
||||
|
@ -73472,8 +73562,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "expiring-containers";
|
||||
version = "0.1.2";
|
||||
sha256 = "10j5hqlp7bmiywa79xcgp1a87x6a9kxvzdg061innyh08344k0sv";
|
||||
version = "0.2";
|
||||
sha256 = "1bqcxq42x4s8kj7wpa9iqgaxww6m7vqzkd2dakry1ssy9dv8wp28";
|
||||
libraryHaskellDepends = [
|
||||
base containers hashable int-multimap time timestamp
|
||||
unordered-containers
|
||||
|
@ -73672,6 +73762,7 @@ self: {
|
|||
testHaskellDepends = [ base singletons text ];
|
||||
description = "Expressions and Formulae a la carte";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"expressions-z3" = callPackage
|
||||
|
@ -74091,8 +74182,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "factory";
|
||||
version = "0.3.1.4";
|
||||
sha256 = "0k5bb0imp001f1sj785qqy9k67wvb91mr4fpdcg5riykiv8j9l1x";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "1ihyqs8b2rgxny69iqaxh55a2pkamp4mb4i3gcy9c6pphjrbmyz3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -74106,7 +74197,7 @@ self: {
|
|||
array base containers data-default deepseq primes QuickCheck random
|
||||
toolshed
|
||||
];
|
||||
homepage = "http://functionalley.eu/Factory/factory.html";
|
||||
homepage = "https://functionalley.eu/Factory/factory.html";
|
||||
description = "Rational arithmetic in an irrational world";
|
||||
license = "GPL";
|
||||
}) {};
|
||||
|
@ -80132,6 +80223,7 @@ self: {
|
|||
homepage = "https://github.com/george-steel/frpnow-gtk3";
|
||||
description = "Program GUIs with GTK3 and frpnow!";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"frpnow-vty" = callPackage
|
||||
|
@ -80947,6 +81039,7 @@ self: {
|
|||
homepage = "https://github.com/tweag/funflow";
|
||||
description = "Workflows with arrows";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"funion" = callPackage
|
||||
|
@ -84664,6 +84757,7 @@ self: {
|
|||
homepage = "https://github.com/mrkkrp/ghc-syntax-highlighter";
|
||||
description = "Syntax highlighter for Haskell using lexer of GHC itself";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-tcplugins-extra" = callPackage
|
||||
|
@ -91187,6 +91281,7 @@ self: {
|
|||
homepage = "https://grapefruit-project.org/";
|
||||
description = "GTK+-based backend for declarative user interface programming";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"graph-core" = callPackage
|
||||
|
@ -91721,22 +91816,23 @@ self: {
|
|||
|
||||
"graphviz" = callPackage
|
||||
({ mkDerivation, base, bytestring, colour, containers, criterion
|
||||
, deepseq, directory, dlist, fgl, fgl-arbitrary, filepath
|
||||
, polyparse, process, QuickCheck, temporary, text, transformers
|
||||
, wl-pprint-text
|
||||
, deepseq, directory, dlist, fgl, fgl-arbitrary, filepath, hspec
|
||||
, hspec-discover, mtl, polyparse, process, QuickCheck, temporary
|
||||
, text, wl-pprint-text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "graphviz";
|
||||
version = "2999.19.0.0";
|
||||
sha256 = "1sh4zqirblgnkmi4pl6fhd084p3mdx242db5wqikzpn9jzqpy2mg";
|
||||
version = "2999.20.0.1";
|
||||
sha256 = "147pwfswjkpmby55j5dwwhrvxpy63gzybrrq6zs4r22mrkcpjx94";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring colour containers directory dlist fgl filepath
|
||||
polyparse process temporary text transformers wl-pprint-text
|
||||
base bytestring colour containers directory dlist fgl filepath mtl
|
||||
polyparse process temporary text wl-pprint-text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers fgl fgl-arbitrary filepath QuickCheck text
|
||||
base containers fgl fgl-arbitrary filepath hspec hspec-discover
|
||||
QuickCheck text
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion deepseq text ];
|
||||
homepage = "http://projects.haskell.org/graphviz/";
|
||||
|
@ -96719,6 +96815,34 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hapistrano_0_3_5_6" = callPackage
|
||||
({ mkDerivation, aeson, async, base, directory, filepath
|
||||
, formatting, gitrev, hspec, mtl, optparse-applicative, path
|
||||
, path-io, process, stm, temporary, time, transformers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hapistrano";
|
||||
version = "0.3.5.6";
|
||||
sha256 = "0viv359hv3wzdhnfzmq4ynbxyr3a347q7ixarwff85nn9zx7kw2c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base filepath formatting gitrev mtl path process time transformers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson async base formatting gitrev optparse-applicative path
|
||||
path-io stm yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory filepath hspec mtl path path-io process temporary
|
||||
];
|
||||
homepage = "https://github.com/stackbuilders/hapistrano";
|
||||
description = "A deployment library for Haskell applications";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"happindicator" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, glib, gtk
|
||||
, gtk2hs-buildtools, libappindicator-gtk2, mtl
|
||||
|
@ -98482,6 +98606,7 @@ self: {
|
|||
homepage = "http://github.com/grwlf/haskdogs";
|
||||
description = "Generate tags file for Haskell project and its nearest deps";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"haskeem" = callPackage
|
||||
|
@ -100889,14 +101014,15 @@ self: {
|
|||
|
||||
"haskey-mtl" = callPackage
|
||||
({ mkDerivation, base, binary, exceptions, haskey, haskey-btree
|
||||
, lens, mtl, text, transformers
|
||||
, lens, monad-control, mtl, text, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskey-mtl";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "0n0wrk9sh62x87ms3fxnaj68jm91qdjd4265wk8x3lm66xw6vigw";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "154jny8frg61amsyh15w4n6clj9alp8rsa8qxgg9xh8xj2i01yqz";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions haskey haskey-btree mtl transformers
|
||||
base exceptions haskey haskey-btree monad-control mtl transformers
|
||||
transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary exceptions haskey haskey-btree lens mtl text
|
||||
|
@ -101399,6 +101525,7 @@ self: {
|
|||
homepage = "http://github.com/MarcWeber/hasktags";
|
||||
description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"haskus-binary" = callPackage
|
||||
|
@ -105054,22 +105181,23 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hexmino" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath, gloss
|
||||
({ mkDerivation, base, containers, directory, filepath, gloss, grid
|
||||
, optparse-applicative, random
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hexmino";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0s8sqpqirnnm9jp1lmifywy7ad6vxpj8k85nfyh4zjqybrs2m2p9";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0l6gjjbzz2sa17b8glyiknf1ndwkp3089af52pj8fw6cg9ckvspx";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base containers directory filepath gloss optparse-applicative
|
||||
base containers directory filepath gloss grid optparse-applicative
|
||||
random
|
||||
];
|
||||
homepage = "https://github.com/pasqu4le/hexmino";
|
||||
description = "A small game based on domino-like hexagonal tiles";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hexml" = callPackage
|
||||
|
@ -105398,8 +105526,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hfmt";
|
||||
version = "0.2.1";
|
||||
sha256 = "06g3l0qbj1bdrxis9ryl3cgmhs129l1lfiah5kpn0xbv1h3p3id5";
|
||||
version = "0.2.2";
|
||||
sha256 = "0xjh952djxb490nig2aj9y5461ka33d3qdlrfkxb7iz7pqmmr6fs";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -106757,6 +106885,7 @@ self: {
|
|||
homepage = "https://github.com/strake/hint.hs";
|
||||
description = "Runtime Haskell interpreter (GHC API wrapper)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hinterface" = callPackage
|
||||
|
@ -113514,8 +113643,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hsimport";
|
||||
version = "0.8.5";
|
||||
sha256 = "05gdzl4h67rjpw2nhk6dvd9l8lmx1kdg4cy9hmk5l36vrk8s9ic6";
|
||||
version = "0.8.6";
|
||||
sha256 = "0ylbg5bcylc0gql0qvmih66dj1qj8imn31b6bl70mynwkqh96g1d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -123093,6 +123222,7 @@ self: {
|
|||
homepage = "http://github.com/GregorySchwartz/integreat#readme";
|
||||
description = "Integrate different assays";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"intel-aes" = callPackage
|
||||
|
@ -129582,6 +129712,7 @@ self: {
|
|||
homepage = "https://github.com/phadej/kleene";
|
||||
description = "Kleene algebra";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"kmeans" = callPackage
|
||||
|
@ -132547,8 +132678,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "layers-game";
|
||||
version = "0.5.2";
|
||||
sha256 = "1k39264jwysaiyq9f40n332y2xckhwsbh8fpsz4l14qwlvj68vzx";
|
||||
version = "0.5.3";
|
||||
sha256 = "050l8fd77xhl4fqhl8s1c22gdww3if69mzflgrai9gwq31kiasp3";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -134948,6 +135079,7 @@ self: {
|
|||
homepage = "https://github.com/mvv/lifted-stm";
|
||||
description = "STM operations lifted through monad transformer stacks";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lifted-threads" = callPackage
|
||||
|
@ -137536,6 +137668,7 @@ self: {
|
|||
homepage = "https://github.com/greydot/log-effect-syslog";
|
||||
description = "Syslog functions for log-effect";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"log-elasticsearch" = callPackage
|
||||
|
@ -159293,6 +159426,17 @@ self: {
|
|||
broken = true;
|
||||
}) {lazysmallcheck2012 = null;};
|
||||
|
||||
"panic" = callPackage
|
||||
({ mkDerivation, base, gitrev, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "panic";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "12m18s4d8xvwwf4vhv4p544h03abgkjx7bfwl22gxr1y8f7gb8wl";
|
||||
libraryHaskellDepends = [ base gitrev template-haskell ];
|
||||
description = "A convenient way to panic";
|
||||
license = stdenv.lib.licenses.isc;
|
||||
}) {};
|
||||
|
||||
"panpipe" = callPackage
|
||||
({ mkDerivation, base, pandoc, pandoc-types, process, QuickCheck
|
||||
, tasty, tasty-quickcheck, temporary, unix
|
||||
|
@ -162339,6 +162483,7 @@ self: {
|
|||
];
|
||||
description = "Permutations of finite sets";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"permute" = callPackage
|
||||
|
@ -164305,8 +164450,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "pipes-binary";
|
||||
version = "0.4.1";
|
||||
sha256 = "0dyng5pvyjw7bjflzfbrkwq99qzyc4a2rh0nlidjhy95ixs7jvhv";
|
||||
version = "0.4.2";
|
||||
sha256 = "1s3462i85zd6byr18mfabfmiapb0yy3fnrsaw6mnasw19kyxjngn";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring ghc-prim pipes pipes-bytestring pipes-parse
|
||||
transformers
|
||||
|
@ -164879,6 +165024,28 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"pipes-misc_0_5_0_0" = callPackage
|
||||
({ mkDerivation, base, clock, Decimal, hspec, lens, mmorph, mtl
|
||||
, pipes, pipes-category, pipes-concurrency, semigroups, stm
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pipes-misc";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "09ldpgza3yanpbsd6g2nlm352fwynq38sf226yp5kip0dqwpwbjf";
|
||||
libraryHaskellDepends = [
|
||||
base clock Decimal lens mmorph mtl pipes pipes-category
|
||||
pipes-concurrency semigroups stm transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base hspec lens mmorph pipes pipes-concurrency stm transformers
|
||||
];
|
||||
homepage = "https://github.com/louispan/pipes-misc#readme";
|
||||
description = "Miscellaneous utilities for pipes, required by glazier-tutorial";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pipes-mongodb" = callPackage
|
||||
({ mkDerivation, base, monad-control, mongoDB, pipes, text }:
|
||||
mkDerivation {
|
||||
|
@ -171127,6 +171294,29 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"protobuf_0_2_1_2" = callPackage
|
||||
({ mkDerivation, base, base-orphans, bytestring, cereal, containers
|
||||
, data-binary-ieee754, deepseq, hex, HUnit, mtl, QuickCheck, tagged
|
||||
, tasty, tasty-hunit, tasty-quickcheck, text, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "protobuf";
|
||||
version = "0.2.1.2";
|
||||
sha256 = "1php9pydbh2jyr5x6h1i218w8kqwys5aniz2zm1hapv6ia8p3j5k";
|
||||
libraryHaskellDepends = [
|
||||
base base-orphans bytestring cereal data-binary-ieee754 deepseq mtl
|
||||
text unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring cereal containers hex HUnit mtl QuickCheck tagged
|
||||
tasty tasty-hunit tasty-quickcheck text unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/alphaHeavy/protobuf";
|
||||
description = "Google Protocol Buffers via GHC.Generics";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"protobuf-native" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, cplusplus-th, criterion
|
||||
, hprotoc-fork, protobuf, protocol-buffers-fork, QuickCheck
|
||||
|
@ -176287,8 +176477,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "reactive-banana-automation";
|
||||
version = "0.4.0";
|
||||
sha256 = "1zc24p1jqild85k049ixbfcdhxdy66l4m5ddr1g3bkxq8apilnrr";
|
||||
version = "0.5.0";
|
||||
sha256 = "10lg4s6c29xb1j9icda1aywh64ybnk7d3hw3wl69rcwlqp52635a";
|
||||
libraryHaskellDepends = [
|
||||
base reactive-banana stm time transformers
|
||||
];
|
||||
|
@ -189387,8 +189577,8 @@ self: {
|
|||
({ mkDerivation, base, containers, mtl, syb }:
|
||||
mkDerivation {
|
||||
pname = "set-extra";
|
||||
version = "1.4";
|
||||
sha256 = "0cwppi2kyqcyn338nmpmkyvwhn7xcp7yfgkgpsmmkwhin0hyxnr9";
|
||||
version = "1.4.1";
|
||||
sha256 = "10kbvd09hp12rlfkc15xqiglrbxzi7gchb0aazqyg77ah66wjn10";
|
||||
libraryHaskellDepends = [ base containers mtl syb ];
|
||||
homepage = "https://github.com/ddssff/set-extra";
|
||||
description = "Functions that could be added to Data.Set.";
|
||||
|
@ -190897,6 +191087,7 @@ self: {
|
|||
];
|
||||
description = "Implementation of Shivers' Control-Flow Analysis";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"shoap" = callPackage
|
||||
|
@ -199785,6 +199976,7 @@ self: {
|
|||
homepage = "https://github.com/jonpetterbergman/step-function";
|
||||
description = "Staircase functions or piecewise constant functions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"stepwise" = callPackage
|
||||
|
@ -201153,8 +201345,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "streaming-with";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "0wyq183z10sr0sdx28n316x22f4h8v67cg164qir3fb7q09pmqbg";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "005krn43z92x1v8w8pgfx489h3livkklgrr7s2i2wijgsz55xp09";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions managed streaming-bytestring temporary transformers
|
||||
];
|
||||
|
@ -202378,6 +202570,7 @@ self: {
|
|||
homepage = "http://github.com/GregorySchwartz/subsample#readme";
|
||||
description = "Subsample data";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"substring-parser" = callPackage
|
||||
|
@ -204969,6 +205162,7 @@ self: {
|
|||
homepage = "http://github.com/taffybar/taffybar";
|
||||
description = "A desktop bar similar to xmobar, but with more GUI";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tag-bits" = callPackage
|
||||
|
@ -208797,6 +208991,7 @@ self: {
|
|||
];
|
||||
description = "ICU transliteration";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) icu;};
|
||||
|
||||
"text-json-qq" = callPackage
|
||||
|
@ -210588,6 +210783,7 @@ self: {
|
|||
homepage = "http://www.haskell.org/haskellwiki/ThreadScope";
|
||||
description = "A graphical tool for profiling parallel Haskell programs";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"threefish" = callPackage
|
||||
|
@ -212009,6 +212205,28 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"tintin" = callPackage
|
||||
({ mkDerivation, base, clay, data-has, directory, frontmatter
|
||||
, inliterate, lucid, optparse-generic, process, temporary, text
|
||||
, universum, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tintin";
|
||||
version = "1.2.4";
|
||||
sha256 = "1jfnw911jfa9wn1inldz3qry238hrl276yb9f690c59yb3zcnvjh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base clay data-has directory frontmatter inliterate lucid process
|
||||
temporary text universum yaml
|
||||
];
|
||||
executableHaskellDepends = [ base optparse-generic universum ];
|
||||
testHaskellDepends = [ base ];
|
||||
homepage = "https://github.com/theam/tintin#readme";
|
||||
description = "A softer alternative to Haddock";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"tiny-scheduler" = callPackage
|
||||
({ mkDerivation, async, base, time }:
|
||||
mkDerivation {
|
||||
|
@ -212766,8 +212984,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "tomland";
|
||||
version = "0.0.0";
|
||||
sha256 = "1z6xlaw7fvl95h5nhd1r87bn8y3xv5gmfwfvryaj7hn06ghw13z2";
|
||||
version = "0.1.0";
|
||||
sha256 = "1f31awp7qy1npm4nnyk25lf4cng942mbfm7mmvglr0h7c1y11wpc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -214855,6 +215073,7 @@ self: {
|
|||
homepage = "https://github.com/entropia/tip-toi-reveng";
|
||||
description = "Working with files for the Tiptoi® pen";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tubes" = callPackage
|
||||
|
@ -217653,6 +217872,7 @@ self: {
|
|||
homepage = "https://github.com/singpolyma/unexceptionalio-trans";
|
||||
description = "A wrapper around UnexceptionalIO using monad transformers";
|
||||
license = "unknown";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"unfoldable" = callPackage
|
||||
|
@ -221533,8 +221753,8 @@ self: {
|
|||
({ mkDerivation, base, bytes, tasty, tasty-quickcheck, vector }:
|
||||
mkDerivation {
|
||||
pname = "vector-bytes-instances";
|
||||
version = "0.1";
|
||||
sha256 = "1bmss8s8cp123s77dppma7k3p0b8cnhk16li5hnm369264h0zfga";
|
||||
version = "0.1.1";
|
||||
sha256 = "0i4cxgm984qs5ldp1x7m9blxh8wd5y8acy2ic8kpgaak8pzycrkn";
|
||||
libraryHaskellDepends = [ base bytes vector ];
|
||||
testHaskellDepends = [ base bytes tasty tasty-quickcheck vector ];
|
||||
homepage = "https://github.com/k0001/vector-bytes-instances";
|
||||
|
@ -222031,6 +222251,7 @@ self: {
|
|||
];
|
||||
description = "An intermediate language for Hoare logic style verification";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"verify" = callPackage
|
||||
|
@ -225589,8 +225810,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "web3";
|
||||
version = "0.7.2.0";
|
||||
sha256 = "15d0l5cvrncwmy27qk7y7f54snw1fjcsll52sdlmk3v2mpf6nppn";
|
||||
version = "0.7.3.0";
|
||||
sha256 = "1ff52krn6vylz8fjbj6224q48lg6cz4glg6xl9sgrz36ayliv0mg";
|
||||
libraryHaskellDepends = [
|
||||
aeson async base basement bytestring cereal cryptonite data-default
|
||||
exceptions generics-sop http-client machines memory mtl parsec
|
||||
|
@ -227279,6 +227500,7 @@ self: {
|
|||
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
|
||||
description = "Words of arbitrary size";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"word-trie" = callPackage
|
||||
|
|
Loading…
Reference in a new issue