From 2cedf635e7444eb789c92589557f1d5b7030818d Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 2 Jun 2022 00:35:03 +0200 Subject: [PATCH] rm haskell-docs-cli --- overlays/haskell-docs-cli/default.nix | 3 - overlays/haskell-docs-cli/package.nix | 135 -------------------------- overlays/pkgSets.nix | 1 - 3 files changed, 139 deletions(-) delete mode 100644 overlays/haskell-docs-cli/default.nix delete mode 100644 overlays/haskell-docs-cli/package.nix diff --git a/overlays/haskell-docs-cli/default.nix b/overlays/haskell-docs-cli/default.nix deleted file mode 100644 index d4ed636e..00000000 --- a/overlays/haskell-docs-cli/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -self: super: { - haskell-docs-cli = self.haskellPackages.callPackage ./package.nix {}; -} diff --git a/overlays/haskell-docs-cli/package.nix b/overlays/haskell-docs-cli/package.nix deleted file mode 100644 index 786f8641..00000000 --- a/overlays/haskell-docs-cli/package.nix +++ /dev/null @@ -1,135 +0,0 @@ -{ - mkDerivation, - aeson, - ansi-wl-pprint, - async, - base, - bytestring, - containers, - directory, - exceptions, - extra, - fetchzip, - filepath, - hashable, - haskeline, - hoogle, - hpack, - html-conduit, - http-client, - http-client-tls, - http-types, - lib, - mtl, - network-uri, - optparse-applicative, - process, - temporary, - terminal-size, - text, - time, - transformers, - xml-conduit, -}: -mkDerivation { - pname = "haskell-docs-cli"; - version = "1.0.0.0"; - src = fetchzip { - url = "https://github.com/lazamar/haskell-docs-cli/archive/e7f1a60db8696fc96987a3447d402c4d0d54b5e0.zip"; - sha256 = "0n784lr4jqx8i2a9jhbcrmb5swvsggrz6viwbv73y1qvb1f67mgz"; - }; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson - ansi-wl-pprint - async - base - bytestring - containers - directory - exceptions - extra - filepath - hashable - haskeline - hoogle - html-conduit - http-client - http-client-tls - http-types - mtl - network-uri - optparse-applicative - process - temporary - terminal-size - text - time - transformers - xml-conduit - ]; - libraryToolDepends = [hpack]; - executableHaskellDepends = [ - aeson - ansi-wl-pprint - async - base - bytestring - containers - directory - exceptions - extra - filepath - hashable - haskeline - hoogle - html-conduit - http-client - http-client-tls - http-types - mtl - network-uri - optparse-applicative - process - temporary - terminal-size - text - time - transformers - xml-conduit - ]; - testHaskellDepends = [ - aeson - ansi-wl-pprint - async - base - bytestring - containers - directory - exceptions - extra - filepath - hashable - haskeline - hoogle - html-conduit - http-client - http-client-tls - http-types - mtl - network-uri - optparse-applicative - process - temporary - terminal-size - text - time - transformers - xml-conduit - ]; - prePatch = "hpack"; - homepage = "https://github.com/githubuser/haskell-docs-cli#readme"; - description = "Search Hoogle and navigate Hackage from the command line"; - license = lib.licenses.bsd3; -} diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index 13c230ee..f245470c 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -104,7 +104,6 @@ self: super: { wl-clipboard nheko dconf2nix - haskell-docs-cli ; inherit (self.gnomeExtensions)