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

update-nixpkgs.sh, GNUmakefile: adapt to recent re-factoring

github.com/NixOS/cabal2nix - 245103f26074f8bbcead463ececce0ebc48339f4 authored over 9 years ago
Re-factor the repository into separate (re-usable) components.

- lens-construction-helper provides basically just one function, 'create', which
acts like a...

github.com/NixOS/cabal2nix - c619fff73a3eb8ffea54f2290716892ed31bc6e0 authored over 9 years ago
Remove cartel cruft.

github.com/NixOS/cabal2nix - d89134fca36b4a30414f6aca3bdb14096f5a2191 authored over 9 years ago
PostProcess.hs: fix a stupid type in the entry for xmonad

github.com/NixOS/cabal2nix - 1adef7702a7cea22097985c30ca16ade433df8e3 authored over 9 years ago
Update list of known broken builds.

github.com/NixOS/cabal2nix - 9a3a80d37967df57c0ad2fc37d9c97c45ef1ef1a authored over 9 years ago
jb55: add maintainer

for:

* pipes-csv
* pipes-mongodb
* cased

github.com/NixOS/cabal2nix - 75c94da916fd6933cdf6a4b5e06697cc5a13f892 authored over 9 years ago
Maintain persistent, shakespeare and path-pieces.

github.com/NixOS/cabal2nix - 7f52ba81cb90613ebca8bb195a474a4832b32c28 authored over 9 years ago
Add IsString instances for PackageName, PackageIdentifier, and Dependency (Constraint).

github.com/NixOS/cabal2nix - cc76fe05c9f4d63b2068ba4c5ad8c7e7ce0d5aba authored over 9 years ago
spec.hs: guarantee via test suite that no maintained package is marked "dontDistribute"

github.com/NixOS/cabal2nix - a0b3c54dda1134d5640f34a79f7cceed6d350072 authored over 9 years ago
Move the Hackage and HackageGit modules out of the "FromCabal" hierarchy.

github.com/NixOS/cabal2nix - 72f5a681221278002537e60895b24a51e76a906a authored over 9 years ago
Merge pull request #195 from gebner/master

Add gebner as maintainer of hledger-diff.

github.com/NixOS/cabal2nix - 4f5a724b6a64c6a89def3176149fa48da970784e authored over 9 years ago
Add gebner as maintainer of hledger-diff.

github.com/NixOS/cabal2nix - f158f203bf1b177008425ac9c7047ceba429d9b8 authored over 9 years ago
Drop obsolete Internal.Regex module.

github.com/NixOS/cabal2nix - 835beff2480e7063d5c8229db94beb8022995850 authored over 9 years ago
Remove the obsolete CorePackages module.

github.com/NixOS/cabal2nix - 231064fec6944b560358f15b957e89e2a1f52caa authored over 9 years ago
hackage2nix: add known package maintainers to the configuration

The file src/Distribution/Nixpkgs/Haskell/FromCabal/Configuration/Maintainers.hs
contains a list...

github.com/NixOS/cabal2nix - dadc3b0280d414b566e35e73f64deba924c8bfba authored over 9 years ago
Rename brokenPackages to dontDistributePackages in Configuration.hs.

Broken packages are ones where we set "meta.broken = true", and we don't do
that for these packa...

github.com/NixOS/cabal2nix - 5da2d35f177e56868763db761b52a6c315fc08fd authored over 9 years ago
update-nixpkgs.sh: build the global preferred-versions file by concatenating the per-package ones

github.com/NixOS/cabal2nix - cb93d232f5497e1a0de386a5e7e9fba38d633d8a authored over 9 years ago
GHC7102.hs: Revert "hard-code deprecation of cabal-helper 0.5.2.0 until this info shows up in our preferred-versions file"

This reverts commit 7c9d8b187bd544dc9f0e75bc7121aaca001d2507. An update has
arrived on Hackage.

github.com/NixOS/cabal2nix - c5bebec64fe2312ab9ee8bd05876fad06d5ed828 authored over 9 years ago
parsePreferredVersionsLine: deal with empty lines in the file

