Ecosyste.ms: OpenCollective

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

github.com/NixOS/cabal2nix

Generate Nix build instructions from a Cabal file
https://github.com/NixOS/cabal2nix

Merge pull request #353 from puffnfresh/package/dbusmenu-gtk3

Fix dbusmenu-gtk3

179d8bb7dec7fecb4a84835f281b8ffeb2998245 authored over 6 years ago
Fix dbusmenu-gtk3

It also has a dependency on gtk3 which is not being picked up.

c033ef3604e1de45b69ff430eba3a0adfa2787d3 authored over 6 years ago
Merge pull request #352 from ryantm/homepage

hackage2nix: clear homepage

580e4ea95d14ffe6fdaf9745d78ec09078d2fb32 authored over 6 years ago
hackage2nix: clear homepage

homepage will be set to Hackage by the generic builder.

The hackage page is always there, and s...

6fba7ddbc004bc34906baf21b76a7ce018958c51 authored over 6 years ago
Merge pull request #351 from nh2/show-which-source-failed

fetchOrFromDB: Show which source failed when calling `fail`

5ecfc296bc7ae7002e833a3f701dc8f97c6c11f4 authored over 6 years ago
fetchOrFromDB: Show which source failed when calling `fail`

6806a6d8710c4b5b4560fa5dea63f8312c3174c2 authored over 6 years ago
libNixName: add mappings for dbusmenu-glib-0.4 and dbusmenu-gtk3-0.4

d8bc043806a499542c4e9087ed98ba335761fde1 authored over 6 years ago
libNixName: sort cases alphabetically

241b374dac10e1d92eecb96f6b980aa593f7a355 authored over 6 years ago
Merge pull request #349 from mdorman/gdk-x11-3.0

gdk-x11-3.0: point to the gtk3 package

a2d666dd262d02b7b19344e052dab75593c28589 authored almost 7 years ago
gdk-x11-3.0: point to the gtk3 package

2923434f8d94be6943c8a7ecf2f7a1df5f3dcdc7 authored almost 7 years ago
hackage2nix: drop unnecessary import of Data.Monoid with base-4.11 or later

07ca643cef7f0b331b76a474fecf9a9eb8826dbf authored almost 7 years ago
Avoid compiler warnings about unused Semigroup import.

9ecb1e7520490518827261a5d677b164177ddb51 authored almost 7 years ago
hackage2nix: replace deprecated Aeson.decodeFile with decodeFileEither

143cae17d9c94c91cc4fb47b17bbf92505d9894f authored almost 7 years ago
persistent-sqlite: link the package against the system sqlite library

The vendored library causes build errors, i.e.:

https://github.com/yesodweb/persistent/issues...

7882850b0182d64765b242e19f42642249fcab00 authored almost 7 years ago
Merge pull request #344 from obsidiansystems/parse-platform

Support all architectures and OSs that GHC and Cabal support

17e0b6c0442ec70ff28b194ffc714ebf42410a34 authored almost 7 years ago
Support all architectures and OSs that GHC and Cabal support

This replicates GHC's normalization logic so that Cabal's built in parsers can
be used. This sho...

0bb88f0009710e013564f24c195fd037e766310e authored almost 7 years ago
Recognize the CC0-1.0 license properly.

5b271abdcc771da46dc45ca781788c73c0b3dd9f authored almost 7 years ago
Merge pull request #342 from bgamari/more-platforms

Add support for more Cabal platforms

ebc40be39c5800b164977de54bebbe237dbcd172 authored almost 7 years ago
Add support for more Cabal platforms

This adds support for all of the architectures listed in `nixpkgs/lib/systems/platforms.nix`.

09efe4dd9a1c7bccdd5e56b6416763ceb1e89ca7 authored almost 7 years ago
cabal2nix.cabal: bump version number for release

13ff90749407aab673c831af3e8cbec49dcb9eec authored almost 7 years ago
Merge pull request #341 from sol/master

