Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The NixOS Foundation

Supporting the Nix ecosystem's infrastructure, and projects implementing the purely functional deployment model.
Collective - Host: nixos_org - https://opencollective.com/nixos - Website: https://nixos.org/ - Code: https://github.com/NixOS

Implemented hash caching.

After a hash has been determined via nix-prefetch-url, it is stored in
~/.cache/cabal2nix, so th...

github.com/NixOS/cabal2nix - 0470d8d9702058e57bc54910805d3aadb6c66636 authored over 13 years ago by Peter Simons <[email protected]>
Cabal2Nix/CorePackages.hs: restrict export list

github.com/NixOS/cabal2nix - 067e51b049e2fc638673c2266fb5d7a86d84a35a authored over 13 years ago by Peter Simons <[email protected]>
Move hackage-related know how into module Hackage.hs.

github.com/NixOS/cabal2nix - 4bb6cd46c344de37f4d9e8518bc86824337cf63a authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: updated the documentation

github.com/NixOS/cabal2nix - 1a212fb6526362e095ceb491535c88fba6b340ca authored over 13 years ago by Peter Simons <[email protected]>
Moved core package list into a module of its own.

github.com/NixOS/cabal2nix - 7f7a85c85ff654463389e4c35c9422700e6f1abd authored over 13 years ago by Peter Simons <[email protected]>
Implemented an option parser that understands:

--sha256=HASH sha256 hash of source tarball
--maintainer=MAINTAINER maintainer o...

github.com/NixOS/cabal2nix - 57fbdc864fab29d2521cfc1f5151620f847283b5 authored over 13 years ago by Peter Simons <[email protected]>
When --platform has not be specified, but --maintainer has been, then we default to 'haskellPlatforms'.

github.com/NixOS/cabal2nix - 959b4d40f1e5c7c27f5b07a3240e0745b82da75a authored over 13 years ago by Peter Simons <[email protected]>
Cabal2Nix.hs: specify imports more precisely

github.com/NixOS/cabal2nix - 98a6a2b2606d17afdedb9ead0f6912413d17c950 authored over 13 years ago by Peter Simons <[email protected]>
The platform values are lists already. Duh!

github.com/NixOS/cabal2nix - c108759bdf32a0291e6d9c4ed182f105a89e42a3 authored over 13 years ago by Peter Simons <[email protected]>
Condtree resolution, pkgconfig depends.

github.com/NixOS/cabal2nix - 67762fc6a6c3acf5c79aba9579b7aea6f4c856a3 authored over 13 years ago by Andres Loeh <[email protected]>
Separate library dependencies from Haskell dependencies.

github.com/NixOS/cabal2nix - 1c9bfae6883e72e6be35ec074806606e8b94716c authored over 13 years ago by Andres Loeh <[email protected]>
Layout.

github.com/NixOS/cabal2nix - f81d4c1ff7cefb7f56b65ac44a2d48fd37813661 authored over 13 years ago by Andres Loeh <[email protected]>
Fix version printing.

github.com/NixOS/cabal2nix - e1abab2fbbffd80e2088da5724128bd9470e7417 authored over 13 years ago by Andres Loeh <[email protected]>
Added newline at end of files.

github.com/NixOS/cabal2nix - 63899f83d12f7dfece3296d2317576344d743dff authored over 13 years ago by Andres Loeh <[email protected]>
Improve output: don't include empty fields.

github.com/NixOS/cabal2nix - 76ba70d9cf00bc644b368fa5b395f8c092879924 authored over 13 years ago by Andres Loeh <[email protected]>
Generate output using a pretty printer.

github.com/NixOS/cabal2nix - e1ce619bb4b8bb45a10bfce72ba8e68b34ef35b2 authored over 13 years ago by Andres Loeh <[email protected]>
Extended the list of core packages.

github.com/NixOS/cabal2nix - 45d21850c6f5bc4aee3dfe46f1e1fb80bd431b3b authored over 13 years ago by Andres Loeh <[email protected]>
Fix potential syntax error in license printing.

github.com/NixOS/cabal2nix - 323dd7a415e3a250e2d1ff15e8a4cb69906eef13 authored over 13 years ago by Andres Loeh <[email protected]>
cabal2nix.cabal: bump version to 1.8 for release

github.com/NixOS/cabal2nix - 1eb18d229af1725982f798ff3dfe110b3799d616 authored over 13 years ago by Peter Simons <[email protected]>
src/Cabal2Nix.hs: minor cosmetic change

github.com/NixOS/cabal2nix - 40c757d48d068e5191b0a960e29c644bf530b578 authored over 13 years ago by Peter Simons <[email protected]>
Merge pull request #1 from kosmikus/master

