hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
15683ff62a
.
This commit is contained in:
parent
8377f503f1
commit
895b59a39c
175
pkgs/development/haskell-modules/hackage-packages.nix
generated
175
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -605,7 +605,7 @@ self: {
|
||||
libraryHaskellDepends = [ base regex-compat Win32 ];
|
||||
description = "A binding to a part of the ANSI escape code for the console";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"AbortT-monadstf" = callPackage
|
||||
@ -4706,7 +4706,7 @@ self: {
|
||||
librarySystemDepends = [ dsound ];
|
||||
description = "Partial binding to the Microsoft DirectSound API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {dsound = null;};
|
||||
|
||||
"DisTract" = callPackage
|
||||
@ -10833,6 +10833,21 @@ self: {
|
||||
license = lib.licenses.publicDomain;
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"HsOpenSSL_0_11_6" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, network, openssl, time }:
|
||||
mkDerivation {
|
||||
pname = "HsOpenSSL";
|
||||
version = "0.11.6";
|
||||
sha256 = "1gkx6kk03ziz9wk6iwxcdpf1ig8a9whwv3yjbzmqrwkp7fh1wdrw";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring network time ];
|
||||
librarySystemDepends = [ openssl ];
|
||||
testHaskellDepends = [ base bytestring ];
|
||||
description = "Partial OpenSSL binding for Haskell";
|
||||
license = lib.licenses.publicDomain;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"HsOpenSSL-x509-system" = callPackage
|
||||
({ mkDerivation, base, bytestring, HsOpenSSL, unix }:
|
||||
mkDerivation {
|
||||
@ -21252,7 +21267,7 @@ self: {
|
||||
libraryHaskellDepends = [ base Win32 ];
|
||||
description = "Binding to the Win32 console API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-dhcp-server" = callPackage
|
||||
@ -21264,7 +21279,7 @@ self: {
|
||||
libraryHaskellDepends = [ base text Win32 Win32-errors ];
|
||||
description = "Win32 DHCP Server Management API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-errors" = callPackage
|
||||
@ -21281,7 +21296,7 @@ self: {
|
||||
testHaskellDepends = [ base hspec QuickCheck Win32 ];
|
||||
description = "Alternative error handling for Win32 foreign calls";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-extras" = callPackage
|
||||
@ -21296,7 +21311,7 @@ self: {
|
||||
librarySystemDepends = [ imm32 msimg32 ];
|
||||
description = "Provides missing Win32 API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {imm32 = null; msimg32 = null;};
|
||||
|
||||
"Win32-junction-point" = callPackage
|
||||
@ -21308,7 +21323,7 @@ self: {
|
||||
libraryHaskellDepends = [ base text Win32 Win32-errors ];
|
||||
description = "Support for manipulating NTFS junction points";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-notify" = callPackage
|
||||
@ -21322,7 +21337,7 @@ self: {
|
||||
libraryHaskellDepends = [ base containers directory Win32 ];
|
||||
description = "A binding to part of the Win32 library for file notification";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-security" = callPackage
|
||||
@ -21336,7 +21351,7 @@ self: {
|
||||
libraryHaskellDepends = [ base text Win32 Win32-errors ];
|
||||
description = "Haskell bindings to a security-related functions of the Windows API";
|
||||
license = lib.licenses.mit;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-services" = callPackage
|
||||
@ -21349,7 +21364,7 @@ self: {
|
||||
librarySystemDepends = [ Advapi32 ];
|
||||
description = "Windows service applications";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {Advapi32 = null;};
|
||||
|
||||
"Win32-services-wrapper" = callPackage
|
||||
@ -21365,7 +21380,7 @@ self: {
|
||||
];
|
||||
description = "Wrapper code for making a Win32 service";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-shortcut" = callPackage
|
||||
@ -21658,7 +21673,7 @@ self: {
|
||||
librarySystemDepends = [ xinput ];
|
||||
description = "Bindings for the DirectX XInput library";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {inherit (pkgs.xorg) xinput;};
|
||||
|
||||
"XML" = callPackage
|
||||
@ -37794,7 +37809,7 @@ self: {
|
||||
];
|
||||
description = "Create status bar menus for macOS from executables";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" "x86_64-darwin" ];
|
||||
platforms = [ "x86_64-darwin" ];
|
||||
}) {};
|
||||
|
||||
"barchart" = callPackage
|
||||
@ -68029,7 +68044,7 @@ self: {
|
||||
executableHaskellDepends = [ base c-storable-deriving vect Win32 ];
|
||||
description = "A raw binding for the directX 11";
|
||||
license = lib.licenses.mit;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {D3DCompiler = null; d3d11 = null; d3dx11 = null;
|
||||
d3dxof = null; dxgi = null; dxguid = null;};
|
||||
|
||||
@ -80524,7 +80539,7 @@ self: {
|
||||
libraryHaskellDepends = [ base Win32 ];
|
||||
description = "Backend for a binding to the Microsoft DirectX 9 API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"dx9d3d" = callPackage
|
||||
@ -80537,7 +80552,7 @@ self: {
|
||||
librarySystemDepends = [ d3d9 ];
|
||||
description = "A binding to the Microsoft DirectX 9 API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {d3d9 = null;};
|
||||
|
||||
"dx9d3dx" = callPackage
|
||||
@ -80550,7 +80565,7 @@ self: {
|
||||
librarySystemDepends = [ d3dx9 ];
|
||||
description = "A binding to the Microsoft DirectX 9 D3DX API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {d3dx9 = null;};
|
||||
|
||||
"dyckword" = callPackage
|
||||
@ -94499,8 +94514,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "forsyde-shallow";
|
||||
version = "3.4.0.1";
|
||||
sha256 = "0im5xf8dcalsjk85fyvih042apv3wl54k3jlmdjg7fnm3mgxj1yj";
|
||||
version = "3.5.0.0";
|
||||
sha256 = "16skihnq2kkxdgliv6780s2lyka1bsm0naws6kz1sy3ggsw0qnp9";
|
||||
libraryHaskellDepends = [ base directory old-time process random ];
|
||||
testHaskellDepends = [
|
||||
base directory doctest hspec old-time process QuickCheck random
|
||||
@ -98612,6 +98627,8 @@ self: {
|
||||
pname = "gemini-router";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "19aq9ri0ixkg0d5g4ickda75dvpq340lwkdxn0ndcbkis9xrvkv9";
|
||||
revision = "1";
|
||||
editedCabalFile = "07lnx99d3dkjhqcail31zkbmivclzxdj3qjbhijg1cs3fkl57q3q";
|
||||
libraryHaskellDepends = [
|
||||
base gemini-server HsOpenSSL network-uri transformers
|
||||
];
|
||||
@ -98625,10 +98642,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gemini-server";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "06sqy3c04s3cjx6p9rzfi23cq34bjs1wbigczcc66i6ahf4x1hz2";
|
||||
revision = "1";
|
||||
editedCabalFile = "0zw9svhk5wmi56vqmw7630nqhp816xph9ldgc8l3jzspziz350fx";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0s9h0lzxz5yjvz8rzw9mx9dba21171960waaqikj2qbbja0iq3k3";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring hslogger HsOpenSSL network network-run network-uri
|
||||
text utf8-string
|
||||
@ -111940,7 +111955,7 @@ self: {
|
||||
libraryPkgconfigDepends = [ gtk-mac-integration-gtk2 ];
|
||||
description = "Bindings for the Gtk/OS X integration library";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" "x86_64-darwin" ];
|
||||
platforms = [ "x86_64-darwin" ];
|
||||
}) {inherit (pkgs) gtk-mac-integration-gtk2;};
|
||||
|
||||
"gtk-serialized-event" = callPackage
|
||||
@ -124766,8 +124781,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hedgehog-classes";
|
||||
version = "0.2.5.1";
|
||||
sha256 = "0gyq9dr25sz14yw5x8jlb73l2hzv92r1c6cfan7lygq7z0yaiw6b";
|
||||
version = "0.2.5.2";
|
||||
sha256 = "0h9givw1l83l8z59w6y1rjcnply297b2iag3qhy1rmcjyq3d6m0m";
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary comonad containers hedgehog pretty-show primitive
|
||||
semirings silently transformers vector wl-pprint-annotated
|
||||
@ -126586,8 +126601,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hexpat-streamparser";
|
||||
version = "0.1.0";
|
||||
sha256 = "1akixz7wmdlxfryi6pwzj300zj6isv55ya1fbfgzgziqshkn1p5q";
|
||||
version = "0.1.1";
|
||||
sha256 = "13wn89aw2fqhirrdshmdh1xqhihx4h5pgmp4x9lspy2jfrpga9f5";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring hexpat List mtl parser-combinators text
|
||||
transformers
|
||||
@ -131805,7 +131820,7 @@ self: {
|
||||
];
|
||||
description = "DirectSound extension (Windows) for the Hommage sound library";
|
||||
license = "GPL";
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"homoiconic" = callPackage
|
||||
@ -142150,8 +142165,8 @@ self: {
|
||||
pname = "hw-hspec-hedgehog";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "04r30hb4664yciwfl3kyx0xn6sqc6abwhavb4wxiaas8b4px9kyn";
|
||||
revision = "1";
|
||||
editedCabalFile = "1c6mx2cb6djlgvi8yps2ra9yf00nmfvgm4kn8a4xrfx7k436mipq";
|
||||
revision = "2";
|
||||
editedCabalFile = "16v3dcpm51m8g2va85jfnbxqyc6dds2nazyd31080fa4804a90wz";
|
||||
libraryHaskellDepends = [
|
||||
base call-stack hedgehog hspec HUnit transformers
|
||||
];
|
||||
@ -155624,6 +155639,23 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"kind-generics-th_0_2_2_2" = callPackage
|
||||
({ mkDerivation, base, ghc-prim, kind-generics, template-haskell
|
||||
, th-abstraction
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "kind-generics-th";
|
||||
version = "0.2.2.2";
|
||||
sha256 = "1lgz7wvz5jvq65r7zmymcfx3hwskw2b45a3vfwj0pgnddpjmh9n4";
|
||||
libraryHaskellDepends = [
|
||||
base ghc-prim kind-generics template-haskell th-abstraction
|
||||
];
|
||||
testHaskellDepends = [ base kind-generics template-haskell ];
|
||||
description = "Template Haskell support for generating `GenericK` instances";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"kinds" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
@ -161476,8 +161508,8 @@ self: {
|
||||
pname = "libfuse3";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0a59b4xag5vzisrnvf4v1zkdsdzky96h8w2mdj6cip3vgr196frb";
|
||||
revision = "1";
|
||||
editedCabalFile = "0gnq6aav00xx7dc8am87q2n6xw7cf7jm29g5bq5n1b72gqs91rzf";
|
||||
revision = "2";
|
||||
editedCabalFile = "0fbf1zrw5i3jag6yrzxsxcx82dag7a3mw5rmz6ab6v3gm9w8m9b2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -205601,17 +205633,15 @@ self: {
|
||||
}) {};
|
||||
|
||||
"postgresql-placeholder-converter" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, hspec
|
||||
({ mkDerivation, attoparsec, base, bytestring, either-result, hspec
|
||||
, hspec-discover, mtl, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "postgresql-placeholder-converter";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1dprqv0r00nrx6m0byqfzpb91h5kz3nxd0w0m21150l68sj2d8ys";
|
||||
revision = "1";
|
||||
editedCabalFile = "0mla1cibyc13bz7gvv5b31il8nyp0vjfi8xqgpynbjfq7d4fjnnc";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0jpsa6c2m0m8d9abki585krf9pvj5p4rsayg1qs963r4vg1m8p23";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring mtl utf8-string
|
||||
attoparsec base bytestring either-result mtl utf8-string
|
||||
];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
@ -216596,7 +216626,7 @@ self: {
|
||||
];
|
||||
description = "An alternate implementation of push-pull FRP";
|
||||
license = "GPL";
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" ];
|
||||
platforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"reactor" = callPackage
|
||||
@ -236128,8 +236158,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "signable";
|
||||
version = "0.3";
|
||||
sha256 = "1bh4i93333s3yldn4nnl4xv4gb92ggdwap6im9f259cfg1v22d2q";
|
||||
version = "0.4";
|
||||
sha256 = "0fzf3zijr61ifqbxkmkzii8vbl5h04ydpzc24z5ixvcq94yfzlgx";
|
||||
libraryHaskellDepends = [
|
||||
asn1-encoding asn1-types base binary bytestring casing cryptonite
|
||||
memory microlens pem proto-lens proto-lens-runtime
|
||||
@ -238246,6 +238276,28 @@ self: {
|
||||
license = lib.licenses.gpl2Only;
|
||||
}) {};
|
||||
|
||||
"skylighting_0_10_5" = callPackage
|
||||
({ mkDerivation, base, binary, blaze-html, bytestring, containers
|
||||
, pretty-show, skylighting-core, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "skylighting";
|
||||
version = "0.10.5";
|
||||
sha256 = "09f21wkw8n5bjdn5bbrqphq4f44gipd1cb9b0ikjn9zrggglfnx9";
|
||||
configureFlags = [ "-fexecutable" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base binary containers skylighting-core
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base blaze-html bytestring containers pretty-show text
|
||||
];
|
||||
description = "syntax highlighting library";
|
||||
license = lib.licenses.gpl2Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"skylighting-core" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||
, base64-bytestring, binary, blaze-html, bytestring
|
||||
@ -238277,6 +238329,38 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"skylighting-core_0_10_5" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||
, base64-bytestring, binary, blaze-html, bytestring
|
||||
, case-insensitive, colour, containers, criterion, Diff, directory
|
||||
, filepath, mtl, pretty-show, QuickCheck, safe, tasty, tasty-golden
|
||||
, tasty-hunit, tasty-quickcheck, text, transformers, utf8-string
|
||||
, xml-conduit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "skylighting-core";
|
||||
version = "0.10.5";
|
||||
sha256 = "1iaisswfg8ab6rd11002390jfxr309qyvlm85h57mi8svwxk09x2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal attoparsec base base64-bytestring binary
|
||||
blaze-html bytestring case-insensitive colour containers directory
|
||||
filepath mtl safe text transformers utf8-string xml-conduit
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers Diff directory filepath
|
||||
pretty-show QuickCheck tasty tasty-golden tasty-hunit
|
||||
tasty-quickcheck text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base containers criterion directory filepath text
|
||||
];
|
||||
description = "syntax highlighting library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"skylighting-extensions" = callPackage
|
||||
({ mkDerivation, base, containers, skylighting, skylighting-modding
|
||||
, text
|
||||
@ -267354,13 +267438,14 @@ self: {
|
||||
}) {};
|
||||
|
||||
"typenums" = callPackage
|
||||
({ mkDerivation, base, hspec, QuickCheck }:
|
||||
({ mkDerivation, base, hspec, hspec-discover, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "typenums";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "06wrsvbddv2ga7k39954697jnclb5r6g4m95pr0fmv34ws1y1d66";
|
||||
version = "0.1.3";
|
||||
sha256 = "0ampchndx0z8bhdqgp14smv270pizjvlr54ns3x79hwjpg9m01rc";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base hspec QuickCheck ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Type level numbers using existing Nat functionality";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
|
Loading…
Reference in New Issue
Block a user