Skip to content

A script to package Haskell projects with fpm into .deb, .rpm, .pkg and other supported formats.

License

Notifications You must be signed in to change notification settings

beijaflor-io/stack-fpm

Repository files navigation

stack-fpm

A script to package Haskell projects with fpm into .deb, .rpm, .pkg and other supported formats.

Currently requires stack and a package.yaml from Hpack usage. There's work on converting the shell script onto a Haskell script for doing a more principled implementation.

Usage

$ stack fpm my-project
>>> Building for Linux...
...
>>> Building for Darwin...
...
$ ls dist
my-project-0.1.0.0-1.x86_64.rpm
my-project-0.1.0.0_amd64.deb
my-project-0.1.0.0.pkg

License

AGPLv3

About

A script to package Haskell projects with fpm into .deb, .rpm, .pkg and other supported formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published