Refactoring and cabal://pkg-version URIs.

github.com/NixOS/cabal2nix - 16ef3cb8249996b18617710b6f8d7eea6ed231ef authored over 13 years ago by Peter Simons <[email protected]>
Moved two more functions.

github.com/NixOS/cabal2nix - cf7f665b64f46502a0efae90793fd1c9f4a2554c authored over 13 years ago by Andres Loeh <[email protected]>
Added cabal://pkg-version URIs to simplify invocation.

github.com/NixOS/cabal2nix - cff3034dc38ff6bdd3dadd5b0d291daef898fcc4 authored over 13 years ago by Andres Loeh <[email protected]>
Refactoring: added a hackagePath function.

github.com/NixOS/cabal2nix - b1a3900f14caa80f1fbf08ed512f5cda8b58067e authored over 13 years ago by Andres Loeh <[email protected]>
Minor refactoring.

github.com/NixOS/cabal2nix - 1aadebbfdd5bf2b5df9d5b5c2d8ce6b2f27e6146 authored over 13 years ago by Andres Loeh <[email protected]>
Split off some modules.

github.com/NixOS/cabal2nix - fb4cc0fa737ac1737c7ba238b3645abd3f41a919 authored over 13 years ago by Andres Loeh <[email protected]>
Moved the source file.

github.com/NixOS/cabal2nix - fa51c69bafe2b0ca443c82ef5512641cd13e2b1c authored over 13 years ago by Andres Loeh <[email protected]>
Strip trailing linefeeds from nix-prefetch-url output.

github.com/NixOS/cabal2nix - 208d4c3d5a0a9fb892dd1591dc9a7bb898751147 authored over 13 years ago by Peter Simons <[email protected]>
toNixName: start a hard-coded list of naming scheme exceptions.

Just de-capitalizing the first character doesn't work well in practice.

github.com/NixOS/cabal2nix - 80e603cf2bd838dbad3973c370ea69d2372bd302 authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: don't show a bogus hash in for the release

github.com/NixOS/cabal2nix - 63a5c25ad43a59d33e6a85b3bc41ff039faee692 authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: fixed typos in the documentation

github.com/NixOS/cabal2nix - 6cd4869620d78907f24d323fc6ea4a47b46de072 authored over 13 years ago by Peter Simons <[email protected]>
Fixed some ghc warnings.

github.com/NixOS/cabal2nix - 6be735fa4e3c0d28e7107c69c2c1ed9e31481d0f authored over 13 years ago by Peter Simons <[email protected]>
The path to the Cabal file can now also be an HTTP or file url. If the

sha256 hash is not specified, cabal2nix will determine it automatically
with nix-prefetch-url.

github.com/NixOS/cabal2nix - f8a8674e6964a7b884e8618c9bdc174af213bb17 authored over 13 years ago by Peter Simons <[email protected]>
Don't pass Cabal as a propagated build input.

github.com/NixOS/cabal2nix - f5124419ce26bb1bb0abb68893344c2146843db6 authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bump version to 1.1

github.com/NixOS/cabal2nix - 90f0ae18abf7c7053e2e227557a64c67564a728b authored over 13 years ago by Peter Simons <[email protected]>
toNixName: de-capitalize the first character

github.com/NixOS/cabal2nix - 5a9c71cdfc9eaab97a92b4fa7ef300b08cdd64d3 authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: updated description text

github.com/NixOS/cabal2nix - 18333b6da95b38eb0f7d203731b017c8dfe9abbd authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.hs: adapted toNixName function to coding guidelines

github.com/NixOS/cabal2nix - 19babcb14ea83697cf6562983fb11ab50c081320 authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: fixed homepage URL

github.com/NixOS/cabal2nix - 6c9f207688d3e8a94fa181631d11a56e4d6bf6c2 authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: added missing Cabal dependency

github.com/NixOS/cabal2nix - 75e674fa5a01b5af6b88c93b88f48a22acb8b231 authored over 13 years ago by Peter Simons <[email protected]>
.gitignore: ignore generated files

github.com/NixOS/cabal2nix - 14c7765e593ad0306218d4a5d01b7aed81514b97 authored over 13 years ago by Peter Simons <[email protected]>
Added Cabal and license file.

github.com/NixOS/cabal2nix - 2339675abccdd3dd6c50da863a25c2897fa0f15a authored over 13 years ago by Peter Simons <[email protected]>
cabal2nix: convert Cabal files into Nix build instructions

github.com/NixOS/cabal2nix - ebfeff78a9181e7445d3f8ab10bf1af6aebc6ff8 authored over 13 years ago by Peter Simons <[email protected]>