cabal2arch alternatives and similar packages
Based on the "Distribution" category.
Alternatively, view cabal2arch alternatives based on common mentions on social networks and blogs.
-
cabal-dev
A wrapper program around cabal and cabal-install that maintains sandboxed build environments. -
language-nix
DISCONTINUED. Data types and useful functions to represent and manipulate the Nix language. | Source has moved to https://github.com/nixos/cabal2nix -
hackage-db
DISCONTINUED. provide access to the Hackage database via Data.Map | Source has moved to https://github.com/nixos/cabal2nix -
distribution-nixpkgs
DISCONTINUED. Haskell types and functions to represent, query, and manipulate the Nixpkgs distribution. | Source has moved to https://github.com/nixos/cabal2nix
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of cabal2arch or a related project?
README
This tool is no longer maintained
Nowadays we use cblrepo to maintain the haskell packages in HABS.
Please let us know if you would have use of cabal2arch
and want to take over maintainership.
cabal2arch
cabal2arch is a tool used to convert CABAL (Common Architecture for Building Applications and Libraries) files into ArchLinux source packages.
Usage
As its only argument, cabal2arch expects a file path, directory path, or URL to the Cabal description of the package that should be converted. For example:
% cabal2arch puremd5.cabal
% cabal2arch http://hackage.haskell.org/packages/archive/pureMD5/2.1.0.1/pureMD5.cabal
Build and install
Run the well-known triple:
% runhaskell Setup.lhs configure
% runhaskell Setup.lhs build
% runhaskell Setup.lhs install