github.com/NixOS/cabal2nix - c01f49d4883fb71a02695a7cd2621040d27176a5 authored over 9 years ago
hackage2nix: add --preferred-versions flag to the command line

github.com/NixOS/cabal2nix - cb24486e8fba1373ec934c2c347d1191d3325d65 authored over 9 years ago
Fix CI build instructions to accommodate pretty-show.

github.com/NixOS/cabal2nix - 88e95d3a06fc7a26e842be81c9bb9afc8704c5f9 authored over 9 years ago
cabal2nix: add support for library and executable profiling

The following new command-line flags control profiling support in the generated
expression:

-...

github.com/NixOS/cabal2nix - b3891fc41896ab7e08ebed3ff957f7229b589b7c authored over 9 years ago
Fix post-process hook for thyme.

github.com/NixOS/cabal2nix - bfa4994c07e930542090d8ec5e6207fab6694fe5 authored over 9 years ago
git: ignore gerated TAGS file some more

github.com/NixOS/cabal2nix - a080e8ad62bce75c7ae749a1ad1f110c1d0eba55 authored over 9 years ago
hackage2nix: fix isFromHackage function to detect overrides of like "self.llvmPackages.foo" correctly

github.com/NixOS/cabal2nix - ef743e28698da0028fa4253da30174ce68efa373 authored over 9 years ago
Fix post-process hooks for jsaddle and pango.

github.com/NixOS/cabal2nix - 62d9dfeaf7fe2e83084e00b0e1742f2a3a504551 authored over 9 years ago
cabal2nix: re-use platform and compiler info settings from configuration module

Add (commented-out) debug output using pretty-show.

github.com/NixOS/cabal2nix - ec510ec288a9a1cf2d06b07da420c2535ec9bedd authored over 9 years ago
Distribution.Nixpkgs.Haskell.FromCabal: export resolver type aliases

github.com/NixOS/cabal2nix - 5ce7b951cea68559e373b0644ae323b6505e2538 authored over 9 years ago
cabal2nix: add a dummy resolved to fix the executable

github.com/NixOS/cabal2nix - 4386dadd6798dc52b1374698394b0ccf677be041 authored over 9 years ago
Fix post-process hook for gtk3.

github.com/NixOS/cabal2nix - ecc1564206d1f9d8f0dc477f8c37ec91ac2c3c51 authored over 9 years ago
Fix post-process hook for wxc.

github.com/NixOS/cabal2nix - 1ffba7bd5a2732407573ed9ae91fa73f35b8b8f7 authored over 9 years ago
fromGenericPackageDescription: added a horrible hack to restrict the set of known scopes found by the NixpkgsResolver

github.com/NixOS/cabal2nix - 6530f942a748040b7e335ccc8f7dc1c1485bc7d1 authored over 9 years ago
fromGenericPackageDescription: cosmetic

github.com/NixOS/cabal2nix - 4c2828b11697e9b395b8d9c885f30b27781905d0 authored over 9 years ago
fromGenericPackageDescription: run finalizePackageDescription with test suites enabled

github.com/NixOS/cabal2nix - 0f4977976c1dab052d47ab359fbdf5c8220d0197 authored over 9 years ago
Distribution/Nixpkgs/Haskell/FromCabal/Normalize.hs: cosmetic

github.com/NixOS/cabal2nix - 15ba683400a94052f7c0ec1db1abcff39013a168 authored over 9 years ago
PostProcess.hs: extend the fixGtkBuilds function to re-produce the old state of hackage-packages.nix

With the new data structures in place, we can generate a more accurate version
of hackage-packag...

github.com/NixOS/cabal2nix - d28da8669fafa8d8d6bf0313c70239bc15c69ca9 authored over 9 years ago
Fix post-process hooks that create bindings from pkgs.xlibs.

github.com/NixOS/cabal2nix - 3cc1b16c9d9a6f26c3fed3b356ebd9013b04d017 authored over 9 years ago
hackage2nix.hs: cosmetic

github.com/NixOS/cabal2nix - ea806323e43e6b3bf8c3c2455d78441436c8a1c2 authored over 9 years ago
GHC7102.hs: hard-code deprecation of cabal-helper 0.5.2.0 until this info shows up in our preferred-versions file

