All Projects → haskell-mafia → Mafia

haskell-mafia / Mafia

Licence: bsd-3-clause
Provides protection against cabal swindling, robbing, injuring or sabotaging people with chopsticks.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Mafia

Corrosion
Marrying Rust and CMake - Easy Rust and C/C++ Integration!
Stars: ✭ 106 (-15.2%)
Mutual labels:  build-tool
Aria2 Build Msys2
aria2 build scripts on msys2 with custom patches.
Stars: ✭ 112 (-10.4%)
Mutual labels:  build-tool
Please
High-performance extensible build system for reproducible multi-language builds.
Stars: ✭ 1,856 (+1384.8%)
Mutual labels:  build-tool
Parcel
The zero configuration build tool for the web. 📦🚀
Stars: ✭ 39,670 (+31636%)
Mutual labels:  build-tool
Ant Javacard
Easy to use Ant task for building JavaCard Classic applets (2.1.1 to 3.1)
Stars: ✭ 109 (-12.8%)
Mutual labels:  build-tool
Catkin tools
Command line tools for working with catkin
Stars: ✭ 115 (-8%)
Mutual labels:  build-tool
Buildpipeline
AWS-powered serverless build, test and deploy pipeline ft. multiple environments
Stars: ✭ 105 (-16%)
Mutual labels:  build-tool
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (-1.6%)
Mutual labels:  build-tool
Fobis
FoBiS.py, Fortran projects Building System for poor people
Stars: ✭ 111 (-11.2%)
Mutual labels:  build-tool
Blade Build
Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Stars: ✭ 1,722 (+1277.6%)
Mutual labels:  build-tool
Buildcache
A build cache
Stars: ✭ 107 (-14.4%)
Mutual labels:  build-tool
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+1065.6%)
Mutual labels:  build-tool
Pants
The Pantsbuild developer workflow system
Stars: ✭ 1,814 (+1351.2%)
Mutual labels:  build-tool
How To Setup Webpack 2
🔧 ⚙ Tutorial to setup webpack 2 from scratch.
Stars: ✭ 107 (-14.4%)
Mutual labels:  build-tool
Nginx Builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 123 (-1.6%)
Mutual labels:  build-tool
Make.go
A Go script that could replace your Makefile.
Stars: ✭ 105 (-16%)
Mutual labels:  build-tool
Hq
Lightning fast, zero configuration, web application development server
Stars: ✭ 114 (-8.8%)
Mutual labels:  build-tool
Style Dictionary
A build system for creating cross-platform styles.
Stars: ✭ 2,097 (+1577.6%)
Mutual labels:  build-tool
Mmake
Mmake is a small program which wraps make to provide additional functionality, such as user-friendly help output, remote includes, and eventually more. It otherwise acts as a pass-through to standard make.
Stars: ✭ 1,593 (+1174.4%)
Mutual labels:  build-tool
Mill
Your shiny new Java/Scala build tool!
Stars: ✭ 1,667 (+1233.6%)
Mutual labels:  build-tool

mafia

Provides protection against cabal swindling, robbing, injuring or sabotaging people with chopsticks.

mafia

Overview

Mafia is a light weight but opinionated wrapper around Cabal that makes working on Haskell projects fun and easy.

The central idea is that upon cloning a project, you should only have to run mafia build to get up and running for development. This will pull down any git submodules, create a cabal sandbox, install dependencies and then build everything, tests and benchmarks included.

Cabal packages in the same git repository, or in git submodules, are discovered automatically and made available as source dependencies. This is particularly useful if you have many internal dependencies that are not published to Hackage. It allows for development of a package and its dependencies all at once, without having to publish intermediate builds of libraries and without having to resort to a monorepo.

All dependencies are cached globally in $HOME/.mafia/packages using a nix-like hashing system so that for a given set of transitive dependencies, a package is only ever built once. Source dependencies are also cached, using their dependencies and source code as the hash. This is critical for Haskell development at scale. At Ambiata we have around 150 Haskell packages which are being developed at a rapid pace, so it's crucial that we don't need to think about curating blessed sets of packages that we can cache as a single snapshot.

System configuration

Mafia expects both GHC and Cabal to be installed and on the PATH.

Follow the guides below to configure your system correctly:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].