diff --git a/configuration/common.nix b/configuration/common.nix
index af89b0c98c80b7e3b5b829e1a690de75e3bcd53f..c1b053ed1203ed9ebe036f58c222c992b5b00f48 100644
--- a/configuration/common.nix
+++ b/configuration/common.nix
@@ -23,10 +23,6 @@ final: prev: {
         ];
       });
 
-  ghcide-bench = null;
-
-  ghcide-test-utils = null;
-
   hopenssl = prev.hopenssl.override { openssl = pkgs.openssl; };
 
   libsodium = prev.callPackage ../pkgs/libsodium.nix { inherit (pkgs) libsodium; };
@@ -66,32 +62,4 @@ final: prev: {
 
   X11-xft = addPkgconfigDepends prev.X11-xft [ pkgs.expat pkgs.xorg.libXau pkgs.xorg.libXdmcp ];
 
-  # hls needs to be compiled fairly differently, because it's dynamic we need
-  # to turn off profiling else ghc tries to look for dynamic profiled modules
-  # which cannot exist.
-  haskell-language-server = overrideCabal prev.haskell-language-server {
-    enableLibraryProfiling = false;
-    enableExecutableProfiling = false;
-    enableSharedExecutables = true;
-    preCheck = ''
-      export PATH=$PATH:$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper
-      export HOME=$TMPDIR
-    '';
-    postInstall = ''
-      RUNPATH=`patchelf --print-rpath $out/bin/haskell-language-server | cut -d: -f2-`
-      GHC_VERSION=`ghc --version | awk '{print $NF;}'`
-      mv "$out/bin/haskell-language-server" "$out/bin/.haskell-language-server-''${GHC_VERSION}-unwrapped"
-      BOOT_PKGS=`ghc-pkg-$GHC_VERSION --global list --simple-output`
-      ${pkgs.gnused}/bin/sed \
-        -e "s!@@EXE_DIR@@!$out/bin!" \
-        -e "s/@@EXE_NAME@@/.haskell-language-server-''${GHC_VERSION}-unwrapped/" \
-        -e "s/@@GHC_VERSION@@/$GHC_VERSION/" \
-        -e "s/@@BOOT_PKGS@@/$BOOT_PKGS/" \
-        -e "s/@@ABI_HASHES@@/$(for dep in $BOOT_PKGS; do printf "%s:" "$dep" && ghc-pkg-$GHC_VERSION field $dep abi --simple-output ; done | tr '\n' ' ' | xargs)/" \
-        -e "s!Consider installing ghc.* via ghcup or build HLS from source.!Visit https://haskell4nix.readthedocs.io/nixpkgs-users-guide.html#how-to-install-haskell-language-server to lear how to correctly install a matching hls for your ghc with nix.!" \
-        bindist/wrapper.in > "$out/bin/haskell-language-server"
-      ln -s "$out/bin/haskell-language-server" "$out/bin/haskell-language-server-$GHC_VERSION"
-      chmod +x "$out/bin/haskell-language-server"
-    '';
-  };
 }
diff --git a/horizon.dhall b/horizon.dhall
index 35a3e6ee018d6956d67c03f00c5013f3621da2dd..3437b70849c06800950ba73441f023bdacad7959 100644
--- a/horizon.dhall
+++ b/horizon.dhall
@@ -4,10 +4,7 @@ let H =
 let packages =
       { BNFC = H.callHackage "BNFC" "2.9.5"
       , Boolean = H.callHackage "Boolean" "0.2.4"
-      , Chart = H.callHackage "Chart" "1.9.5"
-      , Chart-diagrams = H.callHackage "Chart-diagrams" "1.9.5.1"
       , Decimal = H.callHackage "Decimal" "0.5.2"
-      , HTF = H.callHackage "HTF" "0.15.0.1"
       , HTTP = H.callHackage "HTTP" "4000.4.1"
       , HUnit = H.callHackage "HUnit" "1.6.2.0"
       , HaskellNet = H.callHackage "HaskellNet" "0.6.1.2"
@@ -25,7 +22,6 @@ let packages =
       , PyF = H.callHackage "PyF" "0.11.2.1"
       , QuickCheck = H.callHackage "QuickCheck" "2.14.3"
       , RSA = H.callHackage "RSA" "2.4.1"
-      , SVGFonts = H.callHackage "SVGFonts" "1.8.0.1"
       , Stream = H.callHackage "Stream" "0.4.7.2"
       , Unique = H.callHackage "Unique" "0.4.7.9"
       , Unixutils = H.callHackage "Unixutils" "1.54.2"
@@ -42,7 +38,6 @@ let packages =
       , alsa-mixer = H.callHackage "alsa-mixer" "0.3.0"
       , ap-normalize = H.callHackage "ap-normalize" "0.1.0.1"
       , apecs = H.callHackage "apecs" "0.9.5"
-      , apply-refact = H.callHackage "apply-refact" "0.13.0.0"
       , async-timer = H.callHackage "async-timer" "0.2.0.0"
       , attoparsec-aeson = H.callHackage "attoparsec-aeson" "2.1.0.0"
       , attoparsec-binary = H.callHackage "attoparsec-binary" "0.2"
@@ -164,12 +159,6 @@ let packages =
       , deriving-aeson = H.callHackage "deriving-aeson" "0.2.9"
       , deriving-compat = H.callHackage "deriving-compat" "0.6.5"
       , dhall-docs = H.callHackage "dhall-docs" "1.0.11"
-      , diagrams-contrib = H.callHackage "diagrams-contrib" "1.4.5.1"
-      , diagrams-core = H.callHackage "diagrams-core" "1.5.1"
-      , diagrams-lib = H.callHackage "diagrams-lib" "1.4.6"
-      , diagrams-postscript = H.callHackage "diagrams-postscript" "1.5.1.1"
-      , diagrams-solve = H.callHackage "diagrams-solve" "0.1.3"
-      , diagrams-svg = H.callHackage "diagrams-svg" "1.4.3.1"
       , dictionary-sharing = H.callHackage "dictionary-sharing" "0.1.0.0"
       , digest = H.callHackage "digest" "0.0.1.7"
       , dimensional = H.callHackage "dimensional" "1.5"
@@ -238,10 +227,8 @@ let packages =
       , foreign-store = H.callHackage "foreign-store" "0.2"
       , formatting = H.callHackage "formatting" "7.2.0"
       , foundation = H.callHackage "foundation" "0.0.30"
-      , fourmolu = H.callHackage "fourmolu" "0.14.0.0"
       , freer-simple = H.callHackage "freer-simple" "1.2.1.2"
       , friendly-time = H.callHackage "friendly-time" "0.4.1"
-      , fsnotify = H.callHackage "fsnotify" "0.4.1.0"
       , fusion-plugin-types = H.callHackage "fusion-plugin-types" "0.1.0"
       , fuzzy = H.callHackage "fuzzy" "0.1.0.1"
       , fuzzy-time = H.callHackage "fuzzy-time" "0.2.0.3"
@@ -292,19 +279,11 @@ let packages =
           H.callHackage "genvalidity-unordered-containers" "1.0.0.1"
       , genvalidity-uuid = H.callHackage "genvalidity-uuid" "1.0.0.1"
       , genvalidity-vector = H.callHackage "genvalidity-vector" "1.0.0.0"
-      , ghc-check = H.callHackage "ghc-check" "0.5.0.8"
-      , ghc-exactprint = H.callHackage "ghc-exactprint" "1.6.1.3"
-      , ghc-lib-parser = H.callHackage "ghc-lib-parser" "9.6.3.20231014"
-      , ghc-lib-parser-ex = H.callHackage "ghc-lib-parser-ex" "9.6.0.2"
       , ghc-tcplugins-extra = H.callHackage "ghc-tcplugins-extra" "0.4.5"
       , ghc-trace-events = H.callHackage "ghc-trace-events" "0.1.2.7"
       , ghc-typelits-knownnat = H.callHackage "ghc-typelits-knownnat" "0.7.9"
       , ghc-typelits-natnormalise =
           H.callHackage "ghc-typelits-natnormalise" "0.7.9"
-      , ghcid = H.callHackage "ghcid" "0.8.9"
-      , ghcide = H.callHackage "ghcide" "2.4.0.0"
-      , ghcide-bench = H.callHackage "ghcide-bench" "2.4.0.0"
-      , ghcide-test-utils = H.callHackage "ghcide-test-utils" "1.9.0.0"
       , githash = H.callHackage "githash" "0.1.7.0"
       , gitrev = H.callHackage "gitrev" "1.3.1"
       , gridtables = H.callHackage "gridtables" "0.1.0.0"
@@ -314,17 +293,6 @@ let packages =
       , haddock-library = H.callHackage "haddock-library" "1.11.0"
       , hashing = H.callHackage "hashing" "0.1.1.0"
       , hashtables = H.callHackage "hashtables" "1.3.1"
-      , haskell-language-server =
-          (H.callHackage "haskell-language-server" "2.4.0.0")
-        with flags =
-          [ H.CabalFlag.Disable "ormolu"
-          , H.CabalFlag.Disable "refine-imports"
-          , H.CabalFlag.Disable "rename"
-          , H.CabalFlag.Disable "stylishHaskell"
-          , H.CabalFlag.Disable "eval"
-          , H.CabalFlag.Disable "floskell"
-          ]
-      , haskell-src = H.callHackage "haskell-src" "1.0.4"
       , hasql = H.callHackage "hasql" "1.6.3.3"
       , hasql-explain-tests = H.callHackage "hasql-explain-tests" "0.1.0.0"
       , hasql-migration = H.callHackage "hasql-migration" "0.3.0"
@@ -343,55 +311,13 @@ let packages =
       , hedgehog-quickcheck = H.callHackage "hedgehog-quickcheck" "0.1.1"
       , heredoc = H.callHackage "heredoc" "0.2.0.0"
       , hex-text = H.callHackage "hex-text" "0.1.0.9"
-      , hie-bios = H.callHackage "hie-bios" "0.12.0"
-      , hie-compat = H.callHackage "hie-compat" "0.3.1.1"
-      , hiedb =
-          H.callGit
-            "https://github.com/wz1000/HieDB"
-            "62ef191df2c1ce3324c2dfc2f2a574863642435d"
-            (None H.Subdir)
-      , hinotify = H.callHackage "hinotify" "0.4.1"
       , hint =
           H.callGit
             "https://github.com/haskell-hint/hint"
             "7803c34c8ae1d83c0f7c13fe6b30fcb3abd0ac51"
             (None H.Subdir)
-      , hlint = H.callHackage "hlint" "3.6.1"
-      , hls-alternate-number-format-plugin =
-          H.callHackage "hls-alternate-number-format-plugin" "2.4.0.0"
-      , hls-cabal-fmt-plugin = H.callHackage "hls-cabal-fmt-plugin" "2.4.0.0"
-      , hls-cabal-plugin = H.callHackage "hls-cabal-plugin" "2.4.0.0"
-      , hls-call-hierarchy-plugin =
-          H.callHackage "hls-call-hierarchy-plugin" "2.4.0.0"
-      , hls-change-type-signature-plugin =
-          H.callHackage "hls-change-type-signature-plugin" "2.4.0.0"
-      , hls-class-plugin = H.callHackage "hls-class-plugin" "2.4.0.0"
-      , hls-code-range-plugin = H.callHackage "hls-code-range-plugin" "2.4.0.0"
-      , hls-explicit-fixity-plugin =
-          H.callHackage "hls-explicit-fixity-plugin" "2.4.0.0"
-      , hls-explicit-imports-plugin =
-          H.callHackage "hls-explicit-imports-plugin" "2.4.0.0"
-      , hls-explicit-record-fields-plugin =
-          H.callHackage "hls-explicit-record-fields-plugin" "2.4.0.0"
-      , hls-fourmolu-plugin = H.callHackage "hls-fourmolu-plugin" "2.4.0.0"
-      , hls-gadt-plugin = H.callHackage "hls-gadt-plugin" "2.4.0.0"
-      , hls-graph = H.callHackage "hls-graph" "2.4.0.0"
-      , hls-hlint-plugin = H.callHackage "hls-hlint-plugin" "2.4.0.0"
-      , hls-module-name-plugin =
-          H.callHackage "hls-module-name-plugin" "2.4.0.0"
-      , hls-overloaded-record-dot-plugin =
-          H.callHackage "hls-overloaded-record-dot-plugin" "2.4.0.0"
-      , hls-plugin-api = H.callHackage "hls-plugin-api" "2.4.0.0"
-      , hls-pragmas-plugin = H.callHackage "hls-pragmas-plugin" "2.4.0.0"
-      , hls-qualify-imported-names-plugin =
-          H.callHackage "hls-qualify-imported-names-plugin" "2.4.0.0"
-      , hls-refactor-plugin = H.callHackage "hls-refactor-plugin" "2.4.0.0"
-      , hls-retrie-plugin = H.callHackage "hls-retrie-plugin" "2.4.0.0"
-      , hls-splice-plugin = H.callHackage "hls-splice-plugin" "2.4.0.0"
-      , hls-test-utils = H.callHackage "hls-test-utils" "2.4.0.0"
       , hoauth2 = H.callHackage "hoauth2" "2.10.0"
       , hosc = H.callHackage "hosc" "0.20"
-      , hp2pretty = H.callHackage "hp2pretty" "0.10"
       , hslogger = H.callHackage "hslogger" "1.3.1.0"
       , hslua = H.callHackage "hslua" "2.3.0"
       , hslua-aeson = H.callHackage "hslua-aeson" "2.3.0.1"
@@ -434,8 +360,6 @@ let packages =
       , hxt-charproperties = H.callHackage "hxt-charproperties" "9.5.0.0"
       , hxt-regex-xmlschema = H.callHackage "hxt-regex-xmlschema" "9.2.0.7"
       , hxt-unicode = H.callHackage "hxt-unicode" "9.0.2.4"
-      , implicit-hie = H.callHackage "implicit-hie" "0.1.4.0"
-      , implicit-hie-cradle = H.callHackage "implicit-hie-cradle" "0.5.0.1"
       , incipit-base = H.callHackage "incipit-base" "0.5.1.0"
       , incipit-core = H.callHackage "incipit-core" "0.5.1.0"
       , indexed-list-literals = H.callHackage "indexed-list-literals" "0.2.1.3"
@@ -491,7 +415,6 @@ let packages =
       , linear = H.callHackage "linear" "1.22"
       , linear-base = H.callHackage "linear-base" "0.4.0"
       , linear-generics = H.callHackage "linear-generics" "0.2.2"
-      , list-t = H.callHackage "list-t" "1.0.5.7"
       , list-transformer = H.callHackage "list-transformer" "1.1.0"
       , lockfree-queue = H.callHackage "lockfree-queue" "0.2.4"
       , log-base = H.callHackage "log-base" "0.12.0.1"
@@ -503,9 +426,6 @@ let packages =
       , loop = H.callHackage "loop" "0.3.0"
       , lpeg = H.callHackage "lpeg" "1.1.0"
       , lrucache = H.callHackage "lrucache" "1.2.0.1"
-      , lsp = H.callHackage "lsp" "2.2.0.0"
-      , lsp-test = H.callHackage "lsp-test" "0.16.0.0"
-      , lsp-types = H.callHackage "lsp-types" "2.0.2.0"
       , lua = H.callHackage "lua" "2.3.1"
       , lua-arbitrary = H.callHackage "lua-arbitrary" "1.0.1.1"
       , lucid = H.callHackage "lucid" "2.11.20230408"
@@ -636,7 +556,6 @@ let packages =
       , primes = H.callHackage "primes" "0.2.1.0"
       , primitive = H.callHackage "primitive" "0.9.0.0"
       , primitive-addr = H.callHackage "primitive-addr" "0.1.0.2"
-      , primitive-extras = H.callHackage "primitive-extras" "0.10.1.10"
       , primitive-offset = H.callHackage "primitive-offset" "0.2.0.0"
       , primitive-unlifted = H.callHackage "primitive-unlifted" "2.1.0.0"
       , prometheus-client = H.callHackage "prometheus-client" "1.1.1"
@@ -670,7 +589,6 @@ let packages =
       , rerebase = H.callHackage "rerebase" "1.20.1.1"
       , resolv = H.callHackage "resolv" "0.2.0.2"
       , resource-pool = H.callHackage "resource-pool" "0.4.0.0"
-      , retrie = H.callHackage "retrie" "1.2.2"
       , retry = H.callHackage "retry" "0.9.3.1"
       , rope-utf16-splay = H.callHackage "rope-utf16-splay" "0.4.0.0"
       , row-types = H.callHackage "row-types" "1.0.1.2"
@@ -709,7 +627,6 @@ let packages =
       , servant-websockets = H.callHackage "servant-websockets" "2.0.0"
       , setlocale = H.callHackage "setlocale" "1.0.0.10"
       , shake = H.callHackage "shake" "0.19.7"
-      , shake-bench = H.callHackage "shake-bench" "0.2.0.0"
       , shakespeare = H.callHackage "shakespeare" "2.1.0.1"
       , shelly = H.callHackage "shelly" "1.12.1"
       , shh = H.callHackage "shh" "0.7.2.2"
@@ -739,8 +656,6 @@ let packages =
       , statistics = H.callHackage "statistics" "0.16.2.1"
       , statistics-linreg = H.callHackage "statistics-linreg" "0.3"
       , stm-chans = H.callHackage "stm-chans" "3.0.0.9"
-      , stm-containers = H.callHackage "stm-containers" "1.2.0.3"
-      , stm-hamt = H.callHackage "stm-hamt" "1.2.0.14"
       , streaming =
           H.callGit
             "https://github.com/haskell-streaming/streaming"
diff --git a/horizon.lock b/horizon.lock
index c67c7adaedc33fb4038ac113973bcfc2e7ca2885..ee11832404bb7322b8f8a9138837605f2a18ce93 100644
--- a/horizon.lock
+++ b/horizon.lock
@@ -6,22 +6,10 @@
   , mapValue =
       "c96d4bd5800f3b0d31153b9b1f17de9f39adbcb9dab3a120d06e07e25c349c34"
   }
-, { mapKey = "Chart"
-  , mapValue =
-      "7eb9428f566b7040e4a8bf3588dd4397b9764826ef05d96379dbfb4d5ea57fc9"
-  }
-, { mapKey = "Chart-diagrams"
-  , mapValue =
-      "da71b258678dc9fe66fe1e991c24b7706a085c60046e5a9dc2826c902ffda0c8"
-  }
 , { mapKey = "Decimal"
   , mapValue =
       "1cb6e537735411558788ad850918b3d0cc25161a056860b18d4ccebc50bff6e4"
   }
