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

cabal2nix.cabal: tentatively bump version number to 1.45

github.com/NixOS/cabal2nix - 12c0b537ca4f8b59e28dc4b7b10c95c54bbb65f7 authored almost 12 years ago by Peter Simons <[email protected]>
Generate.hs: all kinds of dependencies from test suites go into 'testDepends'

That includes 'build-tools' and 'extra-libraries'.

github.com/NixOS/cabal2nix - 42128b4c147a9d70b62d7a7cfb60c057d75c5786 authored almost 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/Name.hs: add mappings for the icu libraries

github.com/NixOS/cabal2nix - 559784bdd1fa55d0c1a68f2805f40a1eabe92c01 authored almost 12 years ago by Peter Simons <[email protected]>
Hackage4Nix.hs: fix hlint warning

github.com/NixOS/cabal2nix - 1ada9c4247d3cfa6f41e48eaad986612506def3a authored almost 12 years ago by Peter Simons <[email protected]>
Hackage4Nix.hs: pass '--no-check' option to cabal2nix when updating an expression that has test suites disabled

github.com/NixOS/cabal2nix - 6335c08c52095f4eced61409bbf972791633cc33 authored almost 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: update Tested-With field

github.com/NixOS/cabal2nix - 1b753c9e30027bfc30a442c2f6ebc56cae7fef76 authored almost 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: tentatively bump version number to 1.44

github.com/NixOS/cabal2nix - b0c593240f5998b5573fc14a06fe1569280c35ca authored almost 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: document the --no-check flag

github.com/NixOS/cabal2nix - d9d559d1e33a1a965361bf587f24a89ef9c08f9d authored almost 12 years ago by Peter Simons <[email protected]>
Added a doctest suite.

github.com/NixOS/cabal2nix - ae752f64f5cd84446687d71b62c29801766de65a authored almost 12 years ago by Peter Simons <[email protected]>
Distribution/NixOS/Derivation/Cabal.hs: initialize 'doCheck=true' by default

github.com/NixOS/cabal2nix - 7b9abbd8b4cb6bffde677a059ad76d64b39253f6 authored almost 12 years ago by Peter Simons <[email protected]>
Cabal2Nix.hs: added a '--no-check' option to set 'doCheck=false' in the generated expression

github.com/NixOS/cabal2nix - bb44a51bdf1d373ed1d5dac149219b1ff78599a8 authored almost 12 years ago by Peter Simons <[email protected]>
Distribution/NixOS/Derivation/Cabal.hs: add a field 'testDepends'

Test dependencies are buildInputs required only for building (and
running) the test suite.

github.com/NixOS/cabal2nix - 0a09168d4063307505a9a9f39aa416ffd3dec922 authored almost 12 years ago by Peter Simons <[email protected]>
Distribution/NixOS/Derivation/Cabal.hs: render the 'doCheck' field only when it's set to 'false'

'true' is the default anyway.

github.com/NixOS/cabal2nix - 448b428c1d24811a3c1237bf6d13bc746735475d authored almost 12 years ago by Peter Simons <[email protected]>
Hackage4Nix.hs: preserve state of the 'doCheck' field

github.com/NixOS/cabal2nix - 32cc68f1294321b3a0c0b729217ec7ed6ec8e4c0 authored almost 12 years ago by Peter Simons <[email protected]>
Hackage4Nix.hs: relax the patters that recognizes all-packages.nix as a 'bad' package

github.com/NixOS/cabal2nix - 74ee31e561eb3c377a46ea4374b6db85752bb45c authored almost 12 years ago by Peter Simons <[email protected]>
Generate.hs: naive attempt to extract the dependencies of the test suite

github.com/NixOS/cabal2nix - 9b0d7d20c057a210dba676acbef67293f13e9008 authored almost 12 years ago by Peter Simons <[email protected]>
Add 'doCheck' field to the Cabal derivation.

github.com/NixOS/cabal2nix - eae4a15a6e64fa4b4ac4535383a5b74fa427d5c7 authored almost 12 years ago by Peter Simons <[email protected]>
Configure flags and post-processing hooks for 'git-annex'.

github.com/NixOS/cabal2nix - 3f124e540232069c256045e3a4566b09ae4d3c49 authored almost 12 years ago by Peter Simons <[email protected]>
Hackage4Nix.hs: don't try to parse all-packages.nix

github.com/NixOS/cabal2nix - f7b61be8a27c893f6caa67e8f65e3da322dd070b authored almost 12 years ago by Peter Simons <[email protected]>
.travis.yml: enable automatic regression testing by travis-ci.org

