Popularity
8.4
Stable
Activity
0.0
Stable
50
5
13

Monthly Downloads: 22
Programming language: Haskell
License: MIT License
Tags: Development     Hpack    
Latest version: v1.0.1

hpack-convert alternatives and similar packages

Based on the "hpack" category.
Alternatively, view hpack-convert alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hpack-convert or a related project?

Add another 'hpack' Package

README

hpack-convert

Build Status


Convert Cabal manifests into hpack's package.yamls.

Installing from source

git clone https://github.com/yamadapc/hpack-convert
cd hpack-convert
stack install

Download a pre-built binary

Usage

# Inside a directory with a .cabal file, run:
hpack-convert
# This will convert your .cabal file into a `package.yaml`

Using the web-service without installing anything

There's a simple web-service running hpack-convert on a free Heroku dyno, if it's awake, this command should convert your cabal file:

curl -F "cabalfile=@./`echo *.cabal`" https://hpack-convert.herokuapp.com

Source-code at https://github.com/yamadapc/hpack-convert-api

License

MIT


*Note that all licence references and agreements mentioned in the hpack-convert README section above are relevant to that project's source code only.