-, { mapKey = "HTF"
-  , mapValue =
-      "a761279451a840c128c58b4e9a7637e4dfe08b5cbe0da170cf12f7f5d84fb80e"
-  }
 , { mapKey = "HTTP"
   , mapValue =
       "3e4239c44e1d1f8a66099812bc71b2b6464073ddbf9697c80de1073db14af802"
@@ -90,10 +78,6 @@
   , mapValue =
       "540f82d317267d2b476eaa0db7359cc96df6ea9486bd1f6555c619ab41856491"
   }
-, { mapKey = "SVGFonts"
-  , mapValue =
-      "ef73f92086e3f36f8e27be21d3bcd7db51f2440f6c35b690a352254455e50c3b"
-  }
 , { mapKey = "Stream"
   , mapValue =
       "2372af271f537ba1fc5d767c8fae88c0b1abaf44776d58e26ff2dfba986f530e"
@@ -158,10 +142,6 @@
   , mapValue =
       "340958bfd44baeac7136a9dbfb51a7be1d735818fc547880330ae12a03c251cf"
   }
-, { mapKey = "apply-refact"
-  , mapValue =
-      "f2ebc246f7f8aa10026183d67f37fba78e2a6db3255d70702be947ad89fc9ca9"
-  }
 , { mapKey = "async-timer"
   , mapValue =
       "27f8e838e9b2c561e0ff708e931ad83ee87452188f75789dba4f0d67e466fe12"
@@ -562,30 +542,6 @@
   , mapValue =
       "6903b09c51e4be0904b6050d1141ee5fec3957915838a9735632b4b68d3e85c1"
   }
-, { mapKey = "diagrams-contrib"
-  , mapValue =
-      "bb88d5da2a0deb394b1eb7857e46bde1e18ae4fa4af0908d022d1f8ab4808476"
-  }
-, { mapKey = "diagrams-core"
-  , mapValue =
-      "b902e7062b02247eff0d513bcba0cb89abaeb5d4fa7baed536e05710c361ec16"
-  }
-, { mapKey = "diagrams-lib"
-  , mapValue =
-      "f4a7d089317e4ef43ab4352541ffa6e8a15ed7c60dd14f6326e7b6a4f22168a3"
-  }
-, { mapKey = "diagrams-postscript"
-  , mapValue =
-      "5b68af07222221cde1084d4d127b31064c6457f468186256268e47322b4e8c6d"
-  }
-, { mapKey = "diagrams-solve"
-  , mapValue =
-      "bedfe0897436471aa733f7c96fd1ec415d06de8c1f0114123dccdd6713723348"
-  }
-, { mapKey = "diagrams-svg"
-  , mapValue =
-      "bd658dac90137abfc9e9db1c82b058999a91411a8b227c366d7d31c0af5e9831"
-  }
 , { mapKey = "dictionary-sharing"
   , mapValue =
       "531981cd0a3db7c7b3e7746b6e14416a6f65ba70af482ccc5a506f25a36adf1c"
@@ -798,10 +754,6 @@
   , mapValue =
       "3381124bfccffdd1f228a86230ddb79874fb743e5cba6ea5920d6302c71bff1f"
   }
-, { mapKey = "fourmolu"
-  , mapValue =
-      "6ff97a82971010cee09e8479bdec49fefc86b0060d29d924f80ef4da212f82c3"
-  }
 , { mapKey = "freer-simple"
   , mapValue =
       "6e4dd2bdc31207be99b00332ab0e630545b236e360086994506fcd41c8fc35fe"
@@ -810,10 +762,6 @@
   , mapValue =
       "019029453743688cdf026561baa5a91129d6cc6c7046a83b378c6fd7b9a3769a"
   }
-, { mapKey = "fsnotify"
-  , mapValue =
-      "651862df16f46b7b5e6432c3c5056bb24ed4d552c2b004c4900dd9cf40a0d1f6"
-  }
 , { mapKey = "fusion-plugin-types"
   , mapValue =
       "197ec2e5e5c4af082eecbb1740b83840010ff39c6131ef2b7591d847f4168eff"
@@ -950,22 +898,6 @@
   , mapValue =
       "6b7c0f4e66a4f9f57c1fb9412ead8da0b5a0d02e6a7a9ed724d33b427698ded2"
   }
-, { mapKey = "ghc-check"
-  , mapValue =
-      "21ba384d659fe4a763d3bb4b8db6b500ee6a6bbf6b37ee57a28eefc770317bb1"
-  }
-, { mapKey = "ghc-exactprint"
-  , mapValue =
-      "6e96bf00d45a8b48a1886870d69c677a944e7facb58cb12b589acea1a2b1fc3a"
-  }
-, { mapKey = "ghc-lib-parser"
-  , mapValue =
-      "0ff97e8d36472115f2dca4fa7376d554ce5fa9c6cf921cfaf27a91fca30f7b97"
-  }
-, { mapKey = "ghc-lib-parser-ex"
-  , mapValue =
-      "58ca5eca3fe0793f3096308ab9b34bcedcac762931b2d9090fe7e9d4e3ebb2c5"
-  }
 , { mapKey = "ghc-tcplugins-extra"
   , mapValue =
       "46824462422feae84e0789728065ef7cd7111f8363ce762c9e636ddedab186a3"
@@ -982,22 +914,6 @@
   , mapValue =
       "475c5355ae282ecac000f5eb35c08487dd27fded707c6060461902627e79bd3c"
   }
-, { mapKey = "ghcid"
-  , mapValue =
-      "4f5ea84ea90fb71c97df548caa9104f8e38920bdaff54afb5ce1e07dff52838d"
-  }
-, { mapKey = "ghcide"
-  , mapValue =
-      "862d598a9c79eddb692c6acb2e3e49a2a016a184f9d988a9b344176780b43f7e"
-  }
-, { mapKey = "ghcide-bench"
-  , mapValue =
-      "91c2bb34d3db5a2c04d1ffe83840fc292238274d9ad349a7f18c281bfa042f34"
-  }
-, { mapKey = "ghcide-test-utils"
-  , mapValue =
-      "ce8996161f359b8b8ccc091199d4c9c60b64990e7093e2bebfb21f011880f423"
-  }
 , { mapKey = "githash"
   , mapValue =
       "e82b31b7ad7af08cc397b411d5dd3a16a415ec5d64fa2b6d2913a97d514de355"
@@ -1034,14 +950,6 @@
   , mapValue =
       "c69fb751d44f5023b1669245f3934341fff918aa1a71f91c0cc0ccdb75d8248e"
   }
-, { mapKey = "haskell-language-server"
-  , mapValue =
-      "8c6bee7156e989464648f76ee4e29045dc2c21b4e790cfebec29523067d7f0ae"
-  }
-, { mapKey = "haskell-src"
-  , mapValue =
-      "dd3f1bdd1290b58fed3eeafeaaba3c4b63b7900cdb5065483fbb5cc9f479ad08"
-  }
 , { mapKey = "hasql"
   , mapValue =
       "f45a2b041b8d804526f21c7d07b7fe3d04c9e7ff871f3031167d0b11323273b9"
@@ -1098,122 +1006,10 @@
   , mapValue =
       "8e0dd170b409715da17e50e2701b548b1441a8d56305ba9003e2ef6bd17a449c"
   }
-, { mapKey = "hie-bios"
-  , mapValue =
-      "5c85fb881d3659aa33b030e0e055a899f62f62058af23b936f38281aab01c60e"
-  }
-, { mapKey = "hie-compat"
-  , mapValue =
-      "acc2b4c4a58d59dece5bcdadb8c547738d6d78a43527001d0b02895ba433f9bb"
-  }
-, { mapKey = "hiedb"
-  , mapValue =
-      "56564981597071e01223e4a7e066c707036b351d3b743e108df5855c6a04134c"
-  }
-, { mapKey = "hinotify"
-  , mapValue =
-      "cb70a83b40160c5206fe4f2bb548486e71f2ec461b3dbd0d3900c4bc638d5325"
-  }
 , { mapKey = "hint"
   , mapValue =
       "d1be859e62cf62a0b7acaf11ba55820b0271db7943d64d968f6fb4678671f6e7"
   }
-, { mapKey = "hlint"
-  , mapValue =
-      "e96b7b6486b4600897a4b3c7b46da3a71e4b173ba9eb6fbf36376ec32d93e5dc"
-  }
-, { mapKey = "hls-alternate-number-format-plugin"
-  , mapValue =
-      "606d72afd68e1ed498092a8c858bfcdc5c546d096b21f66cbc661feaf98d2c4a"
-  }
-, { mapKey = "hls-cabal-fmt-plugin"
-  , mapValue =
-      "773a34e46dcd46c968ed6250989370c73a918b21ae0e902bfd615e5435136438"
-  }
-, { mapKey = "hls-cabal-plugin"
-  , mapValue =
-      "ade85f9848af041682e9ed92463b0612d88b42525e8a537af5f8492fbd6105e2"
-  }
-, { mapKey = "hls-call-hierarchy-plugin"
-  , mapValue =
-      "1a9b11cb159d18afad529f72829ebd1bd9f2e8a790b7885c0f78cec4f2425404"
-  }
-, { mapKey = "hls-change-type-signature-plugin"
-  , mapValue =
-      "7c2c58212e844d761a350d05dec83f58088c724b05d371f1a2099028c273ecd5"
-  }
-, { mapKey = "hls-class-plugin"
-  , mapValue =
-      "15995f1807a8bf79ef5a1bfe3d41969b4be0553fb60cf9c6ee2667669fe6f7f0"
-  }
-, { mapKey = "hls-code-range-plugin"
-  , mapValue =
-      "ff11ead815c3d959bdfe32550107ec330d9a6c05468c7eb8189eec237e172fbd"
-  }
-, { mapKey = "hls-explicit-fixity-plugin"
-  , mapValue =
-      "809744eaee131d755038972f5bb6561d90521f8fbdd7944671b1b36ce165e51c"
-  }
-, { mapKey = "hls-explicit-imports-plugin"
-  , mapValue =
-      "ac694b86bb2043a0da16377ea32b0f08f85711b47dd61e5a3b19688e9c30fca7"
-  }
-, { mapKey = "hls-explicit-record-fields-plugin"
-  , mapValue =
-      "e34cf05a00bc2a29c2281290f76289082f90397cd498994d07b773bde10f13a6"
-  }
-, { mapKey = "hls-fourmolu-plugin"
-  , mapValue =
-      "a10e36d8f156b5fd997b7006368e06c45d9864f1718c6cfedf8ccc470502edbe"
-  }
-, { mapKey = "hls-gadt-plugin"
-  , mapValue =
-      "c7b77b6b511ab2be4be853dfb5ef7fe217fbbba6654d5a81c7cddaa6404d1f66"
-  }
-, { mapKey = "hls-graph"
-  , mapValue =
-      "ac21343b71c54d4eee17bbe0224fa68c05bc9fa5988e7a300116aff3ee27efe7"
-  }
-, { mapKey = "hls-hlint-plugin"
-  , mapValue =
-      "aeab2415edd8a1e8abe8abf082313ea981ed5b908d8426124cd626f8b635485d"
-  }
-, { mapKey = "hls-module-name-plugin"
-  , mapValue =
-      "58f494c709134ada226b8b10c98db9f8e64b923fbf6c3df0d77ec92a7b5421a5"
-  }
-, { mapKey = "hls-overloaded-record-dot-plugin"
-  , mapValue =
-      "2f03ecf4e2871b9885c366d339745f97f339ccea3b55a0c68c5ea47deb2a864d"
-  }
-, { mapKey = "hls-plugin-api"
-  , mapValue =
-      "394b28cdab63b38e1642fc6fa85ca67857235dbb0f5d89d3111c2ba1f434cb28"
-  }
-, { mapKey = "hls-pragmas-plugin"
-  , mapValue =
-      "8a79d426a570f18e23c016697308c3d2c2d649ed29b427c018129c0c1c705053"
-  }
-, { mapKey = "hls-qualify-imported-names-plugin"
-  , mapValue =
-      "3f972242fa0dac107e3e9a4826d8a9cb407179e04f9bae534f078ee9fc133c79"
-  }
-, { mapKey = "hls-refactor-plugin"
-  , mapValue =
-      "5d36a6a7249dbb85c43ff923f0d8033332cf6f79fd3e2dad4b96067bde480ef1"
-  }
-, { mapKey = "hls-retrie-plugin"
-  , mapValue =
-      "928adebf36bedae54ec00f4eb7f35a2eb9107053ac4d4c8693ab487dbe2c5ca6"
-  }
-, { mapKey = "hls-splice-plugin"
-  , mapValue =
-      "3e27b99c4065c75b5ec3e6207d29a49748bdb2368bc0d2156a0f7fc1d8071717"
-  }
-, { mapKey = "hls-test-utils"
-  , mapValue =
-      "736b6e8bd716787854b17ee1cf070ca2bf7c7d5829e950c6be1878db3f11e431"
-  }
 , { mapKey = "hoauth2"
   , mapValue =
       "801fba9abf801d2dac5d7b0d840fa51d479abd4191253d629b67a50b606b8b93"
@@ -1222,10 +1018,6 @@
   , mapValue =
       "61ce61b7fbcfe75955e073c3c970f975f124f7b8ece777e46be7988aaf104530"
   }
-, { mapKey = "hp2pretty"
-  , mapValue =
-      "d1f6c9acb24702266bf37fd6fe398e4a481e9f372382fb9c7027eb42b62b5bac"
-  }
 , { mapKey = "hslogger"
   , mapValue =
       "033eafa5b1f2e181ef8c615be18d3c5c592e7db131af110905a72a1741f3e020"
@@ -1386,14 +1178,6 @@
   , mapValue =
       "c859141a6459f2d0665c8738362ae9bd3ebfadfb6f8f19019e9f927cfee4ae57"
   }
-, { mapKey = "implicit-hie"
-  , mapValue =
-      "fb17fad8745789c6f9a40834a84b75a38cd10883e4f3bac9d22b92019207391c"
-  }
-, { mapKey = "implicit-hie-cradle"
-  , mapValue =
-      "2b6cdd932221c935065d18f6325d78c0d2ff90b942e1f13342d4598a3c7724b9"
-  }
 , { mapKey = "incipit-base"
   , mapValue =
       "8e58596ae6895a4a040ae2f5d5b036a581d68f7ca59490e498f0786d4f436773"
@@ -1546,10 +1330,6 @@
   , mapValue =
       "6d2e9f7c011eff601bc8ad3fa65ece70402c881205292bdd01b0f14f333e390c"
   }
-, { mapKey = "list-t"
-  , mapValue =
-      "ac067f31cb9b693df7797a5077fbea6b3f7fcc3b840d2fbf9540be98f8bcc910"
-  }
 , { mapKey = "list-transformer"
   , mapValue =
       "dfc1a96eff6f09f3ab4a03db7ba4602aa64c708f0e884c0ecfeb1f20ad03ba33"
@@ -1578,18 +1358,6 @@
   , mapValue =
       "37660de3542c41d1f91024b5778fb3906949711a058a88de712194b6b0ac177a"
   }
-, { mapKey = "lsp"
-  , mapValue =
-      "c9acdb6bdb71cfd9c88f9aacf4e4aa9b93ec3363a47a27a7c34ebcabae0963ab"
-  }
-, { mapKey = "lsp-test"
-  , mapValue =
-      "1584be7f5afc54c6dd93cd1481293ec21a9f9f37baac3574869aacb7c7d3b411"
-  }
-, { mapKey = "lsp-types"
-  , mapValue =
-      "6d3ce787af32e6ccc298988b148a8427b48c233bab6aadf421038eb6a38430e1"
-  }
 , { mapKey = "lua"
   , mapValue =
       "44a64fa4d8543d3181a1ee79aeeef9271641dbc790888a0389f808de235b2b9c"
@@ -2066,10 +1834,6 @@
   , mapValue =
       "4374547fde956e2a90f0eafdcb8d0aa1eaf1bb7f85b10a9dab13435828b3f889"
   }
-, { mapKey = "primitive-extras"
-  , mapValue =
-      "abeef3e9f8092f729811eedaa0271fab3494cd488e9306b222aaba51eec2b36a"
-  }
 , { mapKey = "primitive-offset"
   , mapValue =
       "850a795da1e869b4ebef6e89e329a86c3938e9d9129d2054711c09bb0f86900f"
@@ -2194,10 +1958,6 @@
   , mapValue =
       "04416c9c464d59c6392a0cbf5b36702059bad320bf4b8cdba9f1fd780f20965d"
   }
-, { mapKey = "retrie"
-  , mapValue =
-      "0c063eefb5d2541df3cb440a07b633d014926f1392d75abf45dd21bc9898cd6e"
-  }
 , { mapKey = "retry"
   , mapValue =
       "f64e87b2d53164d461809e74c6feba509067206648b2c9465762b15e6cdf3589"
@@ -2334,10 +2094,6 @@
   , mapValue =
       "a3f7d195fd90f58bf55e4aec34e62aef05042666e4034475aed34062bbc3d98c"
   }
-, { mapKey = "shake-bench"
-  , mapValue =
-      "391f6292bcab685d7c23d9c574ed5f1f2f1b0da455f11b71c0bc2d02bd91c519"
-  }
 , { mapKey = "shakespeare"
   , mapValue =
       "5f68beca2230652955d28b9da42697513d1acb9fe382e91b74febc6e4b110227"
@@ -2442,14 +2198,6 @@
   , mapValue =
       "1726742e27866b896f377781004b99afafd44ca9e4a1d8b582e4fbc127ce803f"
   }