Not that we have any tests ... but it will verify the build, too.

github.com/NixOS/cabal2nix - 28b55bbb0a2ca9a27d22dd6d4cfbb381ccad8f99 authored almost 12 years ago by Peter Simons <[email protected]>
.travis.yml: enable automatic regression testing by travis-ci.org

Not that we have any tests ... but it will verify the build, too.

github.com/NixOS/cabal2nix - b24e11b324702a9f83e06c860a4cdfa905b5e61b authored almost 12 years ago by Peter Simons <[email protected]>
PostProcess.hs: configure postInstall hook for xmonad

github.com/NixOS/cabal2nix - 37e8cd1a03307e55084f8b4fd682dad9a98ddba7 authored almost 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bump version to 1.43 for release

github.com/NixOS/cabal2nix - 69ce4795e3274c8eee67cb2052f7bc6e26316211 authored almost 12 years ago by Peter Simons <[email protected]>
src/Cabal2Nix.hs: update help message to reflect the cabal://pkgname URI style

github.com/NixOS/cabal2nix - 0d4cba58cbbfc268511146d3a8c7b47eb243c5fb authored almost 12 years ago by Peter Simons <[email protected]>
Add extra library for llvm-base.

github.com/NixOS/cabal2nix - 901d6e08327686a173c8a389e7b50a7c4cc07a94 authored about 12 years ago by Andres Loeh <[email protected]>
cabal2nix.cabal: bump version number to 1.42 for release

github.com/NixOS/cabal2nix - 4db8ce66af8418bd5f532f153aad6865f5ef23ed authored about 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/PostProcess.hs: build highlighting-kate with regex-pcre instead of regex-pcre-builtin

The package regex-pcre-builtin is a verbatim copy of the original regex-pcre
library. The only d...

github.com/NixOS/cabal2nix - 0a7e90e7d6c1ee1469eb54ced2bc20de3b5156cd authored about 12 years ago by Peter Simons <[email protected]>
hackage-db.cabal: bump version number for release

github.com/NixOS/cabal2nix - fab809d0bf3086e1f9aaafb5ad939726a6ce0e39 authored about 12 years ago by Peter Simons <[email protected]>
Distribution/Hackage/DB.hs: work around deficiency in tar library

The tar format limits file names to 99 characters. Longer file names are
encoded using some meta...

github.com/NixOS/cabal2nix - 33891eb4e86eaa9407e20219b12dcc38ee9470d9 authored about 12 years ago by Peter Simons <[email protected]>
Distribution/Hackage/DB.hs: improve error messages

github.com/NixOS/cabal2nix - eed9ea57419ba974d10803d99c1d9268b58a4a5f authored about 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/Name.hs: map 'idn' to 'libidn' and 'libgasl' to 'gasl'

Go figure about naming consistency in Nixpkgs.

github.com/NixOS/cabal2nix - fc2d234a563b83c1972f9dd3ed8c80f4da37f874 authored about 12 years ago by Peter Simons <[email protected]>
hackage-db.cabal: simplify "Tested-With" field

github.com/NixOS/cabal2nix - b0684fab175bb755e8c4ffe7af44d12b6d19c7ba authored about 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: simplify "Tested-With" field

github.com/NixOS/cabal2nix - 6cf6024d4b6ffef49f4aef5da0f4fd0cae5b2d35 authored about 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: declare that we've been tested with GHC 7.6.1

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

github.com/NixOS/cabal2nix - 3a87875322b3f2dd475f98f0cf89e025bedaccfd authored about 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/Name.hs: add mapping for libxml-2.0

github.com/NixOS/cabal2nix - 5a9f28be47b630bad338e2f77b877bbbd455f24e authored about 12 years ago by Peter Simons <[email protected]>
Hackage4Nix: ignore expression for Haskell Platform 2012.4.0.0

github.com/NixOS/cabal2nix - c73e5d32c7e3fd4a9906c5d7848a6a630dc3ab91 authored about 12 years ago by Peter Simons <[email protected]>
PostProcess.hs: enable installation of bash completion instructions in darcs

github.com/NixOS/cabal2nix - 2185c3fbc27654252e6b74f7eb7c3e552282cf41 authored over 12 years ago by Peter Simons <[email protected]>
src/Cabal2Nix/PostProcess.hs: cosmetic

github.com/NixOS/cabal2nix - 2d7e4c87c35a6f02f537b086a8bf47912ac96970 authored over 12 years ago by Peter Simons <[email protected]>
src/Cabal2Nix/PostProcess.hs: add postInstall hook to install cabal-install's bash completion file

