Management of obsolete/orphaned/abandoned packages?

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cabalgc

    Selectively remove library packages in cabal store.

  • I heard that cleaning up cabal store is not yet supported. One workaround is using https://github.com/treblacy/cabalgc - note that you need to specify which libraries to keep, though.

  • cabal-extras

    A tool suite to aid Haskell development using `cabal-install`

  • There's also cabal-store-gc from cabal-extras by /u/phadej. But it is still highly experimental.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stack-clean-old

    Tool for cleaning away old Haskell Stack build artifacts

  • You can delete the .stack-work folders for a single project via the stack purge command, and you can get rid of the LTS artifacts shared between projects and stored in ~/.stack using /u/juhp's stack-clean-old tool.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts