arch-hs icon indicating copy to clipboard operation
arch-hs copied to clipboard

Distribute hackage packages to archlinux

Results 3 arch-hs issues
Sort by recently updated
recently updated
newest added

I ran arch-hs to create haskell-nicify-lib and it generated a PKGBUILD with: ``` pkgdesc="Pretty print the standard output of default `Show` instances." ``` When building with `aur build`, this resulted...

When you call `cabal configure` inside a cabal project, cabal will automatically resolve dependencies and produce a file representing the build plan called `plan.json` under the directory `dist-newstyle/cache`. There are...

enhancement

There are many packages on Hackage have [revisions](https://github.com/haskell-infra/hackage-trustees/blob/master/revisions-information.md). It would be nice if `arch-hs TARGET -o DIR` could generates: ``` prepare () { cd $_hkgname-$pkgver curl https://hackage.haskell.org/package/$_hkgname-$pkgver/$_hkgname.cabal -o $_hkgname.cabal }...