github.com/NixOS/cabal2nix - 818cd1d4330682e666a3db3ffa95b5a306d7d1ab authored over 12 years ago by Peter Simons <[email protected]>
Enable split and pandoc flags is xmonad-extras.

github.com/NixOS/cabal2nix - 93ada32d86142ab387f01c29134dcdbb43756733 authored over 12 years ago by Peter Simons <[email protected]>
Enable blaze_html_0_5 flag in pandoc.

github.com/NixOS/cabal2nix - 848ed5d5e5ec5b2d53ebcfc8e17b99d7e6fa16e6 authored over 12 years ago by Peter Simons <[email protected]>
Add support for jailbreak attribute.

github.com/NixOS/cabal2nix - 8d405d91e08e66d64923ad34fae8dfaf2b5c4fab authored over 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bump version to 1.40

github.com/NixOS/cabal2nix - c35350d3b5c2d92b7fed6c3e4abf3993482e4d68 authored over 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bump version number for release

github.com/NixOS/cabal2nix - 1cb22a0e78946f4d71e4709611368d21b5db38e1 authored over 12 years ago by Peter Simons <[email protected]>
Merge pull request #41 from dmalikov/master

Handle case when cabal version is not specified

github.com/NixOS/cabal2nix - 81deb72495d2d3d2d808db28a80fc9b4f9bd0990 authored over 12 years ago by Peter Simons <[email protected]>
Get latest cabal file when version is not specified

github.com/NixOS/cabal2nix - 4f7daef6529ad369dbb0dc01164b0b9b09f0285b authored over 12 years ago by Dmitry Malikov <[email protected]>
Bump version number for release.

github.com/NixOS/cabal2nix - b879d4b2c2ff2a7cb0fe8ef5ec8f86459a990a99 authored over 12 years ago by Peter Simons <[email protected]>
Hackage4Nix.hs: don't add user 'andres' to the maintainer section by default anymore

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

github.com/NixOS/cabal2nix - e21d382cb86550f536749d45f9d6a827e4617e9b authored over 12 years ago by Peter Simons <[email protected]>
Revert "Updated home page and repository URLs."

This was a misunderstanding: the repository remains in the NixOS organization.

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

github.com/NixOS/cabal2nix - fbc6e870ca3df1f366e4dc813f33d616c52ae57a authored over 12 years ago by Peter Simons <[email protected]>
Updated home page and repository URLs.

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

github.com/NixOS/cabal2nix - 5b5aaff4ad545ca19b01a380a53c1c245702f196 authored over 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bumped version number

github.com/NixOS/cabal2nix - 96599558b34eeb1c128f5085420edb5d6f86b843 authored over 12 years ago by Peter Simons <[email protected]>
Flags.hs: xmonad-extras doesn't build with HList extensions

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

github.com/NixOS/cabal2nix - c9028e32be50cfc35b477b6cd7a05c3fc9217b2a authored over 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/Flags.hs: enable 'with_iwlib' in xmobar, disable 'buildExamples' in reactive-banana-wx

The buildExamples flag causes the reactive-banana-wx build to fail.

github.com/NixOS/cabal2nix - 21bcbf12b96bbd9bde9d07436a52d5cc9c4d683d authored over 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/Name.hs: map 'iw' to 'wirelesstools'

github.com/NixOS/cabal2nix - 5f225367fbdebb040de4d764ea06802529a23896 authored over 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bumped version number for release

github.com/NixOS/cabal2nix - 476d58f65c810fe0f9855d7661e6c1c53e42a578 authored over 12 years ago by Peter Simons <[email protected]>
Hackage4Nix.hs: ignore latest Haskell Platform expression

github.com/NixOS/cabal2nix - 9dda021ca392e821bc96b1e01c57071cead1d713 authored over 12 years ago by Peter Simons <[email protected]>
opencl flag for accelerate-examples.

github.com/NixOS/cabal2nix - 8869b12f31ed7b8e6133c62decfa0ee800025099 authored over 12 years ago by Andres Loeh <[email protected]>
Added a few post-processing steps.

github.com/NixOS/cabal2nix - 12b702184fe1b7de5cfb18fd6f322570c2b62bca authored over 12 years ago by Andres Loeh <[email protected]>
Cabal2Nix/Generate.hs: updated the GHC version number used that's passed to Cabal internally to 7.4.1

This change currently doesn't have any effect on the generated files.