github.com/NixOS/cabal2nix - 7c9d8b187bd544dc9f0e75bc7121aaca001d2507 authored over 9 years ago
fromGenericPackageDescription: nasty hack to make the resolved find LLVM packages in self.llvm-packages

github.com/NixOS/cabal2nix - d3bb1daffca23ad83f52a100e60a5e03ec8da284 authored over 9 years ago
fromGenericPackageDescription: jailbreak builds with either missing or mismatched dependencies

github.com/NixOS/cabal2nix - 6489a5b3169a7fb7dc71624f272c1ecf22b49ed2 authored over 9 years ago
Remove the freaky IsString Binding instance and replace it by proper functions.

github.com/NixOS/cabal2nix - ff5ec31c44d3b8ed0f9ffca5e94194657afdd9d5 authored over 9 years ago
hackage2nix: pass our hard-coded Cabal flags to fromGenericPackageDescription

github.com/NixOS/cabal2nix - 16dd0874de85f4d902d76a23b4215f70189f59fe authored over 9 years ago
Ensure jailbreak-cabal is never jailbroken in the normalization stage.

github.com/NixOS/cabal2nix - f40480f6feb914360d7ef3da505dd8402afd9a1d authored over 9 years ago
Re-factor hackage2nix into library code.

This patch changes the definition of the BuildInfo type to store its contents
as "Bindings" rath...

github.com/NixOS/cabal2nix - 32956d6f96987c8a2bc9babf59feac65410ac8a7 authored over 9 years ago
GNUmakefile: hyperlink sources in Haddock

github.com/NixOS/cabal2nix - 1e0c2555cc7fdd23f0e0b8f738eb8082259ba27a authored over 9 years ago
Language.Nix: convenience module

github.com/NixOS/cabal2nix - ace1ee4216dcd412d900132de72fae2554949645 authored over 9 years ago
Binding.hs: add pretty printer

github.com/NixOS/cabal2nix - 6642731b59f72720da32148997c12b9c2557b815 authored over 9 years ago
generate-cabal-file.hs: Revert "all executables depend on the cabal2nix library"

This reverts commit 9a0b83fc581fcd349e4718b0caeaf04aed4795cf. The change
breaks my Nix builds.

github.com/NixOS/cabal2nix - 560fb2b1d22f4c995a526529bb034bd183e85a31 authored over 9 years ago
GNUmakefile: clean out TAGS file

github.com/NixOS/cabal2nix - 1cc63943aab94e8a63ac5b815f7cc60426d00567 authored over 9 years ago
hackage2nix: don't update HUnit to 1.3.x

The new versions breaks test-framework-hunit-0.3.0.1.

github.com/NixOS/cabal2nix - 06c4375d7771662285e7ddb2c7443b4949d13881 authored over 9 years ago
Update to transformers 0.4.x to avoid compiler warnings.

github.com/NixOS/cabal2nix - c7d3a5140b2df434624837ab228ee36ed6dab722 authored over 9 years ago
generate-cabal-file.hs: all executables depend on the cabal2nix library

github.com/NixOS/cabal2nix - 9a0b83fc581fcd349e4718b0caeaf04aed4795cf authored over 9 years ago
Minor re-factoring, no functional change.

github.com/NixOS/cabal2nix - d19c8488b1a2dad40484b239aec75edb31c2dc73 authored over 9 years ago
Improve type-safety of name mapping functions.

