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

release.nix: build the new version with 7.8.3 only for the time being

github.com/NixOS/cabal2nix - 53075c6c5b96cce39588cb0a78ce0fb614ce5d9a authored about 10 years ago by Peter Simons <[email protected]>
hackage2nix.hs: the program generates a meaningful package list, albeit slowly

github.com/NixOS/cabal2nix - 24418047f919ea4ed1cdbaa2dcda3b6c4f1323d5 authored about 10 years ago by Peter Simons <[email protected]>
hackage2nix.hs: fix GHC and hlint warnings

github.com/NixOS/cabal2nix - a4ad9d1c776be64894395defbc666ed09d5531de authored about 10 years ago by Peter Simons <[email protected]>
Clean up the build instructions a little.

github.com/NixOS/cabal2nix - 2d91b9d45026814b4f015c7875378c2ec3e45a46 authored about 10 years ago by Peter Simons <[email protected]>
Start experimenting with hackage2nix, which will eventually replace the other tools.

github.com/NixOS/cabal2nix - 9b13a6a88cac85dbe20ad74114d6b993c50ea882 authored about 10 years ago by Peter Simons <[email protected]>
Configure preCheck hook for Cabal to try and fix the test suite.

github.com/NixOS/cabal2nix - beb0d134be33f59656d8165dd3bf0bf197910837 authored about 10 years ago by Peter Simons <[email protected]>
Add 'ocaml' build tool to the liquid-fixpoint package.

github.com/NixOS/cabal2nix - 4b0e6d73a123b6b10666a47ba7a3ed3d72e479f7 authored about 10 years ago by Peter Simons <[email protected]>
Merge pull request #114 from jraygauthier/diagram-builder

Diagrams-builder enabling of flags for all supported backends.

github.com/NixOS/cabal2nix - 96efb88471dc8e719eada532903e0aa1d0f3d474 authored about 10 years ago by Peter Simons <[email protected]>
Diagrams-builder enabling of flags for all supported backends.

github.com/NixOS/cabal2nix - 212eb8e07f38420899c17c27fba3a5ab6894d93d authored about 10 years ago by Raymond Gauthier <[email protected]>
Update post-process hook for CUDA.

github.com/NixOS/cabal2nix - 6a74323dedefaac5fe526e49d2a2427908207fdf authored about 10 years ago by Peter Simons <[email protected]>
hackage4nix.hs: update the list of bad packages

github.com/NixOS/cabal2nix - 40ffd80ac0a0e1555a92cc03b4b78d39a811c5b8 authored about 10 years ago by Peter Simons <[email protected]>
Simplify decodeUTF8 by relying on Data.String.UTF8's polymorphic API.

github.com/NixOS/cabal2nix - 0d39344010e27c090844d13400e94d27053430a5 authored about 10 years ago by Peter Simons <[email protected]>
Map "notify" to "libnotify".

github.com/NixOS/cabal2nix - e97aa21b503dd07f5b4a069d8f2596c8370758f0 authored about 10 years ago by Peter Simons <[email protected]>
release.nix: switch build to GHC 7.8.4

github.com/NixOS/cabal2nix - f6df79c54921cc52c85f5d9af93349dffa460aa4 authored about 10 years ago by Peter Simons <[email protected]>
git-annex needs wget now

github.com/NixOS/cabal2nix - e3e3321a2c1105fa8c1794ebf822bf2f646de11b authored about 10 years ago by Peter Simons <[email protected]>
Add missing name mappings that we need to build all of Hackage.

github.com/NixOS/cabal2nix - 56d2dff806c9089f3fcfe21ba7e54d88b69676b1 authored about 10 years ago by Peter Simons <[email protected]>
hackage4nix.hs: don't re-generate files with an 'editedCabalFile' attribute

github.com/NixOS/cabal2nix - 7d207eaffb20091abadefbddbc7f8981e5133300 authored about 10 years ago by Peter Simons <[email protected]>
Add support for unversioned license AGPL tag.

