about summary refs log tree commit diff
path: root/third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-10-15T18·16+0200
committerclbot <clbot@tvl.fyi>2023-10-15T18·58+0000
commit0a98f8ec3b7c98b53e9bb1203cb5b63ecdc068ce (patch)
treed30e5a18cf121605767d5905abf50807ca7be6db /third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix
parent9aafbe8d952d6e31fa7273572f00ec79d9d15554 (diff)
chore(third_party/haskell): update pa packages r/6816
Change-Id: I8abcb479b0f5c0bd6ed1abc3c9618c2362ff835a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9740
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix')
-rw-r--r--third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix37
1 files changed, 0 insertions, 37 deletions
diff --git a/third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix b/third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix
deleted file mode 100644
index 765ed31ba6c3..000000000000
--- a/third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix
+++ /dev/null
@@ -1,37 +0,0 @@
-{ mkDerivation
-, base
-, bytestring
-, containers
-, error
-, exceptions
-, lib
-, mtl
-, profunctors
-, PyF
-, semigroupoids
-, text
-, these
-, validation-selective
-}:
-mkDerivation {
-  pname = "pa-prelude";
-  version = "0.1.0.0";
-  sha256 = "554556e3acbf7154131ed05209d803a19d6aa1c7d675fcb10501de50869c49ab";
-  libraryHaskellDepends = [
-    base
-    bytestring
-    containers
-    error
-    exceptions
-    mtl
-    profunctors
-    PyF
-    semigroupoids
-    text
-    these
-    validation-selective
-  ];
-  homepage = "https://github.com/possehl-analytics/pa-hackage";
-  description = "The Possehl Analytics Prelude";
-  license = lib.licenses.bsd3;
-}