Do not fail on .cabal files that contain Unicode (fixes #340)

41f1b649d721e6009e62531a152126857b126d81 authored almost 7 years ago
Do not fail on .cabal files that contain Unicode (fixes #340)

74ac0c343242498c8cfe1aa436eecc3ac793989a authored almost 7 years ago
Merge pull request #339 from angerman/patch-1

Add `Windows` to platforms.

4f0c2c3b58aacadc204f7b5376ce952a165ae2bf authored almost 7 years ago
Add `Windows` to platforms.

That way we can use `cabal2nix` when cross compiling to windows as well.

69873f88e65fa3ffb065abcc6e283dca7ceb2d9a authored almost 7 years ago
travis: enable CI builds for ghc 8.4.1

63041e40747a579672d80c21ad8e15538b400119 authored almost 7 years ago
cabal2nix.cabal: bump version number for release

a0d44abb31afc6f7d06fc1c7eec1b677de0336a5 authored almost 7 years ago
Merge pull request #337 from obsidiansystems/cabal-parse-error

Display cabal file parsing errors to user

c1333d13e22b33b63933cd8176cdeb3cef5d581d authored almost 7 years ago
Merge pull request #338 from obsidiansystems/no-nix-prefetch-zip

Replace reference to obsolete nix-prefetch-zip with nix-prefetch-url --unpack

43220bd7b8576a7b23d394f21b588187717b30d1 authored almost 7 years ago
Replace reference to obsolete nix-prefetch-zip with nix-prefetch-url --unpack

88b8edb59ad0076f140e9948f233a43d6dfb842b authored almost 7 years ago
Disable Haddock phase for packages with internal libraries.

https://github.com/haskell/cabal/issues/4969 means that Haddock cannot generate
documentation fo...

7017487bc29bf1d70e38f0ea45878c07db60ab7f authored almost 7 years ago
Display cabal file parsing errors to user

6c367b30da2fc4f86c4084b51b70a4350d12c8ac authored almost 7 years ago
Merge pull request #336 from deepfire/master

base-4.11/GHC 8.4 compat: SMP conflict between 'base' and 'pretty'

32974fcc3d9b485bd35167d9ae90941a5b3d06df authored almost 7 years ago
base-4.11/GHC 8.4 compat: SMP conflict between 'base' and 'pretty'

e1fc93047c0af230e0c8c6e02383c7533858baa3 authored almost 7 years ago
hackage-db.cabal: clarify the synopsis and description

Fixes https://github.com/peti/hackage-db/issues/5.

b608785b2081010c1578248e40acc24ec0834f59 authored almost 7 years ago
update-stackage.sh: ignore version constraints on jailbreak-cabal

ae0d2f72210e9c61787e7488170b8e0508285bc7 authored almost 7 years ago
Depend on latest distribution-nixpkgs, just to be sure.

86f35bd6e01558e4414534af6fbcd96260fa8abc authored almost 7 years ago
Drop obsolete dependency on utf8-string.

8264eea46809cd0377f5c9f89be241156d779e87 authored almost 7 years ago
travis.yml: don't try to run the "installed-only" test step

We need a newer Cabal than GHC 8.2.2 ships.

12509a23f8d3f9038e72ba639896e73bd3897c5d authored almost 7 years ago
Bump version number for release.

0014200a33da59ea18304e99e8cd433215c43b72 authored almost 7 years ago
cabal2nix.cabal: the golden test suite no longer works with 1K stack

This is bad!!!

5046ae5ec00d6c6890c8d3b69fb72f7acf997841 authored almost 7 years ago
test: update golden Nix files

Cabal 2.2.x is much better at honoring default flag choices, which changes the
set of executable...

4a0b8591811eb9ec28cc768a89e62fc450bdb31f authored almost 7 years ago
Add support for (and require) Cabal 2.2.x.

9ef69957950af86e2e6a3eb82adc0514b27bc83b authored almost 7 years ago
example: simplify code now that we require Cabal 2.2.x

3e8fc1cefdf37695b196442b252218a01d6a3b22 authored almost 7 years ago
Drop doctest comment that depends on QuickCheck.

The doctest phase won't succeed unless QuickCheck is a dependency of the
library [1], which it i...

5df8c3d0df6c7a53acf6b6ef4c5f670ed10ccfba authored almost 7 years ago
Update to Cabal 2.2.x.

The new version re-wrote it's parsing infrastructure, therefore we cannot (or
rather: won't) sup...

360c03f8e4d392a526967445d3d8068b87d3128b authored almost 7 years ago
PostProcess: sort hook list alphabetically

dda09f6b870fbdc5e8cc0f80aa45f438b3883f09 authored almost 7 years ago
GLFW: add missing Xtext dependency

788a344c8ca704859f57cecf8e437500ca3f8765 authored almost 7 years ago
Add support for post-SMP versions of base.

GHC 8.4.x and beyond export Prelude.<>, which clashes with the version from pretty.

25be695a235c416b28178c2c6e8d3e1746c83cf0 authored almost 7 years ago
Update to support (and require) Cabal 2.2.x.

8fe0751dac706d55d7e1b3eed83c5a651ff49385 authored almost 7 years ago
Fix name mapping for libGLU.

We used to map this to freeglut, but this was actually not correct. It's libGLU
now. freeglut is...

32cfe742f22d723143dc7e7c7f5a5dd78849657b authored almost 7 years ago
Nixpkgs has renamed "mesa" to "libGL".

See:

- https://github.com/NixOS/nixpkgs/commit/71f899c2c3b114ecf133ee0f25e6f2ef42df1d07
- htt...

ef1bce09feeac1adf415c71d5088b2a4a6d09955 authored almost 7 years ago
Adapt name mapping to renamed gnome-xyz attributes.

0aa23accd25c09c286fba371733582445704b92b authored almost 7 years ago
hackage2nix: hackage has fixed broken package meta data

gogol-admin-reports-0.2.0 and wai-middleware-prometheus-0.2.0 now all have
proper metadata on Ha...

3fb14ae46cbea3d032ab853ca0905c3e30a30be2 authored almost 7 years ago
update-hackage-snapshot.sh: update hackage db snapshot nix Nixpkgs

7dfce29e873a1e6b1c416a4f3cc3ea4d93386400 authored almost 7 years ago
fromPackageDescription: ignore dependencies for non-buildable components

Having un-buildable components in a Cabal package is all the rage these days.
Packages like styl...

bde18636a1cc9a65ca926bf987da87e0f408e575 authored almost 7 years ago
Run the test suite with a 1K stack to catch space leaks.

4f2b161be0745f0f5992c1faa5f5ac731260313e authored almost 7 years ago
Merge pull request #334 from sol/master

Decode .cabal files using UTF-8 instead of system encoding (fixes #333)

35424c93ecc1d8e78b508f06238af4ee7d484252 authored almost 7 years ago
Decode .cabal files using UTF-8 instead of system encoding (fixes #333)

38db587a59a401ff88fec7f21fac00d93f7c12c2 authored almost 7 years ago
test: add todo testing locale-independence

66cb4b641a29d3daf700b02c7706a79a68e9bf1d authored almost 7 years ago
Bump version for release.

8e8baa61523475849c372713d022b229776a9b1a authored almost 7 years ago
Merge pull request #332 from sol/master

Compatibility with hpack-0.26.0

ab5f9c97609f0128ffb8ce32e3811b6379710477 authored almost 7 years ago
Compatibility with hpack-0.26.0

bb7aec61f6c42dab7db33377f6eb8d4ef5f62306 authored almost 7 years ago
unzip-archive: the undeclared build tools issue is now fixed

5ec1188d6a5bd462d624238f7af71e043ebb4cc4 authored almost 7 years ago
BuildInfo: add a Semigroup instance to be compatible with GHC 8.4.x

7642d2512f5a99a39fcf14b8d75326008a033e3f authored about 7 years ago
Drop bogus platform restrictions for goatee-gtk and git-annex.

b755e55c3e60920fbd5c0e9d8d160df5c500a41a authored about 7 years ago
hackage2nix: constrain export list of HackageGit

d36b32a8919fc8623aa78369a4d2bced53c6ac04 authored about 7 years ago
update-stackage.sh: ignore version bounds on weeder; we want the latest version

c04c45e95bd765c7644b00ddb60bd76f4d01872e authored about 7 years ago
hackage-db.cabal: drop unnecessary build-depends

b3c283faa6e14cb4bf6a9644932784e22320436b authored about 7 years ago
git: ignore cabal-install 2.x files

0712f75a599e3daf97e2a38111912a0fb2bec4d8 authored about 7 years ago
Do not install the example programs by default.

361144857510e0724e9770bdcc9b9752e9ce3015 authored about 7 years ago
Add regression tests.

7c22fdf3324ff9a1be42a9101e30d97cb9ae1a99 authored about 7 years ago
zip-archive: manually add zip and unzip to the build environment

d70aef8d5acefdfefc9e057e98d7b39f3c4ffc9e authored about 7 years ago
libxml: libxml2's system header files live in a sub-directory

6f0a9c5b6111b410e2c29c99aafff4bf4d7e4d21 authored about 7 years ago
allow building with hpack 0.23 or later

cb5ffa731f35bb7976e30d936d3178a4b95812ae authored about 7 years ago
Disable Hydra builds for packages that have an unfree license.

ec0f902f98446d045bb4ef06ed94d5ad2d91eb70 authored about 7 years ago
cabal2nix.cabal: bump version

0d15053a3db63d55760fd83cafae72ad227212ee authored about 7 years ago
Merge pull request #328 from tomsmalley/master

Fix build for hpack-0.22.0.

1a683ad0e2fb6c32674cee373ef18577c8d2970c authored about 7 years ago
finalizeGenericPackageDescription: teach resolver the names of internal libraries

Packages like cabal-plan have internal libraries that are listed as dependencies.
Now, the Haske...

68a143c972a836e9c28cb5d36c7bac03048f31c9 authored about 7 years ago
Cosmetic.

100fb2d99eb6cc0427882be0de81866131a16adf authored about 7 years ago
cabal-plan: enable the executable build

3a559830779bda4a13e4e1878f637c51b5701474 authored about 7 years ago
Require hpack >= 0.22

b31db774316d02af151c015063a7b8630448195a authored about 7 years ago
Fix build for hpack-0.22.0.

Versions of hpack >= 0.22 redefine some functions. The extra filepath
seems to just be a configu...

2160534d0c8870d258bd381c81ee6ad275258cf2 authored about 7 years ago
Add name mapping for nix-hash build tool.

Fixes https://github.com/peti/nix-paths/issues/3.

42b218ec93079a323272b827421334ae9e89817b authored about 7 years ago
update-stackage.sh: ignore version constraints on hlint

fbcdc2a43b12876bc4a2042aa2ac06287143c40d authored about 7 years ago
Run doctests on Travis, not via Cabal.

44bfcd9c5d99c4896fa95327c6d5723a6361d3cd authored about 7 years ago
Fix hlint warnings.

44c4b3c480ae11dfa3aa1ceef0c3cb9e500ece01 authored about 7 years ago
Fix hlint warning.

fef243dfa9f1a682e57a812d46887b1425a6d70a authored about 7 years ago
Test only using the latest compiler of each respective major release.

cd2656f2dee68ba78cf467407e53ed6c1ab69221 authored about 7 years ago
git: ignore files generated by cabal-install 2.x

322976bfbbaf78deb10a2e41444c32dbd234a92b authored about 7 years ago
GHC 7.4.x and before can't cope with Lens's template Haskell code.

df64a4fefec2d6bbe65465eb60cd8f11f722772b authored about 7 years ago
Test only using the latest compiler of each respective major release.

069e8ca725dc98cd057e8ab62c7a3769d9c0b0b3 authored about 7 years ago
Fix "cabal check" warning.

01377a634ded1eca66e71528db6cb24920d435a2 authored about 7 years ago
travis: don't try to build with native Cabal on older compilers

97c11358bd9de3b79f7268eba12b1629d7da7028 authored about 7 years ago
travis: update CI build instructions

ff1b61e18fe62e30b77fe3e6f1c3bc4e27b6bc76 authored about 7 years ago
Run doctests on Travis, not via Cabal.

396c6bdbf618a7eb33e6f906643513cb51b76f03 authored about 7 years ago
Abandon hpack for generating the Cabal file.

4ae368e13545189270c8cbf3b5edd31f3ae1e9a0 authored about 7 years ago
Drop doctest test suite.

We accomplish the same thing via travis-ci now.

e82be3aa219d0bb8b8fcd6b7e254383d99814bb2 authored about 7 years ago
Abandon hpack for generating a Cabal file.

daaea0151a283698274faec5a8dfb5fee13dac1a authored about 7 years ago
git: ignore cabal-install 2.x files

016311b749a5a057fe1f4261e0a12cbbd50b75ec authored about 7 years ago
travis.yml: re-generate CI build instructions

11af8302768367d44afe675c85da650025636996 authored about 7 years ago