github.com/NixOS/cabal2nix - ed9bf921eccd6d48d998b446ddb71371442469a6 authored about 10 years ago by Peter Simons <[email protected]>
License.hs: Nixpkgs doesn't have a "type" for the BS4 license

github.com/NixOS/cabal2nix - df60edec237a8a7fba630e6035f1fc4c559175f7 authored about 10 years ago by Peter Simons <[email protected]>
Add NFData instances for our data types so that we can use them in combination with monad-par.

github.com/NixOS/cabal2nix - 28d0d5084046b47e760c583e6aaa070270a15468 authored about 10 years ago by Peter Simons <[email protected]>
Cabal2Nix/Name.hs: map 'bz2' to 'bzip2' and 'sane-backends' to 'saneBackends'

github.com/NixOS/cabal2nix - f4fb1993255df79157e3aa429dc405b7033f3728 authored about 10 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: require hackage-db 1.11 or later

github.com/NixOS/cabal2nix - c97224e45a15c525913c0ce59188da137d3a8ae4 authored about 10 years ago by Peter Simons <[email protected]>
hackage-db.cabal: tentatively bump version number

github.com/NixOS/cabal2nix - 8596ef91769349978aa5fde2e04e26a66204c2fb authored about 10 years ago by Peter Simons <[email protected]>
parsePackage': it was a mistake to assume that Either has a proper Monad instance -- it does not

github.com/NixOS/cabal2nix - 93b1ec9f3fb75229f873a092865b760e8ec90cca authored about 10 years ago by Peter Simons <[email protected]>
Unparsed.hs: remove duplicate definition of hackagePath

github.com/NixOS/cabal2nix - 4ee0971f72487459399cd7680c6d90a5b698be17 authored about 10 years ago by Peter Simons <[email protected]>
Expose helper functions parsePackage and parsePackage' to the users.

github.com/NixOS/cabal2nix - 336c4d748b3602c1cea8e6f417af9ad7f556221b authored about 10 years ago by Peter Simons <[email protected]>
hackage-db.cabal: add missing Distribution.Hackage.DB.Path module

github.com/NixOS/cabal2nix - e36bc786a599999164fff28915cc71224b404dbf authored about 10 years ago by Peter Simons <[email protected]>
hackage-db.cabal: minor improvements to the description

github.com/NixOS/cabal2nix - 18c57b1bda72f270488c01a758cab6e9b111250b authored about 10 years ago by Peter Simons <[email protected]>
Split the Distribution.Hackage.DB module into two parts: the "unparsed" and the "parsed" module.

The parsed Hackage DB is visible by default and it corresponds to the API this
package offered p...

github.com/NixOS/cabal2nix - 8a01315e78f01bb21154ee7720d518d4223e3c5c authored about 10 years ago by Peter Simons <[email protected]>
hackage-db.cabal: tentatively bump version number

github.com/NixOS/cabal2nix - 029b1b594ed2b904b5670b238a0f4ce422b2da2d authored about 10 years ago by Peter Simons <[email protected]>
License.hs: add support for AGPL 3.0 and BSD2 licenses in non-canonical form

BSD2 is actually a proper tag in the latest versio of Cabal, which we
cannot use because the old...

github.com/NixOS/cabal2nix - 0af0a0cd42e92d605a3f47be1e5c838d9aed5be1 authored about 10 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: tentatively bump version number

github.com/NixOS/cabal2nix - 2161125c42d3a60636d8e6e96709dc1b077d5fc3 authored about 10 years ago by Peter Simons <[email protected]>
doc-test.hs: add missing Cabal2Nix.Version module to fix the test suite

github.com/NixOS/cabal2nix - c462d078bff1be2d27899aecd6b6fbdc73f18042 authored about 10 years ago by Peter Simons <[email protected]>
Version flag

github.com/NixOS/cabal2nix - 2a1dcac531427669f25684539b20bc8b14829e03 authored about 10 years ago by Dmitry Malikov <[email protected]>
Cosmetic.

