summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2022-01-21 21:31:09 +0800
committerEllie Hermaszewska <git@monoid.al>2022-01-21 21:31:59 +0800
commita2e87226ae164c0a927e3c85e780a7090a6da0f9 (patch)
treede1975228d4f80f18e833454270ae40905b65066 /pkgs/development
parent1facbe37c68b8ad1867e678a565ea8dee3c218dd (diff)
downloadnixpkgs-a2e87226ae164c0a927e3c85e780a7090a6da0f9.tar
nixpkgs-a2e87226ae164c0a927e3c85e780a7090a6da0f9.tar.gz
nixpkgs-a2e87226ae164c0a927e3c85e780a7090a6da0f9.tar.bz2
nixpkgs-a2e87226ae164c0a927e3c85e780a7090a6da0f9.tar.lz
nixpkgs-a2e87226ae164c0a927e3c85e780a7090a6da0f9.tar.xz
nixpkgs-a2e87226ae164c0a927e3c85e780a7090a6da0f9.tar.zst
nixpkgs-a2e87226ae164c0a927e3c85e780a7090a6da0f9.zip
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix55
1 files changed, 55 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index f5e6683216b..fcd4f3d4b77 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -137742,6 +137742,60 @@ self: {
      , scientific, semialign, serialise, some, split, syb, tasty
      , tasty-hedgehog, tasty-hunit, tasty-th, template-haskell, text
      , th-lift-instances, these, time, transformers, transformers-base
+     , unix, unordered-containers, vector, xml
+     }:
+     mkDerivation {
+       pname = "hnix";
+       version = "0.14.0.8";
+       sha256 = "101zbbrqs3fv1kxp428r97pq59fa6g0qkj1bqnsfchv4mxizg8jc";
+       isLibrary = true;
+       isExecutable = true;
+       enableSeparateDataOutput = true;
+       libraryHaskellDepends = [
+         aeson array base base16-bytestring binary bytestring comonad
+         containers cryptonite data-fix deepseq deriving-compat directory
+         exceptions filepath free gitrev hashable hashing hnix-store-core
+         hnix-store-remote http-client http-client-tls http-types
+         lens-family lens-family-core lens-family-th logict megaparsec
+         monad-control monadlist mtl neat-interpolation optparse-applicative
+         parser-combinators pretty-show prettyprinter process ref-tf
+         regex-tdfa relude scientific semialign serialise some split syb
+         template-haskell text th-lift-instances these time transformers
+         transformers-base unix unordered-containers vector xml
+       ];
+       executableHaskellDepends = [
+         aeson base comonad containers data-fix deepseq exceptions filepath
+         free haskeline optparse-applicative pretty-show prettyprinter
+         ref-tf relude repline serialise template-haskell time
+       ];
+       testHaskellDepends = [
+         base containers data-fix Diff directory exceptions filepath Glob
+         hedgehog megaparsec neat-interpolation optparse-applicative
+         pretty-show prettyprinter process relude serialise split tasty
+         tasty-hedgehog tasty-hunit tasty-th template-haskell time unix
+       ];
+       benchmarkHaskellDepends = [
+         base criterion data-fix exceptions filepath optparse-applicative
+         relude serialise template-haskell time
+       ];
+       description = "Haskell implementation of the Nix language";
+       license = lib.licenses.bsd3;
+       maintainers = with lib.maintainers; [ Anton-Latukha ];
+     }) {};
+
+  "hnix_0_16_0" = callPackage
+    ({ mkDerivation, aeson, array, base, base16-bytestring, binary
+     , bytestring, comonad, containers, criterion, cryptonite, data-fix
+     , deepseq, deriving-compat, Diff, directory, exceptions, filepath
+     , free, gitrev, Glob, hashable, hashing, haskeline, hedgehog
+     , hnix-store-core, hnix-store-remote, http-client, http-client-tls
+     , http-types, lens-family, lens-family-core, lens-family-th, logict
+     , megaparsec, monad-control, monadlist, mtl, neat-interpolation
+     , optparse-applicative, parser-combinators, pretty-show
+     , prettyprinter, process, ref-tf, regex-tdfa, relude, repline
+     , scientific, semialign, serialise, some, split, syb, tasty
+     , tasty-hedgehog, tasty-hunit, tasty-th, template-haskell, text
+     , th-lift-instances, these, time, transformers, transformers-base
      , unix-compat, unordered-containers, vector, xml
      }:
      mkDerivation {
@@ -137780,6 +137834,7 @@ self: {
        ];
        description = "Haskell implementation of the Nix language";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
        maintainers = with lib.maintainers; [ Anton-Latukha ];
      }) {};