Commit Graph

1083 Commits

Author SHA1 Message Date
Peter Simons
64629ec611 hackage-packages.nix: update to 53c766e346 with hackage2nix v20150824-62-gb54260a 2015-09-01 17:55:03 +02:00
Peter Simons
c30410e2dc hackage-packages.nix: update to e6301b9ed8 with hackage2nix v20150824-58-g80c45f8 2015-09-01 16:59:06 +02:00
Peter Simons
4a8797d827 haskell-generic-builder: stop pre-pending "haskell-" to package names
A derivation of the Hackage package "foo" is called "haskell-foo" if it is a
library, but only "foo" if it is an executable (without a library). This
distinction used to be fine when Haskell packages where visible to operations
like "nix-env -qa" or "nix-env -i", but after our switch to Haskell NG it has
no more purpose. Consequently, this patch removes the name prefix from all
Haskell packages -- every Haskell package is now called exactly like it's
called on Hackage.

Closes https://github.com/NixOS/nixpkgs/pull/9538.
2015-08-31 16:50:12 +02:00
Peter Simons
c7a9fa11c0 haskell-DSA fails its test suite. 2015-08-31 16:46:39 +02:00
Peter Simons
34687b53e6 haskell-amazonka-core: test suite build failure has been fixed upstream 2015-08-31 16:46:39 +02:00
Peter Simons
0059984294 haskell-MFlow: build fixed upstream 2015-08-31 16:46:39 +02:00
Peter Simons
82160f77a3 hackage-packages.nix: update to 9ef9917fdb with hackage2nix v20150824-49-gbeb4fa1 2015-08-31 16:46:36 +02:00
Peter Simons
5a961f4e84 Merge pull request #9568 from dfoxfranke/haskell-lucid
haskell-lucid: disable tests
2015-08-31 10:16:51 +02:00
Daniel Fox Franke
76a497c95e haskell-comonad: re-enable tests
https://github.com/ekmett/comonad/issues/25 is fixed now and they
work again.
2015-08-30 22:19:36 -04:00
Daniel Fox Franke
cf3e2a5f5b haskell-lucid: disable tests
They buggily make assumptions about the order in which strings appear
in a hash table and thereby fail on i686-linux. See
http://hydra.nixos.org/build/25132604/log/raw and
https://github.com/chrisdone/lucid/issues/25
2015-08-30 21:46:09 -04:00
Peter Simons
78f1720532 haskell-lib: make sdistTarball and buildStrictly functions fuzzier to cope with Hydra builds
In Hydra CI environments, the version strings we get from Hydra don't
necessarily match those hard-coded into the Cabal files. To make those builds
succeed anyway, we have to apply some pattern matching.
2015-08-30 15:20:21 +02:00
Peter Simons
6b1bcc66ae haskell-MFlow: fix build 2015-08-29 20:01:49 +02:00
Daniel Fox Franke
17667cd6ac haskellPackages.tar: disable tests
They fail on i686-linux: http://hydra.nixos.org/build/25088435/nixlog/2
2015-08-28 22:41:56 -04:00
Peter Simons
97c5f0577d haskell-llvm-general: the new version still doesn't support LLVM 3.5 2015-08-28 22:28:06 +02:00
Peter Simons
67fcedd517 haskell-harp has been fixed upstream. 2015-08-28 22:28:06 +02:00
Peter Simons
12dcb664d6 haskell-amazonka-core can't compile its test suite. 2015-08-28 22:28:06 +02:00
Peter Simons
c375b224b0 haskell-concurrent-extra fails its test suite. 2015-08-28 22:28:06 +02:00
Peter Simons
b45e3290c9 haskell-wx: new versions require wkGTK 3.0 2015-08-28 22:28:06 +02:00
Peter Simons
2bcad47a90 hackage-packages.nix: update to ca23e76c2e with hackage2nix v20150824-45-g9a3a80d 2015-08-28 22:28:02 +02:00
Peter Simons
93a3ba3909 haskell-github-types: test suite tries to access the network 2015-08-27 12:45:20 +02:00
Peter Simons
a9ec286d99 haskell-regex-tdfa-text has been fixed upstream. 2015-08-27 12:45:20 +02:00
Peter Simons
d9baa13d2a hackage-packages.nix: update to 33d64f7231 with hackage2nix v20150824-28-g88e95d3 2015-08-27 12:45:15 +02:00
Benno Fünfstück
8ee58a2aa3 haskell: fix freenect and hcwiid 2015-08-26 17:36:26 +02:00
Benno Fünfstück
271926d00d haskell: fix build of SDL-* libraries 2015-08-26 17:36:25 +02:00
Peter Simons
4bd9f78949 haskell-cabal-helper: downgrade to version 0.5.1.0
0.5.2.0 has been deprecated.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
90144c684b haskell-ekg: un-jailBreak
The referenced commit is long since released, and the package builds
correctly with ghc 7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
416840c480 haskell-ekg-core: un-jailBreak
The referenced commit has long since been released to hackage, and the
package has been verified to build properly under ghc 7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
9274aa93b5 haskell-wizards: un-jailBreak
The original bug is long since closed, and I verified it compiles on ghc
7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
e7aff313da haskell-record: re-enable haddock generation
The bug's been closed for a while, and I manually verified that the
haddock gets rendered to HTML in all versions from 7.6 -> 7.10.
2015-08-26 16:53:59 +02:00
Michael Alan Dorman
a206c227cc haskell-types-compat: Re-enable haddock generation
The "real" issue (https://github.com/philopon/types-compat/issues/1) has
been closed for a while, and I manually confirmed that the documentation
builds correctly under 7.10.2 and 7.8.4.  The package itself doesn't
build older versions because of missing dependencies.
2015-08-26 16:53:58 +02:00
Peter Simons
4b32ac2ffe hackage-packages.nix: update to ba6c1396e1 with hackage2nix v20150824 2015-08-26 16:53:58 +02:00
Peter Simons
d08a483bda haskell-ed25519 is broken 2015-08-25 17:15:41 +02:00
Michael Alan Dorman
3f6074713b haskell-hxt: re-enable haddock generation
The bug's been closed for a while, and I manually verified that the
haddock gets rendered to HTML in all versions from 7.6 -> 7.10.
2015-08-25 17:15:41 +02:00
Peter Simons
4ce6d653bb haskell-fsnotify: disable failing test suite 2015-08-25 17:15:41 +02:00
Peter Simons
412062eb48 haskell-semigroupoids: doctests have been fixed upstream 2015-08-25 17:15:41 +02:00
Michael Alan Dorman
1e578fa36b haskell-cabal-helper: (temporary) testing issues 2015-08-25 17:15:41 +02:00
Peter Simons
6dd889144d haskell-deepdeq: update version used for pre 7.4.x GHC versions 2015-08-25 17:15:41 +02:00
Peter Simons
2e1a49b35a hackage-packages.nix: update to 6e3963284c with hackage2nix v20150807-65-g1cc6394 2015-08-25 17:15:35 +02:00
Thomas Tuegel
90a72bd177 Merge branch 'master' into staging 2015-08-23 10:29:12 -05:00
William A. Kennington III
64cd711f5c Merge branch 'master.upstream' into staging.upstream 2015-08-21 15:17:26 -07:00
Tom Hunger
9303783649 haskell-purescript: Disable tests.
Tests need network + /homeless-shelter.
2015-08-21 13:39:13 +01:00
Benno Fünfstück
c51f0dbd52 haskell: disable haddock on GHC <7.8 on darwin
Fixes NixOS/nixpkgs#812
2015-08-20 21:51:19 +02:00
William A. Kennington III
901482ad99 Merge branch 'master.upstream' into staging.upstream 2015-08-19 13:54:48 -07:00
Kevin Quick
2066ac2956 Specify no-tests cabal flag for vty-ui under ghc 7.10.x 2015-08-19 10:15:38 -07:00
Peter Simons
e297442b62 Merge pull request #9327 from oxij/better-hoogle
haskell-packages: bring hoogle and haddock to the masses
2015-08-19 15:00:23 +02:00
Peter Simons
fabeee76bd haskell-configurator fails its test suite. 2015-08-19 11:01:48 +02:00
Michael Alan Dorman
09e5107d3b haskell-hbro: fixed by upstream 2015-08-19 11:01:48 +02:00
Kevin Quick
d58753b994 Newer haskell cmdlib version 0.3.6 is no longer marked as broken.
Closes https://github.com/NixOS/nixpkgs/pull/9316.
2015-08-19 11:01:48 +02:00
Peter Simons
f2fc95686c haskell-shelly has transient test suite failures. 2015-08-19 11:01:48 +02:00
Peter Simons
7e48c52aaa haskell-singletons: update documentation for override 2015-08-19 11:01:47 +02:00