Commit graph

492 commits

Author SHA1 Message Date
Peter Simons 943bc26762 haskell-generic-builder: when replacing an edited Cabal file, show the download URL rather than the store path 2015-04-01 22:54:45 +02:00
Peter Simons 1afa8d28ea hackage-packages.nix: re-generate from Hackage 2015-04-01T12:39:25+0200 2015-04-01 22:54:45 +02:00
Eric Seidel b8d75c66ee haskell-ng: need to use haddock-api-2.15 on ghc-7.8 2015-03-31 16:07:43 -07:00
Nikolay Amiantov f2f826e97a haskellng: fix some gtk- and webkit-related packages
Fixes https://github.com/NixOS/nixpkgs/issues/7108.
2015-03-31 22:04:43 +02:00
Peter Simons f35b08ac39 haskell-csound-expression-dynamic: disable Haddock phase to fix the build
https://github.com/anton-k/csound-expression-dynamic/issues/1
2015-03-31 22:04:43 +02:00
Peter Simons d0ac04fbaa hackage-packages.nix: re-generate from Hackage 2015-03-31T16:39:41+0200 2015-03-31 22:04:43 +02:00
Peter Simons 9ce8d10dae haskell-cartel supports GHC 7.10.1 now. 2015-03-31 14:21:09 +02:00
Peter Simons bb38374158 haskell-xmonad-contrib: fix build 2015-03-31 14:21:08 +02:00
Peter Simons 6644bca846 idris: fix build by providing appropriate versions of the build inputs
Resolves https://github.com/NixOS/nixpkgs/issues/7014.
2015-03-31 13:56:16 +02:00
Peter Simons aba61babe3 haskell-pandoc: disable test suite to fix the build
The errors look harmless. Reported upstream at https://github.com/jgm/pandoc/issues/2036.
2015-03-30 16:43:56 +02:00
Peter Simons 179f1b788f hackage-packages.nix: downgrade blaze-html and haddock-library to fix Pandoc build 2015-03-30 16:43:56 +02:00
Peter Simons e568408367 Nomyx has been fixed upstream. 2015-03-30 16:43:55 +02:00
Peter Simons 6306f9a761 hackage-packages.nix: re-generate with recent hackage2nix 2015-03-30 16:43:55 +02:00
Peter Simons d75bcc16f7 haskell-stringsearch no longer needs patching for GHC 7.10.x. 2015-03-30 16:43:55 +02:00
Peter Simons b9dd22f1cb haskell-haddock-library fails its test suite. 2015-03-30 16:43:55 +02:00
Peter Simons d619392bdc hackage-packages.nix: don't update default version of 'primitive' yet 2015-03-30 16:43:55 +02:00
Peter Simons e42e1ea6de hackage-packages.nix: re-generate from Hackage 2015-03-29T03:47:46+0200 2015-03-30 16:43:55 +02:00
Peter Simons 83db889148 haskell-base: don't try to build this package 2015-03-30 16:43:54 +02:00
Peter Simons 834f2dc27b haskell-integer-gmp: don't try to build this package 2015-03-30 16:43:54 +02:00
Peter Simons 67950f036e haskell-marquise fails its test suite. 2015-03-30 16:43:54 +02:00
Peter Simons 3061ce63aa haskell-llvm-base: deprecated package (that doesn't compile) 2015-03-30 16:43:54 +02:00
Peter Simons c460fa95fb haskell-mtl-compat: fix build with ghc 7.6.x. 2015-03-30 04:05:00 +02:00
Nikolay Amiantov 8943ffcd2b ghcWithPackages: restore old style (without 'with') 2015-03-29 13:15:39 +03:00
Peter Simons 028779fb40 ghcWithPackages: fix isGhcjs evaluation even some more
This is harder than I would have thought.
2015-03-29 11:02:31 +02:00
Peter Simons b1e854d660 ghcjs: fix evaluation error in with-packages-wrapper.nix some more 2015-03-29 03:34:04 +02:00
Peter Simons 2502b53743 ghcjs: fix emacs syntax highlighting 2015-03-29 03:34:04 +02:00
Peter Simons 8c16648f56 ghcjs: fix evaluation error in with-packages-wrapper.nix 2015-03-29 03:34:04 +02:00
Charles Strahan d590a0f4b6 ghcjs: support for Haskell-NG
closes #5828
closes #6786
2015-03-29 03:34:04 +02:00
utdemir c9258a76ba Fix some build failures on GHC 7.10.1 2015-03-27 22:53:11 +02:00
Peter Simons f0742a4bfb cryptol is now available from Hackage, 2015-03-27 19:45:54 +01:00
Eelco Dolstra 5c0eb64d43 Set more precise meta.position for Haskell packages 2015-03-27 16:17:48 +01:00
Peter Simons 5f0d93351d Bump cabal2nix to latest version. 2015-03-27 15:28:00 +01:00
Peter Simons fa8c514407 hackage-packages.nix: re-generate from Hackage 2015-03-26T14:11:09+0100 2015-03-27 15:28:00 +01:00
Peter Simons 1841a05b9d haskell-stm-queue-extras: real fix for the broken Cabal file 2015-03-26 11:29:06 +01:00
Peter Simons a8d249cbbb haskell-bytestring-arbitrary: use compiler-specific LLVM version 2015-03-26 11:29:06 +01:00
Peter Simons 753284c2d0 hackage-packages.nix: add compiler-specific LLVM support
This change will resolve 'llvm' and related symbols from the compiler-specific
'llvmPackages' set rather than the global 'pkgs'. This allows us to use
different versions of llvm depending on the copmiler we're building with.
2015-03-26 11:29:06 +01:00
Peter Simons 2e811ff754 hackage-packages: re-generate from Hackage 2015-03-25T19:49:53+0100 2015-03-26 11:29:05 +01:00
Peter Simons 39ec62fa96 haskell-configuration-common: don't import LLVM into the package set
Instead, we'll make sure that packages find it in self.llvmPackages.
2015-03-26 11:29:05 +01:00
Nikolay Amiantov 49f3c375b5 ghcWithPackages: add withLLVM 2015-03-26 11:29:05 +01:00
Peter Simons 1368206eb8 haskell-configuration-common: remember ticket URL 2015-03-26 11:29:05 +01:00
Peter Simons 73f35dcc0c haskell-CLI fails its test suite because of missing modules. 2015-03-26 11:29:05 +01:00
Peter Simons a6f3b54fd0 haskell-ng: disable failing builds on Hydra 2015-03-26 11:29:05 +01:00
Peter Simons bdd4304870 Merge pull request #6980 from Fuuzetsu/remove-ansi-patch
ansi-wl-pprint: don't patch anymore
2015-03-25 20:36:05 +01:00
Peter Simons 706b2274cb haskell-esqueleto fails its test suite. 2015-03-25 20:33:26 +01:00
Mateusz Kowalczyk 5faa4e5aef ansi-wl-pprint: don't patch anymore
The package version we have now already has this patch courtesy to @hvr
making a release with it.
2015-03-25 19:16:26 +00:00
Peter Simons 6792f76706 haskell-stm-queue-extras: manually remove the update to revision 1
That revision doesn't exist. What happened is that upstream uploaded a Cabal
file that says "x-revision: 1". Of course, the incorrect setting will come back
in as soon as we update hackage-packages.nix. Nonetheless, I'm opting for the
short-term solution here, hoping that upstream will remove the x-revision
header from Hackage soon'ish.

https://github.com/haskell/hackage-server/issues/337
2015-03-25 14:37:15 +01:00
Peter Simons 1fcac34d46 hackage-packages.nix: re-generate from Hackage 2015-03-24T20:22:17+0100 2015-03-25 14:37:15 +01:00
Peter Simons 9170b4bd65 haskell-lambdabot: upstream has fixed the build 2015-03-25 14:37:15 +01:00
Peter Simons 013b12a54c haskell-ng: expose Hackage's revision number in hackage-packages.nix and use it to generate stable download URLs for edited Cabal files
Fixes https://github.com/NixOS/nixpkgs/issues/6914.
2015-03-25 14:37:15 +01:00
Peter Simons e77ad8855a haskell-feldspar-signal exports no modules. 2015-03-25 14:37:14 +01:00