github.com/NixOS/cabal2nix - a9756a33236279eb916ebc00ae1398dbd2598cdd authored about 10 years ago by Peter Simons <[email protected]>
Merge pull request #108 from abbradar/master

Fetch submodules for git sources

github.com/NixOS/cabal2nix - 7731d3b87c20cab9a419264a00b7f9dfec65d957 authored about 10 years ago by Peter Simons <[email protected]>
Fetch submodules for git sources

github.com/NixOS/cabal2nix - 0e338a2038001b525a334a8319ccaf701e852aae authored about 10 years ago by Nikolay Amiantov <[email protected]>
Merge pull request #105 from inthecloud247/patch-1

fix spelling

github.com/NixOS/cabal2nix - 9f3de32b6157a1385a6caf7e96c77b50990bb159 authored about 10 years ago by Peter Simons <[email protected]>
fix spelling

github.com/NixOS/cabal2nix - df046ed4d117ce33a7a44f31ad721cc925ecde5b authored about 10 years ago by John Albietz <[email protected]>
Add nodejs as testDepends to purescript.

github.com/NixOS/cabal2nix - 61d1ffe2d88b6629f33107ebc3ef46350bfef902 authored about 10 years ago by Peter Simons <[email protected]>
release.nix: disable builds with ghc 7.9.x

ghc-head is broken in Nixpkgs because it changes the way the package
database is organized.

github.com/NixOS/cabal2nix - 21c80ae77777cc1c591e64d4a0028ee0a9b9f99a authored about 10 years ago by Peter Simons <[email protected]>
Add name mapping for systemd-journal library.

github.com/NixOS/cabal2nix - 68054952d695c5a0888728d4254b7c99b82802a2 authored about 10 years ago by Peter Simons <[email protected]>
cabal2nix.hs: fix the --no-hyperlink-source flag

github.com/NixOS/cabal2nix - 8a695eb68020921cbf64c03217923d9b9284559c authored about 10 years ago by Peter Simons <[email protected]>
Flags.hs: remove obsolete llvm flag from Idris

github.com/NixOS/cabal2nix - 6a3fb86c85fa64c153a0ca215b690293acced953 authored about 10 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: tentatively bump version number

github.com/NixOS/cabal2nix - ca9602c0ee7f1a1d26b50d0f95601446cd316fd7 authored about 10 years ago by Peter Simons <[email protected]>
graphviz's test suite requires 'dot' and friends in $PATH

github.com/NixOS/cabal2nix - 60a420e7d5e793ab679e12b1ebea5107de4633a8 authored about 10 years ago by Peter Simons <[email protected]>
Merge pull request #103 from krgn/add-hmatrix-special-dependency

Add gsl extraLib dependency to hmatrix-special

github.com/NixOS/cabal2nix - aa06f497be0ebd44538935111885cdddb52031b4 authored about 10 years ago by Peter Simons <[email protected]>
Add gsl extraLib dependency to hmatrix-special

github.com/NixOS/cabal2nix - 82fe0c9ed17ed0fcdf49f999cde8365f63a3b5cf authored about 10 years ago by karsten gebbert <[email protected]>
Merge pull request #102 from MP2E/master

generate 'portable' flag when creating haste-compiler package

github.com/NixOS/cabal2nix - adc85476fb64122c02a61ff4133d4f6dd846094f authored about 10 years ago by Peter Simons <[email protected]>
generate 'portable' flag when creating haste-compiler package

github.com/NixOS/cabal2nix - 3d8853e88731ddbc75c9a78ebbcdb92a50598af8 authored about 10 years ago by Cray Elliott <[email protected]>
release.nix: disable all Darwin builds because GHC is broken on that platform

github.com/NixOS/cabal2nix - 7ef11473db84239f8f70d1af446f227c255899d2 authored about 10 years ago by Peter Simons <[email protected]>
Merge pull request #101 from Fuuzetsu/yi

Don't wrap raw Yi at all

