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