github.com/NixOS/cabal2nix - 3fda2c08efc69aec16bb82828a698ac78aebf704 authored over 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/Flags.hs: enable terminfo support in haskeline package

github.com/NixOS/cabal2nix - 4185160d9486c4f806d9ec11ad2f9225fd8eaa7d authored over 12 years ago by Peter Simons <[email protected]>
PostProcess.hs: fixed broken wxc installation

The self-made Setup.hs file of that project fails to install the library it has
built. Don't ask...

github.com/NixOS/cabal2nix - 958d97d91ba6732410d75420ffc125f7b2f017dc authored over 12 years ago by Peter Simons <[email protected]>
Cabal2Nix/PostProcess.hs: added preliminary support for wxc

The package still doesn't build, but without those changes I won't even get a meaningful error m...

github.com/NixOS/cabal2nix - 1504303116511888f938562ee6914cdf753d88f3 authored over 12 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bumo version number to 1.31

github.com/NixOS/cabal2nix - a49d96b36ac2a282280258659e9901eadb0db6de authored almost 13 years ago by Peter Simons <[email protected]>
PostProcess.hs: recent versions of repa-algorithm needs llvm

github.com/NixOS/cabal2nix - 495113979cea60e95ed0083c2f54af413311c8dd authored almost 13 years ago by Peter Simons <[email protected]>
Cabal2Nix/PostProcess.hs: current versions of X11 require libXrender

github.com/NixOS/cabal2nix - c109c51333923ec0194d0e559b99e1ef987b5b82 authored almost 13 years ago by Peter Simons <[email protected]>
Cabal2Nix/Name.hs: map Xext to libXext

github.com/NixOS/cabal2nix - aac2020eaf77c3a2e247af9d8b8fb7b92f10211f authored almost 13 years ago by Peter Simons <[email protected]>
PostProcess.hs: configure postInstall for ghc-mod

github.com/NixOS/cabal2nix - 93b11fd08b29bf38b90cb65e711edeecb3ed5928 authored almost 13 years ago by Peter Simons <[email protected]>
Various style improvements.

github.com/NixOS/cabal2nix - d75a8d69205246a81365ce2f9580cfd7a59554e7 authored almost 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: bump version number to 1.30

github.com/NixOS/cabal2nix - d204f0abd3ec928130ce7b6c62fcc3571aab3eee authored almost 13 years ago by Peter Simons <[email protected]>
Extended Derivation type by a 'postInstall' field.

This is a hack, unfortunately, but it is a hack that we need to support
'ghc-mod', which needs s...

github.com/NixOS/cabal2nix - 08494602c823b2dce3ce0468644b1a47efb257c3 authored almost 13 years ago by Peter Simons <[email protected]>
Dropped redundant module imports.

github.com/NixOS/cabal2nix - 3a1cdcaff31bdf8b32c87df369010a9141845ac6 authored almost 13 years ago by Peter Simons <[email protected]>
src/Hackage4Nix.hs: remove myself from the list of maintainers to be added to every package

github.com/NixOS/cabal2nix - 0031d3e9c5200d7a54ad64a3e52479d420552c65 authored almost 13 years ago by Peter Simons <[email protected]>
Cabal2Nix/PostProcess.hs: add leksah server as a buildInput to leksah for the benefit of GHC 7.0.4 builds which still need that package

github.com/NixOS/cabal2nix - f70549c14104368d93307bec102f21bced3d22f4 authored almost 13 years ago by Peter Simons <[email protected]>
src/Cabal2Nix/Name.hs: map gio-2.0 to glib

github.com/NixOS/cabal2nix - 5ee3b3dcb237a0f36427a85472ff2b0106c0ecf9 authored almost 13 years ago by Peter Simons <[email protected]>
src/Cabal2Nix/Name.hs: sort names alphabetically to make diffs more deterministic

github.com/NixOS/cabal2nix - e13e7a37d2e3efd3a4284f1cf39715a31ab25a83 authored almost 13 years ago by Peter Simons <[email protected]>
Merge pull request #39 from coreyoconnor/add-to-gitignore

.gitignore: add Setup, Setup.{o,hi}, and vim swap files

github.com/NixOS/cabal2nix - d7ca8abae839b2b7a74675b1d51540c7a6a02c42 authored almost 13 years ago by Peter Simons <[email protected]>
add to .gitignore

github.com/NixOS/cabal2nix - 34414532391f4d8d969591fe7492e3e193700b92 authored almost 13 years ago by Corey O'Connor <[email protected]>
Hackage4Nix: don't re-generate expressions that have a "patches" attribute