github.com/NixOS/cabal2nix - 7f1a5dc087aecc0d78bbc234dbc690c19fd534d3 authored about 10 years ago by Peter Simons <[email protected]>
Don't wrap raw Yi at all

We do the wrapping in hand-written yi-custom and use ghcWithPackages
instead which works like a ...

github.com/NixOS/cabal2nix - e7088a711117135b3c4a362e87fa533a89943945 authored about 10 years ago by Mateusz Kowalczyk <[email protected]>
Configure vector build with -msse2 on i686 platforms to fix test suite failures.

https://github.com/haskell/vector/issues/47

github.com/NixOS/cabal2nix - bc0da0441443a39238a38b568a236e77482197e3 authored about 10 years ago by Peter Simons <[email protected]>
hackage4nix.hs: don't try to re-generate yi-custom

github.com/NixOS/cabal2nix - 394b29c6be263212dfbe1cac10e9bdc3eddcee8b authored about 10 years ago by Peter Simons <[email protected]>
Merge pull request #100 from Fuuzetsu/yi

Post-process for Yi 0.10.x

github.com/NixOS/cabal2nix - a264d3c546df19fdf36ae442541c83b41a595603 authored about 10 years ago by Peter Simons <[email protected]>
Post-process for Yi 0.10.x

github.com/NixOS/cabal2nix - 745beb896dca72fbd3855f6ddfa14b30974b6b95 authored about 10 years ago by Mateusz Kowalczyk <[email protected]>
Enable network-uri flag for hxt.

github.com/NixOS/cabal2nix - 42693e3ee26b638068d626c443c05f03592bfc05 authored about 10 years ago by Peter Simons <[email protected]>
Map "Xpm" to "libXpm".

github.com/NixOS/cabal2nix - c658ec73af0ec8722ebd6f21c2d52554d398a347 authored about 10 years ago by Peter Simons <[email protected]>
Merge pull request #98 from Fuuzetsu/portaudio

portaudio-2.0 -> portaudio

github.com/NixOS/cabal2nix - f7a222e5bdcba3efbbde88b20a4b21bc4d5c63cb authored over 10 years ago by Peter Simons <[email protected]>
portaudio-2.0 -> portaudio

github.com/NixOS/cabal2nix - 461b156c793fd0ef654d3aa3ea54b8fabfac0d5e authored over 10 years ago by Mateusz Kowalczyk <[email protected]>
Run cabal2nix check phase only with GHC 7.8.x or later.

github.com/NixOS/cabal2nix - c3652ef0f3ea315a7ae444035eca4d72a329381c authored over 10 years ago by Peter Simons <[email protected]>
Tentatively bump version number to 1.71.

github.com/NixOS/cabal2nix - dc95a01f294fb8e870ad52ce1415a6c828818072 authored over 10 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: the new AGPL license is available only in Cabal 1.18.x or later

Supporting GHC 6.x with such a recent version of Cabal becomes unfeasible,
IMHO, so we're droppi...

github.com/NixOS/cabal2nix - 6efd65709d62337bb04888da746a1d443f81ae47 authored over 10 years ago by Peter Simons <[email protected]>
Merge pull request #95 from aycanirican/patch-1

Update License.hs

github.com/NixOS/cabal2nix - baa4880a6826743f81c33807a15ce08134b0157a authored over 10 years ago by Peter Simons <[email protected]>
Map name sdl2 to SDL2.

github.com/NixOS/cabal2nix - ff37bc764941b390b661ea6c88456d6d4e7f8e14 authored over 10 years ago by Peter Simons <[email protected]>
Configure post-process hooks for ghc-parser.

github.com/NixOS/cabal2nix - 38a0655f92756c9d9370dce1004c5cdf1dc1a69c authored over 10 years ago by Peter Simons <[email protected]>
hackage4nix.hs: take fsnotify off the black list

github.com/NixOS/cabal2nix - 7a8ac245753049f169e27263a440c9a1e0e6a749 authored over 10 years ago by Peter Simons <[email protected]>
Enable https and man pages flags for Pandoc.

