MicroCabal: A partial Cabal replacement

[ apache, language, program ] [ Propose Tags ] [ Report a vulnerability ]

A portable subset of the Cabal functionality.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.1.0, 0.3.1.1, 0.3.1.2
Dependencies base (>=4.10 && <4.25), directory (>=1.3 && <1.6), process (>=1.6 && <1.9) [details]
License Apache-2.0
Copyright 2024 Lennart Augustsson
Author lennart@augustsson.net
Maintainer lennart@augustsson.net
Category language
Source repo head: git clone https://github.com/augustss/MicroCabal
Uploaded by LennartAugustsson at 2024-07-27T14:45:03Z
Distributions NixOS:0.2.0.0
Executables mcabal
Downloads 166 total (54 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2024-07-27 [all 1 reports]

Readme for MicroCabal-0.2.0.0

[back to package description]

MicroCabal

This repository contains a reimplementation of a subset of Cabal.

Why a reimplementation? Because Cabal is not a Haskell tool, it is a ghc tool. A Haskell tool should be compilable by an implementation of Haskell2010, which Cabal is definitely not.

The implementation assumes a Unix-like system with commands like wget and tar.

To get a consistent set of packages MicroCabal uses Stackage to find compatible packages. So in a sense, MicroCabal is more like a MicroStackage.