MicroCabal: A Cabal replacement

[ apache, language, program ] [ Propose Tags ]

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
Dependencies base (>=4.10 && <4.20), directory (>=1.3 && <1.5), process (>=1.6 && <1.8) [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-03-24T23:14:05Z
Distributions NixOS:0.1.0.0
Executables mcabal
Downloads 21 total (9 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-03-24 [all 1 reports]

Readme for MicroCabal-0.1.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.