github.com/NixOS/cabal2nix - 7621cdb380bb616308847e5bccea7d9e7e7ee2e8 authored over 10 years ago by Peter Simons <[email protected]>
Update License.hs

github.com/NixOS/cabal2nix - b317cf0643601f7616d9608da2acc3b2fd924b6f authored over 10 years ago by Aycan iRiCAN <[email protected]>
git-annex: update post-process hook to place the $HOME directory in $TEMPDIR

github.com/NixOS/cabal2nix - a2b651c9b67c853dad684e8fe76b666b45011761 authored over 10 years ago by Peter Simons <[email protected]>
Merge pull request #91 from Fuuzetsu/saltine

saltine: the extra lib refers to libsodium

github.com/NixOS/cabal2nix - 0485fccb69f35f9e5995749e601201c313cc29c0 authored over 10 years ago by Peter Simons <[email protected]>
saltine: the extra lib refers to libsodium

github.com/NixOS/cabal2nix - ec09387ce70bebf0907fa2f001365193d676b295 authored over 10 years ago by Mateusz Kowalczyk <[email protected]>
Merge pull request #88 from Fuuzetsu/hakyll

Hakyll needs ‘rev’ during tests.

github.com/NixOS/cabal2nix - d556555419736a8fbe54f494b0c4390db977e0cb authored over 10 years ago by Peter Simons <[email protected]>
Hakyll needs ‘rev’ during tests.

github.com/NixOS/cabal2nix - 27bb2b8fad4b7551aabe02d483263d1ed2aacef5 authored over 10 years ago by Mateusz Kowalczyk <[email protected]>
Merge pull request #87 from bennofs/path-strip-slashes

Strip slashes from end of path. Fixes #85

github.com/NixOS/cabal2nix - c27b31165dcd8457d356a55a4de5be2582e9fd1c authored over 10 years ago by Peter Simons <[email protected]>
Check if path contains slashes after stripping

If we do `cabal2nix test/`, we need to add a `./` prefix because the
path doesn't contain any sl...

github.com/NixOS/cabal2nix - d0beccf1c23dd5d5121bf5fa39e7b0249d31c84a authored over 10 years ago by Benno Fünfstück <[email protected]>
Strip slashes from end of path. Fixes #85

Nix doesn't accept paths that end with a slash, so we need to remove the
slashes.

github.com/NixOS/cabal2nix - aa25762a878b93dea0e66725419f73af1adc2bee authored over 10 years ago by Benno Fünfstück <[email protected]>
Add post-process hook for hsyslog.

github.com/NixOS/cabal2nix - b77ff76ec0871149fa96b85cb8ff8116dd69b131 authored over 10 years ago by Peter Simons <[email protected]>
Update post-process hook for ghc-mod.

github.com/NixOS/cabal2nix - e27efc3b77107ae78900e1c153375ca1c2a7a2c0 authored over 10 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: tentatively bump version number

github.com/NixOS/cabal2nix - 77d5fbc70e93e7e4e5c47f9d6cdda18b4505d985 authored over 10 years ago by Peter Simons <[email protected]>
Merge pull request #86 from Fuuzetsu/haddock

haddock: unset GHC_PACKAGE_PATH before checkPhase

github.com/NixOS/cabal2nix - a8543152b054882b31a39e0682ccb44b0f53be49 authored over 10 years ago by Peter Simons <[email protected]>
haddock: unset GHC_PACKAGE_PATH before checkPhase

https://github.com/NixOS/nixpkgs/issues/3721

github.com/NixOS/cabal2nix - eb9315c5ef73097e972f3ed7846e9d069385d3ea authored over 10 years ago by Mateusz Kowalczyk <[email protected]>
fetchWith: don't swallow stderr output from sub-processes

github.com/NixOS/cabal2nix - 124591acd4260cc806cef701f4d6ee9054625631 authored over 10 years ago by Peter Simons <[email protected]>
Distribution/NixOS/Fetch.hs: cosmetic