github.com/NixOS/cabal2nix - 1c5e9b7c4b2d3b78cd4eda8c9c06b814faa73303 authored almost 13 years ago by Peter Simons <[email protected]>
Updated URLs to reflect the new location on Github: this repository is now hosted in the NixOS organization.

github.com/NixOS/cabal2nix - b43981c4213da5fbbf8823eadd339efa7a8821b5 authored almost 13 years ago by Peter Simons <[email protected]>
Tentatively bump version number to 1.27.

github.com/NixOS/cabal2nix - fff7323e223fea80b7d1e5168bda4eb90c693a29 authored almost 13 years ago by Peter Simons <[email protected]>
Normalize.hs: don't add 'Cabal' to buildInputs anymore

Instead, the library is a dependency of the cabal.nix builder.

github.com/NixOS/cabal2nix - db766916df10c8a1b3a297009ea5fa06adf60160 authored almost 13 years ago by Peter Simons <[email protected]>
PostProcess.hs: haskell-src-meta needs 'uniplate' to build with GHC 7.0.4

Fix suggested by the author in <http://github.com/benmachine/haskell-src-meta/issues/13>.

github.com/NixOS/cabal2nix - 7bd7dee8eec64ae1970f22d217e2f466dcb07904 authored almost 13 years ago by Peter Simons <[email protected]>
Cabal2Nix/Flags.hs: hmatrix no longer supports the -fvector flag

github.com/NixOS/cabal2nix - 331fd4aeb017142d124505da938a94cfe98eb31d authored almost 13 years ago by Peter Simons <[email protected]>
Cabal2Nix/Flags.hs: pandoc no longer supports the -fhighlighting and -fthreaded flags

github.com/NixOS/cabal2nix - b1f5d221e30347b97d4bfa685dbc2698c22330aa authored almost 13 years ago by Peter Simons <[email protected]>
Distribution/NixOS/Derivation/Cabal.hs: removed special handling of 'Cabal'; it is now an ordinary package in Nix

github.com/NixOS/cabal2nix - 79a8ed93ba96657ae0772fb4c0d6eb21faa90c6b authored almost 13 years ago by Peter Simons <[email protected]>
Merged "nixos-types" package back into this project.

We created that separate package because we believed that it would be useful
independently form ...

github.com/NixOS/cabal2nix - 29a00bd51b6de9640816df76ecacf90b092a0f32 authored almost 13 years ago by Peter Simons <[email protected]>
src/Cabal2Nix/Normalize.hs: ensure that any and all builds we perform has 'Cabal' as a build input

github.com/NixOS/cabal2nix - 3e8bc6ab1042c59880c253ab20ea1bf2a157bc00 authored almost 13 years ago by Peter Simons <[email protected]>
src/Cabal2Nix/CorePackages.hs: dropped 'filepath' and 'Cabal' from that list

These libraries *are* core packages, but still we would like to be able to
treat them like any o...

github.com/NixOS/cabal2nix - a5bc9ceadb4715dbc5fc98b33c09b5e3915730fd authored almost 13 years ago by Peter Simons <[email protected]>
hackage-db.cabal: bump version number to 1.3

github.com/NixOS/cabal2nix - 25c48d50874a1d053b2f6af4f056fcde702d5207 authored almost 13 years ago by Peter Simons <[email protected]>
Updated code for tar 0.4 or later.

github.com/NixOS/cabal2nix - 10638ca6a4705152d0cf4c6608015505b6872999 authored almost 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: tentatively bump version number to 1.26

github.com/NixOS/cabal2nix - e5d87983e5b8e0a43d76a4e39a4df0ce8431492c authored almost 13 years ago by Peter Simons <[email protected]>
cabal2nix.cabal: updated meta information

github.com/NixOS/cabal2nix - 6d7cbb968a578006253d44cd3b5df597ae2bc044 authored almost 13 years ago by Peter Simons <[email protected]>
hackage-db.cabal: updated meta information

github.com/NixOS/cabal2nix - 64674ec2a1d88418b9160a3f8575ed38a4872c1c authored almost 13 years ago by Peter Simons <[email protected]>
nixos-types.cabal: updated meta information

github.com/NixOS/cabal2nix - 3914e3aa8d94b963997d777913e1894a64fa27d4 authored almost 13 years ago by Peter Simons <[email protected]>
Added mappings for jpeg and png libraries.

github.com/NixOS/cabal2nix - bb04010e4c2f0b6fdf56db54d19fab1124b19868 authored almost 13 years ago by Andres Loeh <[email protected]>