-, { mapKey = "stm-containers"
-  , mapValue =
-      "2ea216a48745777b593979855f586ea0986ee8ff344f3bb1beedde70a51abe3f"
-  }
-, { mapKey = "stm-hamt"
-  , mapValue =
-      "825a294de54b620f42669aba28ba3ee36802169876555ad549c9fc674bc580f8"
-  }
 , { mapKey = "streaming"
   , mapValue =
       "e75d1061fdf080754a5b84dae260ebe64e499f1de5755d2f0f454f4714e4dfc0"
diff --git a/overlay.nix b/overlay.nix
index fdabdee4d99e2bf2d9376f7a14f60555ec502abf..ac082593ad3417d97c43425bf632d3e4ba94b161 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -5,14 +5,8 @@ final: prev: with pkgs.haskell.lib; {
 
   Boolean = final.callPackage (./pkgs/Boolean.nix) { };
 
-  Chart = final.callPackage (./pkgs/Chart.nix) { };
-
-  Chart-diagrams = final.callPackage (./pkgs/Chart-diagrams.nix) { };
-
   Decimal = final.callPackage (./pkgs/Decimal.nix) { };
 
-  HTF = final.callPackage (./pkgs/HTF.nix) { };
-
   HTTP = final.callPackage (./pkgs/HTTP.nix) { };
 
   HUnit = final.callPackage (./pkgs/HUnit.nix) { };
@@ -47,8 +41,6 @@ final: prev: with pkgs.haskell.lib; {
 
   RSA = final.callPackage (./pkgs/RSA.nix) { };
 
-  SVGFonts = final.callPackage (./pkgs/SVGFonts.nix) { };
-
   Stream = final.callPackage (./pkgs/Stream.nix) { };
 
   Unique = final.callPackage (./pkgs/Unique.nix) { };
@@ -81,8 +73,6 @@ final: prev: with pkgs.haskell.lib; {
 
   apecs = final.callPackage (./pkgs/apecs.nix) { };
 
-  apply-refact = final.callPackage (./pkgs/apply-refact.nix) { };
-
   async-timer = final.callPackage (./pkgs/async-timer.nix) { };
 
   attoparsec-aeson = final.callPackage (./pkgs/attoparsec-aeson.nix) { };
@@ -283,18 +273,6 @@ final: prev: with pkgs.haskell.lib; {
 
   dhall-docs = final.callPackage (./pkgs/dhall-docs.nix) { };
 
-  diagrams-contrib = final.callPackage (./pkgs/diagrams-contrib.nix) { };
-
-  diagrams-core = final.callPackage (./pkgs/diagrams-core.nix) { };
-
-  diagrams-lib = final.callPackage (./pkgs/diagrams-lib.nix) { };
-
-  diagrams-postscript = final.callPackage (./pkgs/diagrams-postscript.nix) { };
-
-  diagrams-solve = final.callPackage (./pkgs/diagrams-solve.nix) { };
-
-  diagrams-svg = final.callPackage (./pkgs/diagrams-svg.nix) { };
-
   dictionary-sharing = final.callPackage (./pkgs/dictionary-sharing.nix) { };
 
   digest = final.callPackage (./pkgs/digest.nix) { };
@@ -401,14 +379,10 @@ final: prev: with pkgs.haskell.lib; {
 
   foundation = final.callPackage (./pkgs/foundation.nix) { };
 
-  fourmolu = final.callPackage (./pkgs/fourmolu.nix) { };
-
   freer-simple = final.callPackage (./pkgs/freer-simple.nix) { };
 
   friendly-time = final.callPackage (./pkgs/friendly-time.nix) { };
 
-  fsnotify = final.callPackage (./pkgs/fsnotify.nix) { };
-
   fusion-plugin-types = final.callPackage (./pkgs/fusion-plugin-types.nix) { };
 
   fuzzy = final.callPackage (./pkgs/fuzzy.nix) { };
@@ -477,14 +451,6 @@ final: prev: with pkgs.haskell.lib; {
 
   genvalidity-vector = final.callPackage (./pkgs/genvalidity-vector.nix) { };
 
-  ghc-check = final.callPackage (./pkgs/ghc-check.nix) { };
-
-  ghc-exactprint = final.callPackage (./pkgs/ghc-exactprint.nix) { };
-
-  ghc-lib-parser = final.callPackage (./pkgs/ghc-lib-parser.nix) { };
-
-  ghc-lib-parser-ex = final.callPackage (./pkgs/ghc-lib-parser-ex.nix) { };
-
   ghc-tcplugins-extra = final.callPackage (./pkgs/ghc-tcplugins-extra.nix) { };
 
   ghc-trace-events = final.callPackage (./pkgs/ghc-trace-events.nix) { };
@@ -493,14 +459,6 @@ final: prev: with pkgs.haskell.lib; {
 
   ghc-typelits-natnormalise = final.callPackage (./pkgs/ghc-typelits-natnormalise.nix) { };
 
-  ghcid = final.callPackage (./pkgs/ghcid.nix) { };
-
-  ghcide = final.callPackage (./pkgs/ghcide.nix) { };
-
-  ghcide-bench = final.callPackage (./pkgs/ghcide-bench.nix) { };
-
-  ghcide-test-utils = final.callPackage (./pkgs/ghcide-test-utils.nix) { };
-
   githash = final.callPackage (./pkgs/githash.nix) { };
 
   gitrev = final.callPackage (./pkgs/gitrev.nix) { };
@@ -519,10 +477,6 @@ final: prev: with pkgs.haskell.lib; {
 
   hashtables = final.callPackage (./pkgs/hashtables.nix) { };
 
-  haskell-language-server = final.callPackage (./pkgs/haskell-language-server.nix) { };
-
-  haskell-src = final.callPackage (./pkgs/haskell-src.nix) { };
-
   hasql = final.callPackage (./pkgs/hasql.nix) { };
 
   hasql-explain-tests = final.callPackage (./pkgs/hasql-explain-tests.nix) { };
@@ -551,70 +505,12 @@ final: prev: with pkgs.haskell.lib; {
 
   hex-text = final.callPackage (./pkgs/hex-text.nix) { };
 
-  hie-bios = final.callPackage (./pkgs/hie-bios.nix) { };
-
-  hie-compat = final.callPackage (./pkgs/hie-compat.nix) { };
-
-  hiedb = final.callPackage (./pkgs/hiedb.nix) { };
-
-  hinotify = final.callPackage (./pkgs/hinotify.nix) { };
-
   hint = final.callPackage (./pkgs/hint.nix) { };
 
-  hlint = final.callPackage (./pkgs/hlint.nix) { };
-
-  hls-alternate-number-format-plugin = final.callPackage (./pkgs/hls-alternate-number-format-plugin.nix) { };
-
-  hls-cabal-fmt-plugin = final.callPackage (./pkgs/hls-cabal-fmt-plugin.nix) { };
-
-  hls-cabal-plugin = final.callPackage (./pkgs/hls-cabal-plugin.nix) { };
-
-  hls-call-hierarchy-plugin = final.callPackage (./pkgs/hls-call-hierarchy-plugin.nix) { };
-
-  hls-change-type-signature-plugin = final.callPackage (./pkgs/hls-change-type-signature-plugin.nix) { };
-
-  hls-class-plugin = final.callPackage (./pkgs/hls-class-plugin.nix) { };
-
-  hls-code-range-plugin = final.callPackage (./pkgs/hls-code-range-plugin.nix) { };
-
-  hls-explicit-fixity-plugin = final.callPackage (./pkgs/hls-explicit-fixity-plugin.nix) { };
-
-  hls-explicit-imports-plugin = final.callPackage (./pkgs/hls-explicit-imports-plugin.nix) { };
-
-  hls-explicit-record-fields-plugin = final.callPackage (./pkgs/hls-explicit-record-fields-plugin.nix) { };
-
-  hls-fourmolu-plugin = final.callPackage (./pkgs/hls-fourmolu-plugin.nix) { };
-
-  hls-gadt-plugin = final.callPackage (./pkgs/hls-gadt-plugin.nix) { };
-
-  hls-graph = final.callPackage (./pkgs/hls-graph.nix) { };
-
-  hls-hlint-plugin = final.callPackage (./pkgs/hls-hlint-plugin.nix) { };
-
-  hls-module-name-plugin = final.callPackage (./pkgs/hls-module-name-plugin.nix) { };
-
-  hls-overloaded-record-dot-plugin = final.callPackage (./pkgs/hls-overloaded-record-dot-plugin.nix) { };
-
-  hls-plugin-api = final.callPackage (./pkgs/hls-plugin-api.nix) { };
-
-  hls-pragmas-plugin = final.callPackage (./pkgs/hls-pragmas-plugin.nix) { };
-
-  hls-qualify-imported-names-plugin = final.callPackage (./pkgs/hls-qualify-imported-names-plugin.nix) { };
-
-  hls-refactor-plugin = final.callPackage (./pkgs/hls-refactor-plugin.nix) { };
-
-  hls-retrie-plugin = final.callPackage (./pkgs/hls-retrie-plugin.nix) { };
-
-  hls-splice-plugin = final.callPackage (./pkgs/hls-splice-plugin.nix) { };
-
-  hls-test-utils = final.callPackage (./pkgs/hls-test-utils.nix) { };
-
   hoauth2 = final.callPackage (./pkgs/hoauth2.nix) { };
 
   hosc = final.callPackage (./pkgs/hosc.nix) { };
 
-  hp2pretty = final.callPackage (./pkgs/hp2pretty.nix) { };
-
   hslogger = final.callPackage (./pkgs/hslogger.nix) { };
 
   hslua = final.callPackage (./pkgs/hslua.nix) { };
@@ -695,10 +591,6 @@ final: prev: with pkgs.haskell.lib; {
 
   hxt-unicode = final.callPackage (./pkgs/hxt-unicode.nix) { };
 
-  implicit-hie = final.callPackage (./pkgs/implicit-hie.nix) { };
-
-  implicit-hie-cradle = final.callPackage (./pkgs/implicit-hie-cradle.nix) { };
-
   incipit-base = final.callPackage (./pkgs/incipit-base.nix) { };
 
   incipit-core = final.callPackage (./pkgs/incipit-core.nix) { };
@@ -775,8 +667,6 @@ final: prev: with pkgs.haskell.lib; {
 
   linear-generics = final.callPackage (./pkgs/linear-generics.nix) { };
 
-  list-t = final.callPackage (./pkgs/list-t.nix) { };
-
   list-transformer = final.callPackage (./pkgs/list-transformer.nix) { };
 
   lockfree-queue = final.callPackage (./pkgs/lockfree-queue.nix) { };
@@ -791,12 +681,6 @@ final: prev: with pkgs.haskell.lib; {
 
   lrucache = final.callPackage (./pkgs/lrucache.nix) { };
 
-  lsp = final.callPackage (./pkgs/lsp.nix) { };
-
-  lsp-test = final.callPackage (./pkgs/lsp-test.nix) { };
-
-  lsp-types = final.callPackage (./pkgs/lsp-types.nix) { };
-
   lua = final.callPackage (./pkgs/lua.nix) { };
 
   lua-arbitrary = final.callPackage (./pkgs/lua-arbitrary.nix) { };
@@ -1035,8 +919,6 @@ final: prev: with pkgs.haskell.lib; {
 
   primitive-addr = final.callPackage (./pkgs/primitive-addr.nix) { };
 
-  primitive-extras = final.callPackage (./pkgs/primitive-extras.nix) { };
-
   primitive-offset = final.callPackage (./pkgs/primitive-offset.nix) { };
 
   primitive-unlifted = final.callPackage (./pkgs/primitive-unlifted.nix) { };
@@ -1099,8 +981,6 @@ final: prev: with pkgs.haskell.lib; {
 
   resource-pool = final.callPackage (./pkgs/resource-pool.nix) { };
 
-  retrie = final.callPackage (./pkgs/retrie.nix) { };
-
   retry = final.callPackage (./pkgs/retry.nix) { };
 
   rope-utf16-splay = final.callPackage (./pkgs/rope-utf16-splay.nix) { };
@@ -1169,8 +1049,6 @@ final: prev: with pkgs.haskell.lib; {
 
   shake = final.callPackage (./pkgs/shake.nix) { };
 
-  shake-bench = final.callPackage (./pkgs/shake-bench.nix) { };
-
   shakespeare = final.callPackage (./pkgs/shakespeare.nix) { };
 
   shelly = final.callPackage (./pkgs/shelly.nix) { };
@@ -1223,10 +1101,6 @@ final: prev: with pkgs.haskell.lib; {
 
   stm-chans = final.callPackage (./pkgs/stm-chans.nix) { };
 
-  stm-containers = final.callPackage (./pkgs/stm-containers.nix) { };
-
-  stm-hamt = final.callPackage (./pkgs/stm-hamt.nix) { };
-
   streaming = final.callPackage (./pkgs/streaming.nix) { };
 
   streaming-binary = final.callPackage (./pkgs/streaming-binary.nix) { };
diff --git a/pkgs/Chart-diagrams.nix b/pkgs/Chart-diagrams.nix
deleted file mode 100644
index 62f3317b76c101308fae353896587f59071144a0..0000000000000000000000000000000000000000
--- a/pkgs/Chart-diagrams.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ mkDerivation, Chart, SVGFonts, base, blaze-markup, bytestring
-, colour, containers, data-default-class, diagrams-core
-, diagrams-lib, diagrams-postscript, diagrams-svg, lens, lib, mtl
-, old-locale, operational, svg-builder, text, time
-}:
-mkDerivation {
-  pname = "Chart-diagrams";
-  version = "1.9.5.1";
-  sha256 = "f8dcd91926e6f46b47a21a131650f1dc026e410a63f276ff52ba092aab7662de";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = true;
-  libraryHaskellDepends = [
-    base blaze-markup bytestring Chart colour containers
-    data-default-class diagrams-core diagrams-lib diagrams-postscript
-    diagrams-svg lens mtl old-locale operational svg-builder SVGFonts
-    text time
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/timbod7/haskell-chart/wiki";
-  description = "Diagrams backend for Charts";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/Chart.nix b/pkgs/Chart.nix
deleted file mode 100644
index 91be09380364aa06e90ae7a3023ad26e668cab2d..0000000000000000000000000000000000000000
--- a/pkgs/Chart.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ mkDerivation, array, base, colour, data-default-class, lens, lib
-, mtl, old-locale, operational, time, vector
-}:
-mkDerivation {
-  pname = "Chart";
-  version = "1.9.5";
-  sha256 = "0c1e2fb865093eb9456d5b05a4974abcba149c96d83678b39ddb949b9e6adf5b";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    array base colour data-default-class lens mtl old-locale
-    operational time vector
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/timbod7/haskell-chart/wiki";
-  description = "A library for generating 2D Charts and Plots";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/HTF.nix b/pkgs/HTF.nix
deleted file mode 100644
index e698761d4fbd4747d74d905440515e87cf389bcb..0000000000000000000000000000000000000000
--- a/pkgs/HTF.nix
+++ /dev/null
@@ -1,43 +0,0 @@
-{ mkDerivation, Cabal, Diff, HUnit, QuickCheck, aeson, aeson-pretty
-, array, base, base64-bytestring, bytestring, containers, cpphs
-, directory, filepath, haskell-src, lib, lifted-base, monad-control
-, mtl, old-time, pretty, process, random, regex-compat
-, template-haskell, temporary, text, time, unix
-, unordered-containers, vector, xmlgen
-}:
-mkDerivation {
-  pname = "HTF";
-  version = "0.15.0.1";
-  sha256 = "bc16a958bd36b03f673388470eed7fea01daaa1604677bb08dfb910598d39856";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  setupHaskellDepends = [ base Cabal process ];
-  libraryHaskellDepends = [
-    aeson array base base64-bytestring bytestring containers cpphs Diff
-    directory haskell-src HUnit lifted-base monad-control mtl old-time
-    pretty process QuickCheck random regex-compat text time unix vector
-    xmlgen
-  ];
-  libraryToolDepends = [ cpphs ];
-  executableHaskellDepends = [
-    array base cpphs directory HUnit mtl old-time random text
-  ];
-  executableToolDepends = [ cpphs ];
-  testHaskellDepends = [
-    aeson aeson-pretty base bytestring directory filepath HUnit mtl
-    process random regex-compat template-haskell temporary text
-    unordered-containers
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/skogsbaer/HTF/";
-  description = "The Haskell Test Framework";
-  license = lib.licenses.lgpl21Only;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/JuicyPixels.nix b/pkgs/JuicyPixels.nix
index debe86ee8c1490acceb4c0d6d68a11f237e0ae3b..b9bf1298399c9b83c774d8e18c9a34a2a0e67c24 100644
--- a/pkgs/JuicyPixels.nix
+++ b/pkgs/JuicyPixels.nix
@@ -5,6 +5,8 @@ mkDerivation {
   pname = "JuicyPixels";
   version = "3.3.8";
   sha256 = "d3a0f6ca3515a1b3d526cbf79f2e0b0aab57f208ab216f9c26437bbcd86fb63e";
+  revision = "1";
+  editedCabalFile = "1gbmls58qdlip8nsysy1qsnf7wrw8cgss7i7vmbxxnf9ni0iawn9";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/RSA.nix b/pkgs/RSA.nix
index eb8a576a653d3bec5484f6ac52b78a2657e4333e..6ffa811d074e4e6166b7cf1378f91d195afb6ed6 100644
--- a/pkgs/RSA.nix
+++ b/pkgs/RSA.nix
@@ -6,6 +6,8 @@ mkDerivation {
   pname = "RSA";
   version = "2.4.1";
   sha256 = "72c5d8c45ef1013e0e8aff763bb8894df0f022f28e698e33ae87bbdb33d69041";
+  revision = "2";
+  editedCabalFile = "090yzm99fmh7c6z4m9hbkasqhc3xlw104g2b6wnk77n1abd13ryj";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/SVGFonts.nix b/pkgs/SVGFonts.nix
deleted file mode 100644
index 68d23f22d5c6c51a7b20b4f219e9cbdf8344f7bc..0000000000000000000000000000000000000000
--- a/pkgs/SVGFonts.nix
+++ /dev/null
@@ -1,28 +0,0 @@
-{ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
-, bytestring, cereal, cereal-vector, containers, data-default-class
-, diagrams-core, diagrams-lib, directory, lib, parsec, split, text
-, vector, xml
-}:
-mkDerivation {
-  pname = "SVGFonts";
-  version = "1.8.0.1";
-  sha256 = "698a517322fd9910784da15a716c4f3eaec0080298ca5098871b9bd24f3c7f64";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = true;
-  libraryHaskellDepends = [
-    attoparsec base blaze-markup blaze-svg bytestring cereal
-    cereal-vector containers data-default-class diagrams-core
-    diagrams-lib directory parsec split text vector xml
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Fonts from the SVG-Font format";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/aeson-yaml.nix b/pkgs/aeson-yaml.nix
index 76511c590df63d3ff2da2b3249b727a850572b47..7775029de3c0c90ae8c3e1f8e35df083d4487df3 100644
--- a/pkgs/aeson-yaml.nix
+++ b/pkgs/aeson-yaml.nix
@@ -6,8 +6,8 @@ mkDerivation {
   pname = "aeson-yaml";
   version = "1.1.0.1";
   sha256 = "44b44e2ea2d3c7def8e9e90b48fb0054b7a72f2edee2da8545eeef0614a0a11b";
-  revision = "3";
-  editedCabalFile = "11srm7kkslnicqvbk728kzpy58am8rz680f7l6axn2nfh5ykx8n6";
+  revision = "4";
+  editedCabalFile = "0yz6nml8lnd94iks9m0ma7x3sjs17djqh9h6krr52ikg69c4j2cy";
   isLibrary = true;
   isExecutable = true;
   enableSeparateDataOutput = false;
diff --git a/pkgs/algebraic-graphs.nix b/pkgs/algebraic-graphs.nix
index f46cccad1c28de269a330443de801f8763400691..8025fc8d13dc45f6bf3b93bde7636dd3ed656447 100644
--- a/pkgs/algebraic-graphs.nix
+++ b/pkgs/algebraic-graphs.nix
@@ -5,8 +5,8 @@ mkDerivation {
   pname = "algebraic-graphs";
   version = "0.7";
   sha256 = "51159a0d18690ab51e6709e3c576275402f96f57d901f87d734da6854582e568";
-  revision = "1";
-  editedCabalFile = "1z9xls7riv3rlp1vjymvj7z64y8w0x3865d2ad2dzrwsdgzcsndf";
+  revision = "2";
+  editedCabalFile = "1psgkw2qcdv91cij564jzlsyx7qjs8z7y7y6lfhciilbzkzvpy3m";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/apply-refact.nix b/pkgs/apply-refact.nix
deleted file mode 100644
index cbd7763617c5f2bc19d7f839ff8e5aa74f81dc14..0000000000000000000000000000000000000000
--- a/pkgs/apply-refact.nix
+++ /dev/null
@@ -1,40 +0,0 @@
-{ mkDerivation, base, containers, directory, extra, filemanip
-, filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths, lib
-, optparse-applicative, process, refact, silently, syb, tasty
-, tasty-expected-failure, tasty-golden, transformers, uniplate
-, unix-compat
-}:
-mkDerivation {
-  pname = "apply-refact";
-  version = "0.13.0.0";
-  sha256 = "2fa91f16329d4e97caeab578a66f045b5e7593785e73df99a4b27b0465f18dc5";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base containers directory extra filemanip ghc ghc-boot-th
-    ghc-exactprint process refact syb transformers uniplate unix-compat
-  ];
-  executableHaskellDepends = [
-    base containers directory extra filemanip filepath ghc ghc-boot-th
-    ghc-exactprint ghc-paths optparse-applicative process refact syb
-    transformers uniplate unix-compat
-  ];
-  testHaskellDepends = [
-    base containers directory extra filemanip filepath ghc ghc-boot-th
-    ghc-exactprint ghc-paths optparse-applicative process refact
-    silently syb tasty tasty-expected-failure tasty-golden transformers
-    uniplate unix-compat
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/mpickering/apply-refact";
-  description = "Perform refactorings specified by the refact library";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/base64-bytestring-type.nix b/pkgs/base64-bytestring-type.nix
index f755998a42ed9d470ca106c7067b28ce68c8064c..4828687dc42edb9a66719a4d8e49db5b53d415c5 100644
--- a/pkgs/base64-bytestring-type.nix
+++ b/pkgs/base64-bytestring-type.nix
@@ -6,8 +6,8 @@ mkDerivation {
   pname = "base64-bytestring-type";
   version = "1.0.1";
   sha256 = "f607d07c4aab227b4536c495fa7c07b35ddc9c2c013d385c16c02f236526780e";
-  revision = "18";
-  editedCabalFile = "0ykjgy3c7f6rmx9mj99y21lxsb81pd999pl98x0kvw0fai762hbp";
+  revision = "19";
+  editedCabalFile = "001hlnsldkiw1lr188n13j41fzfl157ba0y4qdcnzygnj5wa66ac";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/base64.nix b/pkgs/base64.nix
index 2b0831493df60de0021022d1bfd08d81b779679f..867494deed825794d1f8f15e19a87976617c4ffe 100644
--- a/pkgs/base64.nix
+++ b/pkgs/base64.nix
@@ -6,8 +6,8 @@ mkDerivation {
   pname = "base64";
   version = "0.4.2.4";
   sha256 = "640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585";
-  revision = "3";
-  editedCabalFile = "1mcr0pp5b7xnj68m8d42pw9pgjj6p5v1p0g93s78n0nm605kl40h";
+  revision = "4";
+  editedCabalFile = "1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/canonical-json.nix b/pkgs/canonical-json.nix
index 8a3462049fd0fdf5b2ec75d5d28754eaeda95f94..4d256cde09ddbb8e552f56033e27686efd771f2e 100644
--- a/pkgs/canonical-json.nix
+++ b/pkgs/canonical-json.nix
@@ -6,6 +6,8 @@ mkDerivation {
   pname = "canonical-json";
   version = "0.6.0.1";
   sha256 = "33df39d9058d33357956cdf7f911184a26da20c49b90f844ec6374f6bf5ace7e";
+  revision = "1";
+  editedCabalFile = "180c35znblvf3j59si48n4a9qpwwprq8d7xh86fpmjj2sn2g1sj8";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/constraints-extras.nix b/pkgs/constraints-extras.nix
index 73a89a5d75d5c8085d17c5db8edeed1b84226ce4..d90da0a26ed4bc6f7123f87181c8c9d05ac7b401 100644
--- a/pkgs/constraints-extras.nix
+++ b/pkgs/constraints-extras.nix
@@ -3,8 +3,8 @@ mkDerivation {
   pname = "constraints-extras";
   version = "0.4.0.0";
   sha256 = "f639594f340986e7647616194dec57a85490ca60e3b0f5197d011675da242ec7";
-  revision = "1";
-  editedCabalFile = "1fdabah3ilq9yf94916ml3c3rxgcgab1jhzl4mk1zgzsw78j53qf";
+  revision = "2";
+  editedCabalFile = "0q7kackfb5g9rin3lhccwsf33588f58a61zw7kbisfh6ygfpk6ww";
   isLibrary = true;
   isExecutable = true;
   enableSeparateDataOutput = false;
diff --git a/pkgs/dependent-sum.nix b/pkgs/dependent-sum.nix
index ae9577b4c38cc88846e6955fd0c5408f5a586dac..623f7b837fb93fd5ef5618be4b7de7130c05ece0 100644
--- a/pkgs/dependent-sum.nix
+++ b/pkgs/dependent-sum.nix
@@ -3,8 +3,8 @@ mkDerivation {
   pname = "dependent-sum";
   version = "0.7.2.0";
   sha256 = "826561ecf285abc857bde043e5aac50cb7a7157aaf24fd1aee26a25d4c2a3cbb";
-  revision = "1";
-  editedCabalFile = "0qybk8x6gyvg8pgf84mywlfajlcvg9pp4rs1wfn9fa7ns6sms88n";
+  revision = "2";
+  editedCabalFile = "09648zwf1wg42yk5ykbv1wvgz2bibjrwvcx6wpm4jscv8d2h61pi";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/diagrams-contrib.nix b/pkgs/diagrams-contrib.nix
deleted file mode 100644
index 4ea09355ddbf587f444e4c50e9701af5185e0944..0000000000000000000000000000000000000000
--- a/pkgs/diagrams-contrib.nix
+++ /dev/null
@@ -1,37 +0,0 @@
-{ mkDerivation, HUnit, MonadRandom, QuickCheck, base
-, circle-packing, colour, containers, cubicbezier, data-default
-, data-default-class, diagrams-core, diagrams-lib, diagrams-solve
-, force-layout, hashable, lens, lib, linear, mfsolve, monoid-extras
-, mtl, mtl-compat, parsec, random, semigroups, split
-, test-framework, test-framework-hunit, test-framework-quickcheck2
-, text
-}:
-mkDerivation {
-  pname = "diagrams-contrib";
-  version = "1.4.5.1";
-  sha256 = "cbb799ac8c46e2c3ad7af1f70d62e12838148a833ba3ec9f168bdd53d3151772";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base circle-packing colour containers cubicbezier data-default
-    data-default-class diagrams-core diagrams-lib diagrams-solve
-    force-layout hashable lens linear mfsolve MonadRandom monoid-extras
-    mtl mtl-compat parsec random semigroups split text
-  ];
-  testHaskellDepends = [
-    base containers diagrams-lib HUnit QuickCheck test-framework
-    test-framework-hunit test-framework-quickcheck2
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://diagrams.github.io/";
-  description = "Collection of user contributions to diagrams EDSL";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/diagrams-core.nix b/pkgs/diagrams-core.nix
deleted file mode 100644
index 5f308ae70b8880f7620f9994f490fafd65f9a2bb..0000000000000000000000000000000000000000
--- a/pkgs/diagrams-core.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkDerivation, adjunctions, base, containers, distributive
-, dual-tree, lens, lib, linear, monoid-extras, mtl, profunctors
-, semigroups, unordered-containers
-}:
-mkDerivation {
-  pname = "diagrams-core";
-  version = "1.5.1";
-  sha256 = "460ac1ccf2f161b1f5598b08cd607ef95d1cb851b46bc501cbeab847b2587521";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    adjunctions base containers distributive dual-tree lens linear
-    monoid-extras mtl profunctors semigroups unordered-containers
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://diagrams.github.io";
-  description = "Core libraries for diagrams EDSL";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/diagrams-lib.nix b/pkgs/diagrams-lib.nix
deleted file mode 100644
index 4f7d61c91082e9d81e5cadf37aaf01a5845f8b3a..0000000000000000000000000000000000000000
--- a/pkgs/diagrams-lib.nix
+++ /dev/null
@@ -1,43 +0,0 @@
-{ mkDerivation, JuicyPixels, QuickCheck, active, adjunctions, array
-, base, bytestring, cereal, colour, containers, criterion
-, data-default-class, deepseq, diagrams-core, diagrams-solve
-, directory, distributive, dual-tree, exceptions, fail, filepath
-, fingertree, fsnotify, hashable, intervals, lens, lib, linear
-, monoid-extras, mtl, numeric-extras, optparse-applicative, process
-, profunctors, semigroups, tagged, tasty, tasty-hunit
-, tasty-quickcheck, text, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "diagrams-lib";
-  version = "1.4.6";
-  sha256 = "8bc92bdc50a654bfd59748f25dfa317a1d817b503cc8427af16bf2ab29a21ca8";
-  revision = "3";
-  editedCabalFile = "09b3hdmsk5byjm1jcq03zjb8fz7h3lid747abi3fq9bvsaqsp5ka";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    active adjunctions array base bytestring cereal colour containers
-    data-default-class diagrams-core diagrams-solve directory
-    distributive dual-tree exceptions fail filepath fingertree fsnotify
-    hashable intervals JuicyPixels lens linear monoid-extras mtl
-    optparse-applicative process profunctors semigroups tagged text
-    transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    base deepseq diagrams-solve distributive lens numeric-extras
-    QuickCheck tasty tasty-hunit tasty-quickcheck
-  ];
-  benchmarkHaskellDepends = [ base criterion diagrams-core ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "http://diagrams.github.io";
-  description = "Embedded domain-specific language for declarative graphics";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/diagrams-postscript.nix b/pkgs/diagrams-postscript.nix
deleted file mode 100644
index 3ed0e6fee5ffffad6abd8ad977b51aff2406356a..0000000000000000000000000000000000000000
--- a/pkgs/diagrams-postscript.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ mkDerivation, base, bytestring, containers, data-default-class
-, diagrams-core, diagrams-lib, hashable, lens, lib, monoid-extras
-, mtl, semigroups, split, statestack
-}:
-mkDerivation {
-  pname = "diagrams-postscript";
-  version = "1.5.1.1";
-  sha256 = "842afeee6f4895d9b3d49d21118428c1f85594a76fbf89d84b2ee23101088bcf";
-  revision = "1";
-  editedCabalFile = "0h6wkzncxcz8pjqqr696y3m6d3xbsm5n5d5r4pfx7b81kq53l6x8";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base bytestring containers data-default-class diagrams-core
-    diagrams-lib hashable lens monoid-extras mtl semigroups split
-    statestack
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://diagrams.github.io/";
-  description = "Postscript backend for diagrams drawing EDSL";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/diagrams-solve.nix b/pkgs/diagrams-solve.nix
deleted file mode 100644
index 42582c8c1148d90f8b1f13597b7208a022983a52..0000000000000000000000000000000000000000
--- a/pkgs/diagrams-solve.nix
+++ /dev/null
@@ -1,28 +0,0 @@
-{ mkDerivation, base, deepseq, lib, tasty, tasty-hunit
-, tasty-quickcheck
-}:
-mkDerivation {
-  pname = "diagrams-solve";
-  version = "0.1.3";
-  sha256 = "27b4bba55f5c2aae94903fbe7958f27744c0ff6a805ceb8a046ab4bd36e31827";
-  revision = "2";
-  editedCabalFile = "08l6q5751lrpyrjiliig94a2s7ahlm2045bp5mngnl9nf6xr1rwb";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [ base ];
-  testHaskellDepends = [
-    base deepseq tasty tasty-hunit tasty-quickcheck
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://diagrams.github.io";
-  description = "Pure Haskell solver routines used by diagrams";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/diagrams-svg.nix b/pkgs/diagrams-svg.nix
deleted file mode 100644
index 9031f7392b5337484ce6505c16b457e58b4a7ffe..0000000000000000000000000000000000000000
--- a/pkgs/diagrams-svg.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-{ mkDerivation, JuicyPixels, base, base64-bytestring, bytestring
-, colour, containers, diagrams-core, diagrams-lib, filepath
-, hashable, lens, lib, monoid-extras, mtl, optparse-applicative
-, semigroups, split, svg-builder, text
-}:
-mkDerivation {
-  pname = "diagrams-svg";
-  version = "1.4.3.1";
-  sha256 = "67080a0aa846f2931c14855560c4bbd848c44935f5ada4dbd6d93074707d5400";
-  revision = "5";
-  editedCabalFile = "00hjvv9ncf5il7a09g2gh45bwah4jbnfnhb523jz9lhqqbzxfxny";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base base64-bytestring bytestring colour containers diagrams-core
-    diagrams-lib filepath hashable JuicyPixels lens monoid-extras mtl
-    optparse-applicative semigroups split svg-builder text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://diagrams.github.io/";
-  description = "SVG backend for diagrams drawing EDSL";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/fourmolu.nix b/pkgs/fourmolu.nix
deleted file mode 100644
index d19629f6eef1fbde2c442f5ba8528c2c7dda0be6..0000000000000000000000000000000000000000
--- a/pkgs/fourmolu.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{ mkDerivation, Cabal-syntax, Diff, MemoTrie, QuickCheck, aeson
-, ansi-terminal, array, base, binary, bytestring, containers
-, deepseq, directory, file-embed, filepath, ghc-lib-parser, hspec
-, hspec-discover, hspec-megaparsec, lib, megaparsec, mtl
-, optparse-applicative, path, path-io, pretty, process, scientific
-, syb, temporary, text, th-env, yaml
-}:
-mkDerivation {
-  pname = "fourmolu";
-  version = "0.14.0.0";
-  sha256 = "dae73c2dfa5039d1a3ad06e85c7836a2b45fe5d41d90fb98ac7b4c4507ffdad6";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson ansi-terminal array base binary bytestring Cabal-syntax
-    containers deepseq Diff directory file-embed filepath
-    ghc-lib-parser megaparsec MemoTrie mtl scientific syb text yaml
-  ];
-  executableHaskellDepends = [
-    base Cabal-syntax containers directory filepath ghc-lib-parser
-    optparse-applicative text th-env yaml
-  ];
-  testHaskellDepends = [
-    base bytestring Cabal-syntax containers Diff directory filepath
-    ghc-lib-parser hspec hspec-megaparsec megaparsec path path-io
-    pretty process QuickCheck temporary text yaml
-  ];
-  testToolDepends = [ hspec-discover ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/fourmolu/fourmolu";
-  description = "A formatter for Haskell source code";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/fsnotify.nix b/pkgs/fsnotify.nix
deleted file mode 100644
index f163cbd851d86a4c1fe95befeb7176be434ff77d..0000000000000000000000000000000000000000
--- a/pkgs/fsnotify.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, async, base, bytestring, containers, directory
-, exceptions, filepath, hinotify, lib, monad-control, random, retry
-, safe-exceptions, sandwich, temporary, text, time, unix
-, unix-compat, unliftio
-}:
-mkDerivation {
-  pname = "fsnotify";
-  version = "0.4.1.0";
-  sha256 = "d130fb4a871a181a3d1485f24da85aa49d6ff9022ce08f8401b4626143eaf7ef";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    async base bytestring containers directory filepath hinotify
-    monad-control safe-exceptions text time unix unix-compat
-  ];
-  testHaskellDepends = [
-    async base directory exceptions filepath random retry
-    safe-exceptions sandwich temporary unix-compat unliftio
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell-fswatch/hfsnotify";
-  description = "Cross platform library for file change notification";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/generic-lens-core.nix b/pkgs/generic-lens-core.nix
index ef8e53da4ba5b05552b3ed98d915f06bbb0a4631..c5879ff68c069eb60dcbb5a7e7c53a14dd00088f 100644
--- a/pkgs/generic-lens-core.nix
+++ b/pkgs/generic-lens-core.nix
@@ -3,8 +3,8 @@ mkDerivation {
   pname = "generic-lens-core";
   version = "2.2.1.0";
   sha256 = "8ee6f17baa52db80763a46814be391418441861b2e519bed8c047db37c622422";
-  revision = "1";
-  editedCabalFile = "1dbjhd6k7ypqa9f4h9v2xndgb4mjhfli3n1vjm8r8ga0kfndbqfn";
+  revision = "2";
+  editedCabalFile = "028vm0h89civn7f4cvrh3b67s2qd82g4qn5src0mkm68gngz6bqd";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/generic-lens-lite.nix b/pkgs/generic-lens-lite.nix
index 7699ce313b6ef11e8be1f67dab2ed9c153fcd7bc..8bd83c96b6f58b3d6f2f8a8e03259918c1e730dd 100644
--- a/pkgs/generic-lens-lite.nix
+++ b/pkgs/generic-lens-lite.nix
@@ -3,8 +3,8 @@ mkDerivation {
   pname = "generic-lens-lite";
   version = "0.1";
   sha256 = "865db698880aa050641e43124ce2f3aed064e33c25d3aec85aa040e3e105e01f";
-  revision = "5";
-  editedCabalFile = "1mc7fp8z1zm4k7kl7d4abq73zfkzf19hdviq0gqzgcigyskj97zq";
+  revision = "6";
+  editedCabalFile = "0db0lbdq3iqgq42bj6q5qn4az8szwjyhq93f32zmcj1n4mrpxdj9";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/generic-lens.nix b/pkgs/generic-lens.nix
index 6d91df833b4a5f2345e0b46d0c7992c7b8598ef8..aab5e59bdcd438b3a7b345bbdb8adbb612990ec5 100644
--- a/pkgs/generic-lens.nix
+++ b/pkgs/generic-lens.nix
@@ -5,6 +5,8 @@ mkDerivation {
   pname = "generic-lens";
   version = "2.2.2.0";
   sha256 = "868dc9c8cd02150b419859c3c8a53a62e5b41f5f3fd5d46bb355eb1074288b68";
+  revision = "1";
+  editedCabalFile = "0ib9848rh56v0dc1giiax2zi2w7is6ahb2cj6ry3p0hwapfd3p49";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/generic-monoid.nix b/pkgs/generic-monoid.nix
index 7a226729bb8709c7ab1a5739a85bc11b3b77fa09..04bff0b2de778ec308ea6ee84ee1a418fcd4d46f 100644
--- a/pkgs/generic-monoid.nix
+++ b/pkgs/generic-monoid.nix
@@ -3,8 +3,8 @@ mkDerivation {
   pname = "generic-monoid";
   version = "0.1.0.1";
   sha256 = "cfd072ad70af41c1b94ac24e42e2635f37ed2a54e8f4be871be78b18b66b2adf";
-  revision = "2";
-  editedCabalFile = "0p3hk9c6qn5kbgi3a4my3rq5cc43wcl93hx6axgzi5wkvimpv653";
+  revision = "3";
+  editedCabalFile = "0pyf3yr4haja32nkm3vb28dhdh47cf6h5vqkqih2l6zmbdc2f0lq";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/generic-optics-lite.nix b/pkgs/generic-optics-lite.nix
index db0b10884584024e38763a09cb7e20d06fa6b905..ce2a3a4a1ded6a0e8abdca337cde34a92f2838c6 100644
--- a/pkgs/generic-optics-lite.nix
+++ b/pkgs/generic-optics-lite.nix
@@ -3,8 +3,8 @@ mkDerivation {
   pname = "generic-optics-lite";
   version = "0.1";
   sha256 = "b1a75e89e612c8866e47e922db65a7250e3e3890b26309db4d466665c3d4c56d";
-  revision = "5";
-  editedCabalFile = "13ywf3smi7g7yz1pp8afb95dy4x6qq4kvll7chm4bnjl7s3d85kg";
+  revision = "6";
+  editedCabalFile = "17yqzcdlm3g5mc8rjjqp98ykj8rj1c46c0vcqk23pwgffpac5d25";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/generic-optics.nix b/pkgs/generic-optics.nix
index 12397f853a94ba823e51a2730c844f4797a6a23d..8e0c98c31a4ecff850342339fbfd86bccb9162d9 100644
--- a/pkgs/generic-optics.nix
+++ b/pkgs/generic-optics.nix
@@ -5,8 +5,8 @@ mkDerivation {
   pname = "generic-optics";
   version = "2.2.1.0";
   sha256 = "5f1c422a22277d5f0fb5fb7493789e02b13e6d5b36ecd33fd44e8796e75a87af";
-  revision = "1";
-  editedCabalFile = "13wkbs8x0clkqzi4xqin89qywpky8jkpz9cxgwsglbpcyw11jvgq";
+  revision = "2";
+  editedCabalFile = "08g71y2wdmfqfygzyazyzd7n9768dxbam329n31f2jidd7p8yk02";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/ghc-check.nix b/pkgs/ghc-check.nix
deleted file mode 100644
index 2b668f789612e500d809cfb41ed0901474dd2ee7..0000000000000000000000000000000000000000
--- a/pkgs/ghc-check.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ mkDerivation, base, containers, directory, filepath, ghc
-, ghc-boot, ghc-paths, lib, process, safe-exceptions
-, template-haskell, th-compat, transformers
-}:
-mkDerivation {
-  pname = "ghc-check";
-  version = "0.5.0.8";
-  sha256 = "1025a8353fb7c318b27b8dc6b268d22f1f64c271031ed0ce4defb0f9100d7cd4";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base containers directory filepath ghc ghc-boot ghc-paths process
-    safe-exceptions template-haskell th-compat transformers
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "detect mismatches between compile-time and run-time versions of the ghc api";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/ghc-exactprint.nix b/pkgs/ghc-exactprint.nix
deleted file mode 100644
index fc61a976fd42fc3c3fa744709ceb1ebfff931f25..0000000000000000000000000000000000000000
--- a/pkgs/ghc-exactprint.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, Cabal-syntax, Diff, HUnit, base, bytestring
-, containers, data-default, directory, fail, filemanip, filepath
-, free, ghc, ghc-boot, ghc-paths, lib, mtl, ordered-containers
-, silently, syb
-}:
-mkDerivation {
-  pname = "ghc-exactprint";
-  version = "1.6.1.3";
-  sha256 = "feba1ec1d3df0822ecfb74cfa6221f3c0966419919fa508b031492dc523a4be3";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base bytestring containers data-default directory fail filepath
-    free ghc ghc-boot mtl ordered-containers syb
-  ];
-  testHaskellDepends = [
-    base bytestring Cabal-syntax containers data-default Diff directory
-    fail filemanip filepath ghc ghc-boot ghc-paths HUnit mtl
-    ordered-containers silently syb
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "ExactPrint for GHC";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/ghc-lib-parser-ex.nix b/pkgs/ghc-lib-parser-ex.nix
deleted file mode 100644
index b5038e285b0afd4b218ee27e0cab2c4f010b8fc3..0000000000000000000000000000000000000000
--- a/pkgs/ghc-lib-parser-ex.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ mkDerivation, base, bytestring, containers, directory, extra
-, filepath, ghc-lib-parser, lib, tasty, tasty-hunit, uniplate
-}:
-mkDerivation {
-  pname = "ghc-lib-parser-ex";
-  version = "9.6.0.2";
-  sha256 = "2a618793031316c46bcbf44ad5f09878a03c52e3c9ad5d45f89d3f48d62826bb";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base bytestring containers ghc-lib-parser uniplate
-  ];
-  testHaskellDepends = [
-    base directory extra filepath ghc-lib-parser tasty tasty-hunit
-    uniplate
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme";
-  description = "Algorithms on GHC parse trees";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/ghc-lib-parser.nix b/pkgs/ghc-lib-parser.nix
deleted file mode 100644
index c4848940cdbda1290ce6cac6532d92bcd02f373f..0000000000000000000000000000000000000000
--- a/pkgs/ghc-lib-parser.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ mkDerivation, alex, array, base, binary, bytestring, containers
-, deepseq, directory, exceptions, filepath, ghc-prim, happy, lib
-, parsec, pretty, process, time, transformers, unix
-}:
-mkDerivation {
-  pname = "ghc-lib-parser";
-  version = "9.6.3.20231014";
-  sha256 = "389c9229a966fb7d11bdec30e94e47299820e1c24c15e959da242f368c3c77cc";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = true;
-  libraryHaskellDepends = [
-    array base binary bytestring containers deepseq directory
-    exceptions filepath ghc-prim parsec pretty process time
-    transformers unix
-  ];
-  libraryToolDepends = [ alex happy ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/digital-asset/ghc-lib";
-  description = "The GHC API, decoupled from GHC versions";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/ghcid.nix b/pkgs/ghcid.nix
deleted file mode 100644
index dba1b8e8e85fd12430768359b631d7b76895b9da..0000000000000000000000000000000000000000
--- a/pkgs/ghcid.nix
+++ /dev/null
@@ -1,34 +0,0 @@
-{ mkDerivation, ansi-terminal, base, cmdargs, containers, directory
-, extra, filepath, fsnotify, lib, process, tasty, tasty-hunit
-, terminal-size, time, unix
-}:
-mkDerivation {
-  pname = "ghcid";
-  version = "0.8.9";
-  sha256 = "44c29c53fc33541fbde0702c62faa6a756468a24381d1184472b7ede00a308b7";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    ansi-terminal base cmdargs directory extra filepath process time
-  ];
-  executableHaskellDepends = [
-    ansi-terminal base cmdargs containers directory extra filepath
-    fsnotify process terminal-size time unix
-  ];
-  testHaskellDepends = [
-    ansi-terminal base cmdargs containers directory extra filepath
-    fsnotify process tasty tasty-hunit terminal-size time unix
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/ndmitchell/ghcid#readme";
-  description = "GHCi based bare bones IDE";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/ghcide-bench.nix b/pkgs/ghcide-bench.nix
deleted file mode 100644
index 4e8a79a3ebbe22b157df2f1492d7df2e16a1621c..0000000000000000000000000000000000000000
--- a/pkgs/ghcide-bench.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{ mkDerivation, aeson, async, base, binary, bytestring, containers
-, data-default, deepseq, directory, extra, filepath, ghcide
-, ghcide-test-utils, hashable, hls-graph, hls-plugin-api
-, implicit-hie, lens, lib, lsp-test, lsp-types
-, optparse-applicative, parser-combinators, process, row-types
-, safe-exceptions, shake, tasty, tasty-hunit, tasty-rerun, text
-}:
-mkDerivation {
-  pname = "ghcide-bench";
-  version = "2.4.0.0";
-  sha256 = "cc8ba53e0cc7fd5648f49d266f25bd978e8d507f149dd8915d75d98cc795973e";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson async base binary bytestring deepseq directory extra filepath
-    ghcide ghcide-test-utils hashable lens lsp-test lsp-types
-    optparse-applicative parser-combinators process row-types
-    safe-exceptions shake text
-  ];
-  executableHaskellDepends = [
-    aeson base bytestring containers data-default directory extra
-    filepath hls-graph hls-plugin-api lens lsp-test lsp-types
-    optparse-applicative process safe-exceptions shake tasty-hunit text
-  ];
-  testHaskellDepends = [
-    base extra lsp-test tasty tasty-hunit tasty-rerun
-  ];
-  testToolDepends = [ ghcide implicit-hie ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme";
-  description = "An LSP client for running performance experiments on HLS";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/ghcide-test-utils.nix b/pkgs/ghcide-test-utils.nix
deleted file mode 100644
index 33dcb9e8964944c68f1511d2df0eca8cd78ceaeb..0000000000000000000000000000000000000000
--- a/pkgs/ghcide-test-utils.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkDerivation, aeson, base, containers, data-default, directory
-, extra, filepath, ghcide, hls-plugin-api, lens, lib, lsp-test
-, lsp-types, tasty-hunit, text
-}:
-mkDerivation {
-  pname = "ghcide-test-utils";
-  version = "1.9.0.0";
-  sha256 = "66b69e0aa0285195ae1af3e9cc968987a71cc24ba6c4e69187b12ee205ef9d38";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers data-default directory extra filepath ghcide
-    hls-plugin-api lens lsp-test lsp-types tasty-hunit text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme";
-  description = "Test utils for ghcide";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/ghcide.nix b/pkgs/ghcide.nix
deleted file mode 100644
index 6fe1312709c00ad8eb757658c2804c581305e95b..0000000000000000000000000000000000000000
--- a/pkgs/ghcide.nix
+++ /dev/null
@@ -1,63 +0,0 @@
-{ mkDerivation, Diff, Glob, QuickCheck, aeson, array, async, base
-, base16-bytestring, binary, bytestring, case-insensitive
-, co-log-core, containers, cryptohash-sha1, data-default, deepseq
-, dependent-map, dependent-sum, directory, dlist, enummapset
-, exceptions, extra, filepath, fingertree, focus, fuzzy, ghc
-, ghc-boot, ghc-boot-th, ghc-check, ghc-paths, ghc-trace-events
-, gitrev, haddock-library, hashable, hie-bios, hie-compat, hiedb
-, hls-graph, hls-plugin-api, implicit-hie, implicit-hie-cradle
-, lens, lib, list-t, lsp, lsp-test, lsp-types, monoid-subclasses
-, mtl, network-uri, opentelemetry, optparse-applicative, parallel
-, prettyprinter, prettyprinter-ansi-terminal, random, regex-tdfa
-, row-types, safe-exceptions, shake, sorted-list, sqlite-simple
-, stm, stm-containers, syb, tasty, tasty-expected-failure
-, tasty-hunit, tasty-quickcheck, tasty-rerun, text, text-rope, time
-, transformers, unix, unliftio, unliftio-core, unordered-containers
-, vector
-}:
-mkDerivation {
-  pname = "ghcide";
-  version = "2.4.0.0";
-  sha256 = "6675ef6543b2e2f16fb3096fc7c2047d5cbe910c70abcb3ccd79faca4bea4cdf";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson array async base base16-bytestring binary bytestring
-    case-insensitive co-log-core containers cryptohash-sha1
-    data-default deepseq dependent-map dependent-sum Diff directory
-    dlist enummapset exceptions extra filepath fingertree focus ghc
-    ghc-boot ghc-boot-th ghc-check ghc-paths ghc-trace-events Glob
-    haddock-library hashable hie-bios hie-compat hiedb hls-graph
-    hls-plugin-api implicit-hie implicit-hie-cradle lens list-t lsp
-    lsp-types mtl opentelemetry optparse-applicative parallel
-    prettyprinter prettyprinter-ansi-terminal random regex-tdfa
-    row-types safe-exceptions sorted-list sqlite-simple stm
-    stm-containers syb text text-rope time transformers unix unliftio
-    unliftio-core unordered-containers vector
-  ];
-  executableHaskellDepends = [
-    base data-default extra gitrev hls-plugin-api lsp lsp-types
-    optparse-applicative
-  ];
-  testHaskellDepends = [
-    aeson async base containers data-default directory extra filepath
-    fuzzy ghc hls-plugin-api lens list-t lsp lsp-test lsp-types
-    monoid-subclasses mtl network-uri QuickCheck random regex-tdfa
-    row-types shake sqlite-simple stm stm-containers tasty
-    tasty-expected-failure tasty-hunit tasty-quickcheck tasty-rerun
-    text text-rope unordered-containers
-  ];
-  testToolDepends = [ implicit-hie ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme";
-  description = "The core of an IDE";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/haskell-language-server.nix b/pkgs/haskell-language-server.nix
deleted file mode 100644
index 7beafaf9dd50d94674e32b9634913ca0c897c23d..0000000000000000000000000000000000000000
--- a/pkgs/haskell-language-server.nix
+++ /dev/null
@@ -1,81 +0,0 @@
-{ mkDerivation, aeson, aeson-pretty, async, base, base16-bytestring
-, binary, bytestring, containers, cryptohash-sha1, data-default
-, deepseq, directory, extra, filepath, ghc, ghc-boot-th, ghc-paths
-, ghcide, ghcide-bench, ghcide-test-utils, githash, gitrev
-, hashable, hie-bios, hiedb, hls-alternate-number-format-plugin
-, hls-cabal-fmt-plugin, hls-cabal-plugin, hls-call-hierarchy-plugin
-, hls-change-type-signature-plugin, hls-class-plugin
-, hls-code-range-plugin, hls-explicit-fixity-plugin
-, hls-explicit-imports-plugin, hls-explicit-record-fields-plugin
-, hls-fourmolu-plugin, hls-gadt-plugin, hls-graph, hls-hlint-plugin
-, hls-module-name-plugin, hls-overloaded-record-dot-plugin
-, hls-plugin-api, hls-pragmas-plugin
-, hls-qualify-imported-names-plugin, hls-refactor-plugin
-, hls-retrie-plugin, hls-splice-plugin, hls-test-utils, hp2pretty
-, hspec-expectations, implicit-hie, lens, lens-aeson, lib, lsp
-, lsp-test, lsp-types, mtl, optparse-applicative, optparse-simple
-, prettyprinter, process, regex-tdfa, row-types, safe-exceptions
-, shake, shake-bench, sqlite-simple, stm, temporary, text
-, transformers, unix, unliftio-core, unordered-containers, yaml
-}:
-mkDerivation {
-  pname = "haskell-language-server";
-  version = "2.4.0.0";
-  sha256 = "0fc7d587b3cd288d770c684611367fab666f9790c56e49d920787b15b4deeb4b";
-  configureFlags = [
-    "-f-eval" "-f-floskell" "-f-ormolu" "-f-refine-imports" "-f-rename"
-    "-f-stylishhaskell"
-  ];
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson-pretty async base base16-bytestring bytestring containers
-    cryptohash-sha1 data-default directory extra filepath ghc ghcide
-    githash hie-bios hiedb hls-alternate-number-format-plugin
-    hls-cabal-fmt-plugin hls-cabal-plugin hls-call-hierarchy-plugin
-    hls-change-type-signature-plugin hls-class-plugin
-    hls-code-range-plugin hls-explicit-fixity-plugin
-    hls-explicit-imports-plugin hls-explicit-record-fields-plugin
-    hls-fourmolu-plugin hls-gadt-plugin hls-graph hls-hlint-plugin
-    hls-module-name-plugin hls-overloaded-record-dot-plugin
-    hls-plugin-api hls-pragmas-plugin hls-qualify-imported-names-plugin
-    hls-refactor-plugin hls-retrie-plugin hls-splice-plugin lsp
-    optparse-applicative optparse-simple prettyprinter process
-    safe-exceptions sqlite-simple text unordered-containers
-  ];
-  executableHaskellDepends = [
-    aeson async base base16-bytestring binary bytestring containers
-    cryptohash-sha1 data-default deepseq directory extra filepath ghc
-    ghc-boot-th ghc-paths ghcide gitrev hashable hie-bios hiedb
-    hls-graph hls-plugin-api lens lsp lsp-types mtl
-    optparse-applicative optparse-simple prettyprinter process
-    regex-tdfa safe-exceptions sqlite-simple stm temporary text
-    transformers unix unliftio-core unordered-containers
-  ];
-  testHaskellDepends = [
-    aeson base bytestring containers data-default deepseq directory
-    extra filepath ghcide ghcide-test-utils hashable hls-plugin-api
-    hls-refactor-plugin hls-test-utils hspec-expectations lens
-    lens-aeson lsp-test lsp-types prettyprinter process row-types text
-    unordered-containers
-  ];
-  testToolDepends = [ ghcide ];
-  benchmarkHaskellDepends = [
-    aeson base containers data-default directory extra filepath
-    ghcide-bench hls-plugin-api lens lens-aeson optparse-applicative
-    shake shake-bench text yaml
-  ];
-  benchmarkToolDepends = [ ghcide-bench hp2pretty implicit-hie ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server#readme";
-  description = "LSP server for GHC";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/haskell-src.nix b/pkgs/haskell-src.nix
deleted file mode 100644
index ad389573a0fa4e0b09fcf4453a5449b22959b9e9..0000000000000000000000000000000000000000
--- a/pkgs/haskell-src.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ mkDerivation, array, base, happy, lib, pretty, syb }:
-mkDerivation {
-  pname = "haskell-src";
-  version = "1.0.4";
-  sha256 = "8bc77695f9cc113933048409d2ed3bf2a3b947e18312a23b0dbb7838d086f3ea";
-  revision = "1";
-  editedCabalFile = "0dfjzq0sxxcalqxygp2svx4890qx8b4amad0xldwy1f4xrp3lsnb";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [ array base pretty syb ];
-  libraryToolDepends = [ happy ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Support for manipulating Haskell source code";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hedgehog-fn.nix b/pkgs/hedgehog-fn.nix
index 9ebb43ce1d6b4e65d2fbd981aef4dab832f821f1..865f66020aec17045fdbba36f70f006d339283ae 100644
--- a/pkgs/hedgehog-fn.nix
+++ b/pkgs/hedgehog-fn.nix
@@ -3,8 +3,8 @@ mkDerivation {
   pname = "hedgehog-fn";
   version = "1.0";
   sha256 = "170bc58d2e5a5bc15bc3e8a0a3ea71b11b8aab8b3bfd923b7f9394afe569b915";
-  revision = "2";
-  editedCabalFile = "1x7n1r640mc6b4s6pfk96157y3r2z4mcx4i3lbq1k04cnzivd5n2";
+  revision = "3";
+  editedCabalFile = "1nz3ndndvb0xpnlrkx02l02a62jmrx01jcgxd36k843aacjklyax";
   isLibrary = true;
   isExecutable = true;
   enableSeparateDataOutput = false;
diff --git a/pkgs/hie-bios.nix b/pkgs/hie-bios.nix
deleted file mode 100644
index 9b333081299f14c238761de98e20b8775c479954..0000000000000000000000000000000000000000
--- a/pkgs/hie-bios.nix
+++ /dev/null
@@ -1,43 +0,0 @@
-{ mkDerivation, aeson, base, base16-bytestring, bytestring
-, co-log-core, conduit, conduit-extra, cryptohash-sha1, deepseq
-, directory, exceptions, extra, file-embed, filepath, ghc, lib
-, optparse-applicative, prettyprinter, tasty
-, tasty-expected-failure, tasty-hunit, template-haskell, temporary
-, text, time, transformers, unix-compat, unordered-containers, yaml
-}:
-mkDerivation {
-  pname = "hie-bios";
-  version = "0.12.0";
-  sha256 = "64eb00bb32dec259d0b92c63440bd29c72621683824693c082f643e398db2688";
-  revision = "1";
-  editedCabalFile = "18cmkzrq45schidxrn571b0x6x4vlmwkpzq0nwm97p4gsqvvwj48";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base base16-bytestring bytestring co-log-core conduit
-    conduit-extra cryptohash-sha1 deepseq directory exceptions extra
-    file-embed filepath ghc prettyprinter template-haskell temporary
-    text time transformers unix-compat unordered-containers yaml
-  ];
-  executableHaskellDepends = [
-    base co-log-core directory filepath optparse-applicative
-    prettyprinter
-  ];
-  testHaskellDepends = [
-    aeson base co-log-core directory extra filepath ghc prettyprinter
-    tasty tasty-expected-failure tasty-hunit temporary transformers
-    yaml
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/mpickering/hie-bios";
-  description = "Set up a GHC API session";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hie-compat.nix b/pkgs/hie-compat.nix
deleted file mode 100644
index 694eb26d4c9685d4bd702583f4814d63e38591fb..0000000000000000000000000000000000000000
--- a/pkgs/hie-compat.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ mkDerivation, array, base, bytestring, containers, directory
-, filepath, ghc, ghc-boot, lib, transformers
-}:
-mkDerivation {
-  pname = "hie-compat";
-  version = "0.3.1.1";
-  sha256 = "5b1a16d4b9171b06868767669eed4c58605466acbbcbc5d16f69efe7354f4737";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    array base bytestring containers directory filepath ghc ghc-boot
-    transformers
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server/tree/master/hie-compat#readme";
-  description = "HIE files for GHC 8.8 and other HIE file backports";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hiedb.nix b/pkgs/hiedb.nix
deleted file mode 100644
index 238cd8adb3b0222bc3619c52b38263a1f4db23cc..0000000000000000000000000000000000000000
--- a/pkgs/hiedb.nix
+++ /dev/null
@@ -1,38 +0,0 @@
-{ mkDerivation, algebraic-graphs, ansi-terminal, array, base
-, bytestring, containers, directory, extra, fetchgit, filepath, ghc
-, ghc-paths, hie-compat, hspec, lib, lucid, mtl
-, optparse-applicative, process, sqlite-simple, temporary
-, terminal-size, text
-}:
-mkDerivation {
-  pname = "hiedb";
-  version = "0.4.4.0";
-  src = fetchgit {
-    url = "https://github.com/wz1000/HieDB";
-    sha256 = "15sq6dqf2294ymdcwffhigdq31ci50jh2vk8hpnyqhm1bvvbmlh9";
-    rev = "62ef191df2c1ce3324c2dfc2f2a574863642435d";
-    fetchSubmodules = true;
-  };
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    algebraic-graphs ansi-terminal array base bytestring containers
-    directory extra filepath ghc hie-compat lucid mtl
-    optparse-applicative sqlite-simple terminal-size text
-  ];
-  executableHaskellDepends = [ base ghc-paths ];
-  testHaskellDepends = [
-    base directory filepath ghc ghc-paths hspec process temporary
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Generates a references DB from .hie files";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hinotify.nix b/pkgs/hinotify.nix
deleted file mode 100644
index 538fe6918ad3efeb391b4a532440661bf9ef40a5..0000000000000000000000000000000000000000
--- a/pkgs/hinotify.nix
+++ /dev/null
@@ -1,24 +0,0 @@
-{ mkDerivation, async, base, bytestring, containers, directory, lib
-, unix
-}:
-mkDerivation {
-  pname = "hinotify";
-  version = "0.4.1";
-  sha256 = "1307b100aeaf35d0d0f582d4897fac9cde39505ec52c915e213118e56674f81a";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [ async base bytestring containers unix ];
-  testHaskellDepends = [ base bytestring directory unix ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/kolmodin/hinotify";
-  description = "Haskell binding to inotify";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hlint.nix b/pkgs/hlint.nix
deleted file mode 100644
index 33d45b96b64ab16391b2d9d78aa7372ca9e1f301..0000000000000000000000000000000000000000
--- a/pkgs/hlint.nix
+++ /dev/null
@@ -1,34 +0,0 @@
-{ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
-, containers, cpphs, data-default, deriving-aeson, directory, extra
-, file-embed, filepath, filepattern, ghc-lib-parser
-, ghc-lib-parser-ex, hscolour, lib, process, refact, text
-, transformers, uniplate, unordered-containers, utf8-string, vector
-, yaml
-}:
-mkDerivation {
-  pname = "hlint";
-  version = "3.6.1";
-  sha256 = "3280132bb3c1b39faa4c8c6a937479d4622484914da6a227a2ce4b15a76741fd";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = true;
-  libraryHaskellDepends = [
-    aeson ansi-terminal base bytestring cmdargs containers cpphs
-    data-default deriving-aeson directory extra file-embed filepath
-    filepattern ghc-lib-parser ghc-lib-parser-ex hscolour process
-    refact text transformers uniplate unordered-containers utf8-string
-    vector yaml
-  ];
-  executableHaskellDepends = [ base ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/ndmitchell/hlint#readme";
-  description = "Source code suggestions";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-alternate-number-format-plugin.nix b/pkgs/hls-alternate-number-format-plugin.nix
deleted file mode 100644
index 353caa605d1b81c5e84ce684563929d87a34c0d7..0000000000000000000000000000000000000000
--- a/pkgs/hls-alternate-number-format-plugin.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, QuickCheck, aeson, base, containers, extra
-, filepath, ghc-boot-th, ghcide, hie-compat, hls-graph
-, hls-plugin-api, hls-test-utils, lens, lib, lsp, mtl, regex-tdfa
-, syb, tasty-quickcheck, text, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-alternate-number-format-plugin";
-  version = "2.4.0.0";
-  sha256 = "357276a8afec8dbc8d32d974353bfa6e8d8a206e7fe4ec20a3f4c86c19987070";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers extra ghc-boot-th ghcide hie-compat hls-graph
-    hls-plugin-api lens lsp mtl regex-tdfa syb text
-    unordered-containers
-  ];
-  testHaskellDepends = [
-    base filepath hls-test-utils lsp QuickCheck regex-tdfa
-    tasty-quickcheck text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Provide Alternate Number Formats plugin for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-cabal-fmt-plugin.nix b/pkgs/hls-cabal-fmt-plugin.nix
deleted file mode 100644
index c6d1f154bb1263019de92c33d8970a0affc13477..0000000000000000000000000000000000000000
--- a/pkgs/hls-cabal-fmt-plugin.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkDerivation, base, directory, filepath, ghcide, hls-plugin-api
-, hls-test-utils, lens, lib, lsp-types, mtl, process-extras, text
-, transformers
-}:
-mkDerivation {
-  pname = "hls-cabal-fmt-plugin";
-  version = "2.4.0.0";
-  sha256 = "79630cd9fdf28b8aa49acbdb4389489a4f99137b87f6ef4ce44be013cd9263bf";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base directory filepath ghcide hls-plugin-api lens lsp-types mtl
-    process-extras text transformers
-  ];
-  testHaskellDepends = [ base directory filepath hls-test-utils ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Integration with the cabal-fmt code formatter";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-cabal-plugin.nix b/pkgs/hls-cabal-plugin.nix
deleted file mode 100644
index c3bc677d32eecbb67999fbf9c58a2b553904cbfa..0000000000000000000000000000000000000000
--- a/pkgs/hls-cabal-plugin.nix
+++ /dev/null
@@ -1,35 +0,0 @@
-{ mkDerivation, Cabal-syntax, base, bytestring, containers, deepseq
-, directory, extra, filepath, ghcide, hashable, hls-graph
-, hls-plugin-api, hls-test-utils, lens, lib, lsp, lsp-types
-, regex-tdfa, row-types, stm, tasty-hunit, text, text-rope
-, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-cabal-plugin";
-  version = "2.4.0.0";
-  sha256 = "2337bf878ccf6e5e40b285e60dfa364b6f91b8785451b3f74320eaa75b71b59e";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base bytestring Cabal-syntax containers deepseq directory extra
-    filepath ghcide hashable hls-graph hls-plugin-api lens lsp
-    lsp-types regex-tdfa stm text text-rope transformers
-    unordered-containers
-  ];
-  testHaskellDepends = [
-    base bytestring Cabal-syntax directory filepath ghcide
-    hls-test-utils lens lsp lsp-types row-types tasty-hunit text
-    text-rope transformers
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Cabal integration plugin with Haskell Language Server";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-call-hierarchy-plugin.nix b/pkgs/hls-call-hierarchy-plugin.nix
deleted file mode 100644
index 3eb176471c8716e8b1c0bd5d9637663a1abb731e..0000000000000000000000000000000000000000
--- a/pkgs/hls-call-hierarchy-plugin.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ mkDerivation, aeson, base, containers, extra, filepath, ghcide
-, ghcide-test-utils, hiedb, hls-plugin-api, hls-test-utils, lens
-, lib, lsp, lsp-test, sqlite-simple, text, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-call-hierarchy-plugin";
-  version = "2.4.0.0";
-  sha256 = "80dee57ad447ee4419990c6af008f080d0b3506d1b79c2692fd62714459ff20f";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers extra ghcide hiedb hls-plugin-api lens lsp
-    sqlite-simple text unordered-containers
-  ];
-  testHaskellDepends = [
-    aeson base containers extra filepath ghcide-test-utils
-    hls-test-utils lens lsp lsp-test text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Call hierarchy plugin for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-change-type-signature-plugin.nix b/pkgs/hls-change-type-signature-plugin.nix
deleted file mode 100644
index dec494caeec4f118b9d28c3c9378baa7a6aa9827..0000000000000000000000000000000000000000
--- a/pkgs/hls-change-type-signature-plugin.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ mkDerivation, QuickCheck, base, containers, filepath, ghcide
-, hls-plugin-api, hls-test-utils, lib, lsp, lsp-types, regex-tdfa
-, syb, text, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-change-type-signature-plugin";
-  version = "2.4.0.0";
-  sha256 = "28706cc57dfcb41ec797518819dbdeb92881ff1efa7b088b301a7e4fe732e9c3";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base containers ghcide hls-plugin-api lsp-types regex-tdfa syb text
-    transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    base filepath hls-test-utils lsp QuickCheck regex-tdfa text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Change a declarations type signature with a Code Action";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-class-plugin.nix b/pkgs/hls-class-plugin.nix
deleted file mode 100644
index 7bc3504a4c07eac1a727375e2e37ab7dc43f9abb..0000000000000000000000000000000000000000
--- a/pkgs/hls-class-plugin.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, aeson, base, containers, deepseq, extra, filepath
-, ghc, ghc-boot-th, ghc-exactprint, ghcide, hls-graph
-, hls-plugin-api, hls-test-utils, lens, lib, lsp, lsp-types, mtl
-, row-types, text, transformers
-}:
-mkDerivation {
-  pname = "hls-class-plugin";
-  version = "2.4.0.0";
-  sha256 = "c4b4a6f38ce86bb850084cd5e2422447d31406f30eb1566c84f448a5ab1863e2";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers deepseq extra ghc ghc-boot-th ghc-exactprint
-    ghcide hls-graph hls-plugin-api lens lsp mtl text transformers
-  ];
-  testHaskellDepends = [
-    aeson base filepath ghcide hls-plugin-api hls-test-utils lens
-    lsp-types row-types text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server#readme";
-  description = "Class/instance management plugin for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-code-range-plugin.nix b/pkgs/hls-code-range-plugin.nix
deleted file mode 100644
index 39fe66c529854cda87aeb540314a29c797a2b6d6..0000000000000000000000000000000000000000
--- a/pkgs/hls-code-range-plugin.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, aeson, base, bytestring, containers, deepseq, extra
-, filepath, ghcide, hashable, hls-plugin-api, hls-test-utils, lens
-, lib, lsp, lsp-test, mtl, semigroupoids, tasty-hunit, text
-, transformers, vector
-}:
-mkDerivation {
-  pname = "hls-code-range-plugin";
-  version = "2.4.0.0";
-  sha256 = "6acaa7421a4ce10a71833638573d8ae50ad3111398ea6e0127288e239e4b2e52";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers deepseq extra ghcide hashable hls-plugin-api
-    lens lsp mtl semigroupoids text transformers vector
-  ];
-  testHaskellDepends = [
-    base bytestring containers filepath ghcide hls-plugin-api
-    hls-test-utils lens lsp lsp-test tasty-hunit text transformers
-    vector
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "HLS Plugin to support smart selection range and Folding range";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-explicit-fixity-plugin.nix b/pkgs/hls-explicit-fixity-plugin.nix
deleted file mode 100644
index a1ba1bdde77977603deaa89dac939037f2b35a4c..0000000000000000000000000000000000000000
--- a/pkgs/hls-explicit-fixity-plugin.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkDerivation, base, containers, deepseq, extra, filepath, ghc
-, ghcide, hashable, hls-plugin-api, hls-test-utils, lib, lsp, text
-, transformers
-}:
-mkDerivation {
-  pname = "hls-explicit-fixity-plugin";
-  version = "2.4.0.0";
-  sha256 = "5ec08b247db79896d80c240f56f807e7ee443c5ef53ae4635e201154bd26a06d";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base containers deepseq extra ghc ghcide hashable hls-plugin-api
-    lsp text transformers
-  ];
-  testHaskellDepends = [ base filepath hls-test-utils text ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Show fixity explicitly while hovering";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-explicit-imports-plugin.nix b/pkgs/hls-explicit-imports-plugin.nix
deleted file mode 100644
index d477bd923f8b0791a33b7ebf0cb0dbcb158da104..0000000000000000000000000000000000000000
--- a/pkgs/hls-explicit-imports-plugin.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ mkDerivation, aeson, base, containers, deepseq, extra, filepath
-, ghc, ghcide, hls-graph, hls-plugin-api, hls-test-utils, lens, lib
-, lsp, lsp-types, mtl, row-types, text, transformers
-, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-explicit-imports-plugin";
-  version = "2.4.0.0";
-  sha256 = "ca026cb615a667095807a819cff9436da66dd79b59ac6e50bc213e7b3384bc9c";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers deepseq ghc ghcide hls-graph hls-plugin-api
-    lens lsp mtl text transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    base extra filepath hls-test-utils lens lsp-types row-types text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Explicit imports plugin for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-explicit-record-fields-plugin.nix b/pkgs/hls-explicit-record-fields-plugin.nix
deleted file mode 100644
index e6b7a24f6d7eec94be394ff93c6b071763b1cb0a..0000000000000000000000000000000000000000
--- a/pkgs/hls-explicit-record-fields-plugin.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ mkDerivation, aeson, base, containers, filepath, ghc, ghc-boot-th
-, ghcide, hls-graph, hls-plugin-api, hls-test-utils, lens, lib, lsp
-, lsp-test, syb, text, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-explicit-record-fields-plugin";
-  version = "2.4.0.0";
-  sha256 = "9c8b90c2ae9c886e811dd228302d83c67ea8aa537e60afd9f546a4eced3cac98";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers ghc ghc-boot-th ghcide hls-graph
-    hls-plugin-api lens lsp syb text transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    base filepath hls-test-utils lsp-test text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Explicit record fields plugin for Haskell Language Server";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-fourmolu-plugin.nix b/pkgs/hls-fourmolu-plugin.nix
deleted file mode 100644
index 780f5549932e27eaaae40a1b53c493cf9aa66c1f..0000000000000000000000000000000000000000
--- a/pkgs/hls-fourmolu-plugin.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, aeson, base, containers, filepath, fourmolu, ghc
-, ghc-boot-th, ghcide, hls-plugin-api, hls-test-utils, lens, lib
-, lsp, lsp-test, mtl, process-extras, text, transformers
-}:
-mkDerivation {
-  pname = "hls-fourmolu-plugin";
-  version = "2.4.0.0";
-  sha256 = "2b3b287559d2f01e24cba8206212340e5a2d6431c0a8cc962e7f209776737d84";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base filepath fourmolu ghc ghc-boot-th ghcide hls-plugin-api lens
-    lsp mtl process-extras text transformers
-  ];
-  testHaskellDepends = [
-    aeson base containers filepath hls-plugin-api hls-test-utils
-    lsp-test
-  ];
-  testToolDepends = [ fourmolu ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server";
-  description = "Integration with the Fourmolu code formatter";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-gadt-plugin.nix b/pkgs/hls-gadt-plugin.nix
deleted file mode 100644
index 654a727db0cfde6166922e809f21690efc493936..0000000000000000000000000000000000000000
--- a/pkgs/hls-gadt-plugin.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-{ mkDerivation, aeson, base, containers, extra, filepath, ghc
-, ghc-boot-th, ghc-exactprint, ghcide, hls-plugin-api
-, hls-refactor-plugin, hls-test-utils, lens, lib, lsp, lsp-test
-, mtl, text, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-gadt-plugin";
-  version = "2.4.0.0";
-  sha256 = "f2c291ff57ef714be2ad977914ee32aad40fe8d3b46050380bd50431117f1bc2";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers extra ghc ghc-boot-th ghc-exactprint ghcide
-    hls-plugin-api hls-refactor-plugin lens lsp mtl text transformers
-    unordered-containers
-  ];
-  testHaskellDepends = [
-    base filepath hls-test-utils lens lsp lsp-test text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Convert to GADT syntax plugin";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-graph.nix b/pkgs/hls-graph.nix
deleted file mode 100644
index ab0b7b4415738312541ec62748080f53f7183742..0000000000000000000000000000000000000000
--- a/pkgs/hls-graph.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ mkDerivation, aeson, async, base, bytestring, containers, deepseq
-, directory, exceptions, extra, filepath, focus, hashable, hspec
-, hspec-discover, js-dgtable, js-flot, js-jquery, lib, list-t, stm
-, stm-containers, tasty, tasty-hspec, tasty-hunit, tasty-rerun
-, text, time, transformers, unliftio, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-graph";
-  version = "2.4.0.0";
-  sha256 = "45c894264be5710a6b0c569a8bc35630d515ea92bcca805fe6e2551348723a41";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = true;
-  libraryHaskellDepends = [
-    aeson async base bytestring containers deepseq directory exceptions
-    extra filepath focus hashable js-dgtable js-flot js-jquery list-t
-    stm stm-containers text time transformers unliftio
-    unordered-containers
-  ];
-  testHaskellDepends = [
-    base containers directory extra filepath hspec stm stm-containers
-    tasty tasty-hspec tasty-hunit tasty-rerun text unordered-containers
-  ];
-  testToolDepends = [ hspec-discover ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server#readme";
-  description = "Haskell Language Server internal graph API";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-hlint-plugin.nix b/pkgs/hls-hlint-plugin.nix
deleted file mode 100644
index 1ad20695a41693c71d3ed9602f284ab12e6d26cd..0000000000000000000000000000000000000000
--- a/pkgs/hls-hlint-plugin.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ mkDerivation, Diff, aeson, apply-refact, base, binary, bytestring
-, containers, data-default, deepseq, directory, extra, filepath
-, ghc-exactprint, ghc-lib-parser, ghc-lib-parser-ex, ghcide
-, hashable, hlint, hls-plugin-api, hls-test-utils, lens, lib, lsp
-, lsp-types, mtl, refact, regex-tdfa, row-types, stm, temporary
-, text, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-hlint-plugin";
-  version = "2.4.0.0";
-  sha256 = "b36f4ff71a741b5d503496f771c42c097d378c05316a0fc6edd22a537595ce8c";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson apply-refact base binary bytestring containers data-default
-    deepseq Diff directory extra filepath ghc-exactprint ghc-lib-parser
-    ghc-lib-parser-ex ghcide hashable hlint hls-plugin-api lens lsp mtl
-    refact regex-tdfa stm temporary text transformers
-    unordered-containers
-  ];
-  testHaskellDepends = [
-    aeson base containers filepath hls-plugin-api hls-test-utils lens
-    lsp-types row-types text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Hlint integration plugin with Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-module-name-plugin.nix b/pkgs/hls-module-name-plugin.nix
deleted file mode 100644
index 8e544e29d07a28e9a7d393ea6d0c26c5d1b843e7..0000000000000000000000000000000000000000
--- a/pkgs/hls-module-name-plugin.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkDerivation, aeson, base, containers, directory, filepath
-, ghcide, hls-plugin-api, hls-test-utils, lib, lsp, text
-, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-module-name-plugin";
-  version = "2.4.0.0";
-  sha256 = "793e507aed297852234a9e9a0e9b731a2cdb752e046e6b155c13c267cb03b206";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers directory filepath ghcide hls-plugin-api lsp
-    text transformers unordered-containers
-  ];
-  testHaskellDepends = [ base filepath hls-test-utils ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Module name plugin for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-overloaded-record-dot-plugin.nix b/pkgs/hls-overloaded-record-dot-plugin.nix
deleted file mode 100644
index 7c94700f0284931c0511d4065c3ebfc57ef10ba3..0000000000000000000000000000000000000000
--- a/pkgs/hls-overloaded-record-dot-plugin.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-{ mkDerivation, aeson, base, containers, deepseq, filepath
-, ghc-boot-th, ghcide, hls-graph, hls-plugin-api, hls-test-utils
-, lens, lib, lsp, lsp-test, lsp-types, row-types, syb, text
-, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-overloaded-record-dot-plugin";
-  version = "2.4.0.0";
-  sha256 = "0401108b10d5e605e7cd22fde78ca9a51e9606981e94d428df5683ee04d1d909";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers deepseq ghc-boot-th ghcide hls-graph
-    hls-plugin-api lens lsp syb text transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    base filepath ghcide hls-plugin-api hls-test-utils lens lsp-test
-    lsp-types row-types text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Overloaded record dot plugin for Haskell Language Server";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-plugin-api.nix b/pkgs/hls-plugin-api.nix
deleted file mode 100644
index af7bd4e474f6786f362f2aba87b1c8424ede87f5..0000000000000000000000000000000000000000
--- a/pkgs/hls-plugin-api.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-{ mkDerivation, Diff, aeson, base, co-log-core, containers
-, criterion, data-default, deepseq, dependent-map, dependent-sum
-, dlist, extra, filepath, ghc, hashable, hls-graph, hw-fingertree
-, lens, lens-aeson, lib, lsp, lsp-types, megaparsec, mtl
-, opentelemetry, optparse-applicative, prettyprinter, random
-, random-fu, regex-tdfa, row-types, stm, tasty, tasty-hunit
-, tasty-quickcheck, tasty-rerun, text, time, transformers, unix
-, unliftio, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-plugin-api";
-  version = "2.4.0.0";
-  sha256 = "1e7f703183db2795d21dab2291cbdc3f2c4d4dd566c8e2e70cb3159ba0ee16fb";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base co-log-core containers data-default dependent-map
-    dependent-sum Diff dlist extra filepath ghc hashable hls-graph
-    hw-fingertree lens lens-aeson lsp megaparsec mtl opentelemetry
-    optparse-applicative prettyprinter regex-tdfa row-types stm text
-    time transformers unix unliftio unordered-containers
-  ];
-  testHaskellDepends = [
-    base containers lsp-types tasty tasty-hunit tasty-quickcheck
-    tasty-rerun text
-  ];
-  benchmarkHaskellDepends = [
-    base criterion deepseq lsp-types random random-fu
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server#readme";
-  description = "Haskell Language Server API for plugin communication";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-pragmas-plugin.nix b/pkgs/hls-pragmas-plugin.nix
deleted file mode 100644
index e576045f47c564459ded872309c8c278c4f1cfa5..0000000000000000000000000000000000000000
--- a/pkgs/hls-pragmas-plugin.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ mkDerivation, aeson, base, containers, extra, filepath, fuzzy
-, ghc, ghcide, hls-plugin-api, hls-test-utils, lens, lib, lsp
-, lsp-types, text, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-pragmas-plugin";
-  version = "2.4.0.0";
-  sha256 = "32753f991a9053fa626a70e38870d7250c14d2e1e64061320cf5080146299e11";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base containers extra fuzzy ghc ghcide hls-plugin-api lens lsp text
-    transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    aeson base filepath hls-test-utils lens lsp-types text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Pragmas plugin for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-qualify-imported-names-plugin.nix b/pkgs/hls-qualify-imported-names-plugin.nix
deleted file mode 100644
index db557d1c406b794e32d8108e31dc10002f50a988..0000000000000000000000000000000000000000
--- a/pkgs/hls-qualify-imported-names-plugin.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkDerivation, aeson, base, containers, deepseq, dlist, filepath
-, ghc, ghcide, hls-graph, hls-plugin-api, hls-test-utils, lens, lib
-, lsp, text, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-qualify-imported-names-plugin";
-  version = "2.4.0.0";
-  sha256 = "7d4b81682e1c82b37fd331bd12cdf0fe8b48a2e460febd924ea4aedd78b72afe";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers deepseq dlist ghc ghcide hls-graph
-    hls-plugin-api lens lsp text transformers unordered-containers
-  ];
-  testHaskellDepends = [ base filepath hls-test-utils text ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "A Haskell Language Server plugin that qualifies imported names";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-refactor-plugin.nix b/pkgs/hls-refactor-plugin.nix
deleted file mode 100644
index 205725e3d73dd76b57fda762ae1e07e081e44bf4..0000000000000000000000000000000000000000
--- a/pkgs/hls-refactor-plugin.nix
+++ /dev/null
@@ -1,39 +0,0 @@
-{ mkDerivation, aeson, async, base, bytestring, containers
-, data-default, deepseq, directory, dlist, extra, filepath, ghc
-, ghc-boot, ghc-exactprint, ghcide, ghcide-test-utils, hls-graph
-, hls-plugin-api, hls-test-utils, lens, lib, lsp, lsp-test
-, lsp-types, mtl, network-uri, parser-combinators
-, regex-applicative, regex-tdfa, retrie, shake, syb, tasty
-, tasty-expected-failure, tasty-hunit, tasty-rerun, text, text-rope
-, time, transformers, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-refactor-plugin";
-  version = "2.4.0.0";
-  sha256 = "1ed949dabeb56ebbec70e51d5b4489728888459ad3e91d92d76e1ae279b1460b";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base bytestring containers data-default deepseq dlist extra
-    ghc ghc-boot ghc-exactprint ghcide hls-graph hls-plugin-api lens
-    lsp mtl parser-combinators regex-applicative regex-tdfa retrie syb
-    text text-rope time transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    aeson async base containers data-default directory extra filepath
-    ghc ghcide ghcide-test-utils hls-plugin-api hls-test-utils lens
-    lsp-test lsp-types network-uri parser-combinators regex-tdfa shake
-    tasty tasty-expected-failure tasty-hunit tasty-rerun text text-rope
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Exactprint refactorings for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-retrie-plugin.nix b/pkgs/hls-retrie-plugin.nix
deleted file mode 100644
index 1ef235d0c31275411a94866b89fe94b14446c8c1..0000000000000000000000000000000000000000
--- a/pkgs/hls-retrie-plugin.nix
+++ /dev/null
@@ -1,33 +0,0 @@
-{ mkDerivation, aeson, base, bytestring, containers, deepseq
-, directory, extra, filepath, ghc, ghcide, hashable, hls-plugin-api
-, hls-refactor-plugin, hls-test-utils, lens, lib, lsp, lsp-types
-, mtl, retrie, safe-exceptions, stm, text, transformers
-, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-retrie-plugin";
-  version = "2.4.0.0";
-  sha256 = "314317515eaccdfbaff89ab23da0dfe73774276272a16cb5c95b314d50819496";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base bytestring containers deepseq directory extra ghc ghcide
-    hashable hls-plugin-api hls-refactor-plugin lens lsp lsp-types mtl
-    retrie safe-exceptions stm text transformers unordered-containers
-  ];
-  testHaskellDepends = [
-    aeson base containers filepath hls-plugin-api hls-refactor-plugin
-    hls-test-utils text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Retrie integration plugin for Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-splice-plugin.nix b/pkgs/hls-splice-plugin.nix
deleted file mode 100644
index a23e9cdd882b03254167b2f8e1a8dbcc63d37386..0000000000000000000000000000000000000000
--- a/pkgs/hls-splice-plugin.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, aeson, base, containers, dlist, extra, filepath
-, foldl, ghc, ghc-exactprint, ghcide, hls-plugin-api
-, hls-refactor-plugin, hls-test-utils, lens, lib, lsp, mtl, retrie
-, row-types, syb, text, transformers, unliftio-core
-, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-splice-plugin";
-  version = "2.4.0.0";
-  sha256 = "acbeb9d19d8b7d54318847079e18333e0589763e499397cd1965fa48b05c8234";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base containers dlist extra foldl ghc ghc-exactprint ghcide
-    hls-plugin-api hls-refactor-plugin lens lsp mtl retrie syb text
-    transformers unliftio-core unordered-containers
-  ];
-  testHaskellDepends = [
-    base filepath hls-test-utils row-types text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hls-test-utils.nix b/pkgs/hls-test-utils.nix
deleted file mode 100644
index 0b5285454bdffc0f13da44b5ec59dd6ecbecce92..0000000000000000000000000000000000000000
--- a/pkgs/hls-test-utils.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, aeson, async, base, blaze-markup, bytestring
-, containers, data-default, directory, extra, filepath, ghcide
-, hls-graph, hls-plugin-api, lens, lib, lsp, lsp-test, lsp-types
-, row-types, tasty, tasty-expected-failure, tasty-golden
-, tasty-hunit, tasty-rerun, temporary, text, unordered-containers
-}:
-mkDerivation {
-  pname = "hls-test-utils";
-  version = "2.4.0.0";
-  sha256 = "9ccac05eb398d7d4ddd4ababc445323122b79f4f69103544f6eb0ea7a44e8b3a";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson async base blaze-markup bytestring containers data-default
-    directory extra filepath ghcide hls-graph hls-plugin-api lens lsp
-    lsp-test lsp-types row-types tasty tasty-expected-failure
-    tasty-golden tasty-hunit tasty-rerun temporary text
-    unordered-containers
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/haskell-language-server#readme";
-  description = "Utilities used in the tests of Haskell Language Server";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/hoauth2.nix b/pkgs/hoauth2.nix
index 275fb431633ae7da20a58a0e9792065a44163b9b..29a9f9995e66dea559e72b5163d5e83ccd32ae7c 100644
--- a/pkgs/hoauth2.nix
+++ b/pkgs/hoauth2.nix
@@ -19,7 +19,7 @@ mkDerivation {
   testToolDepends = [ hspec-discover ];
   enableLibraryProfiling = true;
   enableExecutableProfiling = true;
-  doHaddock = false;
+  doHaddock = true;
   jailbreak = true;
   doCheck = false;
   doBenchmark = false;
diff --git a/pkgs/hp2pretty.nix b/pkgs/hp2pretty.nix
deleted file mode 100644
index 5e22b71970b1c9b5a9711605f71e517aef0afcfb..0000000000000000000000000000000000000000
--- a/pkgs/hp2pretty.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ mkDerivation, array, attoparsec, base, containers, filepath
-, floatshow, lib, mtl, optparse-applicative, semigroups, text
-}:
-mkDerivation {
-  pname = "hp2pretty";
-  version = "0.10";
-  sha256 = "226c0f3762861c29748e83a3c93388c284aba33cfef45623ca69acc8764535c7";
-  isLibrary = false;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  executableHaskellDepends = [
-    array attoparsec base containers filepath floatshow mtl
-    optparse-applicative semigroups text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://mathr.co.uk/blog/hp2pretty.html";
-  description = "generate pretty graphs from heap profiles";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/implicit-hie-cradle.nix b/pkgs/implicit-hie-cradle.nix
deleted file mode 100644
index ece39496d5ea44ef05d55ce2fd1511d2daea7b79..0000000000000000000000000000000000000000
--- a/pkgs/implicit-hie-cradle.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ mkDerivation, base, directory, extra, filepath, hie-bios
-, implicit-hie, lib, process, transformers
-}:
-mkDerivation {
-  pname = "implicit-hie-cradle";
-  version = "0.5.0.1";
-  sha256 = "ee5623f8476e01c83dee8acbe5df4049613a5ff6b1831b00eec406c12785cae7";
-  revision = "1";
-  editedCabalFile = "170mbhpw724wa9b7i9jl2vwhzhn9143ms3ws2rz7pbkr896l3jfv";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base directory extra filepath hie-bios implicit-hie process
-    transformers
-  ];
-  testHaskellDepends = [ base ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/Avi-D-coder/implicit-hie-cradle#readme";
-  description = "Auto generate hie-bios cradles";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/implicit-hie.nix b/pkgs/implicit-hie.nix
deleted file mode 100644
index 9be9c08fd58dadaaf119f18cd9ee4da9b9d012b3..0000000000000000000000000000000000000000
--- a/pkgs/implicit-hie.nix
+++ /dev/null
@@ -1,34 +0,0 @@
-{ mkDerivation, attoparsec, base, directory, filepath, filepattern
-, hspec, hspec-attoparsec, lib, text, transformers, yaml
-}:
-mkDerivation {
-  pname = "implicit-hie";
-  version = "0.1.4.0";
-  sha256 = "931814d6c1bb9f8f6d57161783eacb7b95e66398e1b20d652eca0759206def21";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    attoparsec base directory filepath filepattern text transformers
-    yaml
-  ];
-  executableHaskellDepends = [
-    attoparsec base directory filepath filepattern text transformers
-    yaml
-  ];
-  testHaskellDepends = [
-    attoparsec base directory filepath filepattern hspec
-    hspec-attoparsec text transformers yaml
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/Avi-D-coder/implicit-hie#readme";
-  description = "Auto generate hie-bios cradles & hie.yaml";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/insert-ordered-containers.nix b/pkgs/insert-ordered-containers.nix
index 78409682e12633e050e4d79bc368a6bac05b60ce..7a084b1ecba00adfda2e337074490f05fb14e9c3 100644
--- a/pkgs/insert-ordered-containers.nix
+++ b/pkgs/insert-ordered-containers.nix
@@ -7,6 +7,8 @@ mkDerivation {
   pname = "insert-ordered-containers";
   version = "0.2.5.3";
   sha256 = "f04f6e59795d8e362d15422a62d7c7c48312c2d97d2bc4372002a8a9b9a2436c";
+  revision = "1";
+  editedCabalFile = "12fkswr70fw2av11yy45v189r6cb8fcg0l1r7mayvwha3gls0j3n";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/language-c.nix b/pkgs/language-c.nix
index a0fa1b26d8177dabcfd49fc4e00ac36e2921f597..4ba5bef5789e36811c1a811b4e60346ae161a664 100644
--- a/pkgs/language-c.nix
+++ b/pkgs/language-c.nix
@@ -5,6 +5,8 @@ mkDerivation {
   pname = "language-c";
   version = "0.9.2";
   sha256 = "b2310d2fda16df72e9f8f63ef18bec2e09ae3aff5891dc948c3d9cb72cef6cb3";
+  revision = "1";
+  editedCabalFile = "03qfp9mf4yrdw3m6sab3np7wjaigg5p3xiiirxin8ihsnnx4rv5l";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/list-t.nix b/pkgs/list-t.nix
deleted file mode 100644
index d76a7a67874bbc6404f6782b92a3e40b95b80758..0000000000000000000000000000000000000000
--- a/pkgs/list-t.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkDerivation, HTF, base, base-prelude, foldl, lib, logict, mmorph
-, monad-control, mtl, mtl-prelude, transformers, transformers-base
-}:
-mkDerivation {
-  pname = "list-t";
-  version = "1.0.5.7";
-  sha256 = "40928967728c7c96363309b372f415ca1729de0951c78ea1fa37f839687d6b46";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base foldl logict mmorph monad-control mtl transformers
-    transformers-base
-  ];
-  testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/nikita-volkov/list-t";
-  description = "ListT done right";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/lsp-test.nix b/pkgs/lsp-test.nix
deleted file mode 100644
index b94a96b7f009194a230a1f4b275022d986f90969..0000000000000000000000000000000000000000
--- a/pkgs/lsp-test.nix
+++ /dev/null
@@ -1,39 +0,0 @@
-{ mkDerivation, Diff, Glob, aeson, aeson-pretty, ansi-terminal
-, async, base, bytestring, co-log-core, conduit, conduit-parse
-, containers, data-default, directory, exceptions, extra, filepath
-, hspec, lens, lens-aeson, lib, lsp, lsp-types, mtl
-, parser-combinators, process, row-types, some, text, time
-, transformers, unix, unliftio
-}:
-mkDerivation {
-  pname = "lsp-test";
-  version = "0.16.0.0";
-  sha256 = "0ea6672ce6287329c6c731a95aef730a3ed8f3ecd0fbf357ad9ea08f6dda5d28";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson aeson-pretty ansi-terminal async base bytestring co-log-core
-    conduit conduit-parse containers data-default Diff directory
-    exceptions filepath Glob lens lens-aeson lsp lsp-types mtl
-    parser-combinators process row-types some text time transformers
-    unix
-  ];
-  testHaskellDepends = [
-    aeson base co-log-core containers data-default directory filepath
-    hspec lens lsp mtl parser-combinators process text unliftio
-  ];
-  testToolDepends = [ lsp ];
-  benchmarkHaskellDepends = [ base extra lsp process ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/lsp/blob/master/lsp-test/README.md";
-  description = "Functional test framework for LSP servers";
-  license = lib.licenses.bsd3;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/lsp-types.nix b/pkgs/lsp-types.nix
deleted file mode 100644
index 842ee4a8ec39c012903fcef3a7836bc6eae11531..0000000000000000000000000000000000000000
--- a/pkgs/lsp-types.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-{ mkDerivation, Diff, QuickCheck, aeson, base, binary, containers
-, data-default, deepseq, directory, dlist, exceptions, file-embed
-, filepath, hashable, hspec, hspec-discover, indexed-traversable
-, indexed-traversable-instances, lens, lens-aeson, lib, mod, mtl
-, network-uri, prettyprinter, quickcheck-instances, regex
-, row-types, safe, some, template-haskell, text
-, unordered-containers
-}:
-mkDerivation {
-  pname = "lsp-types";
-  version = "2.0.2.0";
-  sha256 = "4686b80ad6b98d7ca773bf5a25a0797093c96b236da8089690ec3ab4462f0969";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base binary containers data-default deepseq Diff dlist
-    exceptions file-embed filepath hashable indexed-traversable
-    indexed-traversable-instances lens lens-aeson mod mtl network-uri
-    prettyprinter row-types safe some template-haskell text
-    unordered-containers
-  ];
-  executableHaskellDepends = [
-    base containers directory filepath mtl prettyprinter regex text
-  ];
-  testHaskellDepends = [
-    aeson base filepath hspec lens network-uri QuickCheck
-    quickcheck-instances row-types text
-  ];
-  testToolDepends = [ hspec-discover ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = false;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/lsp";
-  description = "Haskell library for the Microsoft Language Server Protocol, data types";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/lsp.nix b/pkgs/lsp.nix
deleted file mode 100644
index c67f75bb701331a7a9367ec400b1e5cddaebedfa..0000000000000000000000000000000000000000
--- a/pkgs/lsp.nix
+++ /dev/null
@@ -1,38 +0,0 @@
-{ mkDerivation, aeson, async, attoparsec, base, bytestring
-, co-log-core, containers, data-default, directory, exceptions
-, filepath, hashable, hspec, hspec-discover, lens, lens-aeson, lib
-, lsp-types, mtl, prettyprinter, random, row-types, sorted-list
-, stm, temporary, text, text-rope, transformers, unliftio-core
-, unordered-containers, uuid
-}:
-mkDerivation {
-  pname = "lsp";
-  version = "2.2.0.0";
-  sha256 = "592a2d5df3bfc100320ee98d978694dd7d8e5568364daab42f767fb94f9f1d5b";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson async attoparsec base bytestring co-log-core containers
-    data-default directory exceptions filepath hashable lens lens-aeson
-    lsp-types mtl prettyprinter random row-types sorted-list stm
-    temporary text text-rope transformers unliftio-core
-    unordered-containers uuid
-  ];
-  testHaskellDepends = [
-    base containers hspec row-types sorted-list text text-rope
-    unordered-containers
-  ];
-  testToolDepends = [ hspec-discover ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/haskell/lsp";
-  description = "Haskell library for the Microsoft Language Server Protocol";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/multiset.nix b/pkgs/multiset.nix
index 4683484e4b6d5205f787aeaf36813fc03be19bcc..02588aad6f16ca1f6628ba4a0a3dfe9ca0a1ea79 100644
--- a/pkgs/multiset.nix
+++ b/pkgs/multiset.nix
@@ -5,6 +5,8 @@ mkDerivation {
   pname = "multiset";
   version = "0.3.4.3";
   sha256 = "79fcae15a5d3ce28f0b973ad90290f7451396e81cc92007456ce2bb49b9415c4";
+  revision = "1";
+  editedCabalFile = "0wkwvavc75q7g7gjxh7jc4cla65ys8136jf14g3ifma5vy3wafs5";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/optics-extra.nix b/pkgs/optics-extra.nix
index 91850f7f71997cb27713e13bdb6d6787dd3df49a..d7006db1e4cf70d93f4f66911e99c711c14d3b64 100644
--- a/pkgs/optics-extra.nix
+++ b/pkgs/optics-extra.nix
@@ -6,8 +6,8 @@ mkDerivation {
   pname = "optics-extra";
   version = "0.4.2.1";
   sha256 = "7e23a7a325e3448354614d3d958279c9ac2fdd0831ceee2808830e7a962fca41";
-  revision = "1";
-  editedCabalFile = "0bpr1bkb7mmww028n8ikwa0qhdl7ybxpb9s887dlp3dvxr5iq8nq";
+  revision = "2";
+  editedCabalFile = "0w7am7pvwg4mx0nrksxgr2rvnk99nhqfpj80ig21m9xbpxsh22x4";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/optics-th.nix b/pkgs/optics-th.nix
index c0b484333fa6d0c07c08aa99fd61fa57980f38a2..12c7203faeb308d3e33ca16f517880f2e8da0ace 100644
--- a/pkgs/optics-th.nix
+++ b/pkgs/optics-th.nix
@@ -5,8 +5,8 @@ mkDerivation {
   pname = "optics-th";
   version = "0.4.1";
   sha256 = "d73857b79dcd8f7c7e70fa4727f134145b62902e8d3e448f8b25c38a9da4fd17";
-  revision = "5";
-  editedCabalFile = "0a9h1bll1m9v40cv7ifv2sy3k6sfcq325s7cpk33wh65awf5zpl7";
+  revision = "6";
+  editedCabalFile = "03qm6q7gw97qlcgnqp097dyvqkqpq4ph95y5ra6k6da218rbl1nk";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/pandoc-types.nix b/pkgs/pandoc-types.nix
index 44f41765a1927ccd92796a516b5a43cfbb295400..c733270f618d4775eb4166cbbca1b10aac449bfb 100644
--- a/pkgs/pandoc-types.nix
+++ b/pkgs/pandoc-types.nix
@@ -7,6 +7,8 @@ mkDerivation {
   pname = "pandoc-types";
   version = "1.23.1";
   sha256 = "ad0fa083d28d452b7d37a1c67a2c140137a5f29a2f52fd88e807fac20245a1c1";
+  revision = "1";
+  editedCabalFile = "02yaziq3xyz9zqr4qrqm4drlqpa3xnxmm5x0ci52c5p5dr3c3b3d";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/postgresql-libpq.nix b/pkgs/postgresql-libpq.nix
index 7338bcab99ddb9477866f51cb0bb4b1deb32b687..6ee788428435499f92fb44c62054c4bdda5026e9 100644
--- a/pkgs/postgresql-libpq.nix
+++ b/pkgs/postgresql-libpq.nix
@@ -3,6 +3,8 @@ mkDerivation {
   pname = "postgresql-libpq";
   version = "0.10.0.0";
   sha256 = "54bca8926fafea05870437732a4d4a200558053b36f9f0867fd3689e035bdf62";
+  revision = "1";
+  editedCabalFile = "1xqf1mqbsq75iay8hv4d8ac5psaay6v106w0nqv00p1y5vfay72w";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/postgresql-simple.nix b/pkgs/postgresql-simple.nix
index b723fa01aa73623859a0970fbe4973842059e412..9b4172ef3202f6e1e8911ccf660fdd88d0b9fd2a 100644
--- a/pkgs/postgresql-simple.nix
+++ b/pkgs/postgresql-simple.nix
@@ -9,6 +9,8 @@ mkDerivation {
   pname = "postgresql-simple";
   version = "0.7.0.0";
   sha256 = "8cb81bb55100715e590d3215d0f0eb6f6c39cc070c070ab621b00cfcc5e4a13e";
+  revision = "1";
+  editedCabalFile = "0yhggx06wbg57psqa8sswf85qfzy8ndssv13vwmxj0gc1ca1zv4l";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/primitive-extras.nix b/pkgs/primitive-extras.nix
deleted file mode 100644
index b3cdeb64d43a875c12cbd496c595d52357c8dc7b..0000000000000000000000000000000000000000
--- a/pkgs/primitive-extras.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ mkDerivation, QuickCheck, base, bytestring, cereal
-, deferred-folds, focus, foldl, lib, list-t, primitive
-, primitive-unlifted, profunctors, rerebase, tasty, tasty-hunit
-, tasty-quickcheck, vector
-}:
-mkDerivation {
-  pname = "primitive-extras";
-  version = "0.10.1.10";
-  sha256 = "14f95972c51a7453573770cec6f345720ea83f375e03f7f1535c34de46a903ad";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base bytestring cereal deferred-folds focus foldl list-t primitive
-    primitive-unlifted profunctors vector
-  ];
-  testHaskellDepends = [
-    cereal deferred-folds focus primitive QuickCheck rerebase tasty
-    tasty-hunit tasty-quickcheck
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/metrix-ai/primitive-extras";
-  description = "Extras for the \"primitive\" library";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/retrie.nix b/pkgs/retrie.nix
deleted file mode 100644
index 480376162d3ae6ca018f44e65928def1a741a811..0000000000000000000000000000000000000000
--- a/pkgs/retrie.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{ mkDerivation, HUnit, ansi-terminal, async, base, bytestring
-, containers, data-default, deepseq, directory, exceptions
-, filepath, ghc, ghc-exactprint, ghc-paths, haskell-src-exts, lib
-, list-t, mtl, optparse-applicative, process, random-shuffle, syb
-, tasty, tasty-hunit, temporary, text, transformers
-, unordered-containers
-}:
-mkDerivation {
-  pname = "retrie";
-  version = "1.2.2";
-  sha256 = "8a9569eb4296a17584a47c65c5b5a27ab09f53614f0d64214f200ebdfb719b77";
-  revision = "1";
-  editedCabalFile = "01lcgn0jlmg3s8q1zrsbal2hz3x07gf0lzqjmf3h946a0lkpfal9";
-  isLibrary = true;
-  isExecutable = true;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    ansi-terminal async base bytestring containers data-default
-    directory filepath ghc ghc-exactprint list-t mtl
-    optparse-applicative process random-shuffle syb text transformers
-    unordered-containers
-  ];
-  executableHaskellDepends = [ base ghc-paths haskell-src-exts ];
-  testHaskellDepends = [
-    base containers data-default deepseq directory exceptions filepath
-    ghc ghc-exactprint ghc-paths haskell-src-exts HUnit mtl
-    optparse-applicative process syb tasty tasty-hunit temporary text
-    unordered-containers
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/facebookincubator/retrie";
-  description = "A powerful, easy-to-use codemodding tool for Haskell";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/shake-bench.nix b/pkgs/shake-bench.nix
deleted file mode 100644
index 5b346529d99265904929390f1df25e01aca494e6..0000000000000000000000000000000000000000
--- a/pkgs/shake-bench.nix
+++ /dev/null
@@ -1,28 +0,0 @@
-{ mkDerivation, Chart, Chart-diagrams, aeson, base, bytestring
-, diagrams-contrib, diagrams-core, diagrams-lib, diagrams-svg
-, directory, extra, filepath, lens, lens-aeson, lib, mtl, shake
-, text
-}:
-mkDerivation {
-  pname = "shake-bench";
-  version = "0.2.0.0";
-  sha256 = "21f159e881e3bc71406877a51fc40e1c9e7b553bbf376b0400087222f90ddd4b";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    aeson base bytestring Chart Chart-diagrams diagrams-contrib
-    diagrams-core diagrams-lib diagrams-svg directory extra filepath
-    lens lens-aeson mtl shake text
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  description = "Build rules for historical benchmarking";
-  license = lib.licenses.asl20;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/stm-containers.nix b/pkgs/stm-containers.nix
deleted file mode 100644
index 7d9a5dfe1da77ea47fde0747a5ce451725e7de17..0000000000000000000000000000000000000000
--- a/pkgs/stm-containers.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ mkDerivation, base, deferred-folds, focus, foldl, free, hashable
-, lib, list-t, quickcheck-instances, rerebase, stm-hamt, tasty
-, tasty-hunit, tasty-quickcheck, transformers
-}:
-mkDerivation {
-  pname = "stm-containers";
-  version = "1.2.0.3";
-  sha256 = "928cbcbcd8300e16cda4f2042d9fff2cbc89feec4ea95e901e38f6e9a5f690b1";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base deferred-folds focus hashable list-t stm-hamt transformers
-  ];
-  testHaskellDepends = [
-    deferred-folds focus foldl free list-t quickcheck-instances
-    rerebase tasty tasty-hunit tasty-quickcheck
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/nikita-volkov/stm-containers";
-  description = "Containers for STM";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/stm-hamt.nix b/pkgs/stm-hamt.nix
deleted file mode 100644
index 45a3aa72033d324c39387e494b60438fa621e0ef..0000000000000000000000000000000000000000
--- a/pkgs/stm-hamt.nix
+++ /dev/null
@@ -1,35 +0,0 @@
-{ mkDerivation, QuickCheck, async, base, criterion, deferred-folds
-, focus, free, hashable, lib, list-t, primitive, primitive-extras
-, quickcheck-instances, random, rebase, rerebase, tasty
-, tasty-hunit, tasty-quickcheck, transformers
-}:
-mkDerivation {
-  pname = "stm-hamt";
-  version = "1.2.0.14";
-  sha256 = "ad4b4badc608cb8a4befdf0b5304932b4eb9a1fe27640488ed03f7e17db31866";
-  isLibrary = true;
-  isExecutable = false;
-  enableSeparateDataOutput = false;
-  libraryHaskellDepends = [
-    base deferred-folds focus hashable list-t primitive
-    primitive-extras transformers
-  ];
-  testHaskellDepends = [
-    deferred-folds focus QuickCheck quickcheck-instances rerebase tasty
-    tasty-hunit tasty-quickcheck
-  ];
-  benchmarkHaskellDepends = [
-    async criterion focus free random rebase
-  ];
-  enableLibraryProfiling = true;
-  enableExecutableProfiling = true;
-  doHaddock = true;
-  jailbreak = true;
-  doCheck = false;
-  doBenchmark = false;
-  hyperlinkSource = false;
-  homepage = "https://github.com/nikita-volkov/stm-hamt";
-  description = "STM-specialised Hash Array Mapped Trie";
-  license = lib.licenses.mit;
-  broken = false;
-}
\ No newline at end of file
diff --git a/pkgs/tdigest.nix b/pkgs/tdigest.nix
index eeb6cdf8bd29c316fc7eb500d09b25d18f92af28..44dd57c9cef92bef4add02e22682ed7b0288134a 100644
--- a/pkgs/tdigest.nix
+++ b/pkgs/tdigest.nix
@@ -6,6 +6,8 @@ mkDerivation {
   pname = "tdigest";
   version = "0.3";
   sha256 = "6ba5e689297f22e45e8b240a27397285cbf76c65b631f58c5d48f579048a4d0a";
+  revision = "1";
+  editedCabalFile = "1pcm1gdn28syhq6gws3ss15dldnvyvy4l2mqbqmp46gv3hzqnw6b";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/transformers-except.nix b/pkgs/transformers-except.nix
index 132592dc953edc310edea7054172db7bd5332460..3f2c70a774c7f66ddbf49771959fea50361f590a 100644
--- a/pkgs/transformers-except.nix
+++ b/pkgs/transformers-except.nix
@@ -3,6 +3,8 @@ mkDerivation {
   pname = "transformers-except";
   version = "0.1.4";
   sha256 = "71990961552b1eaa66f54e65f0b709c9a96d2121c3959a13ddcb5b5a5d67e40d";
+  revision = "1";
+  editedCabalFile = "1wgrjvinhx6piwcqvwz84b1ysm3np75wgqyv6pyypgk7xd6zvqrw";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
diff --git a/pkgs/uri-bytestring-aeson.nix b/pkgs/uri-bytestring-aeson.nix
index 16fba50e0a9e67ca8ad66af88cafd94b42f3179d..f26922f6d1d9644b770d62c2d968c19089f8e7c0 100644
--- a/pkgs/uri-bytestring-aeson.nix
+++ b/pkgs/uri-bytestring-aeson.nix
@@ -12,7 +12,7 @@ mkDerivation {
   ];
   enableLibraryProfiling = true;
   enableExecutableProfiling = true;
-  doHaddock = false;
+  doHaddock = true;
   jailbreak = true;
   doCheck = false;
   doBenchmark = false;
diff --git a/pkgs/vty-unix.nix b/pkgs/vty-unix.nix
index 1413323972882936437540166c22cc8a23f6548b..3fc10844151f019faaf1aedcd10faf7b9fe03217 100644
--- a/pkgs/vty-unix.nix
+++ b/pkgs/vty-unix.nix
@@ -7,6 +7,8 @@ mkDerivation {
   pname = "vty-unix";
   version = "0.1.0.0";
   sha256 = "7faa08b40b6dae02abe518c87b7003876b2e988b620e0b73877bb506383c1295";
+  revision = "1";
+  editedCabalFile = "0vf6zgfdvqmrvwkq6jvcyfdlq374vpgzvh69c43rhkz7x19gds0k";
   isLibrary = true;
   isExecutable = true;
   enableSeparateDataOutput = false;