github.com/NixOS/cabal2nix - fc1140f35c93a2501b980175d985a1073dbc29df authored over 9 years ago
Move the Cabal2Nix/* modules into the Distribution/Nixpkgs/Haskell/FromCabal/* hierarchy.

github.com/NixOS/cabal2nix - d67ab62e81a9a2213329d84a5ee40bda19c6232f authored over 9 years ago
Move Cabal2nix.Package module into the Internal hierarchy.

github.com/NixOS/cabal2nix - 6c0348c13fc7960d6b5bb494bcd5bb37e97c2223 authored over 9 years ago
Move the generated Version.hs module into the Internal hierachy.

github.com/NixOS/cabal2nix - 5deb08a908f3baa694235717283869e22a491a1c authored over 9 years ago
Move "Regex" and "PrettyPrinting" modules into the "Internal" hierarchy.

github.com/NixOS/cabal2nix - 563f8db41fc10e5aa50d89694c55aecdb8cb834d authored over 9 years ago
git: ignore "hackage" and "nixpkgs" repositories

These repos are usually checked-out here for hackage2nix.

github.com/NixOS/cabal2nix - fb1c3f8c2d443cc4f7357e6a85f7b99fb2084358 authored over 9 years ago
GNUmakefile: add a re-configure target

github.com/NixOS/cabal2nix - aedba02368e26ef25d99a7bbf56b0222ef60345b authored over 9 years ago
Add stronger types to Nix package map.

This re-factoring introduces proper types for Nixpkgs Identifiers and
Paths. The code is still a...

github.com/NixOS/cabal2nix - de1550379ee40fdb7d4c7d0a3dffab6ce658977d authored over 9 years ago
Identifier: disable case-awareness in Ord instance

Case-insensitive comparisons cause a massive performance hit. I'll need
to find a better way to ...

github.com/NixOS/cabal2nix - 7ad6d7d17b3598d4c7dfe3a2c8b8a80f81b691df authored over 9 years ago
Simplify type construction with Lenses.

github.com/NixOS/cabal2nix - 37a7878ee7f1c3a9c80cf2331fdef3cdd8e18c80 authored over 9 years ago
Language/Nix/Binding.hs: new type

A binding represents an identifier that is bound to some other Nix path.

github.com/NixOS/cabal2nix - c79b8586e7525e1bb5c6550ea2a9eaaefff1f073 authored over 9 years ago
Language/Nix/Identifier.hs: hide Identifier's constructor

github.com/NixOS/cabal2nix - 05809a433851b3b17be7626ab5a871ef66602c3a authored over 9 years ago
Language/Nix/Path.hs: clean up the module and hide Path's constructor

github.com/NixOS/cabal2nix - 653a9013e362414e7dcae8bc5f98a425c8e4b44e authored over 9 years ago
Add name mapping for libsass.

github.com/NixOS/cabal2nix - c0131db2907a2a42a2328e2c43dbbe43e5c9cc2f authored over 9 years ago
Configure Cabal flags for hlibsass.

github.com/NixOS/cabal2nix - f2db36cd0686d17a127d3bea27e402f3473b0083 authored over 9 years ago
git: ignore generated TAGS file

github.com/NixOS/cabal2nix - 3065f4b48e4921d51afc7ffee11dc0846efaee57 authored over 9 years ago
Improve memory usage of PackageMap reading

Previously, the whole output of nix-env was read in strictly before being processed.
With this c...

github.com/NixOS/cabal2nix - badda1eb05994906083085686dbdd86f13237e41 authored over 9 years ago
Add post-process hook that adds extra libraries to X11.

github.com/NixOS/cabal2nix - 6e3550e03b90a041ed33ec28e9086b2635bbc306 authored over 9 years ago
hackage2nix.hs: disable broken packages

github.com/NixOS/cabal2nix - 2c1365c4ea744938e5462c4c3f6f78f68d3c5a60 authored over 9 years ago
The "magic" library is provided by the "file" package.

github.com/NixOS/cabal2nix - a5a925c3d835517100e1f774a29dca7aa7d3380d authored over 9 years ago
BuildInfo: replace anyDep lens with generic 'each'

github.com/NixOS/cabal2nix - 9d4058630c99168783260acc4ba527da9d79de2a authored over 9 years ago
hackage2nix: disable build broken by vector update

github.com/NixOS/cabal2nix - 7c00ec5203773687b542b66cecf40bf427d4a683 authored over 9 years ago
hackage2nix: update vector to 0.11.x

github.com/NixOS/cabal2nix - 760b96eb650fbfe9b3091d8aaa577012d6fb6a00 authored over 9 years ago
hackage2nix: disable builds broken by errors 2.x

github.com/NixOS/cabal2nix - a00dcd42bd45c545018a40e158ffd8d4822ec68e authored over 9 years ago
hackage2nix: disable broken builds

github.com/NixOS/cabal2nix - 120f8fd0d50d3f85b650c1a1450b0e3a72c89c23 authored over 9 years ago
doc: fix --repair example in user-guide.md

github.com/NixOS/cabal2nix - 126c9a9f6622c39f1ceec4efc79b9756f906b19f authored over 9 years ago
Merge pull request #190 from bennofs/fix-pkg-lookup-shadowed

Fix package lookup for shadowed system packages

github.com/NixOS/cabal2nix - c9c8583823f72aa017c8a697aca9f7f795b29015 authored over 9 years ago
hackage2nix: errors 2.x has been out for ages; let's update

github.com/NixOS/cabal2nix - 6b2c467a5f7623fd909b18980255c378cf3834c6 authored over 9 years ago
Fix package lookup for shadowed system packages

System packages which have the same package name as haskell packages should be brought
into scop...

github.com/NixOS/cabal2nix - 3e12e46bbba5fe8c46af552295fce6d3f3a0c157 authored over 9 years ago
Fix git-annex build to install man pages and bash completion.

github.com/NixOS/cabal2nix - 34b77b834bdc7795f96fcc5ffcded5629fe174ed authored over 9 years ago
hackage2nix: remove obsolete optparse-applicative == 0.10.*

github.com/NixOS/cabal2nix - 1a76b4808bfb6dc496cc4e041449832a9e09f11c authored over 9 years ago
hackage2nix: filter Hackage tree with preferred-versions file

We consider only packages and/or package versions that satisfy the
constraints in the preferred-...

github.com/NixOS/cabal2nix - 6c74a6bfe9c92fad7233a0224629a07c065e1ef4 authored over 9 years ago
Cabal2Nix/Generate.hs: improve error message

github.com/NixOS/cabal2nix - a001e852e37b149749a0d8720d99a4f3ceba767b authored over 9 years ago
Cabal2Nix/HackageGit.hs: re-write for improved performance

github.com/NixOS/cabal2nix - 763562e94687fc67312dbeea84fedac8ab00be6f authored over 9 years ago
Add OrphanInstances module for Cabal related types.

github.com/NixOS/cabal2nix - 7de81de5ebb67fe925147162db8e420d5e96c92c authored over 9 years ago
GNUmakefile: run configure with -v0 to avoid unnecessary output

github.com/NixOS/cabal2nix - ce03fdf8e7b0ee813f2a01cc8c271800362bfa49 authored over 9 years ago
update-nixpkgs.sh: use "cabal run" to start hackage2nix

github.com/NixOS/cabal2nix - ec2f539badf4f603900aaf7bd94f1ee57481e05c authored over 9 years ago
HackageGit.hs: re-write to use monad-par for building the Hackage database

github.com/NixOS/cabal2nix - 6177fe4ae14a16300c2eb169e9d3b4a804687446 authored over 9 years ago
hackage2nix.hs: fix warnings

github.com/NixOS/cabal2nix - da841c595e2467eeccd9964f7ebf97db0141e05a authored over 9 years ago
bitx-bitcoin has been fixed upstream.

github.com/NixOS/cabal2nix - db5ddf1f6f31460f40be03ca89f9fbc65add5d22 authored over 9 years ago
wip: parse preferred-versions file

github.com/NixOS/cabal2nix - 1c037e09dd87c68aa9cbe0b2267f24107bd357d2 authored over 9 years ago
Fix hlint warnings.

github.com/NixOS/cabal2nix - a0d172d9e485c400ba4dd0935f397fef5329cf7f authored over 9 years ago
hackage2nix: accept path to nixpkgs repository on the command line

Resolves https://github.com/NixOS/cabal2nix/issues/120.

github.com/NixOS/cabal2nix - 99eae7bfbca43232798efce7e3fbe00716061606 authored over 9 years ago
hackage2nix.hs: add --hackage command line option

github.com/NixOS/cabal2nix - 1cb6ddb20a0884ca6b6b5e647ef2d8bade1a5d3c authored over 9 years ago