github.com/NixOS/cabal2nix - 49e5f973a979d9cecb65b7de77bbeae4ff8b8320 authored over 10 years ago by Peter Simons <[email protected]>
Merge pull request #82 from Fuuzetsu/gtk3

haskell-gtk3: fix generated pkgConfDeps

github.com/NixOS/cabal2nix - 3df9183f09dc60cd3038d188331c11474329e0fa authored over 10 years ago by Peter Simons <[email protected]>
rename dependency on gtk+-3.0 to gtk3

github.com/NixOS/cabal2nix - e26780b441ae5788ea37ce58b9688c3a070eb3f2 authored over 10 years ago by Mateusz Kowalczyk <[email protected]>
Merge pull request #81 from bennofs/fix-compile-errors

fix compile errors on older versions of Cabal

github.com/NixOS/cabal2nix - fb1f0b02e025e1f216871da2a03289a8036fbe83 authored over 10 years ago by Peter Simons <[email protected]>
fix compile errors on older versions of Cabal

github.com/NixOS/cabal2nix - 4309feb5703f6344db891941580020d86a55fefb authored over 10 years ago by Benno Fünfstück <[email protected]>
Merge pull request #80 from bennofs/fix-local-bugs

Bugfixes and docfixes for local project patch

github.com/NixOS/cabal2nix - 997bd029b63cee6ab9691243968d1edca809c652 authored over 10 years ago by Peter Simons <[email protected]>
Fix generation from local archives and rel. paths

`nix-prefetch-zip` cannot handle relative paths. Therefore,
we need to resolve the relative path...

github.com/NixOS/cabal2nix - b217210538e51c79d222fd71e82e374edce0dec9 authored over 10 years ago by Benno Fünfstück <[email protected]>
Support local source archives

github.com/NixOS/cabal2nix - 37f1a2ca1d1249b884527bea40eb8e0eaf58c60f authored over 10 years ago by Benno Fünfstück <[email protected]>
Document support for non-hackage projects

github.com/NixOS/cabal2nix - 888a2e7aba6ff51596ff5b427f2b0af10fe49971 authored over 10 years ago by Benno Fünfstück <[email protected]>
don't try different fetcher if cabal parsing fails

If we get a directory which contains a cabal file that produces a parse
error, we don't try anot...

github.com/NixOS/cabal2nix - 86b4c0de7514e0170c848a2f1102af24847b51e0 authored over 10 years ago by Benno Fünfstück <[email protected]>
Fix sha256 option and improve error messages

github.com/NixOS/cabal2nix - 66dd4c64a79f801866e1b72e1d69e2e9210e3cb1 authored over 10 years ago by Benno Fünfstück <[email protected]>
fetchWith: remove debug output

github.com/NixOS/cabal2nix - 813d4294fe47c0a7eeb655710b4f7d87a610d235 authored over 10 years ago by Peter Simons <[email protected]>
Merge pull request #77 from Fuuzetsu/cabal-bound

cabal-bounds requires cabalInstall for test gen

github.com/NixOS/cabal2nix - 7d8217c17b9e5f7ff41c8e48a0b33c92bde08a4e authored over 10 years ago by Peter Simons <[email protected]>
Merge pull request #59 from bennofs/feature-local-only

Support local-only projects

github.com/NixOS/cabal2nix - 76f685c8f25274934bf9e3ef05ed8a82e98ab890 authored over 10 years ago by Peter Simons <[email protected]>
Merge pull request #78 from Fuuzetsu/bits-extras

Deal with gcc_s in extra-libraries for bits-extras

github.com/NixOS/cabal2nix - a11edb55809f33afda69acce0c39ac3554c9fdea authored over 10 years ago by Peter Simons <[email protected]>
Merge remote-tracking branch 'origin/master' into feature-local-only

Conflicts:
src/Distribution/NixOS/Derivation/Cabal.hs
src/hackage4nix.hs

github.com/NixOS/cabal2nix - 5f0d5a2b214dc05a03060337ddebf467c3e71798 authored over 10 years ago by Benno Fünfstück <[email protected]>